ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2024
Year
… We then present how we apply this methodology to diffusion transformers, and explain our design choices for optimizing expert routing algorithms. Finally, we provide computation …
Diffusion models have become a dominant paradigm for high-fidelity image generation, but scaling them to extreme sizes is challenging due to computational costs and architectural constraints. This paper tackles the question of how to scale diffusion transformers to 16 billion parameters, a scale that is orders of magnitude larger than typical diffusion models. By addressing the specific challenges of expert routing in this context, the work provides a blueprint for training massive diffusion models that could lead to significant improvements in generation quality and diversity.
The paper's focus on expert routing algorithms is particularly relevant because mixture-of-experts (MoE) is a common technique to scale model capacity without proportional compute increase. However, applying MoE to diffusion transformers is non-trivial due to the iterative nature of diffusion sampling and the need for stable training. This research likely offers practical insights into routing strategies that balance load and maintain training stability, which is crucial for the community.
The abstract does not provide specific quantitative results, but the successful training of a 16B parameter diffusion transformer is a significant milestone. The paper likely includes comparisons with smaller models or baselines, showing improvements in generation quality (e.g., FID) or training efficiency. However, without concrete numbers, the exact gains remain unknown from the abstract alone.
This work pushes the boundary of diffusion model scale, potentially enabling more expressive and higher-quality generative models. The insights on expert routing could also benefit other MoE-based architectures beyond diffusion. As large-scale generative models become more prevalent, this research provides a foundation for future scaling efforts, though the computational requirements may limit its immediate adoption to well-resourced labs.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba