Aerial Vision-and-Language Navigation with Grid-based View Selection and Map Construction
Ganlong Zhao, Guanbin Li, Jia Pan, Yizhou Yu
TL;DR
This work tackles Aerial Vision-and-Language Navigation (Aerial VLN), where an agent must follow natural language instructions in 3D aerial environments, requiring coordinated vertical and horizontal actions and robust long-horizon reasoning. The authors introduce a grid-based view selection framework that converts action prediction into selecting among six skybox views, integrates a BEV grid map to fuse observations along the path, and employs a cross-modal transformer to align navigation history with the instruction. Key contributions include View-Candidate Correspondence, a BEV local map encoder, vertical action prediction per view, and an extra candidate pool to mitigate occlusions and errors, achieving state-of-the-art results on AerialVLN and AerialVLN-S. The proposed approach demonstrates strong performance gains, improved robustness to occlusions, and flexible compatibility with existing VLN methods, with potential for broader adoption in UAV-guided language navigation tasks.
Abstract
Aerial Vision-and-Language Navigation (Aerial VLN) aims to obtain an unmanned aerial vehicle agent to navigate aerial 3D environments following human instruction. Compared to ground-based VLN, aerial VLN requires the agent to decide the next action in both horizontal and vertical directions based on the first-person view observations. Previous methods struggle to perform well due to the longer navigation path, more complicated 3D scenes, and the neglect of the interplay between vertical and horizontal actions. In this paper, we propose a novel grid-based view selection framework that formulates aerial VLN action prediction as a grid-based view selection task, incorporating vertical action prediction in a manner that accounts for the coupling with horizontal actions, thereby enabling effective altitude adjustments. We further introduce a grid-based bird's eye view map for aerial space to fuse the visual information in the navigation history, provide contextual scene information, and mitigate the impact of obstacles. Finally, a cross-modal transformer is adopted to explicitly align the long navigation history with the instruction. We demonstrate the superiority of our method in extensive experiments.
