Zero-shot Denoising via Neural Compression: Theoretical and algorithmic framework
Ali Zafari, Xi Chen, Shirin Jalali
TL;DR
This work tackles zero-shot denoising in settings where clean targets are unavailable by training a neural compression model directly on patches from a single noisy image. The proposed ZS-NCD framework leverages an entropy-regularized, patch-wise neural compression objective, followed by averaging overlapping patch reconstructions to form the final denoised image. The authors provide non-asymptotic, finite-sample guarantees for compression-based denoisers under Gaussian and Poisson noise, including specializations to sparse signals and Poisson settings. Empirically, ZS-NCD achieves state-of-the-art performance among zero-shot denoisers across natural and non-natural domains, including fluorescence microscopy and real camera data, and demonstrates robustness to overfitting through entropy constraints and patch-aggregation effects. The work thus advances both the theoretical foundations and practical efficacy of compression-based denoising in a truly self-contained zero-shot framework, with publicly available code for replication.
Abstract
Zero-shot denoising aims to denoise observations without access to training samples or clean reference images. This setting is particularly relevant in practical imaging scenarios involving specialized domains such as medical imaging or biology. In this work, we propose the Zero-Shot Neural Compression Denoiser (ZS-NCD), a novel denoising framework based on neural compression. ZS-NCD treats a neural compression network as an untrained model, optimized directly on patches extracted from a single noisy image. The final reconstruction is then obtained by aggregating the outputs of the trained model over overlapping patches. Thanks to the built-in entropy constraints of compression architectures, our method naturally avoids overfitting and does not require manual regularization or early stopping. Through extensive experiments, we show that ZS-NCD achieves state-of-the-art performance among zero-shot denoisers for both Gaussian and Poisson noise, and generalizes well to both natural and non-natural images. Additionally, we provide new finite-sample theoretical results that characterize upper bounds on the achievable reconstruction error of general maximum-likelihood compression-based denoisers. These results further establish the theoretical foundations of compression-based denoising. Our code is available at: https://github.com/Computational-Imaging-RU/ZS-NCDenoiser.
