CVIVMar 22, 2022

AP-BSN: Self-Supervised Denoising for Real-World Images via Asymmetric PD and Blind-Spot Network

arXiv:2203.11799v2201 citationsh-index: 22
Originality Incremental advance
AI Analysis

This work addresses the problem of real-world image denoising for applications like photography and computer vision, offering a fully self-supervised method that outperforms existing approaches, though it is incremental in combining and refining existing techniques.

The paper tackles the challenge of self-supervised denoising for real-world images with spatially correlated noise by proposing AP-BSN, which integrates an Asymmetric Pixel-shuffle Downsampling (AP) with a Blind-Spot Network (BSN) and includes random-replacing refinement, achieving state-of-the-art performance without needing additional noise information.

Blind-spot network (BSN) and its variants have made significant advances in self-supervised denoising. Nevertheless, they are still bound to synthetic noisy inputs due to less practical assumptions like pixel-wise independent noise. Hence, it is challenging to deal with spatially correlated real-world noise using self-supervised BSN. Recently, pixel-shuffle downsampling (PD) has been proposed to remove the spatial correlation of real-world noise. However, it is not trivial to integrate PD and BSN directly, which prevents the fully self-supervised denoising model on real-world images. We propose an Asymmetric PD (AP) to address this issue, which introduces different PD stride factors for training and inference. We systematically demonstrate that the proposed AP can resolve inherent trade-offs caused by specific PD stride factors and make BSN applicable to practical scenarios. To this end, we develop AP-BSN, a state-of-the-art self-supervised denoising method for real-world sRGB images. We further propose random-replacing refinement, which significantly improves the performance of our AP-BSN without any additional parameters. Extensive studies demonstrate that our method outperforms the other self-supervised and even unpaired denoising methods by a large margin, without using any additional knowledge, e.g., noise level, regarding the underlying unknown noise.

Code Implementations2 repos
Foundations

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

Your Notes