ROVI
收藏资源简介:
ROVI是一个高质量的合成数据集,用于实例-grounded文本到图像生成,由标记了100万精选网络图像创建。该数据集的核心创新是在预检测阶段采用了一种称为重新描述的策略,其中VLM(视觉语言模型)生成全面的视觉描述,然后由LLM(大型语言模型)处理以提取一个潜在的类别列表,供OVD(开放词汇检测器)检测。这种方法产生了一个与实例注释固有联系的全球提示,同时捕捉人类通常忽视的二级视觉元素。评估表明,ROVI在图像质量和分辨率方面超过了现有的检测数据集,同时包含两个数量级的开放词汇类别。为了展示目的,一个在ROVI上训练的文本到图像模型GLIGEN显著优于现有技术在实例接地精度、提示保真度和美学质量方面的性能。
ROVI is a high-quality synthetic dataset for instance-grounded text-to-image generation, constructed from 1 million curated and annotated web images. The core innovation of this dataset lies in adopting a strategy termed redescription during the pre-detection stage, where the Visual Language Model (VLM) generates comprehensive visual descriptions, which are then processed by the Large Language Model (LLM) to extract a latent category list for detection by the Open-Vocabulary Detector (OVD). This approach yields a global prompt inherently linked to instance annotations, while capturing secondary visual elements that humans often overlook. Evaluations demonstrate that ROVI outperforms existing detection datasets in terms of image quality and resolution, while encompassing two orders of magnitude more open-vocabulary categories. For demonstration purposes, the text-to-image model GLIGEN trained on ROVI significantly outperforms the state-of-the-art in instance grounding accuracy, prompt fidelity, and aesthetic quality.
ROVI数据集概述
基本信息
- 全称: ROVI: A VLM-LLM Re-Captioned Dataset for Open-Vocabulary Instance-Grounded Text-to-Image Generation
- 类型: 高质量合成数据集
- 规模: 1M精选网络图像
- 特点: 包含全面的图像描述和边界框标注
- 创新点: 采用VLM-LLM重新标注策略
- 应用: 开放词汇实例接地的文本到图像生成
- 论文: ArXiv | ICCV 2025
- 数据集地址: ROVI Dataset on Hugging Face
- 演示: ROVI Dataset Example Viewer
数据集结构
- 训练集: 981,551个样本(键:0000001 - 0981551)
- 验证集: 30,153个样本(键:0981552 - 1011704)
- 格式: JSON
核心字段
url: 图像URLsource: 数据来源(带质量过滤)width,height: 图像尺寸(1024×1024至4096×6144,宽高比最大3:1)box_num: 边界框数量category_num: 类别数量
标注字段
web_caption: 原始标注vlm_description: 使用InternVL-1.5生成的描述
标注信息
labels: 开放词汇对象标签(字符串)bboxes: 边界框坐标(xyxy格式)scores: 检测置信度分数ovd_belongings: 检测来源gd: Grounding-DINOyw: YOLO-Worldow: OWLv2od: OV-DINO
管道阶段
- VLM描述: 使用InternVL-Chat-V1.5生成详细图像描述
- LLM总结: 使用Llama3-8B-Instruct提取和精炼对象类别
- 多OVD检测: 使用多种开放词汇检测器检测对象
- OVD重采样: 实施5阶段采样策略以减少冗余
- VLM交叉检查: 使用Qwen2-VL-7B-Instruct验证无效的框-标签对
许可证
- 类型: CC BY 4.0
局限性
- 图像URL可能随时间变化而不可访问
- 自动生成的检测标注可能包含错误
- 语言模型可能存在不一致的单复数处理和措辞不当
- 视觉遮挡对象和非连续元素的边界框接地可能不太准确
引用
bibtex @misc{peng2025rovivlmllmrecaptioneddataset, title={ROVI: A VLM-LLM Re-Captioned Dataset for Open-Vocabulary Instance-Grounded Text-to-Image Generation}, author={Cihang Peng and Qiming Hou and Zhong Ren and Kun Zhou}, year={2025}, eprint={2508.01008}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2508.01008} }
联系方式
- 邮箱: cihangpeng@zju.edu.cn




