LGAICVMLNov 24, 2025

Terminal Velocity Matching

arXiv:2511.19797v38 citations
Originality Highly original
AI Analysis

This addresses the challenge of efficient high-quality image generation for applications requiring fast inference, though it is incremental as it builds on flow matching and diffusion models.

The paper tackles the problem of high-fidelity one- and few-step generative modeling by proposing Terminal Velocity Matching (TVM), a generalization of flow matching that models transitions between diffusion timesteps with regularization at the terminal time. It achieves state-of-the-art results, including 3.29 FID with one step and 1.99 FID with four steps on ImageNet-256x256.

We propose Terminal Velocity Matching (TVM), a generalization of flow matching that enables high-fidelity one- and few-step generative modeling. TVM models the transition between any two diffusion timesteps and regularizes its behavior at its terminal time rather than at the initial time. We prove that TVM provides an upper bound on the $2$-Wasserstein distance between data and model distributions when the model is Lipschitz continuous. However, since Diffusion Transformers lack this property, we introduce minimal architectural changes that achieve stable, single-stage training. To make TVM efficient in practice, we develop a fused attention kernel that supports backward passes on Jacobian-Vector Products, which scale well with transformer architectures. On ImageNet-256x256, TVM achieves 3.29 FID with a single function evaluation (NFE) and 1.99 FID with 4 NFEs. It similarly achieves 4.32 1-NFE FID and 2.94 4-NFE FID on ImageNet-512x512, representing state-of-the-art performance for one/few-step models from scratch.

Foundations

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

Your Notes