[ICLR 2026] SpaCE-10: A Comprehensive Benchmark for Multimodal Large Language Models in Compositional Spatial Intelligence
Python
21
22 commits
updated Jan 26, 2026
SpaCE-10: A Comprehensive Benchmark for Multimodal Large Language Models in Compositional Spatial IntelligenceZiyang Gong1*, Wenhao Li2*, Oliver Ma3, Songyuan Li4, Jiayi Ji5, Xue Yang1, Gen Luo3, Junchi Yan1, Rongrong Ji2
1 Shanghai Jiao Tong University,
2 Xiamen University,
3 Shanghai AI Lab,
4 Sun Yat-sen University,
5 National University of Singapore
* Equal contribution
SpaCE-10 is a compositional spatial intellegence benchmark for evaluating Multimodal Large Language Models (MLLMs) in indoor environments. Our contribution as follows:
π LLaVA-OneVision-72B achieves the Rank 1 in all tested models.
π GPT-4o achieves the best score in tested Close-Source models.
A large gap still exists between human and models in compositional spatial intelligence.
The evaluation of SpaCE-10 is based on lmms-eval. Thus, we follow the environment settings of lmms-eval.
git clone https://github.com/Cuzyoung/SpaCE-10.git
cd SpaCE-10
conda create -n space-10 --python=3.10 -y
conda activate space-10
pip install -e .
Take InternVL2.5-8B as an example:
cd lmms-eval/run_bash
bash internvl2.5-8b.sh
@article{gong2025space10, title={SpaCE-10: A Comprehensive Benchmark for Multimodal Large Language Models in Compositional Spatial Intelligence}, author={Ziyang Gong, Wenhao Li, Oliver Ma, Songyuan Li, Jiayi Ji, Xue Yang, Gen Luo, Junchi Yan, Rongrong Ji}, journal={arXiv preprint arXiv:2506.07966}, year={2025} }
22 commits
Python
85.7%
Jupyter Notebook
14.0%
[ICLR 2026] SpaCE-10: A Comprehensive Benchmark for Multimodal Large Language Models in Compositional Spatial Intelligence
Python
21
22 commits
updated Jan 26, 2026
SpaCE-10: A Comprehensive Benchmark for Multimodal Large Language Models in Compositional Spatial IntelligenceZiyang Gong1*, Wenhao Li2*, Oliver Ma3, Songyuan Li4, Jiayi Ji5, Xue Yang1, Gen Luo3, Junchi Yan1, Rongrong Ji2
1 Shanghai Jiao Tong University,
2 Xiamen University,
3 Shanghai AI Lab,
4 Sun Yat-sen University,
5 National University of Singapore
* Equal contribution
SpaCE-10 is a compositional spatial intellegence benchmark for evaluating Multimodal Large Language Models (MLLMs) in indoor environments. Our contribution as follows:
π LLaVA-OneVision-72B achieves the Rank 1 in all tested models.
π GPT-4o achieves the best score in tested Close-Source models.
A large gap still exists between human and models in compositional spatial intelligence.
The evaluation of SpaCE-10 is based on lmms-eval. Thus, we follow the environment settings of lmms-eval.
git clone https://github.com/Cuzyoung/SpaCE-10.git
cd SpaCE-10
conda create -n space-10 --python=3.10 -y
conda activate space-10
pip install -e .
Take InternVL2.5-8B as an example:
cd lmms-eval/run_bash
bash internvl2.5-8b.sh
@article{gong2025space10, title={SpaCE-10: A Comprehensive Benchmark for Multimodal Large Language Models in Compositional Spatial Intelligence}, author={Ziyang Gong, Wenhao Li, Oliver Ma, Songyuan Li, Jiayi Ji, Xue Yang, Gen Luo, Junchi Yan, Rongrong Ji}, journal={arXiv preprint arXiv:2506.07966}, year={2025} }
22 commits
Python
85.7%
Jupyter Notebook
14.0%