Risk Assessment for Autonomous Landing in Urban Environments using Semantic Segmentation
Jesús Alejandro Loera-Ponce, Diego A. Mercado-Ravell, Israel Becerra-Durán, Luis Manuel Valentin-Coronado
TL;DR
The paper tackles risk-aware autonomous landing in urban environments by combining SegFormer-based semantic segmentation with a six-level risk clustering aligned to SORA to identify Safe Landing Zones. It finetunes SegFormer on the Semantic Drone Dataset to produce pixel-level urban scene labels, then maps these labels to risk levels to guide emergency landing decisions. The approach runs in real time on onboard hardware (approximately 14 FPS on a Jetson Xavier) and is validated through case studies demonstrating robustness and potential to improve regulatory compliance. While high-level risk levels achieve strong accuracy, some confusion remains for mid-to-high risk classes, indicating avenues for dataset expansion and altitude-aware confidence indexing. Overall, the framework provides a practical, regulation-aligned method to enhance safety for urban UAV operations and emergency landing decision-making.
Abstract
In this paper, we address the vision-based autonomous landing problem in complex urban environments using deep neural networks for semantic segmentation and risk assessment. We propose employing the SegFormer, a state-of-the-art visual transformer network, for the semantic segmentation of complex, unstructured urban environments. This approach yields valuable information that can be utilized in smart autonomous landing missions, particularly in emergency landing scenarios resulting from system failures or human errors. The assessment is done in real-time flight, when images of an RGB camera at the Unmanned Aerial Vehicle (UAV) are segmented with the SegFormer into the most common classes found in urban environments. These classes are then mapped into a level of risk, considering in general, potential material damage, damaging the drone itself and endanger people. The proposed strategy is validated through several case studies, demonstrating the huge potential of semantic segmentation-based strategies to determining the safest landing areas for autonomous emergency landing, which we believe will help unleash the full potential of UAVs on civil applications within urban areas.
