Search papers, labs, and topics across Lattice.
PROSPECT, a novel Vision-Language Navigation (VLN) agent, combines a streaming Vision-Language-Action (VLA) policy with latent predictive representation learning to improve navigation robustness. It leverages CUT3R for long-context spatial encoding and fuses it with SigLIP semantic features using cross-attention. The agent is trained to predict next-step 2D and 3D latent features in the latent spaces of frozen SigLIP and CUT3R teachers, leading to state-of-the-art performance on VLN benchmarks and real-robot deployment.
By predicting latent features instead of pixels, PROSPECT achieves state-of-the-art VLN performance and long-horizon robustness without adding inference overhead.
Multimodal large language models (MLLMs) have advanced zero-shot end-to-end Vision-Language Navigation (VLN), yet robust navigation requires not only semantic understanding but also predictive modeling of environment dynamics and spatial structure. We propose PROSPECT, a unified streaming navigation agent that couples a streaming Vision-Language-Action (VLA) policy with latent predictive representation learning. PROSPECT uses CUT3R as a streaming 3D foundation spatial encoder to produce long-context, absolute-scale spatial features, and fuses them with SigLIP semantic features via cross-attention. During training, we introduce learnable stream query tokens that query the streaming context and predict next-step 2D and 3D latent features (rather than pixels or explicit modalities), supervised in the latent spaces of frozen SigLIP and CUT3R teachers. The predictive branch shapes internal representations without inference overhead. Experiments on VLN-CE benchmarks and real-robot deployment demonstrate state-of-the-art performance and improved long-horizon robustness under diverse lighting. We will release code for the community soon.