Beyond Image Prior: Embedding Noise Prior into Conditional Denoising Transformer
Yuanfei Huang, Hua Huang

TL;DR
This paper introduces a novel denoising framework that explicitly estimates noise priors from single images and incorporates them into a transformer model, improving generalization across diverse noise conditions.
Contribution
It proposes a Locally Noise Prior Estimation (LoNPE) algorithm and a Conditional Denoising Transformer that leverage noise priors for enhanced denoising performance.
Findings
Outperforms state-of-the-art methods on synthetic datasets
Effectively handles real-world noisy images
Demonstrates improved generalization across noise types
Abstract
Existing learning-based denoising methods typically train models to generalize the image prior from large-scale datasets, suffering from the variability in noise distributions encountered in real-world scenarios. In this work, we propose a new perspective on the denoising challenge by highlighting the distinct separation between noise and image priors. This insight forms the basis for our development of conditional optimization framework, designed to overcome the constraints of traditional denoising framework. To this end, we introduce a Locally Noise Prior Estimation (LoNPE) algorithm, which accurately estimates the noise prior directly from a single raw noisy image. This estimation acts as an explicit prior representation of the camera sensor's imaging environment, distinct from the image prior of scenes. Additionally, we design an auxiliary learnable LoNPE network tailored for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage and Signal Denoising Methods
MethodsAttention Is All You Need · Byte Pair Encoding · Layer Normalization · Linear Layer · Label Smoothing · Adam · Dropout · Multi-Head Attention · Dense Connections · Softmax
