UAV-VLN: End-to-End Vision Language guided Navigation for UAVs
Pranav Saxena, Nishant Raghuvanshi, Neena Goveas
TL;DR
The paper addresses end-to-end vision-language guided navigation for UAVs by introducing UAV-VLN, an architecture that grounds natural language instructions in real-time visual perception to generate executable 3D flight plans. It combines a domain-tuned LLM (TinyLlama-1.1B) for instruction decomposition, Grounding DINO for open-vocabulary grounding, and a ROS 2-based automated task planner to translate sub-goals into low-level UAV commands. A novel UAV navigation instruction dataset (~1,000 prompts) and comprehensive experiments in indoor/outdoor scenes demonstrate improved instruction-following accuracy and trajectory efficiency over baselines, highlighting the potential of LLM-driven vision-language interfaces for safe, generalizable UAV autonomy with minimal task-specific supervision. The work establishes a practical, end-to-end framework that can adapt to diverse, unstructured environments and paves the way for future enhancements in global reasoning via navigation history and semantic mapping.
Abstract
A core challenge in AI-guided autonomy is enabling agents to navigate realistically and effectively in previously unseen environments based on natural language commands. We propose UAV-VLN, a novel end-to-end Vision-Language Navigation (VLN) framework for Unmanned Aerial Vehicles (UAVs) that seamlessly integrates Large Language Models (LLMs) with visual perception to facilitate human-interactive navigation. Our system interprets free-form natural language instructions, grounds them into visual observations, and plans feasible aerial trajectories in diverse environments. UAV-VLN leverages the common-sense reasoning capabilities of LLMs to parse high-level semantic goals, while a vision model detects and localizes semantically relevant objects in the environment. By fusing these modalities, the UAV can reason about spatial relationships, disambiguate references in human instructions, and plan context-aware behaviors with minimal task-specific supervision. To ensure robust and interpretable decision-making, the framework includes a cross-modal grounding mechanism that aligns linguistic intent with visual context. We evaluate UAV-VLN across diverse indoor and outdoor navigation scenarios, demonstrating its ability to generalize to novel instructions and environments with minimal task-specific training. Our results show significant improvements in instruction-following accuracy and trajectory efficiency, highlighting the potential of LLM-driven vision-language interfaces for safe, intuitive, and generalizable UAV autonomy.
