AI & ML Papers
33K subscribers
7.11K photos
533 videos
24 files
7.78K links
Advancing research in Machine Learning – practical insights, tools, and techniques for researchers.

Admin: @HusseinSheikho || @Hussein_Sheikho
Download Telegram
🔥 AnyFlow: Any-Step Video Diffusion Model with On-Policy Flow Map Distillation

💡 The paper introduces AnyFlow, a novel framework for any-step video diffusion distillation that improves upon existing consistency distillation methods. The problem with consistency distillation is that its performance degrades as more sampling steps are used at test time, limiting its effectiveness for any-step video diffusion. This is because consistency distillation replaces the original probability-flow ODE trajectory with a consistency-sampling trajectory, which weakens the desirable test-time scaling behavior of ODE sampling.

To address this limitation, AnyFlow optimizes the full ODE sampling trajectory instead of distilling a model for only a few fixed sampling steps. The method involves shifting the distillation target from endpoint consistency mapping to flow-map transition learning over arbitrary time intervals. Additionally, the authors propose Flow Map Backward Simulation, which decomposes a full Euler rollout into shortcut flow-map transitions, enabling efficient on-policy distillation that reduces test-time errors.

The results of the paper show that AnyFlow achieves performance that matches or surpasses consistency-based counterparts in the few-step regime, while also scaling with sampling step budgets. The experiments were conducted across both bidirectional and causal architectures, at scales ranging from 1.3B to 14B parameters. Overall, the paper contributes a new framework for any-step video diffusion distillation that improves upon existing methods and achieves state-of-the-art results.


📅 Published on May 13

🔗 Links:
• arXiv: https://arxiv.org/abs/2605.13724
• PDF: https://arxiv.org/pdf/2605.13724
• Project Page: https://nvlabs.github.io/AnyFlow/
• GitHub: https://github.com/NVlabs/AnyFlow 197

🤖 Models citing this paper:
https://huggingface.co/nvidia/AnyFlow-Wan2.1-T2V-14B-Diffusers
https://huggingface.co/nvidia/AnyFlow-FAR-Wan2.1-1.3B-Diffusers
https://huggingface.co/nvidia/AnyFlow-FAR-Wan2.1-14B-Diffusers

━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus

#VideoDiffusionModels #OnPolicyLearning #FlowMapDistillation #AnyStepSampling #DiffusionBasedGenerativeModels