Boosting of Implicit Neural Representation-based Image Denoiser
Zipei Yan, Zhengji Liu, Jizhou Li
TL;DR
This work tackles overfitting in implicit neural representations (INRs) for image denoising by introducing an iterative substitution (ITS) regularization that progressively improves the supervision signal's signal-to-noise ratio (SNR). ITS updates the supervision with $\hat{y}^{i+1} = \frac{y + \hat{x}^i}{2}$ at selected iterations, and a theoretical analysis shows $\text{SNR}(\hat{y}^{i+1}) > \text{SNR}(y)$ under mild conditions. Empirical results on Set9 and Set11 demonstrate that ITS significantly boosts the denoising performance of INR variants (DIP, SIREN, WIRE) across various noise levels, with notable PSNR/SSIM gains and reduced residual noise in error maps. The method is simple, incurs near-zero overhead, and is broadly applicable to INR-based denoising, with future work including extensions to video denoising and more general inverse problems.
Abstract
Implicit Neural Representation (INR) has emerged as an effective method for unsupervised image denoising. However, INR models are typically overparameterized; consequently, these models are prone to overfitting during learning, resulting in suboptimal results, even noisy ones. To tackle this problem, we propose a general recipe for regularizing INR models in image denoising. In detail, we propose to iteratively substitute the supervision signal with the mean value derived from both the prediction and supervision signal during the learning process. We theoretically prove that such a simple iterative substitute can gradually enhance the signal-to-noise ratio of the supervision signal, thereby benefiting INR models during the learning process. Our experimental results demonstrate that INR models can be effectively regularized by the proposed approach, relieving overfitting and boosting image denoising performance.
