Leveraging edge detection and neural networks for better UAV localization
Theo Di Piazza, Enric Meinhardt-Llopis, Gabriele Facciolo, Benedicte Bascle, Corentin Abgrall, Jean-Clement Devaux
TL;DR
This work tackles GNSS-denied UAV geolocalization by converting UAV views into edge maps and encoding them into a latent embedding of dimension $1024$ for tiles of size $256\\times256$, then matching against a georeferenced reference set. Localization is performed via embedding similarity (dot-product) with a Lowe's ratio-based confidence check (threshold $1.13$) to filter uncertain predictions. The study compares BoVW, Auto-Encoder, and Triplet methods, finding that edge-preprocessed embeddings—especially the Auto-Encoder—significantly improve accuracy and robustness to illumination, rotation, and altitude perturbations. The proposed approach enables reliable, real-time onboard localization in GNSS-denied scenarios and informs edge-based preprocessing for geo-referenced image matching.
Abstract
We propose a novel method for geolocalizing Unmanned Aerial Vehicles (UAVs) in environments lacking Global Navigation Satellite Systems (GNSS). Current state-of-the-art techniques employ an offline-trained encoder to generate a vector representation (embedding) of the UAV's current view, which is then compared with pre-computed embeddings of geo-referenced images to determine the UAV's position. Here, we demonstrate that the performance of these methods can be significantly enhanced by preprocessing the images to extract their edges, which exhibit robustness to seasonal and illumination variations. Furthermore, we establish that utilizing edges enhances resilience to orientation and altitude inaccuracies. Additionally, we introduce a confidence criterion for localization. Our findings are substantiated through synthetic experiments.
