Search papers, labs, and topics across Lattice.
This paper introduces the Depth Estimation for Any Perspectives Model (DAPM), a novel monocular depth estimation framework tailored for Unmanned Aerial Vehicles (UAVs) that addresses the challenges posed by dynamic camera poses. By deriving geometric relationships between UAV viewing angles and view distances, DAPM employs an Ideal Ground Depth (IGD) module for dense camera-pose supervision and a Progressive Quantization Bins (PQB) module for robust estimation across diverse aerial imagery. Experimental validation on the newly created UAV Any Perspectives Depth (UAPD) dataset shows that DAPM achieves state-of-the-art performance in both depth and camera-pose estimation metrics, significantly advancing the field of UAV navigation and 3D reconstruction.
DAPM sets a new benchmark in monocular depth estimation for UAVs, achieving unprecedented accuracy in dynamic aerial environments.
Monocular depth estimation is a fundamental prerequisite for 3D reconstruction and autonomous navigation in Unmanned Aerial Vehicles (UAVs). In practical deployments, UAVs operate under highly dynamic camera poses characterized by continuous variations in height, pitch, roll, and field of view (FOV). Existing monocular depth estimation methods frequently fail to generalize across such diverse perspectives and the expansive scale of depth distributions inherent in aerial scenes. To address these challenges, we establish a quantitative representation of UAV viewing angles through rigorous theoretical analysis, deriving the geometric correspondence between viewing angles and view distances using the ground plane as a reference for observation. Building upon this, we propose Depth Estimation for Any Perspectives Model (DAPM), representing the first monocular framework specifically designed for UAV aerial imagery to jointly estimate camera pose and depth under continuously varying viewpoints. Specifically, we introduce an Ideal Ground Depth (IGD) module that leverages the derived geometric relationships between UAV perspectives and view distances to implement dense camera-pose supervision and enhance depth features. And we further develop a coarse-to-fine Progressive Quantization Bins (PQB) module. By incorporating progressive supervision and hierarchical quantization bins, the PQB module enables robust estimation in complex UAV aerial imagery. To evaluate the proposed framework, we present the UAV Any Perspectives Depth (UAPD) dataset, featuring comprehensive and continuous distributions of pose parameters. Experimental results on UAPD demonstrate that DAPM achieves state-of-the-art performance across both depth and camera-pose estimation metrics. The source code and datasets are available at: https://github.com/ThisIsLT/DAPM.