1 Star 1 Fork 0

我爱计算机视觉/AINDNet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Transfer Learning from Synthetic to Real-Noise Denoising with Adaptive Instance Normalization (Accepted for CVPR 2020)

Yoonsik Kim, Jae Woong Soh, Gu Yong Park, and Nam Ik Cho

[Arxiv]

Environments

Test Code

Code

Trained Model

Abstract

Real-noise denoising is a challenging task because the statistics of real-noise do not follow the normal distribution, and they are also spatially and temporally changing. In order to cope with various and complex real-noise, we propose a well-generalized denoising architecture and a transfer learning scheme. Specifically, we adopt an adaptive instance normalization to build a denoiser, which can regularize the feature map and prevent the network from overfitting to the training set. We also introduce a transfer learning scheme that transfers knowledge learned from synthetic-noise data to the real-noise denoiser. From the proposed transfer learning, the synthetic-noise denoiser can learn general features from various synthetic-noise data, and the real-noise denoiser can learn the real-noise characteristics from real data. From the experiments, we find that the proposed denoising method has great generalization ability, such that our network trained with synthetic-noise achieves the best performance for Darmstadt Noise Dataset (DND) among the methods from published papers. We can also see that the proposed transfer learning scheme robustly works for real-noise images through the learning with a very small number of labeled data.

Brief Description of Proposed Method

Adaptive Instance Normalization Denoising Network



We propose a novel well-generalized denoiser based on the AIN, which enables the CNN to work for various noise from many camera devices.

Transfer Learning

We introduce a transfer learning for the denoising scheme, which learns the domain-invariant information from synthetic noise (SN) data and updates affine transform parameters of AIN for the different-domain data.

Experimental Results

Quantitative Results on DND and SIDD benchmarks

  

Average PSNR of the denoised images on the DND (left) and SIDD (right) benchmarks, we denote the environment of training, i.e., training with SN data only, RN data only, and both.

Visualized Results

Citation

Will be updated soon.

Acknowledgement

Our work and implementations are inspired by and based on SPADE [site].

空文件

简介

CVPR 2020使用迁移学习的方法将仿真噪声数据集训练的去噪模型迁移到真实噪声数据集的去噪模型上,提升去噪模型的泛化能力 Transfer Learning From Synthetic to Real-Noise Denoising With Adaptive Instance Normalization https://arxiv.org/abs/2002.11244 代码原地址:https://github.com/terryoo/AINDNet 展开 收起
取消

发行版

暂无发行版

贡献者

全部

语言

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/AI52CV/AINDNet.git
git@gitee.com:AI52CV/AINDNet.git
AI52CV
AINDNet
AINDNet
master

搜索帮助