--- license: apache-2.0 library_name: transformers pipeline_tag: robotics --- # 🌏 RoboRefer [![Project Homepage](https://img.shields.io/badge/%F0%9F%8F%A0%20Project-Homepage-blue)](https://zhoues.github.io/RoboRefer/) [![arXiv](https://img.shields.io/badge/arXiv%20paper-2506.04308-b31b1b.svg)](https://arxiv.org/abs/2506.04308) [![GitHub](https://img.shields.io/badge/RoboRefer-black?logo=github)](https://github.com/Zhoues/RoboRefer) > This is the official checkpoint of our work: **RoboRefer: Towards Spatial Referring with Reasoning in Vision-Language Models for Robotics** ## Overview RoboRefer-2B-SFT is an open-source vision-language model that is instruction-tuned on a mixture of RefSpatial datasets, instruction tuning, and referring datasets. RoboRefer-2B-SFT has strong spatial understanding capability and achieves state-of-the-art performance across diverse benchmarks. Given an image with language instructions, it can not only answer your questions in both qualitative and quantitative ways using its spatial knowledge, but also output precise points for spatial referring to guide robotic control. For more details, please visit our [official repo](https://github.com/Zhoues/RoboRefer). ## Date This model was trained in June 2025. ## 📝 Citation If you find our code or models useful in your work, please cite [our paper](https://arxiv.org/pdf/2505.06111): ``` @article{zhou2025roborefer, title={RoboRefer: Towards Spatial Referring with Reasoning in Vision-Language Models for Robotics}, author={Zhou, Enshen and An, Jingkun and Chi, Cheng and Han, Yi and Rong, Shanyu and Zhang, Chi and Wang, Pengwei and Wang, Zhongyuan and Huang, Tiejun and Sheng, Lu and others}, journal={arXiv preprint arXiv:2506.04308}, year={2025} } ```