paper-with-me

Papers

A Variational Perspective on Solving Inverse Problems with Diffusion Models

2023-05-07 · Morteza Mardani, Jiaming Song, Jan Kautz, Arash Vahdat

Diffusion models have emerged as a key pillar of foundation models in visual domains. One of their critical applications is to universally solve different downstream inverse tasks via a single diffusion prior without re-training for each task. Most inverse tasks can be formulated as inferring a posterior distribution over data (e.g., a full image) given a measurement (e.g., a masked image). This is however challenging in diffusion models since the nonlinear and iterative nature of the diffusion process renders the posterior intractable. To cope with this challenge, we propose a variational approach that by design seeks to approximate the true posterior distribution. We show that our approach naturally leads to regularization by denoising diffusion process (RED-Diff) where denoisers at different timesteps concurrently impose different structural constraints over the image. To gauge the contribution of denoisers from different timesteps, we propose a weighting mechanism based on signal-to-noise-ratio (SNR). Our approach provides a new variational perspective for solving inverse problems with diffusion models, allowing us to formulate sampling as stochastic optimization, where one can simply apply off-the-shelf solvers with lightweight iterates. Our experiments for image restoration tasks such as inpainting and superresolution demonstrate the strengths of our method compared with state-of-the-art sampling-based diffusion models.

📄 PDF Abstract BibTeX arXiv:2305.04391

Code (1)

nvlabs/red-diff 공식 구현 pytorch

Tasks

DenoisingImage RestorationStochastic Optimization

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

Inverse problems with diffusion models: MAP estimation via mode-seeking loss

2025-12-11 · Sai Bharath Chandra Gutha, Ricardo Vinuesa, Hossein Azizpour arxiv

A pre-trained unconditional diffusion model, combined with posterior sampling or maximum a posteriori (MAP) estimation techniques, can solve arbitrary inverse problems without task-specific training or fine-tuning. Howev…

G2D2: Gradient-guided Discrete Diffusion for image inverse problem solving

2024-10-09 · Naoki Murata, Chieh-Hsin Lai, Yuhta Takida, Toshimitsu Uesaka 외

Recent literature has effectively utilized diffusion models trained on continuous variables as priors for solving inverse problems. Notably, discrete diffusion models with discrete latent codes have shown strong performa…

Image GenerationMotion Generation

Diffusion Prior-Based Amortized Variational Inference for Noisy Inverse Problems

2024-07-23 · Sojin Lee, Dogyun Park, Inho Kong, Hyunwoo J. Kim

Recent studies on inverse problems have proposed posterior samplers that leverage the pre-trained diffusion models as powerful priors. These attempts have paved the way for using diffusion models in a wide range of inver…

ColorizationDeblurringDenoisingImage Colorization+6

Variational Flow Maps: Make Some Noise for One-Step Conditional Generation

2026-03-07 · Abbas Mammadov, So Takao, Bohan Chen, Ricardo Baptista 외 arxiv

Flow maps enable high-quality image generation in a single forward pass. However, unlike iterative diffusion models, their lack of an explicit sampling trajectory impedes incorporating external constraints for conditiona…

Image Generation

Warped Diffusion: Solving Video Inverse Problems with Image Diffusion Models

2024-10-21 · Giannis Daras, Weili Nie, Karsten Kreis, Alex Dimakis 외

Using image models naively for solving inverse video problems often suffers from flickering, texture-sticking, and temporal inconsistency in generated videos. To tackle these problems, in this paper, we view frames as co…

Super-ResolutionVideo InpaintingVideo Super-Resolution