CVApr 4, 2024

AGL-NET: Aerial-Ground Cross-Modal Global Localization with Varying Scales

arXiv:2404.03187v23 citationsh-index: 18Has CodeIROS
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem for aerial-ground localization in robotics or autonomous systems, with incremental improvements in handling scale variations.

The paper tackles global localization using LiDAR point clouds and satellite maps by addressing representation gaps and scale discrepancies, resulting in a method that improves real-world applicability without pre-processing satellite maps.

We present AGL-NET, a novel learning-based method for global localization using LiDAR point clouds and satellite maps. AGL-NET tackles two critical challenges: bridging the representation gap between image and points modalities for robust feature matching, and handling inherent scale discrepancies between global view and local view. To address these challenges, AGL-NET leverages a unified network architecture with a novel two-stage matching design. The first stage extracts informative neural features directly from raw sensor data and performs initial feature matching. The second stage refines this matching process by extracting informative skeleton features and incorporating a novel scale alignment step to rectify scale variations between LiDAR and map data. Furthermore, a novel scale and skeleton loss function guides the network toward learning scale-invariant feature representations, eliminating the need for pre-processing satellite maps. This significantly improves real-world applicability in scenarios with unknown map scales. To facilitate rigorous performance evaluation, we introduce a meticulously designed dataset within the CARLA simulator specifically tailored for metric localization training and assessment. The code and data can be accessed at https://github.com/rayguan97/AGL-Net.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes