Learning to Translate Noise for Robust Image Denoising
Inju Ha, Donghun Ryou, Seonguk Seo, Bohyung Han
TL;DR
This work tackles the generalization gap in image denoising for real-world noise by introducing a Noise Translation Network that maps arbitrary real noise to Gaussian noise, enabling use of Gaussian-denoising nets. The NTN is trained with implicit supervision (reconstructing the ground-truth image) and explicit supervision (matching translated noise to Gaussian noise in spatial and frequency domains via Wasserstein distances) and is built on Gaussian Injection Blocks to impose a Gaussian prior. Across multiple pretrained denoisers and real-noise benchmarks, the framework achieves consistent out-of-distribution gains, often substantially surpassing state-of-the-art methods, while maintaining test-time efficiency. The approach is model-agnostic, does not require test-time training, and provides detailed ablations and reproducibility resources, suggesting broad practical impact for robust real-world denoising.
Abstract
Deep learning-based image denoising techniques often struggle with poor generalization performance to out-of-distribution real-world noise. To tackle this challenge, we propose a novel noise translation framework that performs denoising on an image with translated noise rather than directly denoising an original noisy image. Specifically, our approach translates complex, unknown real-world noise into Gaussian noise, which is spatially uncorrelated and independent of image content, through a noise translation network. The translated noisy images are then processed by an image denoising network pretrained to effectively remove Gaussian noise, enabling robust and consistent denoising performance. We also design well-motivated loss functions and architectures for the noise translation network by leveraging the mathematical properties of Gaussian noise. Experimental results demonstrate that the proposed method substantially improves robustness and generalizability, outperforming state-of-the-art methods across diverse benchmarks. Visualized denoising results and the source code are available on our project page.
