Online Robot Navigation and Manipulation with Distilled Vision-Language Models
Kangcheng Liu
TL;DR
The paper tackles autonomous navigation in dense, dynamic environments with unknown objects by coupling open-vocabulary perception with efficient edge-ready deployment. It introduces a regional vision-language framework that fuses visual and linguistic cues via a bi-directional transformer and regional matching, enabling zero-shot recognition beyond closed-set categories. To meet real-time constraints on embedded hardware, the authors propose a distillation pipeline and a structural trimming strategy, achieving lightweight yet effective perception for navigation when integrated with LiDAR-Inertial SLAM and motion planning. Extensive benchmarks and real-world robot experiments demonstrate improved open-world recognition accuracy and substantial gains in inference speed, validating the practical viability of deploying vision-language models in mobile robotics.
Abstract
Autonomous robot navigation within the dynamic unknown environment is of crucial significance for mobile robotic applications including robot navigation in last-mile delivery and robot-enabled automated supplies in industrial and hospital delivery applications. Current solutions still suffer from limitations, such as the robot cannot recognize unknown objects in real-time and cannot navigate freely in a dynamic, narrow, and complex environment. We propose a complete software framework for autonomous robot perception and navigation within very dense obstacles and dense human crowds. First, we propose a framework that accurately detects and segments open-world object categories in a zero-shot manner, which overcomes the over-segmentation limitation of the current SAM model. Second, we proposed the distillation strategy to distill the knowledge to segment the free space of the walkway for robot navigation without the label. In the meantime, we design the trimming strategy that works collaboratively with distillation to enable lightweight inference to deploy the neural network on edge devices such as NVIDIA-TX2 or Xavier NX during autonomous navigation. Integrated into the robot navigation system, extensive experiments demonstrate that our proposed framework has achieved superior performance in terms of both accuracy and efficiency in robot scene perception and autonomous robot navigation.
