CVSep 10, 2023

Multi-view Self-supervised Disentanglement for General Image Denoising

arXiv:2309.05049v115 citationsh-index: 5
Originality Highly original
AI Analysis

This addresses the generalization issue in image denoising for unseen noise types, offering a novel self-supervised approach that outperforms existing methods.

The paper tackles the problem of image denoising by proposing a self-supervised method that disentangles clean features from corruptions using multiple corrupted versions of the same image, achieving over 3 dB improvement over supervised methods on real noise.

With its significant performance improvements, the deep learning paradigm has become a standard tool for modern image denoisers. While promising performance has been shown on seen noise distributions, existing approaches often suffer from generalisation to unseen noise types or general and real noise. It is understandable as the model is designed to learn paired mapping (e.g. from a noisy image to its clean version). In this paper, we instead propose to learn to disentangle the noisy image, under the intuitive assumption that different corrupted versions of the same clean image share a common latent space. A self-supervised learning framework is proposed to achieve the goal, without looking at the latent clean image. By taking two different corrupted versions of the same image as input, the proposed Multi-view Self-supervised Disentanglement (MeD) approach learns to disentangle the latent clean features from the corruptions and recover the clean image consequently. Extensive experimental analysis on both synthetic and real noise shows the superiority of the proposed method over prior self-supervised approaches, especially on unseen novel noise types. On real noise, the proposed method even outperforms its supervised counterparts by over 3 dB.

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