paper-with-me

홈 › Papers

Path-level Hindsight Instructions for Semantic Exploration in Vision-Language Navigation

2026-07-02 · Sung June Kim, Sangpil Kim, Honglak Lee arxiv

On-policy exploration is a crucial component for training robust Vision-Language Navigation agents, as it exposes the policy to a broader state distribution. However, such exploration inevitably leads to trajectories that deviate from expert demonstrations, resulting in a semantic mismatch between the executed visual stream and the original language instruction. In this work, we address this challenge by introducing Phi-Nav, a unified on-policy framework that leverages hindsight reasoning to align instructions with the agent's actual exploratory journey. Specifically, Phi-Nav operates through a three-stage dual-supervision cycle: 1) the agent performs oracle-guided on-policy exploration, sampling a trajectory while learning from expert action feedback, 2) a hindsight speaker synthesizes a path-level hindsight instruction grounded in the collected visual observations, and 3) the agent conducts a second imitation pass, treating the synthesized trajectory-instruction pair as an additional expert demonstration. Through this process, Phi-Nav bridges the critical semantic supervision gap inherent in on-policy methods, transforming semantically unlabeled movement into dense training signals. Evaluations on the R2R-CE and RxR-CE benchmarks show that Phi-Nav yields competitive performance while requiring only a fraction of the expert demonstrations used by current baselines. These results underscore the necessity of semantic exploration in VLN, positioning Phi-Nav as an effective solution for training embodied agents with limited data.

📄 PDF Abstract BibTeX arXiv:2607.01754

Code (0)

등록된 구현이 없습니다.

Tasks

Vision-Language Navigation

Similar Papers 제목 키워드 기반

Grounding Hindsight Instructions in Multi-Goal Reinforcement Learning for Robotics

2022-04-08 · Frank Röder, Manfred Eppe, Stefan Wermter

This paper focuses on robotic reinforcement learning with sparse rewards for natural language goal representations. An open problem is the sample-inefficiency that stems from the compositionality of natural language, and…

Multi-Goal Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

FILM: Following Instructions in Language with Modular Methods

2021-10-12 · ICLR 2022 4 · So Yeon Min, Devendra Singh Chaplot, Pradeep Ravikumar, Yonatan Bisk 외

Recent methods for embodied instruction following are typically trained end-to-end using imitation learning. This often requires the use of expert trajectories and low-level language instructions. Such approaches assume …

Imitation LearningInstruction Following

Empowering GUI Agents via Autonomous Experience Exploration and Hindsight Experience Utilization for Task Planning

2026-06-25 · Tianyi Men, Zhuoran Jin, Pengfei Cao, Yubo Chen 외 arxiv

Multimodal web agents can assist humans in operating repetitive GUI tasks, where effective task planning is essential for decomposing complex tasks into executable actions. While small open source MLLMs are cost efficien…

SAC-GLAM: Improving Online RL for LLM agents with Soft Actor-Critic and Hindsight Relabeling

2024-10-16 · Loris Gaven, Clement Romac, Thomas Carta, Sylvain Lamprier 외

The past years have seen Large Language Models (LLMs) strive not only as generative models but also as agents solving textual sequential decision-making tasks. When facing complex environments where their zero-shot abili…

Decision MakingReinforcement Learning (RL)Sequential Decision Making

The Wisdom of Hindsight Makes Language Models Better Instruction Followers

2023-02-10 · Tianjun Zhang, Fangchen Liu, Justin Wong, Pieter Abbeel 외

Reinforcement learning has seen wide success in finetuning large language models to better align with instructions via human feedback. The so-called algorithm, Reinforcement Learning with Human Feedback (RLHF) demonstrat…

Decision MakingLanguage ModelingLanguage Modellingreinforcement-learning+2