Search papers, labs, and topics across Lattice.
This paper details the development of RoboSpatialBrain, a vision-language model designed to enhance spatial reasoning in embodied tasks, which achieved first place in the RoboSpatial Challenge at CVPR 2026 with an 80.9% success rate. The model employs a novel forced <think> prefix activation strategy and a reference-frame redirection pipeline to effectively address context and compatibility tasks without requiring additional training. The findings highlight the importance of deliberate reasoning and disambiguation in improving model performance in complex spatial environments.
Achieving an 80.9% success rate in spatial reasoning tasks, RoboSpatialBrain reveals the critical role of selective reasoning activation in embodied AI.
Vision-language models achieve strong general perception but often struggle with the spatial reasoning required for embodied tasks. We present RoboSpatialBrain, our submission to the RoboSpatial Challenge at the Embodied Reasoning in Action Workshop, CVPR 2026, built on RoboBrain2.5-8B-NV. RoboSpatialBrain combines two training-free, inference-time mechanisms: a forced <think> prefix activation strategy paired with a task-specific post-prompt that elicits deliberate reasoning on context and compatibility tasks, and an explicit reference-frame redirection pipeline that resolves camera-centric and object-centric ambiguity for context tasks. We additionally explore fine-tuning RoboBrain2.5 on compatibility data and present a detailed analysis of its interaction with prompting. RoboSpatialBrain achieved first place in the RoboSpatial Challenge, with an overall success rate of 80.9\% on RoboSpatial-Home. Code is available at https://github.com/YuxiangXie2003/RoboSpatialBrain.