See, Point, Fly: A Learning-Free VLM Framework for Universal Unmanned Aerial Navigation
Chih Yao Hu, Yang-Sen Lin, Yuna Lee, Chih-Hai Su, Jie-Ying Lee, Shr-Ruei Tsai, Chin-Yang Lin, Kuan-Wen Chen, Tsung-Wei Ke, Yu-Lun Liu
TL;DR
This work tackles zero-shot UAV navigation with free-form language instructions by repurposing frozen vision-language models for spatial grounding. SPF grounds 2D waypoints in the image, then lifts them to 3D actions via camera geometry and an adaptive travel-distance controller, enabling a lightweight closed-loop UAV policy without any task-specific training. It achieves state-of-the-art performance on the DRLSim2024 simulator and strong real-world results on a DJI Tello, significantly outperforming prior zero-shot baselines across long-horizon, obstacle-rich, and dynamic scenarios. The method generalizes across multiple VLM backbones and maintains robust performance under varying conditions, though it faces challenges from VLM hallucinations and latency that motivate future refinements in grounding fidelity and responsiveness.
Abstract
We present See, Point, Fly (SPF), a training-free aerial vision-and-language navigation (AVLN) framework built atop vision-language models (VLMs). SPF is capable of navigating to any goal based on any type of free-form instructions in any kind of environment. In contrast to existing VLM-based approaches that treat action prediction as a text generation task, our key insight is to consider action prediction for AVLN as a 2D spatial grounding task. SPF harnesses VLMs to decompose vague language instructions into iterative annotation of 2D waypoints on the input image. Along with the predicted traveling distance, SPF transforms predicted 2D waypoints into 3D displacement vectors as action commands for UAVs. Moreover, SPF also adaptively adjusts the traveling distance to facilitate more efficient navigation. Notably, SPF performs navigation in a closed-loop control manner, enabling UAVs to follow dynamic targets in dynamic environments. SPF sets a new state of the art in DRL simulation benchmark, outperforming the previous best method by an absolute margin of 63%. In extensive real-world evaluations, SPF outperforms strong baselines by a large margin. We also conduct comprehensive ablation studies to highlight the effectiveness of our design choice. Lastly, SPF shows remarkable generalization to different VLMs. Project page: https://spf-web.pages.dev
