paper-with-me

Papers

Continual Vision-and-Language Navigation

2024-03-22 · Seongjun Jeong, Gi-Cheon Kang, SeongHo Choi, Joochan Kim, Byoung-Tak Zhang

In developing Vision-and-Language Navigation (VLN) agents that navigate to a destination using natural language instructions and visual cues, current studies largely assume a \textit{train-once-deploy-once strategy}. We argue that this kind of strategy is less realistic, as deployed VLN agents are expected to encounter novel environments continuously through their lifetime. To facilitate more realistic setting for VLN agents, we propose Continual Vision-and-Language Navigation (CVLN) paradigm for agents to continually learn and adapt to changing environments. In CVLN, the agents are trained and evaluated incrementally across multiple \textit{scene domains} (i.e., environments). We present two CVLN learning setups to consider diverse forms of natural language instructions: Initial-instruction based CVLN, focused on navigation via initial-instruction interpretation, and dialogue-based CVLN, designed for navigation through dialogue with other agents. We introduce two simple yet effective baseline methods, tailored to the sequential decision-making needs of CVLN: Perplexity Replay (PerpR) and Episodic Self-Replay (ESR), both employing a rehearsal mechanism. PerpR selects replay episodes based on episode difficulty, while ESR stores and revisits action logits from individual episode steps during training to refine learning. Experimental results indicate that while existing continual learning methods are insufficient for CVLN, PerpR and ESR outperform the comparison methods by effectively utilizing replay memory.

📄 PDF Abstract BibTeX arXiv:2403.15049

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningNavigateSequential Decision MakingVision and Language Navigation

Similar Papers 제목 키워드 기반

Vision-Language Navigation with Continual Learning

2024-09-04 · Zhiyuan Li, Yanfeng Lv, Ziqin Tu, Di Shang 외

Vision-language navigation (VLN) is a critical domain within embedded intelligence, requiring agents to navigate 3D environments based on natural language instructions. Traditional VLN research has focused on improving e…

Continual LearningNavigateVision-Language Navigation

CMMR-VLN: Vision-and-Language Navigation via Continual Multimodal Memory Retrieval

2026-03-09 · Haozhou Li, Xiangyu Dong, Huiyan Jiang, Yaoming Zhou 외 arxiv

Although large language models (LLMs) are introduced into vision-and-language navigation (VLN) to improve instruction comprehension and generalization, existing LLM- based VLN lacks the ability to selectively recall and …

All-day Multi-scenes Lifelong Vision-and-Language Navigation with Tucker Adaptation

2026-03-15 · Xudong Wang, Gan Li, Zhiyu Liu, Yao Wang 외 arxiv

Deploying vision-and-language navigation (VLN) agents requires adaptation across diverse scenes and environments, but fine-tuning on a specific scenario often causes catastrophic forgetting in others, which severely limi…

Incremental Learning

Cog-GA: A Large Language Models-based Generative Agent for Vision-Language Navigation in Continuous Environments

2024-09-04 · Zhiyuan Li, YanFeng Lu, Yao Mu, Hong Qiao

Vision Language Navigation in Continuous Environments (VLN-CE) represents a frontier in embodied AI, demanding agents to navigate freely in unbounded 3D spaces solely guided by natural language instructions. This task in…

Continual LearningNavigateSpatial ReasoningVision-Language Navigation

TrajRAG: Retrieving Geometric-Semantic Experience for Zero-Shot Object Navigation

2026-05-03 · Yiyao Wang, Sixian Zhang, Keming Zhang, Xinhang Song 외 arxiv

Existing zero-shot Object Goal Navigation (ObjectNav) methods often exploit commonsense knowledge from large language or vision-language models to guide navigation. However, such knowledge arises from internet-scale text…