ICLR2026
Any-step Generation via N-th Order Recursive Consistent Velocity Field Estimation
Peng Sun, Tao Lin
摘要
Recent advances in few-step generative models (typically - steps), such as consistency models, have yielded impressive performance. However, their broader adoption is hindered by significant challenges, including substantial computational overhead, the reliance on complex multi-component loss functions, and intricate multi-stage training strategies that lack end-to-end simplicity. These limitations impede their scalability and stability, especially when applied to large-scale models.
To address these issues, we introduce -th order Recursive Consistent velocity field estimation for Generative Modeling (RCGM), a novel framework that unifies many existing approaches. Within this framework, we reveal that conventional one-step methods, such as consistency and MeanFlow models, are special cases of 1st-order RCGM. This insight enables a natural extension to higher-order scenarios (), which exhibit markedly improved training stability and achieve state-of-the-art (SOTA) performance.
For instance, on ImageNet , RCGM enables a parameter diffusion transformer to achieve a FID score in just sampling steps. Crucially, RCGM facilitates the stable full-parameter training of a large-scale () unified multi-modal model, attaining a GenEval score in steps. In contrast, conventional 1st-order approaches, such as consistency and MeanFlow models, typically suffer from training instability, model collapse, or memory constraints under comparable settings.
Code is available at: https://github.com/LINs-lab/RCGM.