Variational Deep Image Denoising
Jae Woong Soh, Nam Ik Cho

TL;DR
This paper introduces a Bayesian variational framework for image denoising with CNNs, effectively handling complex noise distributions and scenarios without noise level info, outperforming existing methods.
Contribution
It proposes a novel variational Bayesian approach that decomposes complex noise distributions into simpler parts, improving denoising performance without relying solely on noise level parameters.
Findings
Achieves superior denoising on AWGN and real noise datasets.
Uses fewer parameters than recent state-of-the-art methods.
Handles scenarios without explicit noise level information.
Abstract
Convolutional neural networks (CNNs) have shown outstanding performance on image denoising with the help of large-scale datasets. Earlier methods naively trained a single CNN with many pairs of clean-noisy images. However, the conditional distribution of the clean image given a noisy one is too complicated and diverse, so that a single CNN cannot well learn such distributions. Therefore, there have also been some methods that exploit additional noise level parameters or train a separate CNN for a specific noise level parameter. These methods separate the original problem into easier sub-problems and thus have shown improved performance than the naively trained CNN. In this step, we raise two questions. The first one is whether it is an optimal approach to relate the conditional distribution only to noise level parameters. The second is what if we do not have noise level information,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage and Signal Denoising Methods · Advanced Image Fusion Techniques · Advanced Image Processing Techniques
