zai-org/LVBench
LVBench: An Extreme Long Video Understanding Benchmark [π Project Page] [π arXiv Paper] [π Dataset][π Leaderboard] LVBench is a benchmark designed to evaluate and enhance the capabilities of multimodal models in understanding and extracting information from long videos up to two hours in duration. π₯ News 2024.06.11 π We released LVBench, a new benchmark for long video understanding! π Introduce to LVBench LVBench is a benchmarkβ¦ See the full description on the dataset page: https://huggingface.co/datasets/zai-org/LVBench.
LVBench: An Extreme Long Video Understanding Benchmark
<font size=4><div align='center' > [π Project Page] [π arXiv Paper] [π Dataset][π Leaderboard] </div></font>
<p align="center"> <img src="./docs/images/cover.png" width="96%" height="50%"> </p>
LVBench is a benchmark designed to evaluate and enhance the capabilities of multimodal models in understanding and extracting information from long videos up to two hours in duration.
π₯ News
- `2024.06.11` π We released LVBench, a new benchmark for long video understanding!
π Introduce to LVBench
LVBench is a benchmark designed to evaluate the capabilities of models in understanding long videos. We collected extensive long video data from public sources, annotated through a mix of manual effort and model assistance. Our benchmark provides a robust foundation for testing models on extended temporal contexts, ensuring high-quality assessment through meticulous human annotation and multi-stage quality control.
Features
- Core Capabilities: Six core capabilities for long video understanding, enabling the creation of complex and challenging questions for comprehensive model evaluation.
- Diverse Data: A diverse range of long video data, averaging five times longer than the longest existing datasets, covering various categories.
- High-Quality Annotations: Reliable benchmark with meticulous human annotation and multi-stage quality control processes.
<img src="./docs/images/example.jpg" width="100%" height="50%">
Dataset
License
Our dataset is under the CC-BY-NC-SA-4.0 license.
LVBench is only used for academic research. Commercial use in any form is prohibited. We do not own the copyright of any raw video files.
If there is any infringement in LVBench, please contact shiyu.huang@aminer.cn or directly raise an issue, and we will remove it immediately.
Download
Install video2dataset first:
pip install video2dataset
pip uninstall transformer-engineThen you should download video_info.meta.jsonl from Huggingface and put it in the data directory.
Each entry in the video_info.meta.jsonl file has a key field corresponding to a YouTube video's ID. Users can download the corresponding video using this ID. Alternatively, users can use the download script we provide, download.sh, for downloading:
cd scripts
bash download.shAfter the execution, the video files will be stored in the script/videos directory.
Install LVBench
pip install -e .Get Evaluation Results
(Note: if you want to try the evaluation quickly, you can use the scripts/construct_random_answers.py to prepare a random answer file.)
cd scripts
python test_acc.pyπ Results
- Model Comparision:
<p align="center"> <img src="./docs/images/leaderboard.png" width="96%" height="50%"> </p>
- Benchmark Comparison:
<p align="center"> <img src="./docs/images/compare.png" width="96%" height="50%"> </p>
- Model vs Human:
<p align="center"> <img src="./docs/images/human.png" width="96%" height="50%"> </p>
- Answer Distribution:
<p align="center"> <img src="./docs/images/distribution.png" width="96%" height="50%"> </p>
License
The use of the dataset and the original videos is governed by the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) license, as detailed in the LICENSE.
If you believe that any content in this dataset infringes on your rights, please contact us at _shiyu.huang@aminer.cn_ to request its removal.
Citation
If you find our work helpful for your research, please consider citing our work.
@misc{wang2024lvbench,
title={LVBench: An Extreme Long Video Understanding Benchmark},
author={Weihan Wang and Zehai He and Wenyi Hong and Yean Cheng and Xiaohan Zhang and Ji Qi and Shiyu Huang and Bin Xu and Yuxiao Dong and Ming Ding and Jie Tang},
year={2024},
eprint={2406.08035},
archivePrefix={arXiv},
primaryClass={cs.CV}
}