LongBench-T2I
收藏资源简介:
LongBench-T2I是一个全面的数据集,旨在评估基于复杂指令的图像生成模型。该数据集包含500个精心设计的指令,覆盖了9个不同的视觉评估维度,能够全面评估模型遵循复杂指令的能力。数据集的创建过程采用多阶段流水线,包括草图描述生成、复杂场景指令生成、元素提取和自动审查以及人工审查。LongBench-T2I旨在解决现有文本到图像生成模型在处理复杂指令时表现不佳的问题,推动该领域的发展。
LongBench-T2I is a comprehensive dataset designed for evaluating complex instruction-based image generation models. It consists of 500 meticulously crafted instructions covering 9 distinct visual evaluation dimensions, which enables a holistic assessment of models' capacity to follow complex instructions. The dataset is constructed via a multi-stage pipeline, including sketch description generation, complex scene instruction generation, element extraction, automatic review and manual review. LongBench-T2I aims to address the subpar performance of existing text-to-image generation models when handling complex instructions, and promote the advancement of this research field.
LongBench-T2I 数据集概述
数据集基本信息
- 名称: LongBench-T2I
- 论文标题: Draw ALL Your Imagine: A Holistic Benchmark and Agent Framework for Complex Instruction-based Image Generation
- 论文链接: https://arxiv.org/abs/2505.24787
- 发布日期: 2025年5月30日
数据集内容
- 数据文件:
data/instruction.jsonl(包含输入指令和标签) - 数据类型: 复杂指令驱动的图像生成任务
项目结构
bash . ├── data/ │ └── instruction.jsonl # 输入指令 + 标签 ├── utils/ # 工具模块 │ ├── evaluator.py # 评估接口 │ ├── prompt.py # 提示模板 │ ├── utils.py # 辅助函数 ├── evaluate.py # 最终输出评估脚本
评估方法
- 评估脚本:
evaluate.py - 评估指标:
- 每张图像的分数
- 评论
- 总体统计摘要
- 评估模型选择:
gemini-2.0-flashOpenGVLab/InternVL3-78B
案例研究
- 比较方法: GPT-4o vs Plan2gen (Ours)
- 案例特点: 复杂、富有想象力的图像生成指令
引用信息
bibtex @misc{zhou2025drawimagineholisticbenchmark, title={Draw ALL Your Imagine: A Holistic Benchmark and Agent Framework for Complex Instruction-based Image Generation}, author={Yucheng Zhou and Jiahao Yuan and Qianning Wang}, year={2025}, eprint={2505.24787}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2505.24787}, }
许可证
- 类型: MIT License
- 链接: https://opensource.org/licenses/MIT




