FantasyVLN: Unified Multimodal Chain-of-Thought Reasoning for Vision-Language Navigation
Jing Zuo, Lingzhou Mu, Fan Jiang, Chengcheng Ma, Mu Xu, Yonggang Qi
TL;DR
Vision-Language Navigation requires robust multimodal understanding and long-horizon planning. FantasyVLN introduces a unified, implicit multimodal Chain-of-Thought framework that compresses imagined visuals into a latent VAR space and trains across textual, visual, and multimodal CoT modes, enabling real-time inference without explicit CoT generation. A cross-mode alignment constraint and data-mixture training ensure modality-invariant reasoning representations, yielding substantial gains in navigation accuracy and efficiency on LH-VLN compared to explicit CoT baselines. The approach demonstrates the practical viability of latent, multimodal reasoning for embodied agents in complex environments, with reduced latency and improved generalization. Overall, this work provides a scalable path toward real-time, reasoning-aware VLN via latent, cross-modal supervision and implicit CoT representations.
Abstract
Achieving human-level performance in Vision-and-Language Navigation (VLN) requires an embodied agent to jointly understand multimodal instructions and visual-spatial context while reasoning over long action sequences. Recent works, such as NavCoT and NavGPT-2, demonstrate the potential of Chain-of-Thought (CoT) reasoning for improving interpretability and long-horizon planning. Moreover, multimodal extensions like OctoNav-R1 and CoT-VLA further validate CoT as a promising pathway toward human-like navigation reasoning. However, existing approaches face critical drawbacks: purely textual CoTs lack spatial grounding and easily overfit to sparse annotated reasoning steps, while multimodal CoTs incur severe token inflation by generating imagined visual observations, making real-time navigation impractical. In this work, we propose FantasyVLN, a unified implicit reasoning framework that preserves the benefits of CoT reasoning without explicit token overhead. Specifically, imagined visual tokens are encoded into a compact latent space using a pretrained Visual AutoRegressor (VAR) during CoT reasoning training, and the model jointly learns from textual, visual, and multimodal CoT modes under a unified multi-CoT strategy. At inference, our model performs direct instruction-to-action mapping while still enjoying reasoning-aware representations. Extensive experiments on LH-VLN show that our approach achieves reasoning-aware yet real-time navigation, improving success rates and efficiency while reducing inference latency by an order of magnitude compared to explicit CoT methods.
