ROAICVSep 16, 2025

ActiveVLN: Towards Active Exploration via Multi-Turn RL in Vision-and-Language Navigation

arXiv:2509.12618v110 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses navigation efficiency and route diversity for VLN agents, representing an incremental improvement over prior RL methods.

The paper tackles the problem of Vision-and-Language Navigation (VLN) by proposing ActiveVLN, a framework that enables active exploration through multi-turn reinforcement learning, achieving the largest performance gains over imitation learning baselines and competitive performance with state-of-the-art approaches using a smaller model.

The Vision-and-Language Navigation (VLN) task requires an agent to follow natural language instructions and navigate through complex environments. Existing MLLM-based VLN methods primarily rely on imitation learning (IL) and often use DAgger for post-training to mitigate covariate shift. While effective, these approaches incur substantial data collection and training costs. Reinforcement learning (RL) offers a promising alternative. However, prior VLN RL methods lack dynamic interaction with the environment and depend on expert trajectories for reward shaping, rather than engaging in open-ended active exploration. This restricts the agent's ability to discover diverse and plausible navigation routes. To address these limitations, we propose ActiveVLN, a VLN framework that explicitly enables active exploration through multi-turn RL. In the first stage, a small fraction of expert trajectories is used for IL to bootstrap the agent. In the second stage, the agent iteratively predicts and executes actions, automatically collects diverse trajectories, and optimizes multiple rollouts via the GRPO objective. To further improve RL efficiency, we introduce a dynamic early-stopping strategy to prune long-tail or likely failed trajectories, along with additional engineering optimizations. Experiments show that ActiveVLN achieves the largest performance gains over IL baselines compared to both DAgger-based and prior RL-based post-training methods, while reaching competitive performance with state-of-the-art approaches despite using a smaller model. Code and data will be released soon.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes