How far can we go with ImageNet for Text-to-Image generation?
L. Degeorge, A. Ghosh, N. Dufour, D. Picard, V. Kalogeiton
TL;DR
The paper questions the necessity of billion-scale datasets for text-to-image generation and shows that a 400M-parameter diffusion model trained exclusively on ImageNet, with carefully designed long captions and image augmentations, can achieve competitive image quality and strong benchmark performance. By adapting DiT-I and CAD-I architectures and introducing text- and image-augmentation strategies (notably long captions and CutMix/Crop), the authors build a scalable, reproducible training recipe that delivers high compositionality and outperforms several data-heavy baselines on GenEval and DPGBench. Scaling to higher resolution (512^2) further strengthens performance, with qualitative and quantitative results rivaling or surpassing models trained on much larger corpora. The work demonstrates that ImageNet can support general T2I capabilities and task-specific fine-tuning (e.g., aesthetics) within accessible compute, suggesting a path toward more sustainable and open research in text-to-image generation.
Abstract
Recent text-to-image (T2I) generation models have achieved remarkable sucess by training on billion-scale datasets, following a `bigger is better' paradigm that prioritizes data quantity over availability (closed vs open source) and reproducibility (data decay vs established collections). We challenge this established paradigm by demonstrating that one can achieve capabilities of models trained on massive web-scraped collections, using only ImageNet enhanced with well-designed text and image augmentations. With this much simpler setup, we achieve a +6% overall score over SD-XL on GenEval and +5% on DPGBench while using just 1/10th the parameters and 1/1000th the training images. We also show that ImageNet pretrained models can be finetuned on task specific datasets (like for high resolution aesthetic applications) with good results, indicating that ImageNet is sufficient for acquiring general capabilities. This opens the way for more reproducible research as ImageNet is widely available and the proposed standardized training setup only requires 500 hours of H100 to train a text-to-image model.
