Is your VLM Sky-Ready? A Comprehensive Spatial Intelligence Benchmark for UAV Navigation

TL;DR

This study introduces SpatialSky-Bench and Sky-VLM, achieving SOTA in 13 UAV spatial reasoning tasks with 53.3 average score, surpassing baselines by over 130%.

cs.CV 🔴 Advanced 2025-11-17 61 views
Lingfeng Zhang Yuchen Zhang Hongsheng Li Haoxiang Fu Yingbo Tang Hangjun Ye Long Chen Xiaojun Liang Xiaoshuai Hao Wenbo Ding
UAV navigation vision-language models spatial reasoning benchmark deep learning

Key Findings

Methodology

The research develops SpatialSky-Bench, covering 13 sub-tasks in environmental perception and scene understanding, evaluated on the SpatialSky-Dataset with 1 million multimodal samples. Sky-VLM employs a two-stage training: supervised fine-tuning (SFT) on the dataset, followed by reinforcement fine-tuning (RFT) using Group Relative Policy Optimization (GRPO). The model integrates RGB, LiDAR, and pose data for multi-level spatial reasoning. Metrics include IoU, BLEU, and accuracy, providing comprehensive performance assessment.

Key Results

  • Sky-VLM outperforms existing models across all tasks, achieving an average score of 53.3, a 139.6% improvement over GPT-5’s 23.07. It attains an average IoU of 0.79 in object detection and spatial relation tasks, demonstrating robust spatial understanding. In complex scenarios, accuracy in multi-object recognition and dynamic environments exceeds baseline by 20%, confirming its effectiveness.
  • The two-stage training significantly enhances pixel-level localization and structured output, with reinforcement fine-tuning reducing boundary errors by over 20%. The model generalizes well across diverse UAV scenes, validating the dataset’s diversity and training approach.
  • Experiments show that Sky-VLM maintains high performance in multi-modal, multi-task settings, establishing a new benchmark for UAV spatial reasoning and guiding future development of autonomous aerial systems.

Significance

This work addresses the critical need for standardized evaluation of UAV spatial reasoning, bridging a gap in existing benchmarks focused on ground-based or egocentric views. By leveraging large-scale multimodal data and innovative training strategies, it significantly advances the capability of VLMs to understand complex aerial environments. The results pave the way for more reliable autonomous UAV operations in diverse scenarios, including search and rescue, infrastructure inspection, and precision agriculture, ultimately accelerating industry adoption and research progress.

Technical Contribution

The paper introduces a comprehensive evaluation framework—SpatialSky-Bench—and constructs the large-scale SpatialSky-Dataset, enabling detailed assessment and training of UAV-specific spatial reasoning. The Sky-VLM model, built on Qwen2.5-VL-7B, employs a two-stage training process combining supervised learning and reinforcement learning with task-specific rewards, leading to substantial performance gains. This approach addresses the limitations of existing models in UAV contexts, offering a scalable, multimodal solution with enhanced decision-making and localization accuracy.

Novelty

This is the first work to propose a dedicated UAV spatial reasoning benchmark and dataset, integrating multimodal data generation with automated QA pairs. The two-stage training strategy, especially the use of GRPO for reinforcement fine-tuning, sets a new standard for model performance in aerial spatial understanding, surpassing prior general-purpose and spatial-specific models.

Limitations

  • Despite high accuracy, the model struggles in extremely cluttered or occluded environments, mainly due to limited scene diversity in training data. Further dataset expansion is needed.
  • Training complexity and computational costs are high, especially during reinforcement fine-tuning, which may hinder real-time deployment.
  • Model inference speed still requires optimization for deployment on resource-constrained UAV platforms, calling for model compression and acceleration techniques.

Future Work

Future efforts will focus on integrating reinforcement learning with autonomous exploration to improve adaptability in dynamic environments. Expanding multimodal inputs (e.g., radar, infrared) will enhance robustness. Additionally, model lightweighting and edge deployment will be prioritized to enable real-time, onboard processing for practical UAV applications.

