arXiv:2604.17473cs.CVcs.AI2026-04中稿 · ECCV被引 5

解决视觉语言导航中因状态漂移导致的迷路问题

Dual-Anchoring: Addressing State Drift in Vision-Language Navigation

论文配图:Dual-Anchoring: Addressing State Drift in Vision-Language Navigation
图 1 · 摘自论文原文
  • 用双锚定框架分别跟踪任务进度和历史记忆
  • 长路径导航成功率提升24.7%,整体成功率达15.2%提升
  • 适合研究长时序决策与具身智能的学者参考

视觉-语言导航(VLN)要求智能体根据自然语言指令在3D环境中导航。尽管近期视频大语言模型(Video-LLMs)显著推进了该领域,但在长序列场景中仍易出现状态漂移,导致智能体内部状态偏离真实任务进度,表现为无目的徘徊或无法执行关键动作。我们归因于两类认知缺陷:进展漂移(无法区分已完成与待完成子目标)和记忆漂移(历史表征退化,丢失对已访问地标的信息)。本文提出双锚定框架,显式锚定任务进展与历史记忆。首先,通过指令进展锚定,监督智能体生成结构化文本标记以区分已完成与剩余子目标;其次,提出记忆地标锚定,利用以地标为中心的世界模型,回溯预测由Segment Anything Model提取的对象中心嵌入,强制智能体显式验证过往观察并保持已访问地标清晰表征。为此,我们构建了两个大规模数据集:包含360万条带明确进展描述的样本,以及93.7万条用于回溯验证的接地地标数据。仿真与真实环境中的大量实验表明,本方法在长轨迹上取得24.7%的成功率提升,整体成功率提高15.2%。代码、数据生成流程及数据集将开源以促进后续研究。

原文摘要 · Abstract (English)

Vision-Language Navigation(VLN) requires an agent to navigate through 3D environments by following natural language instructions. While recent Video Large Language Models(Video-LLMs) have largely advanced VLN, they remain highly susceptible to State Drift in long scenarios. In these cases, the agent's internal state drifts away from the true task execution state, leading to aimless wandering and failure to execute essential maneuvers in the instruction. We attribute this failure to two distinct cognitive deficits: Progress Drift, where the agent fails to distinguish completed sub-goals from remaining ones, and Memory Drift, where the agent's history representations degrade, making it lose track of visited landmarks. In this paper, we propose a Dual-Anchoring Framework that explicitly anchors the instruction progress and history representations. First, to address progress drift, we introduce Instruction Progress Anchoring, which supervises the agent to generate structured text tokens that delineate completed versus remaining sub-goals. Second, to mitigate memory drift, we propose Memory Landmark Anchoring, which utilizes a Landmark-Centric World Model to retrospectively predict object-centric embeddings extracted by the Segment Anything Model, compelling the agent to explicitly verify past observations and preserve distinct representations of visited landmarks. Facilitating this framework, we curate two extensive datasets: 3.6 million samples with explicit progress descriptions, and 937k grounded landmark data for retrospective verification. Extensive experiments in both simulation and real-world environments demonstrate the superiority of our method, achieving a 15.2% improvement in Success Rate and a remarkable 24.7% gain on long-horizon trajectories. To facilitate further research, we will release our code, data generation pipelines, and the collected datasets.

视觉导航大模型状态漂移多模态

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。