🤗 UniVerse-1 Models | 🤗 Verse-Bench | 📑 Tech Report | 📑 Project Page 💻 Code
Verse-Bench is a benchmark we developed for evaluating joint audio-visual generation. We curated 600 image-text prompt pairs from a multitude of sources. These sources encompass frames extracted from YouTube videos, BiliBili videos, TikTok clips, movies, and anime; images generated by AI models; and a collection of images from public websites. Our dataset comprises three subsets:
Set1: You can download from this repository directly. The image and prompt pairs share the same file name.
Set2 & Set3:
cd set2(set3)
download: python download.py
process: python process.py
Then you will get directory named videos_raw and clips, videos in videos_raw are raw video download from youtube or bilibili, and data in clips are processed results, inculdes:
The prompts of video, audio, and content speech is in data/, share the same file name with clip videos in clips/.
The code in the repository is licensed under Apache 2.0 License.
If you find Verse-Bench is useful to your research, please cite our work, thank you!
@article{wang2025universe,
title={UniVerse-1: Unified Audio-Video Generation via Stitching of Experts},
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 Jiang, Daxin and Yu, Gang},
journal={arXiv preprint arXiv:2509.06155},
year={2025}
}
17 commits
🤗 UniVerse-1 Models | 🤗 Verse-Bench | 📑 Tech Report | 📑 Project Page 💻 Code
Verse-Bench is a benchmark we developed for evaluating joint audio-visual generation. We curated 600 image-text prompt pairs from a multitude of sources. These sources encompass frames extracted from YouTube videos, BiliBili videos, TikTok clips, movies, and anime; images generated by AI models; and a collection of images from public websites. Our dataset comprises three subsets:
Set1: You can download from this repository directly. The image and prompt pairs share the same file name.
Set2 & Set3:
cd set2(set3)
download: python download.py
process: python process.py
Then you will get directory named videos_raw and clips, videos in videos_raw are raw video download from youtube or bilibili, and data in clips are processed results, inculdes:
The prompts of video, audio, and content speech is in data/, share the same file name with clip videos in clips/.
The code in the repository is licensed under Apache 2.0 License.
If you find Verse-Bench is useful to your research, please cite our work, thank you!
@article{wang2025universe,
title={UniVerse-1: Unified Audio-Video Generation via Stitching of Experts},
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 Jiang, Daxin and Yu, Gang},
journal={arXiv preprint arXiv:2509.06155},
year={2025}
}
17 commits