Training-free Linear Image Inverses via Flows
Ashwini Pokle, Matthew J. Muckley, Ricky T. Q. Chen, Brian Karrer
TL;DR
This work tackles solving linear inverse problems without task-specific training by leveraging pretrained flow models and conditional Optimal Transport paths. It develops a training-free, flow-based inference framework that can utilize pretrained diffusion or flow models through a vector-field correction and a time-aware initialization, eliminating the need for problem-specific hyperparameter tuning. By demonstrating conversions between diffusion and flow representations and introducing the conditional OT flow sampling (OT-ODE), the authors show strong empirical performance on noisy degradations (deblurring, super-resolution, inpainting, denoising) across ImageNet variants and AFHQ, often surpassing diffusion-based baselines like PiGDM and RED-Diff. The approach is simple, robust, and scalable, offering a practical pathway to high-quality inverse problem solutions without additional training, with clear avenues for extending to non-linear, latent, or blind settings in future work.
Abstract
Solving inverse problems without any training involves using a pretrained generative model and making appropriate modifications to the generation process to avoid finetuning of the generative model. While recent methods have explored the use of diffusion models, they still require the manual tuning of many hyperparameters for different inverse problems. In this work, we propose a training-free method for solving linear inverse problems by using pretrained flow models, leveraging the simplicity and efficiency of Flow Matching models, using theoretically-justified weighting schemes, and thereby significantly reducing the amount of manual tuning. In particular, we draw inspiration from two main sources: adopting prior gradient correction methods to the flow regime, and a solver scheme based on conditional Optimal Transport paths. As pretrained diffusion models are widely accessible, we also show how to practically adapt diffusion models for our method. Empirically, our approach requires no problem-specific tuning across an extensive suite of noisy linear inverse problems on high-dimensional datasets, ImageNet-64/128 and AFHQ-256, and we observe that our flow-based method for solving inverse problems improves upon closely-related diffusion-based methods in most settings.
