- The paper introduces Inverse-aDDIM, which integrates measurement residue-based variance compensation into consistency model sampling.
- It achieves high-quality reconstructions on tasks like super-resolution, inpainting, and deblurring with as few as two sampling steps.
- Experimental evaluations demonstrate improved perceptual metrics (KID, FID) and competitive pixel-level scores (PSNR, SSIM) across datasets.
Measurement-Guided Consistency Model Sampling for Inverse Problems
Introduction and Motivation
This paper addresses the challenge of efficiently solving inverse imaging problems using diffusion-based generative models. While diffusion models have demonstrated strong performance as priors for ill-posed inverse problems, their practical deployment is hindered by the need for hundreds of iterative sampling steps. Consistency models (CMs) offer a solution by enabling high-quality generation in a single or a few steps, but their direct application to inverse problems is nontrivial due to the need to enforce measurement fidelity. The authors propose a deterministic sampling strategy, Inverse-aDDIM, that integrates measurement consistency into the CM sampling process, thereby improving both efficiency and reconstruction quality for a range of inverse problems.
Background: Diffusion and Consistency Models in Inverse Problems
Inverse problems are formulated as recovering an unknown signal x from degraded measurements y=A(x)+n, where A is a degradation operator and n is noise. The Bayesian approach seeks the MAP estimate by maximizing the posterior p(x∣y)∝p(y∣x)p(x), where p(x) is the prior.
Diffusion models learn p(x) by reversing a noising process, but require many steps for sampling. Denoising Diffusion Restoration Models (DDRM) adapt diffusion models for inverse problems by iteratively sampling from the posterior, but remain computationally expensive. Consistency models (CMs) address this by learning a mapping from noisy latents to clean samples, enabling few-step or even single-step generation. However, enforcing measurement consistency within CM sampling remains an open problem.
Inverse-aDDIM: Measurement-Consistent Consistency Model Sampling
The core contribution is the Inverse-aDDIM algorithm, which adapts the aDDIM sampler for CMs to inverse problems by incorporating a measurement-driven variance term. In standard aDDIM, the variance term is estimated using a teacher signal, which is unavailable in inverse problems. The authors propose replacing this with the measurement residue ∥y−Ax^∥2, directly reflecting the fidelity of the reconstruction to the observed measurements.
The Inverse-aDDIM update is as follows:
Theoretical justification is provided by showing that, for linear A, the expected measurement residue upper-bounds the original variance term, ensuring that the variance compensation property of aDDIM is preserved.
Experimental Evaluation
Datasets and Tasks
Experiments are conducted on the LSUN Bedroom (256×256) and Fashion-MNIST (28×28) datasets. The authors evaluate on three canonical inverse problems—super-resolution, inpainting, and deblurring—plus a nonlinear deblurring task for LSUN Bedroom. For LSUN, a ControlNet-based CoSIGN model is used; for Fashion-MNIST, a CM with an auxiliary network is employed.
Quantitative Results
On Fashion-MNIST, Inverse-aDDIM consistently outperforms baseline CM sampling across all metrics (PSNR, SSIM, KID, FID). On LSUN Bedroom, Inverse-aDDIM achieves lower KID and FID (better perceptual quality) while maintaining competitive PSNR and SSIM. Notably, the method achieves these results with only two sampling steps, demonstrating significant computational efficiency.
Qualitative Results
Visual comparisons show that Inverse-aDDIM produces reconstructions with improved perceptual quality and measurement fidelity across all tasks.
Figure 2: Visual comparison on four inverse problems on the LSUN Bedroom dataset: super-resolution (top row), deblurring (second row), inpainting (third row), and nonlinear deblurring (bottom row).
Figure 3: Visual comparison on three inverse problems: super-resolution (top), deblurring (middle), and inpainting (bottom) on the Fashion-MNIST dataset.
Implementation Considerations
- Integration: Inverse-aDDIM can be integrated into any CM-based inverse problem solver without retraining the backbone, requiring only access to the measurement operator A and the measurement y.
- Hyperparameters: The variance compensation hyperparameter γ must be tuned for each task to balance measurement fidelity and sample diversity.
- Computational Efficiency: The method achieves strong results with as few as two sampling steps, making it suitable for real-time or large-scale applications.
- Limitations: Slight reductions in pixel-level metrics (PSNR, SSIM) may occur due to the generation of perceptually plausible but pixel-wise different details, especially on complex datasets.
Implications and Future Directions
The proposed measurement-guided sampling strategy demonstrates that CMs can be effectively adapted to inverse problems with minimal computational overhead and without sacrificing reconstruction quality. This approach is particularly relevant for applications requiring fast inference, such as medical imaging or remote sensing. The method's generality suggests applicability to a wide range of linear and nonlinear inverse problems.
Future work may explore:
- Extension to more complex, non-linear, or non-Gaussian measurement operators.
- Task-specific adaptation of the measurement residue term.
- Joint training of the CM and measurement-guided sampler for further gains.
- Application to high-dimensional or multi-modal inverse problems.
Conclusion
This work introduces Inverse-aDDIM, a measurement-aware sampling algorithm for consistency models that enforces measurement fidelity via variance compensation using the measurement residue. The method achieves efficient, high-quality reconstructions across diverse inverse problems and datasets, with strong perceptual and pixel-level performance in only a few sampling steps. The approach provides a principled and practical solution for integrating measurement consistency into fast generative inverse problem solvers, with broad implications for future research and deployment in computational imaging.