CVOct 23, 2024

Diffusion Priors for Variational Likelihood Estimation and Image Denoising

arXiv:2410.17521v13 citationsh-index: 5Has CodeNIPS
Originality Incremental advance
AI Analysis

This addresses the problem of handling structured and signal-dependent noise in real-world images for computer vision applications, representing an incremental improvement over existing diffusion-based methods.

The paper tackled real-world image denoising by proposing adaptive likelihood estimation and MAP inference within a diffusion prior framework, achieving effective noise removal on diverse datasets as demonstrated in experiments.

Real-world noise removal is crucial in low-level computer vision. Due to the remarkable generation capabilities of diffusion models, recent attention has shifted towards leveraging diffusion priors for image restoration tasks. However, existing diffusion priors-based methods either consider simple noise types or rely on approximate posterior estimation, limiting their effectiveness in addressing structured and signal-dependent noise commonly found in real-world images. In this paper, we build upon diffusion priors and propose adaptive likelihood estimation and MAP inference during the reverse diffusion process to tackle real-world noise. We introduce an independent, non-identically distributed likelihood combined with the noise precision (inverse variance) prior and dynamically infer the precision posterior using variational Bayes during the generation process. Meanwhile, we rectify the estimated noise variance through local Gaussian convolution. The final denoised image is obtained by propagating intermediate MAP solutions that balance the updated likelihood and diffusion prior. Additionally, we explore the local diffusion prior inherent in low-resolution diffusion models, enabling direct handling of high-resolution noisy images. Extensive experiments and analyses on diverse real-world datasets demonstrate the effectiveness of our method. Code is available at https://github.com/HUST-Tan/DiffusionVI.

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