An Unsupervised Deep Learning Approach for Real-World Image DenoisingDownload PDF

Published: 12 Jan 2021, Last Modified: 03 Apr 2024ICLR 2021 PosterReaders: Everyone
Keywords: Real-world image denoising, unsupervised image denoising
Abstract: Designing an unsupervised image denoising approach in practical applications is a challenging task due to the complicated data acquisition process. In the real-world case, the noise distribution is so complex that the simplified additive white Gaussian (AWGN) assumption rarely holds, which significantly deteriorates the Gaussian denoisers' performance. To address this problem, we apply a deep neural network that maps the noisy image into a latent space in which the AWGN assumption holds, and thus any existing Gaussian denoiser is applicable. More specifically, the proposed neural network consists of the encoder-decoder structure and approximates the likelihood term in the Bayesian framework. Together with a Gaussian denoiser, the neural network can be trained with the input image itself and does not require any pre-training in other datasets. Extensive experiments on real-world noisy image datasets have shown that the combination of neural networks and Gaussian denoisers improves the performance of the original Gaussian denoisers by a large margin. In particular, the neural network+BM3D method significantly outperforms other unsupervised denoising approaches and is competitive with supervised networks such as DnCNN, FFDNet, and CBDNet.
One-sentence Summary: We propose an unsupervised real-world image denoising approach that combines DNNs with classical MAP approaches.
Code Of Ethics: I acknowledge that I and all co-authors of this work have read and commit to adhering to the ICLR Code of Ethics
Supplementary Material: zip
Data: [Nam](https://paperswithcode.com/dataset/nam), [PolyU](https://paperswithcode.com/dataset/polyu-dataset), [SIDD](https://paperswithcode.com/dataset/sidd)
Code: [![github](/images/github_icon.svg) zhengdharia/Unsupervised_denoising](https://github.com/zhengdharia/Unsupervised_denoising)
5 Replies

Loading