README.md

January 16, 2026 ยท View on GitHub

# CoF-T2I

Paper PDF

โœจ News

  • [2026.01.16] ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ We have released CoF-T2I: Video Models as Pure Visual Reasoners for Text-to-Image Generation, check out our ๐Ÿ“„ Paper ยท ๐ŸŒ Website.

๐ŸŽฏ Todo List

We are actively preparing to release the following:

  • Paper & project page
  • Training & inference code
  • CoF-T2I model checkpoints & evaluation scripts
  • CoF-Evol-Instruct dataset

๐ŸŽž๏ธ CoF-T2I

CoF-T2I brings Chain-of-Frame (CoF) reasoning from video generation into text-to-image generation via progressive visual refinement: intermediate frames serve as explicit reasoning steps, and the final frame is taken as the output image.

Visualization of the reasoning trajectories generated by CoF-T2I. The final output is shown in large, and intermediate frames are shown in small.

๐ŸŽฏ Contributions

  • ๐Ÿ”ญ A novel generation paradigm: We propose CoF-T2I, a text-to-image model that repurposes a video foundation model as pure visual reasoner, generating images via a CoF reasoning process.

  • ๐Ÿ“– A comprehensive dataset with scalable pipeline: We introduce CoF-Evol-Instruct, a 64K-scale dataset of progressive visual refinement trajectories, built with a scalable quality-aware pipeline.

  • ๐Ÿ“Š Competitive results with extensive validation: Our extensive experiments show that CoF-T2I substantially outperforms its video backbone and achieves competitive performance on challenging benchmarks, with additional validations confirming its substantial promise.

๐Ÿ” Overview

Overview of CoF-T2I. CoF-T2I builds on a video generation backbone, reframing inference-time reasoning for T2I generation as a CoF refinement process.

๐Ÿ“‘ CoF-Evol-Instruct

We design a quality-aware construction pipeline and curate 64K reasoning trajectories, ensuring both sample-level diversity and frame-wise consistency.

๐Ÿš€ Quick Start (Coming Soon)

We are preparing the release of training, inference, and evaluation code.

๐Ÿ“ˆ Key Results & ๐Ÿ–ผ๏ธ More Visualizations

Unfold to see our key results and more visualizations

๐Ÿ“ˆ Key Results

1๏ธโƒฃ Performance comparison on GenEval

The best and the second best Overall scores are in bold and underlined, respectively.

ModelSingle Obj.Two Obj.CountingColorsPositionColor Attr.Overall โ†‘
Standard Image Models
SDXL0.980.740.390.850.150.230.55
SD3-Medium0.990.940.720.890.330.600.74
FLUX.1-dev0.990.880.610.870.350.550.67
Unified MLLMs
Janus-Pro-7B0.990.890.590.900.790.660.80
BLIP3-o 8B------------0.84
OmniGen20.990.920.770.900.820.700.80
BAGEL0.990.940.810.880.640.630.78
BAGEL-Think0.990.940.810.880.640.630.82
T2I-R10.990.910.530.910.760.650.79
Video Models
Wan2.1-T2V-14B0.920.630.570.690.180.310.55
CoF-T2I (Ours)0.980.950.830.890.830.710.86

2๏ธโƒฃ Performance comparison on Imagine-Bench

The best and the second best scores are in bold and underlined, respectively.

ModelAttribute shiftHybridizationMulti-ObjectSpatiotemporalOverall โ†‘
Standard Image Models
SDXL4.4204.9304.5006.3204.970
SD3-Medium5.1406.3006.0705.9105.780
FLUX.1-dev5.6806.3805.2407.1306.060
Unified MLLMs
Janus-Pro-7B5.3006.7306.0407.2806.220
BLIP3-o 8B5.8007.0606.4407.0806.510
OmniGen25.2806.2906.3107.4506.220
BAGEL5.3706.5006.4106.9306.200
BAGEL-Think6.2607.7406.9607.1306.930
T2I-R15.8507.3606.6807.7006.780
Video Models
Wan2.1-T2V-14B5.4366.9505.3836.2375.939
CoF-T2I (Ours)6.9698.0707.7977.2877.468

๐Ÿ–ผ๏ธ More Visualizations

1๏ธโƒฃ Dataset Visualizations

Visualization of CoF-Evol-Instruct Dataset. We showcase the prompt and corresponding CoF trajectories in our data.

2๏ธโƒฃ Qualitative Comparison

Comparison of the Wan2.1-T2V (baseline), Bagel-Think, and CoF-T2I. CoF-T2I produces satisfying results with both high photorealistic quality and precise alignment with the prompt.

3๏ธโƒฃ Reasoning Trajectories

Complete reasoning trajectories of CoF-T2I, including the intermediate frames and the final output alongside their corresponding prompts.

4๏ธโƒฃ Step-wise Quality Evolution

Performance trend across reasoning steps on GenEval (left) and Imagine-Bench (right).

๐Ÿซก Acknowledgements

We would like to thank the following open-source projects and research works:

๐Ÿงพ Citation

If you find our work useful, please consider citing:

@misc{tong2026coft2ivideomodelspure,
      title={CoF-T2I: Video Models as Pure Visual Reasoners for Text-to-Image Generation}, 
      author={Chengzhuo Tong and Mingkun Chang and Shenglong Zhang and Yuran Wang and Cheng Liang and Zhizheng Zhao and Ruichuan An and Bohan Zeng and Yang Shi and Yifan Dai and Ziming Zhao and Guanbin Li and Pengfei Wan and Yuanxing Zhang and Wentao Zhang},
      year={2026},
      eprint={2601.10061},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2601.10061}, 
}

๐Ÿท๏ธ License

This repository is released under the MIT license. See LICENSE for additional details.