sihany/MMSI-Bench-test
MMSI-Bench This repo contains evaluation code for the paper "[MMSI-Bench: A Benchmark for Multi-Image Spatial Intelligence]" π Homepage | π€ Dataset | π Paper | π» Code | π arXiv πNews π₯[2025-05-30]: We released the ArXiv paper. Load Dataset from datasets import load_dataset mmsi_bench = load_dataset("RunsenXu/MMSI-Bench") print(dataset) Evaluation Please refer to the evaluation guidelines of VLMEvalKit πβ¦ See the full description on the dataset page: https://huggingface.co/datasets/sihany/MMSI-Bench-test.
MMSI-Bench
This repo contains evaluation code for the paper "[MMSI-Bench: A Benchmark for Multi-Image Spatial Intelligence]"
**π Homepage** | **π€ Dataset** | **π Paper** | **π» Code** | **π arXiv**
πNews
<!-- π₯[2025-05-31]: MMSI-Bench has been supported in the [VLMEvalKit](https://github.com/open-compass/VLMEvalKit) repository. -->
π₯[2025-05-30]: We released the ArXiv paper.
## Load Dataset
from datasets import load_dataset
mmsi_bench = load_dataset("RunsenXu/MMSI-Bench")
print(dataset)Evaluation
Please refer to the evaluation guidelines of VLMEvalKit
<!-- <img src="assets/radar_v1.png" width="400" /> -->
π MMSI-Bench Leaderboard
Acknowledgment
MMSI-Bench makes use of data from existing image datasets: ScanNet, nuScenes, Matterport3D, Ego4D, AgiBot-World, DTU, DAVIS-2017 ,and Waymo. We thank these teams for their open-source contributions.
Contact
- Sihan Yang: sihany077@gmail.com
- Runsen Xu: runsxu@gmail.com
Citation
@article{yang2025mmsi,
title={MMSI-Bench: A Benchmark for Multi-Image Spatial Intelligence},
author={Yang, Sihan and Xu, Runsen and Xie, Yiman and Yang, Sizhe and Li, Mo and Lin, Jingli and Zhu, Chenming and Chen, Xiaochen and Duan, Haodong and Yue, Xiangyu and Lin, Dahua and Wang, Tai and Pang, Jiangmiao},
journal={arXiv preprint arXiv:2505.23764},
year={2025}
}