Next-Generation LLM for UAV: From Natural Language to Autonomous Flight
Liangqi Yuan, Chuhao Deng, Dong-Jun Han, Inseok Hwang, Sabine Brunswicker, Christopher G. Brinton
TL;DR
NeLV presents an end-to-end framework that maps natural-language instructions to executable UAV trajectories across short-, medium-, and long-range operations using a five-component pipeline and a five-level automation roadmap. The system integrates LLM-based instruction parsing (LLM-as-Parser) with route planning, path planning, control, and monitoring, leveraging multi-objective optimization and PSO for path generation, and airport-aware patterns for take-off and landing. Three case studies illustrate multi-UAV patrol, multi-POI delivery, and multi-hop relocation, using diverse data sources (OSM, Yelp, AirNav) and real weather and airspace data. The roadmap outlines progress from current NLP-driven parsing to fully autonomous LLM-powered autopilots, highlighting data, regulatory, and safety challenges and the need for UAV-specific datasets and simulators to advance domain.
Abstract
With the rapid advancement of Large Language Models (LLMs), their capabilities in various automation domains, particularly Unmanned Aerial Vehicle (UAV) operations, have garnered increasing attention. Current research remains predominantly constrained to small-scale UAV applications, with most studies focusing on isolated components such as path planning for toy drones, while lacking comprehensive investigation of medium- and long-range UAV systems in real-world operational contexts. Larger UAV platforms introduce distinct challenges, including stringent requirements for airport-based take-off and landing procedures, adherence to complex regulatory frameworks, and specialized operational capabilities with elevated mission expectations. This position paper presents the Next-Generation LLM for UAV (NeLV) system -- a comprehensive demonstration and automation roadmap for integrating LLMs into multi-scale UAV operations. The NeLV system processes natural language instructions to orchestrate short-, medium-, and long-range UAV missions through five key technical components: (i) LLM-as-Parser for instruction interpretation, (ii) Route Planner for Points of Interest (POI) determination, (iii) Path Planner for waypoint generation, (iv) Control Platform for executable trajectory implementation, and (v) UAV monitoring. We demonstrate the system's feasibility through three representative use cases spanning different operational scales: multi-UAV patrol, multi-POI delivery, and multi-hop relocation. Beyond the current implementation, we establish a five-level automation taxonomy that charts the evolution from current LLM-as-Parser capabilities (Level 1) to fully autonomous LLM-as-Autopilot systems (Level 5), identifying technical prerequisites and research challenges at each stage.
