paper-with-me

홈 › Papers

StreamVLN: Streaming Vision-and-Language Navigation via SlowFast Context Modeling

2025-07-07 · Meng Wei, Chenyang Wan, Xiqian Yu, Tai Wang, Yuqiang Yang, Xiaohan Mao, Chenming Zhu, Wenzhe Cai, Hanqing Wang, Yilun Chen, Xihui Liu, Jiangmiao Pang arxiv

Vision-and-Language Navigation (VLN) in real-world settings requires agents to process continuous visual streams and generate actions with low latency grounded in language instructions. While Video-based Large Language Models (Video-LLMs) have driven recent progress, current VLN methods based on Video-LLM often face trade-offs among fine-grained visual understanding, long-term context modeling and computational efficiency. We introduce StreamVLN, a streaming VLN framework that employs a hybrid slow-fast context modeling strategy to support multi-modal reasoning over interleaved vision, language and action inputs. The fast-streaming dialogue context facilitates responsive action generation through a sliding-window of multi-turn dialogues, while the slow-updating memory context compresses historical visual states using a 3D-aware token pruning strategy. With this slow-fast design, StreamVLN achieves real-time dialogues through KV cache reuse, supporting long video streams with bounded context size and inference cost. Experiments on VLN-CE benchmarks show state-of-the-art performance with low latency, ensuring robustness and efficiency in real-world deployment. The project page is: https://streamvln.github.io/.

📄 PDF Abstract BibTeX arXiv:2507.05240

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Efficient-VLN: A Simple yet Strong Baseline for Efficient Vision-Language Navigation

2025-12-11 · Duo Zheng, Shijia Huang, Yanyang Li, Liwei Wang arxiv

While Multimodal Large Language Models (MLLMs) have demonstrated significant promise in Vision-Language Navigation (VLN), existing agents remain heavily constrained by systemic bottlenecks across inference, training, and…

Vision-Language Navigation

Anticipate Before Acting: Future-State-Conditioned Vision-Language Navigation

2026-07-20 · Lingfeng Zhang, Zhanguang Zhang, Liheng Ma, Tongtong Cao 외 arxiv

End-to-end vision-language navigation (VLN) with causal vision-language models maps instructions and egocentric observations directly to actions, but standard behavior cloning supervises only the next action and does not…

Vision-Language NavigationDecision Making

PROSPECT: Unified Streaming Vision-Language Navigation via Semantic--Spatial Fusion and Latent Predictive Representation

2026-03-04 · Zehua Fan, Wenqi Lyu, Wenxuan Song, Linge Zhao 외 arxiv

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 dyn…

Vision-Language NavigationRepresentation Learning

LiveVLN: Breaking the Stop-and-Go Loop in Vision-Language Navigation

2026-04-21 · Xiangchen Wang, Weiye Zhu, Teng Wang, TianTian Geng 외 arxiv

Recent navigation systems achieve strong benchmark results, yet real-world deployment often remains visibly stop-and-go. This bottleneck arises because the sense-inference-execution loop is still blocking: after each new…

Vision-Language Navigation

HumanoidVLN: A Physics-Grounded Simulator and Benchmark for Vision-Language Navigation Across Diverse Humanoid Embodiments

2026-08-13 · Quan-Dung Pham, Anh Dao, The-Anh Nguyen, Minh Nguyen-Dinh 외 arxiv

Vision-Language Navigation (VLN) for humanoid robots poses challenges existing benchmarks fail to address: bipedal locomotion imposes physical constraints absent from wheeled agents, humanoid morphologies vary across pla…

Vision-Language NavigationReinforcement Learning