IVCVJul 12, 2024

Beyond Image Prior: Embedding Noise Prior into Conditional Denoising Transformer

arXiv:2407.09094v26 citationsh-index: 11Has Code
Originality Highly original
AI Analysis

This addresses the challenge of real-world image denoising for applications like photography and computer vision, offering improved generalization, but it is incremental as it builds on existing transformer-based denoising approaches.

The paper tackles the problem of denoising images with variable noise distributions by proposing a method that separates noise and image priors, using a Locally Noise Prior Estimation algorithm and a Conditional Denoising Transformer, achieving superior performance over state-of-the-art methods on synthetic and real-world datasets.

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 practical application to sRGB noisy images. Leveraging the estimated noise prior, we present a novel Conditional Denoising Transformer (Condformer), by incorporating the noise prior into a conditional self-attention mechanism. This integration allows the Condformer to segment the optimization process into multiple explicit subspaces, significantly enhancing the model's generalization and flexibility. Extensive experimental evaluations on both synthetic and real-world datasets, demonstrate that the proposed method achieves superior performance over current state-of-the-art methods. The source code is available at https://github.com/YuanfeiHuang/Condformer.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes