CVDec 21, 2024

Positive2Negative: Breaking the Information-Lossy Barrier in Self-Supervised Single Image Denoising

arXiv:2412.16460v28 citationsh-index: 6Has CodeCVPR
Originality Highly original
AI Analysis

This addresses the need for high-quality denoising in computational photography without requiring clean images, though it appears incremental as it builds on existing self-supervised methods.

The paper tackles the problem of self-supervised single image denoising by proposing Positive2Negative, a novel paradigm that avoids information-lossy operations like downsampling and masking, achieving state-of-the-art performance with significant speed improvements.

Image denoising enhances image quality, serving as a foundational technique across various computational photography applications. The obstacle to clean image acquisition in real scenarios necessitates the development of self-supervised image denoising methods only depending on noisy images, especially a single noisy image. Existing self-supervised image denoising paradigms (Noise2Noise and Noise2Void) rely heavily on information-lossy operations, such as downsampling and masking, culminating in low quality denoising performance. In this paper, we propose a novel self-supervised single image denoising paradigm, Positive2Negative, to break the information-lossy barrier. Our paradigm involves two key steps: Renoised Data Construction (RDC) and Denoised Consistency Supervision (DCS). RDC renoises the predicted denoised image by the predicted noise to construct multiple noisy images, preserving all the information of the original image. DCS ensures consistency across the multiple denoised images, supervising the network to learn robust denoising. Our Positive2Negative paradigm achieves state-of-the-art performance in self-supervised single image denoising with significant speed improvements. The code is released to the public at https://github.com/Li-Tong-621/P2N.

Foundations

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

Your Notes