Stretching Each Dollar: Diffusion Training from Scratch on a Micro-Budget
Vikash Sehwag, Xianghao Kong, Jingtao Li, Michael Spranger, Lingjuan Lyu
TL;DR
This work tackles the barrier to developing large-scale text-to-image diffusion models by introducing a micro-budget training pipeline that leverages deferred patch masking, a lightweight patch-mixer, and mixture-of-experts to dramatically reduce compute. By pre-processing patch embeddings before masking and coupling this with layer-wise scaling and MoE, the authors train a 1.16B sparse diffusion transformer on 37M images for ~\$1,890, achieving a zero-shot COCO FID of 12.7 and substantially lower costs than prior methods. They also show that incorporating synthetic data improves alignment with human preferences, with GPT-4o-based evaluations favoring combined real+synthetic data. The paper demonstrates that high-quality diffusion models can be trained on micro-budgets using open data and releases an end-to-end training pipeline to democratize access to large-scale diffusion modeling.
Abstract
As scaling laws in generative AI push performance, they also simultaneously concentrate the development of these models among actors with large computational resources. With a focus on text-to-image (T2I) generative models, we aim to address this bottleneck by demonstrating very low-cost training of large-scale T2I diffusion transformer models. As the computational cost of transformers increases with the number of patches in each image, we propose to randomly mask up to 75% of the image patches during training. We propose a deferred masking strategy that preprocesses all patches using a patch-mixer before masking, thus significantly reducing the performance degradation with masking, making it superior to model downscaling in reducing computational cost. We also incorporate the latest improvements in transformer architecture, such as the use of mixture-of-experts layers, to improve performance and further identify the critical benefit of using synthetic images in micro-budget training. Finally, using only 37M publicly available real and synthetic images, we train a 1.16 billion parameter sparse transformer with only \$1,890 economical cost and achieve a 12.7 FID in zero-shot generation on the COCO dataset. Notably, our model achieves competitive FID and high-quality generations while incurring 118$\times$ lower cost than stable diffusion models and 14$\times$ lower cost than the current state-of-the-art approach that costs \$28,400. We aim to release our end-to-end training pipeline to further democratize the training of large-scale diffusion models on micro-budgets.
