CVJan 31, 2023

NoiseTransfer: Image Noise Generation with Contrastive Embeddings

arXiv:2301.13554v17 citationsh-index: 14
AI Analysis

This work addresses the problem of limited real-world noisy datasets for training denoising networks, offering a more efficient generative approach, though it is incremental as it builds on existing generative models with contrastive learning enhancements.

The paper tackles the challenge of generating synthetic noisy images that match real-world noise distributions to improve deep image denoising, proposing a model that can synthesize noisy images with multiple noise distributions and transfer noise from a single reference image, demonstrating effectiveness in noise removal tasks.

Deep image denoising networks have achieved impressive success with the help of a considerably large number of synthetic train datasets. However, real-world denoising is a still challenging problem due to the dissimilarity between distributions of real and synthetic noisy datasets. Although several real-world noisy datasets have been presented, the number of train datasets (i.e., pairs of clean and real noisy images) is limited, and acquiring more real noise datasets is laborious and expensive. To mitigate this problem, numerous attempts to simulate real noise models using generative models have been studied. Nevertheless, previous works had to train multiple networks to handle multiple different noise distributions. By contrast, we propose a new generative model that can synthesize noisy images with multiple different noise distributions. Specifically, we adopt recent contrastive learning to learn distinguishable latent features of the noise. Moreover, our model can generate new noisy images by transferring the noise characteristics solely from a single reference noisy image. We demonstrate the accuracy and the effectiveness of our noise model for both known and unknown noise removal.

Code Implementations1 repo
Foundations

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

Your Notes