CoolFace
Datasetpublic

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.

sourceHugging Facecc-by-4.0updated 1y agoView on Hugging Face
0likes66downloads
Dataset Card

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

ModelAvg. (%)Type
πŸ₯‡ Human Level97.2Baseline
πŸ₯ˆ o341.0Proprietary
πŸ₯‰ GPT-4.540.3Proprietary
Gemini-2.5-Pro--Thinking37.0Proprietary
Gemini-2.5-Pro36.9Proprietary
Doubao-1.5-pro33.0Proprietary
GPT-4.130.9Proprietary
Qwen2.5-VL-72B30.7Open-source
NVILA-15B30.5Open-source
GPT-4o30.3Proprietary
Claude-3.7-Sonnet--Thinking30.2Proprietary
Seed1.5-VL29.7Proprietary
InternVL2.5-2B29.0Open-source
InternVL2.5-8B28.7Open-source
DeepSeek-VL2-Small28.6Open-source
InternVL3-78B28.5Open-source
InternVL2.5-78B28.5Open-source
LLaVA-OneVision-72B28.4Open-source
NVILA-8B28.1Open-source
InternVL2.5-26B28.0Open-source
DeepSeek-VL227.1Open-source
InternVL3-1B27.0Open-source
InternVL3-9B26.7Open-source
Qwen2.5-VL-3B26.5Open-source
InternVL2.5-1B26.1Open-source
InternVL2.5-4B26.3Open-source
Qwen2.5-VL-7B25.9Open-source
InternVL3-8B25.7Open-source
Llama-3.2-11B-Vision25.4Open-source
InternVL3-2B25.3Open-source
πŸƒ Random Guessing25.0Baseline
LLaVA-OneVision-7B24.5Open-source
DeepSeek-VL2-Tiny24.0Open-source
Blind GPT-4o22.7Baseline

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

bibtex
@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}
}