VideoMME, MVBench
收藏资源简介:
本文提出了一种新的标准化基准,用于比较最先进的视频问答小视觉语言模型(SVLMs),以消除帧采样偏差。该基准使用两种协议:标准采样和自适应采样。标准采样包括均匀帧率采样和单帧采样,而自适应采样则采用MAXInfo算法和CSTA方法。基准测试在两个视频理解数据集VideoMME和MVBench上进行,以评估不同帧采样策略对SVLMs性能的影响。
This paper proposes a novel standardized benchmark for comparing state-of-the-art small vision-language models (SVLMs) for video question answering, aiming to eliminate frame sampling bias. This benchmark incorporates two protocols: standard sampling and adaptive sampling. Standard sampling encompasses uniform frame rate sampling and single-frame sampling, whereas adaptive sampling utilizes the MAXInfo algorithm and the CSTA method. Benchmark evaluations are conducted on two video understanding datasets, VideoMME and MVBench, to assess the impact of different frame sampling strategies on the performance of SVLMs.
数据集概述
基本信息
- 数据集名称:Video Frame Sampling Benchmark
- 关联论文:Frame Sampling Strategies Matter: A Benchmark for small vision language models
- 论文链接:https://arxiv.org/abs/2509.14769
核心功能
- 统一视频后端,支持可配置的帧采样策略(
first、center、fps、maxinfo、csta) - 提供多模态模型的即用型封装,包括SmolVLM、Qwen2、Qwen2.5、InternVL和Ovis
- 基准测试工具,计算BLEU、ROUGE、METEOR、CIDEr和BERTScore,可选Video-MME评估助手
- 模型间比较、FPS敏感性分析和单帧基线脚本
安装方式
- 推荐使用PDM:通过
pdm install安装项目及依赖,使用pdm shell激活虚拟环境 - 替代方案pip:创建虚拟环境并通过
pip install -e .安装
使用方式
- 基准测试多个模型:使用
pdm run bench命令,指定视频文件夹路径、输出路径、采样模式和提示词 - 快速推理助手:使用
pdm run vlm命令,指定模型名称、视频路径和采样模式 - 单帧基线测试:使用
pdm run bench_single命令,指定视频文件夹路径和输出路径 - Video-MME评估:使用
pdm run vlm_VideoMME和pdm run vlm_VideoMME_evaluation命令
直接脚本执行
- 通过直接运行Python脚本执行相同功能,包括
benchmark_models.py、benchmark_fps_model.py、benchmark_single_frame.py和vlm.py
仓库结构
src/video_model_research/:核心库代码(帧采样、模型封装、指标和工具)scripts/:ICASSP实验中使用的命令行入口点
引用
- 学术工作中使用此仓库需引用相关论文

- 1Frame Sampling Strategies Matter: A Benchmark for small vision language modelsT ́el ́ecom SudParis,Institut Polytechnique de Paris,France · 2025年



