Back to feed
News Story
机器之心
1 sources

Princeton Team Releases Fully Open Text-to-Image Model i1, Backed by 300+ Controlled Experiments

Princeton University's Zhuang Liu team has released i1, a fully open text-to-image model, based on over 300 controlled experiments and more than 700,000 TPU hours. i1 outperforms previous best fully open models by an average of 29.5 percentage points across several benchmarks, approaching larger open-weight models like Qwen-Image. The work provides a completely open recipe from training code to data, enabling reproducible ablation studies.

SynthePulse Insight · AI deep reading

Fully Open Text-to-Image Recipe: How Princeton's i1 Narrows the Gap with Closed-Source Models Using 300 Experiments

Version 1 · 1 source

Princeton University's Zhuang Liu team releases fully open text-to-image model i1, systematically validating model and data design through over 300 controlled experiments and 700,000 TPU hours, averaging 29.5 percentage points ahead of the previous best fully open model on five benchmarks, and approaching the performance of 20B Qwen-Image.

  • i1 is a 3B-parameter fully open text-to-image model with training code, data, and model weights all publicly released.
  • The team conducted over 300 controlled experiments, totaling more than 700,000 TPU v6e hours.
  • On five benchmarks including GenEval, i1 averages 29.5 percentage points ahead of the previous best fully open model.
  • i1's overall performance is close to open-weight-only models like 20B Qwen-Image.
  • i1 is the first fully open model to achieve relatively accurate text rendering, scoring 0.8531 on CVTG-2K and 0.922 on LongText-Bench.
Open section navigationBackground: The Gap in Fully Open Models

Background: The Gap in Fully Open Models

Current text-to-image models are advancing rapidly, but most works independently introduce entire model, data, and training designs, using private data for training and lacking thorough ablation studies and reproducible recipes, making it difficult for researchers to determine whether superior performance stems from data or design.

The i1 model from Princeton University's Zhuang Liu team addresses this need by providing a fully open and reproducible model from training code to training data, offering researchers a unified starting point for controlled experiments.

Controlled Experiments: Systematically Validating Design Choices

The team conducted controlled experiments based on a unified baseline (shallow fusion, frozen text encoder, flow matching-trained DiT network, combining 12 public datasets with VLM-generated long captions), changing only one design at a time.

On the model side, they found: multiple text encoders can improve performance, but increasing a single adapter can achieve similar effects at lower cost; AdaLN has many parameters but limited additional gains; at the same parameter count, dual-stream outperforms single-stream, which outperforms cross-attention, and U-ViT long skip connections consistently improve performance.

On the data side, they found: short caption training weakens performance, long caption training underperforms on short prompts, which can be mitigated with a prompt rewriter; when data is diverse, small-scale repetition has little impact; high-resolution training does not require extensive data coverage and still retains text rendering ability.

The i1 Model and Evaluation Results

Based on the conclusions from controlled experiments, the team combined simple designs to train the 3B-parameter i1, which averages 29.5 percentage points ahead of the previous best fully open model on five benchmarks: GenEval, DPG-Bench, PRISM-Bench, CVTG-2K, and LongText-Bench.

i1's overall performance is close to some larger, open-weight-only models, such as 20B Qwen-Image.

i1 is the first fully open model to achieve relatively accurate text rendering, scoring 0.8531 on CVTG-2K and 0.922 on LongText-Bench.

Significance and Limitations

i1 demonstrates that training a competitive text-to-image model does not necessarily rely on private data or opaque recipes; using only public datasets and systematically validated designs can achieve a strong level of performance.

i1's reproducible recipe provides a unified starting point for text-to-image research, enabling researchers to evaluate new designs under controlled conditions.

However, i1 still approaches but does not surpass open-weight-only models, and the evaluation focuses on prompt following and text rendering, without fully covering general image quality.

Credibility boundary

This article's information is primarily from Machine Intelligence's report on the Princeton team's i1 model, which is a secondary source. All specific numbers and conclusions are based on that report and have not been independently verified.

Insight takeaway

i1 validates the effectiveness of simple design combinations through systematic controlled experiments, proving that fully open models can approach the performance of closed-source models, providing a reproducible benchmark for text-to-image research.

Primary report

机器之心

Primary source