paper-with-me

Papers

Adaptive Zone-Aware Hierarchical Planner for Vision-Language Navigation

2023-01-01 · CVPR 2023 1 · Chen Gao, Xingyu Peng, Mi Yan, He Wang, Lirong Yang, Haibing Ren, Hongsheng Li, Si Liu

The task of Vision-Language Navigation (VLN) is for an embodied agent to reach the global goal according to the instruction. Essentially, during navigation, a series of sub-goals need to be adaptively set and achieved, which is naturally a hierarchical navigation process. However, previous methods leverage a single-step planning scheme, i.e., directly performing navigation action at each step, which is unsuitable for such a hierarchical navigation process. In this paper, we propose an Adaptive Zone-aware Hierarchical Planner (AZHP) to explicitly divides the navigation process into two heterogeneous phases, i.e., sub-goal setting via zone partition/selection (high-level action) and sub-goal executing (low-level action), for hierarchical planning. Specifically, AZHP asynchronously performs two levels of action via the designed State-Switcher Module (SSM). For high-level action, we devise a Scene-aware adaptive Zone Partition (SZP) method to adaptively divide the whole navigation area into different zones on-the-fly. Then the Goal-oriented Zone Selection (GZS) method is proposed to select a proper zone for the current sub-goal. For low-level action, the agent conducts navigation-decision multi-steps in the selected zone. Moreover, we design a Hierarchical RL (HRL) strategy and auxiliary losses with curriculum learning to train the AZHP framework, which provides effective supervision signals for each stage. Extensive experiments demonstrate the superiority of our proposed method, which achieves state-of-the-art performance on three VLN benchmarks (REVERIE, SOON, R2R).

📄 PDF Abstract BibTeX

Code (1)

chengaopro/azhp 공식 구현 pytorch

Tasks

Vision-Language Navigation

Similar Papers 제목 키워드 기반

Hierarchical Semantic-Augmented Navigation: Optimal Transport and Graph-Driven Reasoning for Vision-Language Navigation

2026-06-01 · Xiang Fang, Wanlong Fang, Changshuo Wang arxiv

Vision-Language Navigation in Continuous Environments (VLN-CE) poses a formidable challenge for autonomous agents, requiring seamless integration of natural language instructions and visual observations to navigate compl…

Vision-Language NavigationReinforcement LearningScene UnderstandingSpatial Reasoning

Navigation with QPHIL: Quantizing Planner for Hierarchical Implicit Q-Learning

2024-11-12 · Alexi Canesse, Mathieu Petitbois, Ludovic Denoyer, Sylvain Lamprier 외

Offline Reinforcement Learning (RL) has emerged as a powerful alternative to imitation learning for behavior modeling in various domains, particularly in complex navigation tasks. An existing challenge with Offline RL is…

Imitation LearningOffline RLQ-LearningQuantization+1

SDA-PLANNER: State-Dependency Aware Adaptive Planner for Embodied Task Planning

2025-09-30 · Zichao Shen, Chen Gao, Jiaqi Yuan, Tianchen Zhu 외 arxiv

Embodied task planning requires agents to produce executable actions in a close-loop manner within the environment. With progressively improving capabilities of LLMs in task decomposition, planning, and generalization, c…

HALO: Hazard-Aware Landing Optimization for Autonomous Systems

2023-04-04 · Christopher R. Hayner, Samuel C. Buckner, Daniel Broyles, Evelyn Madewell 외

With autonomous aerial vehicles enacting safety-critical missions, such as the Mars Science Laboratory Curiosity rover's landing on Mars, the tasks of automatically identifying and reasoning about potentially hazardous l…

ImpedanceDiffusion: Diffusion-Based Global Path Planning for UAV Swarm Navigation with Generative Impedance Control

2026-03-10 · Faryal Batool, Yasheerah Yaqoot, Muhammad Ahsan Mustafa, Roohan Ahmed Khan 외 arxiv

Safe swarm navigation in cluttered indoor environment requires long-horizon planning, reactive obstacle avoidance, and adaptive compliance. We propose ImpedanceDiffusion, a hierarchical framework that leverages image-con…