菜单

关于 🐙 GitHub
arXiv 提交日期: 2025-12-03
📄 Abstract - TwinFlow: Realizing One-step Generation on Large Models with Self-adversarial Flows

Recent advances in large multi-modal generative models have demonstrated impressive capabilities in multi-modal generation, including image and video generation. These models are typically built upon multi-step frameworks like diffusion and flow matching, which inherently limits their inference efficiency (requiring 40-100 Number of Function Evaluations (NFEs)). While various few-step methods aim to accelerate the inference, existing solutions have clear limitations. Prominent distillation-based methods, such as progressive and consistency distillation, either require an iterative distillation procedure or show significant degradation at very few steps (< 4-NFE). Meanwhile, integrating adversarial training into distillation (e.g., DMD/DMD2 and SANA-Sprint) to enhance performance introduces training instability, added complexity, and high GPU memory overhead due to the auxiliary trained models. To this end, we propose TwinFlow, a simple yet effective framework for training 1-step generative models that bypasses the need of fixed pretrained teacher models and avoids standard adversarial networks during training, making it ideal for building large-scale, efficient models. On text-to-image tasks, our method achieves a GenEval score of 0.83 in 1-NFE, outperforming strong baselines like SANA-Sprint (a GAN loss-based framework) and RCGM (a consistency-based framework). Notably, we demonstrate the scalability of TwinFlow by full-parameter training on Qwen-Image-20B and transform it into an efficient few-step generator. With just 1-NFE, our approach matches the performance of the original 100-NFE model on both the GenEval and DPG-Bench benchmarks, reducing computational cost by $100\times$ with minor quality degradation. Project page is available at this https URL.

顶级标签: model training multi-modal aigc
详细标签: flow matching one-step generation text-to-image inference acceleration adversarial training 或 搜索:

TwinFlow:基于自对抗流实现大模型的一步生成 / TwinFlow: Realizing One-step Generation on Large Models with Self-adversarial Flows


1️⃣ 一句话总结

这篇论文提出了一种名为TwinFlow的新方法,它能让大型多模态生成模型(如图像生成模型)仅用一步就完成高质量的生成任务,在保持生成质量的同时,将计算成本降低了约100倍,并且避免了传统加速方法中训练不稳定和复杂度高的问题。


源自 arXiv: 2512.05150