V-STaR
收藏资源简介:
V-STaR是一个视频时空推理基准测试数据集,旨在评估视频大型语言模型(Video-LLMs)在时空推理方面的能力。该数据集通过半自动化的GPT-4驱动流程生成从粗到细的链式思考问题,嵌入明确的推理链以模拟人类认知。
V-STaR is a benchmark dataset for video spatio-temporal reasoning, designed to evaluate the spatio-temporal reasoning capabilities of Video Large Language Models (Video-LLMs). This dataset generates coarse-to-fine chain-of-thought questions via a semi-automated GPT-4-driven pipeline, embedding explicit reasoning chains to simulate human cognition.
V-STaR数据集概述
基本信息
- 名称:V-STaR (Video Spatio-Temporal Reasoning Benchmark)
- 类型:视频-大型语言模型(Video-LLMs)评估基准
- 主要目标:评估视频-LLMs在视频时空推理能力上的表现
- 发布年份:2025
- 相关论文:V-STaR: Benchmarking Video-LLMs on Video Spatio-Temporal Reasoning
数据集特点
- 核心任务:逆向时空推理(RSTR)任务
- 评估维度:
- What:对象识别准确性
- When:事件发生时间定位
- Where:空间位置关系理解
- 数据生成:采用半自动GPT-4驱动流程生成粗到细的思维链(CoT)问题
- 评估指标:
- 算术平均数(AM)
- 修正对数几何平均数(LGM)
评估结果
- 评估模型:14种Video-LLMs
- 可视化结果:包含6种最新顶级Video-LLMs在9个V-STaR领域的评估结果
- 评估标准:
- What问题:使用Qwen2.5-72B-Instruct评分(0-4分)
- When问题:采用时间定位指标(R@n, tIoU=m)
- Where问题:使用平均精度分数(AP@vIoU=m)和视觉交并比(m_vIoU)
使用方式
-
数据集下载: bash git lfs install git clone https://huggingface.co/datasets/V-STaR-Bench/V-STaR
-
评估脚本:
- 推理演示:
python inference_demo.py - 结果评估:
python eval.py(需2块NVIDIA A100 80G GPU)
- 推理演示:
相关资源
- 项目主页:https://v-star-bench.github.io/
- HuggingFace数据集:https://huggingface.co/datasets/V-STaR-Bench/V-STaR
- 排行榜:https://huggingface.co/spaces/V-STaR-Bench/V-STaR-LeaderBoard
- MLLM推理资源集:https://github.com/lwpyh/Awesome-MLLM-Reasoning-Collection
联系方式
- 联系人邮箱:
- jian.hu@qmul.ac.uk
- zixu.cheng@qmul.ac.uk
引用格式
bibtex @misc{cheng2025vstarbenchmarkingvideollmsvideo, title={V-STaR: Benchmarking Video-LLMs on Video Spatio-Temporal Reasoning}, author={Zixu Cheng and Jian Hu and Ziquan Liu and Chenyang Si and Wei Li and Shaogang Gong}, year={2025}, eprint={2503.11495}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2503.11495}, }




