SARO: Space-Aware Robot System for Terrain Crossing via Vision-Language Model
Shaoting Zhu, Derun Li, Linzhan Mou, Yong Liu, Ningyi Xu, Hang Zhao
TL;DR
SARO introduces a space-aware robot framework that enables 3D terrain crossing by marrying vision-language model (VLM) reasoning with a closed-loop sub-task execution and a robust low-level locomotive policy. The high-level module uses zero-shot VLM reasoning to decompose navigation into actionable sub-tasks, while the closed-loop discriminator double-checks progress to improve robustness in 3D environments. The low-level policy, trained via Probability Annealing Selection (PAS), transitions from privileged training data to proprioception-only deployment, enabling robust, terrain-adaptive locomotion across stairs, ramps, gaps, and doors. Extensive indoor and outdoor experiments, plus simulations with diverse terrains and ablations, demonstrate strong generalization, robustness, and effective sim-to-real transfer, highlighting the practical potential for VLM-driven robotic navigation in complex 3D spaces.
Abstract
The application of vision-language models (VLMs) has achieved impressive success in various robotics tasks. However, there are few explorations for these foundation models used in quadruped robot navigation through terrains in 3D environments. In this work, we introduce SARO (Space Aware Robot System for Terrain Crossing), an innovative system composed of a high-level reasoning module, a closed-loop sub-task execution module, and a low-level control policy. It enables the robot to navigate across 3D terrains and reach the goal position. For high-level reasoning and execution, we propose a novel algorithmic system taking advantage of a VLM, with a design of task decomposition and a closed-loop sub-task execution mechanism. For low-level locomotion control, we utilize the Probability Annealing Selection (PAS) method to effectively train a control policy by reinforcement learning. Numerous experiments show that our whole system can accurately and robustly navigate across several 3D terrains, and its generalization ability ensures the applications in diverse indoor and outdoor scenarios and terrains. Project page: https://saro-vlm.github.io/
