This repository contains the official PyTorch implementation of SpatialScore: https://arxiv.org/abs/2505.17012/.
Our new version paper has been accepted by CVPR 2026, and we have updated our up-to-date code and data! Feel free to reach out for discussions!
Current Leaderboard (You are welcome to test your models on SpatialScore!):
Project Page · Paper · SpatialScore_Benchmark · SpatialCorpus · Model
The aforementioned dependencies are necessary for conducting evaluations on SpatialScore. If you intend to utilize SpatialAgent; since it requires invoking various spatial perception tools, you may need to consult the following repositories to install the corresponding tool dependencies, and download their corresponding pre-trained checkpoints, including Rex-Omni, Map-Anything, GroundingDINO and DetAny3D.
A suitable conda environment named SpatialScore can be created and activated with:
conda env create -f environment.yaml
conda activate SpatialScore
If you use this code, model, and data for your research or project, please cite:
@inproceedings{wu2026spatialscore,
author = {Wu, Haoning and Huang, Xiao and Chen, Yaohui and Zhang, Ya and Wang, Yanfeng and Xie, Weidi},
title = {SpatialScore: Towards Comprehensive Evaluation for Spatial Intelligence},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2026},
}
Many thanks to the code bases from transformers, Qwen3-VL, and TACO.
If you have any questions, please feel free to contact haoningwu3639@gmail.com.
7 commits
This repository contains the official PyTorch implementation of SpatialScore: https://arxiv.org/abs/2505.17012/.
Our new version paper has been accepted by CVPR 2026, and we have updated our up-to-date code and data! Feel free to reach out for discussions!
Current Leaderboard (You are welcome to test your models on SpatialScore!):
Project Page · Paper · SpatialScore_Benchmark · SpatialCorpus · Model
The aforementioned dependencies are necessary for conducting evaluations on SpatialScore. If you intend to utilize SpatialAgent; since it requires invoking various spatial perception tools, you may need to consult the following repositories to install the corresponding tool dependencies, and download their corresponding pre-trained checkpoints, including Rex-Omni, Map-Anything, GroundingDINO and DetAny3D.
A suitable conda environment named SpatialScore can be created and activated with:
conda env create -f environment.yaml
conda activate SpatialScore
If you use this code, model, and data for your research or project, please cite:
@inproceedings{wu2026spatialscore,
author = {Wu, Haoning and Huang, Xiao and Chen, Yaohui and Zhang, Ya and Wang, Yanfeng and Xie, Weidi},
title = {SpatialScore: Towards Comprehensive Evaluation for Spatial Intelligence},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2026},
}
Many thanks to the code bases from transformers, Qwen3-VL, and TACO.
If you have any questions, please feel free to contact haoningwu3639@gmail.com.
7 commits