VENTURA: Adapting Image Diffusion Models for Unified Task Conditioned Navigation
Arthur Zhang, Xiangyun Meng, Luca Calliari, Dong-Ki Kim, Shayegan Omidshafiei, Joydeep Biswas, Ali Agha, Amirreza Shaban
TL;DR
Ventura tackles open-world, goal-conditioned navigation by repurposing pre-trained image diffusion models to plan in image space. A diffusion-based planner generates a visual plan $y_{plan}$ conditioned on a robot observation $o$ and a language instruction $\mathcal{L}$, which is then grounded by a lightweight policy to a sequence of xyz waypoints; an auto-labeling pipeline using Co-Tracker enables scalable supervision from uncalibrated video with language captions. Key contributions include a simple finetuning protocol for diffusion planners, an auto-labeling pipeline to produce image-space plans without manual pixel annotations, and an open-source, language-captioned navigation dataset. Empirical results show Ventura outperforming state-of-the-art baselines on diverse tasks, with significant improvements in success rates and collision reduction in both seen and unseen environments, and evidence of emergent compositional capabilities across tasks. The approach offers a scalable path to leveraging internet-scale priors for adaptive, open-world robotic autonomy.
Abstract
Robots must adapt to diverse human instructions and operate safely in unstructured, open-world environments. Recent Vision-Language models (VLMs) offer strong priors for grounding language and perception, but remain difficult to steer for navigation due to differences in action spaces and pretraining objectives that hamper transferability to robotics tasks. Towards addressing this, we introduce VENTURA, a vision-language navigation system that finetunes internet-pretrained image diffusion models for path planning. Instead of directly predicting low-level actions, VENTURA generates a path mask (i.e. a visual plan) in image space that captures fine-grained, context-aware navigation behaviors. A lightweight behavior-cloning policy grounds these visual plans into executable trajectories, yielding an interface that follows natural language instructions to generate diverse robot behaviors. To scale training, we supervise on path masks derived from self-supervised tracking models paired with VLM-augmented captions, avoiding manual pixel-level annotation or highly engineered data collection setups. In extensive real-world evaluations, VENTURA outperforms state-of-the-art foundation model baselines on object reaching, obstacle avoidance, and terrain preference tasks, improving success rates by 33% and reducing collisions by 54% across both seen and unseen scenarios. Notably, we find that VENTURA generalizes to unseen combinations of distinct tasks, revealing emergent compositional capabilities. Videos, code, and additional materials: https://venturapath.github.io
