Aerial Vision-Language Navigation with a Unified Framework for Spatial, Temporal and Embodied Reasoning
Huilin Xu, Zhuoyang Liu, Yixiang Luomei, Feng Xu
TL;DR
This work tackles aerial vision-and-language navigation (VLN) using only monocular RGB observations, removing reliance on panoramic views, depth sensors, or odometry. It formulates navigation as a unified next-token prediction problem, guided by task-specific prompts that instantiate spatial perception, trajectory reasoning, and embodied navigation within a single multimodal backbone. Key contributions include a data preprocessing pipeline (action merging and keyframe selection), a prompt-driven multitask learning framework, and an action parsing/execution scheme, all trained on a curated multi-task dataset. Empirical results on the AerialVLN-S benchmark show state-of-the-art performance among RGB-only approaches and a reduced gap to panoramic RGB-D methods, with ablations confirming the efficacy of auxiliary tasks, history representations, and preprocessing strategies. The approach promises practical applicability for lightweight UAVs by delivering robust long-horizon instruction following using only onboard monocular vision.
Abstract
Aerial Vision-and-Language Navigation (VLN) aims to enable unmanned aerial vehicles (UAVs) to interpret natural language instructions and navigate complex urban environments using onboard visual observation. This task holds promise for real-world applications such as low-altitude inspection, search-and-rescue, and autonomous aerial delivery. Existing methods often rely on panoramic images, depth inputs, or odometry to support spatial reasoning and action planning. These requirements increase system cost and integration complexity, thus hindering practical deployment for lightweight UAVs. We present a unified aerial VLN framework that operates solely on egocentric monocular RGB observations and natural language instructions. The model formulates navigation as a next-token prediction problem, jointly optimizing spatial perception, trajectory reasoning, and action prediction through prompt-guided multi-task learning. Moreover, we propose a keyframe selection strategy to reduce visual redundancy by retaining semantically informative frames, along with an action merging and label reweighting mechanism that mitigates long-tailed supervision imbalance and facilitates stable multi-task co-training. Extensive experiments on the Aerial VLN benchmark validate the effectiveness of our method. Under the challenging monocular RGB-only setting, our model achieves strong results across both seen and unseen environments. It significantly outperforms existing RGB-only baselines and narrows the performance gap with state-of-the-art panoramic RGB-D counterparts. Comprehensive ablation studies further demonstrate the contribution of our task design and architectural choices.
