CVMar 28

EFlow: Fast Few-Step Video Generator Training from Scratch via Efficient Solution Flow

arXiv:2603.2708696.6h-index: 15
Predicted impact top 7% in CV · last 90 daysOriginality Highly original
AI Analysis

This work addresses the dual bottlenecks of computational cost and slow sampling in video diffusion models, enabling practical few-step generation from scratch.

EFlow introduces a few-step video diffusion transformer training framework that reduces both per-step attention cost and sampling steps, achieving 2.5x higher training throughput and 45.3x lower inference latency while maintaining competitive performance on Kinetics and text-to-video datasets.

Scaling video diffusion transformers is fundamentally bottlenecked by two compounding costs: the expensive quadratic complexity of attention per step, and the iterative sampling steps. In this work, we propose EFlow, an efficient few-step training framework, that tackles these bottlenecks simultaneously. To reduce sampling steps, we build on a solution-flow objective that learns a function mapping a noised state at time t to time s. Making this formulation computationally feasible and high-quality at video scale, however, demands two complementary innovations. First, we propose Gated Local-Global Attention, a token-droppable hybrid block which is efficient, expressive, and remains highly stable under aggressive random token-dropping, substantially reducing per-step compute. Second, we develop an efficient few-step training recipe. We propose Path-Drop Guided training to replace the expensive guidance target with a computationally cheap, weak path. Furthermore, we augment this with a Mean-Velocity Additivity regularizer to ensure high fidelity at extremely low step counts. Together, our EFlow enables a practical from-scratch training pipeline, achieving up to 2.5x higher training throughput over standard solution-flow, and 45.3x lower inference latency than standard iterative models with competitive performance on Kinetics and large-scale text-to-video datasets.

Foundations

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

Your Notes