TREAD通过路由令牌提升扩散模型训练效率与生成质量。
TREAD: Token Routing for Efficient Architecture-agnostic Diffusion Training
- 随机选择早期层令牌,经路由直达深层,无需修改架构。
- 训练成本降低,ImageNet-256上收敛速度提升14倍(40万步)。
- 无需额外参数,兼容Transformer与状态空间模型,适合高效训练场景。
扩散模型已成为视觉生成的主流方法,但其训练通常存在样本效率低和成本高的问题。尽管已有大量方法用于高效微调、推理和个性化,但初始训练仍极为昂贵。现有改进方法如掩码、蒸馏和结构修改虽能提升性能,却常伴随计算开销增加。本文提出TREAD,通过在模型早期与深层间路由随机选取的令牌,实现训练效率与生成性能的同步提升。该方法不依赖特定架构,适用于Transformer与状态空间模型,且无需额外参数。在标准ImageNet-256分类条件生成任务中,TREAD在40万次迭代下相较DiT实现14倍加速,700万次迭代下达37倍加速。同时,引导与非引导设置下的FID分别达到2.09与3.93,优于原始DiT,且未进行任何架构修改。
原文摘要 · Abstract (English)
Diffusion models have emerged as the mainstream approach for visual generation. However, these models typically suffer from sample inefficiency and high training costs. Consequently, methods for efficient finetuning, inference and personalization were quickly adopted by the community. However, training these models in the first place remains very costly. While several recent approaches - including masking, distillation, and architectural modifications - have been proposed to improve training efficiency, each of these methods comes with a tradeoff: they achieve enhanced performance at the expense of increased computational cost or vice versa. In contrast, this work aims to improve training efficiency as well as generative performance at the same time through routes that act as a transport mechanism for randomly selected tokens from early layers to deeper layers of the model. Our method is not limited to the common transformer-based model - it can also be applied to state-space models and achieves this without architectural modifications or additional parameters. Finally, we show that TREAD reduces computational cost and simultaneously boosts model performance on the standard ImageNet-256 benchmark in class-conditional synthesis. Both of these benefits multiply to a convergence speedup of 14x at 400K training iterations compared to DiT and 37x compared to the best benchmark performance of DiT at 7M training iterations. Furthermore, we achieve a competitive FID of 2.09 in a guided and 3.93 in an unguided setting, which improves upon the DiT, without architectural changes.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。