IVCVJun 2, 2022

Noise2NoiseFlow: Realistic Camera Noise Modeling without Clean Images

arXiv:2206.01103v131 citationsh-index: 62
Originality Incremental advance
AI Analysis

This addresses a key limitation in computer vision by enabling realistic noise modeling without ground-truth clean images, which is incremental but practical for applications like denoising.

The paper tackles the problem of camera noise modeling without requiring clean images, proposing a framework that jointly trains a noise model and a denoiser using only pairs of noisy images, resulting in noise synthesis and denoising performance on par with or better than supervised methods.

Image noise modeling is a long-standing problem with many applications in computer vision. Early attempts that propose simple models, such as signal-independent additive white Gaussian noise or the heteroscedastic Gaussian noise model (a.k.a., camera noise level function) are not sufficient to learn the complex behavior of the camera sensor noise. Recently, more complex learning-based models have been proposed that yield better results in noise synthesis and downstream tasks, such as denoising. However, their dependence on supervised data (i.e., paired clean images) is a limiting factor given the challenges in producing ground-truth images. This paper proposes a framework for training a noise model and a denoiser simultaneously while relying only on pairs of noisy images rather than noisy/clean paired image data. We apply this framework to the training of the Noise Flow architecture. The noise synthesis and density estimation results show that our framework outperforms previous signal-processing-based noise models and is on par with its supervised counterpart. The trained denoiser is also shown to significantly improve upon both supervised and weakly supervised baseline denoising approaches. The results indicate that the joint training of a denoiser and a noise model yields significant improvements in the denoiser.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes