From Obstacles to Etiquette: Robot Social Navigation with VLM-Informed Path Selection
Zilin Fang, Anxing Xiao, David Hsu, Gim Hee Lee
TL;DR
The paper proposes a social robot navigation framework that blends geometric path planning with context-aware social reasoning using a task-specific Vision-Language Model. It samples geometry-feasible paths and uses a fine-tuned VLM, distilling the reasoning into a compact model (Qwen-2.5 7B) for real-time path selection, within a receding-horizon loop that feeds back to a local ORCA-based controller. Experiments on a Boston Dynamics Spot platform across four social scenarios show superior performance, achieving collision-free trajectories with minimal social-zone intrusion and low personal-space violations compared with multiple baselines. The work demonstrates that grounding social norms in a VLM, combined with motion prediction and anchors-based planning, yields robust, scalable social navigation in diverse human-centered contexts.
Abstract
Navigating socially in human environments requires more than satisfying geometric constraints, as collision-free paths may still interfere with ongoing activities or conflict with social norms. Addressing this challenge calls for analyzing interactions between agents and incorporating common-sense reasoning into planning. This paper presents a social robot navigation framework that integrates geometric planning with contextual social reasoning. The system first extracts obstacles and human dynamics to generate geometrically feasible candidate paths, then leverages a fine-tuned vision-language model (VLM) to evaluate these paths, informed by contextually grounded social expectations, selecting a socially optimized path for the controller. This task-specific VLM distills social reasoning from large foundation models into a smaller and efficient model, allowing the framework to perform real-time adaptation in diverse human-robot interaction contexts. Experiments in four social navigation contexts demonstrate that our method achieves the best overall performance with the lowest personal space violation duration, the minimal pedestrian-facing time, and no social zone intrusions. Project page: https://path-etiquette.github.io
