VUDG
收藏资源简介:
VUDG是一个用于评估视频理解中域泛化能力的基准数据集,包含7899个视频片段和36388个高质量的问题答案对,覆盖了11个不同的视觉域,如卡通、第一视角、监控、雨天、雪天等。每个视频都通过多专家逐步注释管道同时标注了多项选择题和开放式问题答案对,使用大型多模态模型和人工验证。数据集在不同域之间保持语义一致性,以确保模型的性能反映域泛化能力而非语义变化。
VUDG is a benchmark dataset for evaluating domain generalization in video understanding. It contains 7,899 video clips and 36,388 high-quality question-answer pairs, covering 11 distinct visual domains including cartoons, first-person perspectives, surveillance footage, rainy scenarios, snowy scenarios, and others. Each video is annotated with both multiple-choice and open-ended question-answer pairs via a multi-expert step-by-step annotation pipeline, with validation performed using large multimodal models and human verifiers. The dataset maintains semantic consistency across all domains, ensuring that model performance reflects domain generalization ability rather than being influenced by semantic changes between domains.
数据集概述:VUDG (Video Understanding Dataset Generation)
基本信息
- 许可证:cc-by-nc-sa-4.0
- 数据规模:1K<n<10K
- 语言:英语 (en)
- 标签:video, domain-generalization, video-understanding
- 任务类别:question-answering
数据集结构
配置
- 默认配置 (
default)- 训练集 (
train):train_multi.json - 测试集 (
test):test_mul.json - 开放测试集 (
test_open):test_open.json
- 训练集 (
特征
- video: 字符串类型 (string)
- domain: 字符串类型 (string)
- question: 字符串类型 (string)
- answer: 字符串类型 (string)
- question_type: 整型 (int32)
数据量
- 训练集 (
train): 6,337 个样本 - 测试集 (
test): 1,532 个样本 - 开放测试集 (
test_open): 1,532 个样本
数据集内容
- 视频数量: 7,899 个视频片段
- 问答对数量: 36,388 个高质量问答对
- 覆盖领域: 11 个多样化视觉领域 (如卡通、自我中心视角、监控、雨天、雪天等)
- 标注类型: 多选题和开放式问答对
- 标注流程: 通过多专家渐进式标注流程,结合大型多模态模型和人工验证
评估方式
零样本评估
- 测试视频:
test文件夹 - 标注文件:
- 多选题:
test_mul.json - 开放式问答:
test_open.json
- 多选题:
微调评估
- 训练数据:
- 视频:
trainset文件夹 - 标注:
train_multi.json
- 视频:
- 测试数据:
- 视频:
test文件夹 - 标注:
test_mul.json
- 视频:
应用场景
- 多源域泛化 (MultiDG): 在多个源域上训练,在一个保留域上测试
- 单源域泛化 (SingleDG): 在一个域上训练,在所有剩余域上测试




