CVLGSep 9, 2024

Sequential Posterior Sampling with Diffusion Models

arXiv:2409.05399v112 citationsh-index: 16
Originality Incremental advance
AI Analysis

This enables real-time posterior sampling for applications such as medical imaging, though it is incremental as it builds on existing diffusion methods.

The paper tackled the computational inefficiency of diffusion models for real-time sequential inverse problems like ultrasound imaging by modeling transition dynamics with a video vision transformer, achieving a 25x inference speedup while maintaining performance and improving PSNR by up to 8% in cases with severe motion.

Diffusion models have quickly risen in popularity for their ability to model complex distributions and perform effective posterior sampling. Unfortunately, the iterative nature of these generative models makes them computationally expensive and unsuitable for real-time sequential inverse problems such as ultrasound imaging. Considering the strong temporal structure across sequences of frames, we propose a novel approach that models the transition dynamics to improve the efficiency of sequential diffusion posterior sampling in conditional image synthesis. Through modeling sequence data using a video vision transformer (ViViT) transition model based on previous diffusion outputs, we can initialize the reverse diffusion trajectory at a lower noise scale, greatly reducing the number of iterations required for convergence. We demonstrate the effectiveness of our approach on a real-world dataset of high frame rate cardiac ultrasound images and show that it achieves the same performance as a full diffusion trajectory while accelerating inference 25$\times$, enabling real-time posterior sampling. Furthermore, we show that the addition of a transition model improves the PSNR up to 8\% in cases with severe motion. Our method opens up new possibilities for real-time applications of diffusion models in imaging and other domains requiring real-time inference.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes