ViewSpatial-Bench
收藏资源简介:
ViewSpatial-Bench是一个全面的基准测试数据集,包含来自ScanNet和MS-COCO验证集的1,000多个3D场景中的超过5,700个问答对。该数据集用于评估视觉语言模型在多视角空间定位中的能力,特别是测试自我中心(相机)和异中心(人类主体)视角下的五种不同任务类型。
ViewSpatial-Bench is a comprehensive benchmark dataset containing over 5,700 question-answer pairs from more than 1,000 3D scenes, sourced from ScanNet and the MS-COCO validation set. The dataset is designed to evaluate the capabilities of visual language models in multi-view spatial localization, particularly testing five distinct task types from both egocentric (camera) and exocentric (human) perspectives.
ViewSpatial-Bench 数据集概述
数据集简介
- 名称: ViewSpatial-Bench
- 目的: 评估视觉语言模型(VLMs)在多视角空间定位任务中的表现
- 特点: 包含相机中心和人中心两种视角的空间定位任务
数据集构成
- 数据量: 超过5,700个问答对
- 场景来源: 1,000+个3D场景,来自ScanNet和MS-COCO验证集
- 任务类型: 5种不同的空间定位任务类型
关键特性
- 多视角评估: 同时测试自我中心(相机)和异我中心(人类主体)视角
- 基准测试: 揭示了当前VLMs在多视角空间理解方面的挑战
数据集结构
plaintext ViewSpatial-Bench ├── data_process # 原始数据集处理脚本 ├── eval # 存储ViewSpatial-Bench原始数据集 ├── ViewSpatial-Bench # 存储源图像(可从Huggingface下载) ├── README.md ├── evaluate.py # 多VLM评估脚本 └── requirements.txt # 评估依赖项
评估方法
-
通过HuggingFace datasets库: py from datasets import load_dataset ds = load_dataset("lidingm/ViewSpatial-Bench")
-
使用开源代码评估: py git clone https://github.com/ZJU-REAL/ViewSpatial-Bench.git cd ViewSpatial-Bench pip install -r requirements.txt python evaluate.py --model_path your_model_path
数据来源
- 基础3D场景数据: ScanNet
- 视觉内容: MS-COCO
- 头部方向计算: Orient Anything
相关模型
- Multi-View Spatial Model (MVSM): 专为解决VLM中视角依赖的空间推理限制而开发
- 训练数据: ~43K个多样化的空间关系样本
- 基础模型: Qwen2.5-VL (3B)