AI Executive Summary

The rapid growth of UAV applications in fields like search and rescue, infrastructure inspection, and agriculture demands increasingly autonomous and intelligent navigation systems. Traditional methods, relying on GPS and simple sensors, often fall short in complex, dynamic environments. Vision-Language Models (VLMs), with their strong visual understanding and reasoning capabilities, offer promising solutions, yet their effectiveness in UAV-specific spatial reasoning remains underexplored.

This study introduces SpatialSky-Bench, a comprehensive benchmark designed explicitly for evaluating UAV spatial reasoning. Covering 13 sub-tasks in environmental perception and scene understanding, it provides a structured framework to assess models’ abilities in object detection, distance estimation, spatial relationships, scene captioning, object counting, and safety analysis. To support this, the authors built SpatialSky-Dataset, a large-scale multimodal dataset with 1 million samples generated through automated processes, including RGB, LiDAR, and pose data, along with question-answer pairs.

Leveraging this dataset, the researchers developed Sky-VLM, a specialized vision-language model trained via a two-stage process: supervised fine-tuning (SFT) on the dataset, followed by reinforcement fine-tuning (RFT) with Group Relative Policy Optimization (GRPO). This approach significantly enhances the model’s spatial reasoning and localization accuracy. Experimental results show Sky-VLM surpasses all baselines, achieving an average score of 53.3, over 130% higher than the best existing model. It demonstrates exceptional performance in complex UAV scenarios, validating its potential for real-world autonomous navigation.

This work advances the state-of-the-art in UAV spatial understanding, providing a scalable, multimodal training and evaluation framework. It opens avenues for deploying more reliable, intelligent UAVs capable of operating safely and efficiently in diverse environments. Future directions include integrating reinforcement learning for adaptive exploration, expanding multimodal data sources, and optimizing models for edge deployment, aiming to realize fully autonomous aerial systems in the near future.

Deep Dive

Plain Language Accessible to non-experts

想象你在操控一架无人机,就像在操控一只非常聪明的机器人。这只机器人不仅能看到远处的东西,还能理解它们之间的关系,比如哪个房子更高、哪个路更近。以前,我们只能用简单的工具,比如GPS或激光雷达,帮忙导航,但在复杂环境中,这些工具经常出错。现在,科学家们用大量图片和问答训练这只机器人,让它学会在各种复杂场景中找到目标、判断距离和关系。这就像教你的宠物认识东西一样,越学越聪明,将来它可以帮我们做很多事情,比如搜救失踪的人、检查电线,甚至送快递。通过让机器人“看懂”环境,它变得更聪明、更可靠,也更能帮到我们。

Abstract

Vision-Language Models (VLMs), leveraging their powerful visual perception and reasoning capabilities, have been widely applied in Unmanned Aerial Vehicle (UAV) tasks. However, the spatial intelligence capabilities of existing VLMs in UAV scenarios remain largely unexplored, raising concerns about their effectiveness in navigating and interpreting dynamic environments. To bridge this gap, we introduce SpatialSky-Bench, a comprehensive benchmark specifically designed to evaluate the spatial intelligence capabilities of VLMs in UAV navigation. Our benchmark comprises two categories-Environmental Perception and Scene Understanding-divided into 13 subcategories, including bounding boxes, color, distance, height, and landing safety analysis, among others. Extensive evaluations of various mainstream open-source and closed-source VLMs reveal unsatisfactory performance in complex UAV navigation scenarios, highlighting significant gaps in their spatial capabilities. To address this challenge, we developed the SpatialSky-Dataset, a comprehensive dataset containing 1M samples with diverse annotations across various scenarios. Leveraging this dataset, we introduce Sky-VLM, a specialized VLM designed for UAV spatial reasoning across multiple granularities and contexts. Extensive experimental results demonstrate that Sky-VLM achieves state-of-the-art performance across all benchmark tasks, paving the way for the development of VLMs suitable for UAV scenarios. The source code is available at https://github.com/linglingxiansen/SpatialSKy.

cs.CV