Linear Combinations of Patches are Unreasonably Effective for Single-Image Denoising
Sébastien Herbreteau, Charles Kervrann
TL;DR
This paper tackles single-image denoising without external training data, addressing the weaknesses of supervised methods that rely on high-quality datasets. It introduces LIChI, a parametric, patch-based denoiser that uses linear and iterative combinations of similar patches arranged in a chaining framework to progressively refine estimates. The approach leverages multiple pilots and risk-based criteria (including SURE and Noisier2Noise) with an aggregation step to fuse a large set of patch-based estimates, achieving competitive results. Experiments on Gaussian and real-world noise show LIChI matches or surpasses the best self-supervised methods while remaining fast and fully interpretable, highlighting the potential of linear patch combinations for zero-shot denoising.
Abstract
In the past decade, deep neural networks have revolutionized image denoising in achieving significant accuracy improvements by learning on datasets composed of noisy/clean image pairs. However, this strategy is extremely dependent on training data quality, which is a well-established weakness. To alleviate the requirement to learn image priors externally, single-image (a.k.a., self-supervised or zero-shot) methods perform denoising solely based on the analysis of the input noisy image without external dictionary or training dataset. This work investigates the effectiveness of linear combinations of patches for denoising under this constraint. Although conceptually very simple, we show that linear combinations of patches are enough to achieve state-of-the-art performance. The proposed parametric approach relies on quadratic risk approximation via multiple pilot images to guide the estimation of the combination weights. Experiments on images corrupted artificially with Gaussian noise as well as on real-world noisy images demonstrate that our method is on par with the very best single-image denoisers, outperforming the recent neural network based techniques, while being much faster and fully interpretable.
