LRFusionPR: A Polar BEV-Based LiDAR-Radar Fusion Network for Place Recognition
Zhangshuo Qi, Luqi Cheng, Zijie Zhou, Guangming Xiong
TL;DR
LRFusionPR tackles GPS-denied place recognition by fusing LiDAR and radar through a unified polar BEV representation. It introduces a dual-branch architecture with cross-attention-based fusion and a radar-only distillation path guided by a structure-aware loss, producing rotation-invariant, robust descriptors. Extensive experiments across four datasets and adverse weather demonstrate state-of-the-art accuracy and robust performance, with real-time inference. The approach accommodates heterogeneous radar types and provides open-source code for reproducibility.
Abstract
In autonomous driving, place recognition is critical for global localization in GPS-denied environments. LiDAR and radar-based place recognition methods have garnered increasing attention, as LiDAR provides precise ranging, whereas radar excels in adverse weather resilience. However, effectively leveraging LiDAR-radar fusion for place recognition remains challenging. The noisy and sparse nature of radar data limits its potential to further improve recognition accuracy. In addition, heterogeneous radar configurations complicate the development of unified cross-modality fusion frameworks. In this paper, we propose LRFusionPR, which improves recognition accuracy and robustness by fusing LiDAR with either single-chip or scanning radar. Technically, a dual-branch network is proposed to fuse different modalities within the unified polar coordinate bird's eye view (BEV) representation. In the fusion branch, cross-attention is utilized to perform cross-modality feature interactions. The knowledge from the fusion branch is simultaneously transferred to the distillation branch, which takes radar as its only input to further improve the robustness. Ultimately, the descriptors from both branches are concatenated, producing the multimodal global descriptor for place retrieval. Extensive evaluations on multiple datasets demonstrate that our LRFusionPR achieves accurate place recognition, while maintaining robustness under varying weather conditions. Our open-source code will be released at https://github.com/QiZS-BIT/LRFusionPR.
