A-FloPS: Accelerating Diffusion Models via Adaptive Flow Path Sampler
Cheng Jin, Zhenyu Xiao, Yuantao Gu
TL;DR
A-FloPS tackles the latency of diffusion-model sampling by introducing a training-free, trajectory-level reparameterization that converts any pre-trained diffusion model into a flow-matching path. The key advance is an adaptive velocity decomposition that splits the FM velocity into a linear drift and a smooth residual, enabling effective high-order ODE integration even in very few steps. The combination—FloPS for diffusion-to-flow transformation plus A-FloPS for adaptivity—yields state-of-the-art results among training-free samplers on conditional image and text-to-image tasks, with notable gains at $NFE=5$. The approach is general, applying to native FM generators as well, and demonstrates practical promise for low-latency, high-quality generative modeling across modalities.
Abstract
Diffusion models deliver state-of-the-art generative performance across diverse modalities but remain computationally expensive due to their inherently iterative sampling process. Existing training-free acceleration methods typically improve numerical solvers for the reverse-time ODE, yet their effectiveness is fundamentally constrained by the inefficiency of the underlying sampling trajectories. We propose A-FloPS (Adaptive Flow Path Sampler), a principled, training-free framework that reparameterizes the sampling trajectory of any pre-trained diffusion model into a flow-matching form and augments it with an adaptive velocity decomposition. The reparameterization analytically maps diffusion scores to flow-compatible velocities, yielding integration-friendly trajectories without retraining. The adaptive mechanism further factorizes the velocity field into a linear drift term and a residual component whose temporal variation is actively suppressed, restoring the accuracy benefits of high-order integration even in extremely low-NFE regimes. Extensive experiments on conditional image generation and text-to-image synthesis show that A-FloPS consistently outperforms state-of-the-art training-free samplers in both sample quality and efficiency. Notably, with as few as $5$ function evaluations, A-FloPS achieves substantially lower FID and generates sharper, more coherent images. The adaptive mechanism also improves native flow-based generative models, underscoring its generality. These results position A-FloPS as a versatile and effective solution for high-quality, low-latency generative modeling.
