CVJun 9

i1: A Simple and Fully Open Recipe for Strong Text-to-Image Models

Princeton
arXiv:2606.11289v113.11 citationsh-index: 8Has Code
Predicted impact top 33% in CV · last 90 daysOriginality Highly original
AI Analysis

Provides a fully open (weights, data, code) state-of-the-art text-to-image model and empirical insights, enabling reproducible research and a foundation for the community.

The authors systematically investigated modeling and data design choices for text-to-image diffusion models through 300+ controlled experiments, leading to i1, a 3B-parameter model trained on public datasets. i1 outperforms the best fully open model by 29.5 absolute percentage points on average across five benchmarks, matching leading closed models.

Diffusion models have consistently driven progress in text-to-image generation. However, it is challenging to attribute recent progress to specific modeling and data choices: state-of-the-art open-weight models provide limited ablations, and do not disclose their training data and full training details. The research community needs fully open (weights, data, and code) models as a foundation for further research; yet existing fully open models still fall significantly short of leading models in performance. In this project, we conduct a systematic investigation of the modeling and data design choices in text-to-image diffusion training and inference with 300+ controlled experiments totaling 700K+ TPU v6e hours. Our experiments highlight several empirical findings (e.g., equal weighting is a strong default for mixing curated datasets) and simple design decisions (e.g., larger text encoder adapters improve performance with minimal added parameters) for training strong models. Guided by these insights, we train i1, a 3B-parameter text-to-image diffusion model using only publicly available datasets. i1 is competitive with leading models on five representative benchmarks (GenEval, DPG, PRISM, CVTG-2K, and LongText), and outperforms the best existing fully open model by 29.5 absolute percentage points on average. We provide the i1 checkpoints, training and inference code, and the data processing pipeline. Together, our findings and the i1 recipe establish a practical foundation for future open research in text-to-image diffusion models. Our code is available at https://github.com/zlab-princeton/i1.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes