Verse-Bench
收藏资源简介:
Verse-Bench是一个评估联合音频-视觉生成的基准数据集,包含从多个来源精心挑选的600个图像-文本提示对。数据集分为三个子集:Set1包含205个样本,包括AI生成、网络爬取和媒体截图的图像-文本对,配有LLM和手动注释生成的视频/音频字幕和语音内容;Set2包含295个样本,由YouTube和Bilibili的视频片段组成,配有LLM生成的字幕和基于Whisper的ASR转录,并经过人工验证;Set3包含100个样本,是2025年9月的TED演讲,使用与Set2相同的注释流程处理。
Verse-Bench is a benchmark dataset for evaluating joint audio-visual generation, which contains 600 carefully selected image-text prompt pairs from multiple sources. The dataset is divided into three subsets: Set1 consists of 205 samples, including image-text pairs generated by AI, crawled from the web, and captured as media screenshots, accompanied by video/audio subtitles and speech content generated by LLM and manual annotations; Set2 includes 295 samples composed of video clips from YouTube and Bilibili, equipped with subtitles generated by LLM and Whisper-based ASR transcriptions, and manually verified; Set3 contains 100 samples, which are TED Talks from September 2025, processed using the same annotation workflow as Set2.
Verse-Bench 数据集概述
数据集简介
Verse-Bench 是一个用于评估联合视听生成的基准数据集,包含 600 个图像-文本提示对。数据来源包括 YouTube 视频帧、BiliBili 视频帧、TikTok 片段、电影、动画、AI 生成图像以及公共网站图像。
数据集组成
- Set1:包含 205 个样本,涵盖 AI 生成图像、网络爬取图像和媒体截图,使用大语言模型生成视频/音频字幕和语音内容,并经过人工标注。
- Set2:包含 295 个样本,来自 YouTube 和 Bilibili 的视频片段,使用大语言模型生成字幕和 Whisper ASR 转录,经过人工验证。
- Set3:包含 100 个样本,来自 2025 年 9 月的 TED Talks,采用与 Set2 相同的标注流程。
数据下载
- Set1:可直接从该仓库下载,图像和提示对共享相同文件名。
- Set2 和 Set3:
- 下载:运行
python download.py - 处理:运行
python process.py - 生成目录:
videos_raw:原始下载视频clips:处理后的结果,包含剪辑视频(.mp4)、对应音频(.wav)和参考图像(.png)
- 提示文件位于
data/目录,与剪辑视频共享相同文件名。
- 下载:运行
许可证
代码部分采用 Apache 2.0 许可证。
引用
bibtex @misc{wang2025universe-1, title={UniVerse-1:A Unified Audio-Video Generation Framework via Stitching of Expertise}, author={Wang, Duomin and Zuo, wei and Li, Aojie and Chen, Ling-Hao and Liao, Xinyao and Zhou, Deyu and Yin, Zixin and Dai, Xili and Yu, Gang}, journal={arxiv}, year={2025} }




