CLIP-Nav: Using CLIP for Zero-Shot Vision-and-Language Navigation
Vishnu Sashank Dorbala, Gunnar Sigurdsson, Robinson Piramuthu, Jesse Thomason, Gaurav S. Sukhatme
TL;DR
This work tackles Vision-and-Language Navigation (VLN) in unseen, diverse indoor environments by proposing a fully zero-shot approach that uses CLIP to ground natural referring expressions without finetuning. It introduces a three-stage pipeline—instruction decomposition, CLIP-based grounding, and zero-shot sequential navigation—with two variants: CLIP-Nav and Seq CLIP-Nav (which incorporates backtracking via a Sequence Grounding Score). The methods achieve stronger generalization than supervised baselines on REVERIE, notably improving SPL on unseen data and reducing the Relative Change in Success (RCS). The results demonstrate that zero-shot CLIP grounding can drive robust, sequential navigation across new environments, suggesting practical potential for adaptable embodied agents.
Abstract
Household environments are visually diverse. Embodied agents performing Vision-and-Language Navigation (VLN) in the wild must be able to handle this diversity, while also following arbitrary language instructions. Recently, Vision-Language models like CLIP have shown great performance on the task of zero-shot object recognition. In this work, we ask if these models are also capable of zero-shot language grounding. In particular, we utilize CLIP to tackle the novel problem of zero-shot VLN using natural language referring expressions that describe target objects, in contrast to past work that used simple language templates describing object classes. We examine CLIP's capability in making sequential navigational decisions without any dataset-specific finetuning, and study how it influences the path that an agent takes. Our results on the coarse-grained instruction following task of REVERIE demonstrate the navigational capability of CLIP, surpassing the supervised baseline in terms of both success rate (SR) and success weighted by path length (SPL). More importantly, we quantitatively show that our CLIP-based zero-shot approach generalizes better to show consistent performance across environments when compared to SOTA, fully supervised learning approaches when evaluated via Relative Change in Success (RCS).
