English

Learning to Translate Noise for Robust Image Denoising

Image and Video Processing 2026-04-03 v2 Computer Vision and Pattern Recognition

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.

Keywords

Cite

@article{arxiv.2412.04727,
  title  = {Learning to Translate Noise for Robust Image Denoising},
  author = {Inju Ha and Donghun Ryou and Seonguk Seo and Bohyung Han},
  journal= {arXiv preprint arXiv:2412.04727},
  year   = {2026}
}

Comments

Project page: https://hij1112.github.io/learning-to-translate-noise/ Accepted to CVPR 2026 Findings

R2 v1 2026-06-28T20:25:05.619Z