SocialNav-MoE: A Mixture-of-Experts Vision Language Model for Socially Compliant Navigation with Reinforcement Fine-Tuning
Tomohito Kawabata, Xinyu Zhang, Ling Xiao
TL;DR
SocialNav-MoE introduces an efficient mixture-of-experts vision-language framework for socially compliant robot navigation, addressing the computational burden of large VLMs with reinforcement fine-tuning and a semantic similarity reward. The method systematically evaluates small backbones (Phi, Qwen, StableLM), routing strategies, and vision encoders (CLIP, SigLIP), showing that four experts with top-1 routing, a frozen SigLIP encoder, and SSR-based RFT achieve strong social- navigation performance with high inference speed on the SNEI dataset. A novel SSR reward bridges sparse rewards and semantic alignment, improving in-loop decision-making for social contexts. The work provides practical design guidelines and demonstrates competitive efficiency and semantic alignment compared to large generalist baselines, suggesting viability for real-time, resource-constrained robotic deployments.
Abstract
For robots navigating in human-populated environments, safety and social compliance are equally critical, yet prior work has mostly emphasized safety. Socially compliant navigation that accounts for human comfort, social norms, and contextual appropriateness remains underexplored. Vision language models (VLMs) show promise for this task; however, large-scale models incur substantial computational overhead, leading to higher inference latency and energy consumption, which makes them unsuitable for real-time deployment on resource-constrained robotic platforms. To address this issue, we investigate the effectiveness of small VLM and propose SocialNav-MoE, an efficient Mixture-of-Experts vision language model for socially compliant navigation with reinforcement fine-tuning (RFT). We further introduce a semantic similarity reward (SSR) to effectively leverage RFT for enhancing the decision-making capabilities. Additionally, we study the effectiveness of different small language model types (Phi, Qwen, and StableLM), routing strategies, and vision encoders (CLIP vs. SigLIP, frozen vs. fine-tuned). Experiments on the SNEI dataset demonstrate that SocialNav-MoE achieves an excellent balance between navigation accuracy and efficiency. The proposed SSR function is more effective than hard-level and character-level rewards. Source code will be released upon acceptance.
