VLD: Visual Language Goal Distance for Reinforcement Learning Navigation
Lazar Milikic, Manthan Patel, Jonas Frey
TL;DR
This work tackles the challenge of scalable, robust navigation by decoupling perception from control. It introduces Vision-Language Distance (VLD), a self-supervised, multimodal distance predictor trained on internet-scale video data, coupled with a simulation-trained RL policy that uses this distance signal during deployment. A Gaussian mixture NLL objective provides calibrated distance and confidence estimates, enabling ordinal consistency (via Kendall's tau) as a principled evaluation and enabling policy transfer when substituting predicted distances at run time. The approach supports image, text, or multimodal goals and demonstrates strong ordinal consistency and competitive navigation performance in simulation, with promising sim-to-real transfer characteristics due to reliance on a scalar distance signal. Overall, VLD offers a scalable path toward reliable, multimodal visual navigation by separating perception pretraining from policy learning and focusing RL on robust low-level control within a vision-language aware distance framework.
Abstract
Training end-to-end policies from image data to directly predict navigation actions for robotic systems has proven inherently difficult. Existing approaches often suffer from either the sim-to-real gap during policy transfer or a limited amount of training data with action labels. To address this problem, we introduce Vision-Language Distance (VLD) learning, a scalable framework for goal-conditioned navigation that decouples perception learning from policy learning. Instead of relying on raw sensory inputs during policy training, we first train a self-supervised distance-to-goal predictor on internet-scale video data. This predictor generalizes across both image- and text-based goals, providing a distance signal that can be minimized by a reinforcement learning (RL) policy. The RL policy can be trained entirely in simulation using privileged geometric distance signals, with injected noise to mimic the uncertainty of the trained distance predictor. At deployment, the policy consumes VLD predictions, inheriting semantic goal information-"where to go"-from large-scale visual training while retaining the robust low-level navigation behaviors learned in simulation. We propose using ordinal consistency to assess distance functions directly and demonstrate that VLD outperforms prior temporal distance approaches, such as ViNT and VIP. Experiments show that our decoupled design achieves competitive navigation performance in simulation while supporting flexible goal modalities, providing an alternative and, most importantly, scalable path toward reliable, multimodal navigation policies.
