paper-with-me

홈 › Papers

Flow Priors for Linear Inverse Problems via Iterative Corrupted Trajectory Matching

2024-05-29 · Yasi Zhang, Peiyu Yu, Yaxuan Zhu, Yingshan Chang, Feng Gao, Ying Nian Wu, Oscar Leong

Generative models based on flow matching have attracted significant attention for their simplicity and superior performance in high-resolution image synthesis. By leveraging the instantaneous change-of-variables formula, one can directly compute image likelihoods from a learned flow, making them enticing candidates as priors for downstream tasks such as inverse problems. In particular, a natural approach would be to incorporate such image probabilities in a maximum-a-posteriori (MAP) estimation problem. A major obstacle, however, lies in the slow computation of the log-likelihood, as it requires backpropagating through an ODE solver, which can be prohibitively slow for high-dimensional problems. In this work, we propose an iterative algorithm to approximate the MAP estimator efficiently to solve a variety of linear inverse problems. Our algorithm is mathematically justified by the observation that the MAP objective can be approximated by a sum of $N$ ``local MAP'' objectives, where $N$ is the number of function evaluations. By leveraging Tweedie's formula, we show that we can perform gradient steps to sequentially optimize these objectives. We validate our approach for various linear inverse problems, such as super-resolution, deblurring, inpainting, and compressed sensing, and demonstrate that we can outperform other methods based on flow matching. Code is available at https://github.com/YasminZhang/ICTM.

📄 PDF Abstract BibTeX arXiv:2405.18816

Code (2)

yasminzhang/ictm 공식 구현 jax
annegnx/PnP-Flow jax

Tasks

compressed sensingDeblurringImage GenerationSuper-Resolution

Similar Papers 제목 키워드 기반

Blind Inversion using Latent Diffusion Priors

2024-07-01 · Weimin Bai, Siyi Chen, Wenzheng Chen, He Sun

Diffusion models have emerged as powerful tools for solving inverse problems due to their exceptional ability to model complex prior distributions. However, existing methods predominantly assume known forward operators (…

DeblurringImage RestorationInverse Rendering

Flower: A Flow-Matching Solver for Inverse Problems

2025-09-30 · Mehrsa Pourya, Bassam El Rawas, Michael Unser arxiv

We introduce Flower, a solver for linear inverse problems. It leverages a pre-trained flow model to produce reconstructions that are consistent with the observed measurements. Flower operates through an iterative procedu…

Deep Unfolding with Normalizing Flow Priors for Inverse Problems

2021-07-06 · Xinyi Wei, Hans van Gorp, Lizeth Gonzalez Carabarin, Daniel Freedman 외

Many application domains, spanning from computational photography to medical imaging, require recovery of high-fidelity images from noisy, incomplete or partial/compressed measurements. State of the art methods for solvi…

DeblurringDenoisingImage Denoising

Fast Samplers for Inverse Problems in Iterative Refinement Models

2024-05-27 · Kushagra Pandey, Ruihan Yang, Stephan Mandt

Constructing fast samplers for unconditional diffusion and flow-matching models has received much attention recently; however, existing methods for solving inverse problems, such as super-resolution, inpainting, or deblu…

DeblurringImage RestorationSuper-Resolution

Latent Refinement via Flow Matching for Training-free Linear Inverse Problem Solving

2025-11-08 · Hossein Askari, Yadan Luo, Hongfu Sun, Fred Roosta arxiv

Recent advances in inverse problem solving have increasingly adopted flow priors over diffusion models due to their ability to construct straight probability paths from noise to data, thereby enhancing efficiency in both…