当前位置:网站首页>Unsupervised denoising - [tmi2022] ISCL: dependent self cooperative learning for unpaired image denoising
Unsupervised denoising - [tmi2022] ISCL: dependent self cooperative learning for unpaired image denoising
2022-04-23 06:00:00 【umbrellalalalala】
Know that the account with the same name is released synchronously
This is a unpaired Methods , That is, there are many noisy images, There's a lot of clean images, But a couple noisy-clean images The content is not paired .
Pre knowledge
Need to know CycleGAN Knowledge , You can go to b Stand and watch Li Hongyi's class ,CycleGAN There was only 20 minute , It's very clear .
Model architecture
Suppose you already understand CycleGAN Principle , Then you can pay attention to ISCL The core vocabulary of :self-cooperative. The model architecture is as follows :
In the picture above F and G yes CycleGAN It's already there generator,H It's a network that extracts noise , It's a new addition to the author .x representative noisy image,y representative clean image,n representative noise.
Four red lines , The top two are cycle consistency, yes CycleGAN Something that already exists , The next two are called bypass consistency.bypass consistency This is the most important innovation of this work , Then we will recognize its importance through data .
besides , There are other details :
In the lower right corner of the left figure above D y D_y Dy And the one in the lower right corner of the figure D x D_x Dx, And the new neural network H dependent discriminator, The result loss, The author calls it boosting loss.
Above is the pseudo noise label , The meaning is self-evident .
The specific networks used are as follows , Just take a simple look :
because F and H Can provide denoising results , So the two should be used together :
The above is the description of the model architecture , It's a little bit easier , The formula will not be copied and pasted .
experiment
- LDCT(Mayo)
The main highlights are the following table :
In the table above (A) Means original CycleGAN,(A)~(E) Represents the author's model after gradually adding a pile of things . It can be seen that , After adding , There are obvious faults in the data , And it means bypass consistency, This also proves that it is indeed the most important innovation of this work .
effect :
- Synthetic noisy EM denoising
effect :
- Real noisy EM denoising
effect :
Summary
There is... In the title self-cooperative, In fact, that is CycleGAN Of generator F And the author's new addition ResNet H Mutual cooperation , So as to improve the effect .
版权声明
本文为[umbrellalalalala]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230543450964.html
边栏推荐
- 你不能访问此共享文件夹,因为你组织的安全策略阻止未经身份验证的来宾访问
- JDBC工具类封装
- Development environment EAS login license modification
- Pytorch学习记录(四):参数初始化
- 深度学习基础——简单了解meta learning(来自李宏毅课程笔记)
- 创建二叉树
- 自動控制(韓敏版)
- Fundamentals of SQL: first knowledge of database and SQL - installation and basic introduction - Alibaba cloud Tianchi
- Manually delete registered services on Eureka
- Create enterprise mailbox account command
猜你喜欢
Pytorch learning record (7): skills in processing data and training models
给yarn配置国内镜像加速器
Conda 虚拟环境管理(创建、删除、克隆、重命名、导出和导入)
Chapter 4 of line generation - linear correlation of vector systems
Pyqt5 learning (I): Layout Management + signal and slot association + menu bar and toolbar + packaging resource package
PyQy5学习(三):QLineEdit+QTextEdit
JDBC连接数据库
深入源码分析Servlet第一个程序
Multithreading and high concurrency (1) -- basic knowledge of threads (implementation, common methods, state)
Chapter 3 of linear algebra - Elementary Transformation of matrix and system of linear equations
随机推荐
SQL注入
RedHat6之smb服务访问速度慢解决办法记录
Fundamentals of SQL: first knowledge of database and SQL - installation and basic introduction - Alibaba cloud Tianchi
Anaconda
容器
Pytorch learning record (IV): parameter initialization
治疗TensorFlow后遗症——简单例子记录torch.utils.data.dataset.Dataset重写时的图片维度问题
框架解析2.源码-登录认证
Solution record of slow access speed of SMB service in redhat6
The user name and password of users in the domain accessing the samba server outside the domain are wrong
Pyqy5 learning (4): qabstractbutton + qradiobutton + qcheckbox
Multithreading and high concurrency (3) -- synchronized principle
String notes
lambda表达式
Solve the error: importerror: iprogress not found Please update jupyter and ipywidgets
Meta annotation (annotation of annotation)
Gaussian processes of sklearn
Pytorch学习记录(五):反向传播+基于梯度的优化器(SGD,Adagrad,RMSporp,Adam)
Numpy common function table sorting of data processing
In depth source code analysis servlet first program