CVMar 13, 2025

Unlocking Generalization Power in LiDAR Point Cloud Registration

arXiv:2503.10149v13 citationsh-index: 8Has CodeCVPR
Originality Highly original
AI Analysis

This addresses a crucial need for robust generalization in autonomous driving and LiDAR applications, representing a strong specific gain rather than a foundational breakthrough.

The paper tackled the problem of poor generalization in LiDAR point cloud registration across varying distances and datasets, proposing UGP, which achieved state-of-the-art mean Registration Recall rates of up to 94.5% on KITTI and 91.4% on nuScenes in cross-distance tests.

In real-world environments, a LiDAR point cloud registration method with robust generalization capabilities (across varying distances and datasets) is crucial for ensuring safety in autonomous driving and other LiDAR-based applications. However, current methods fall short in achieving this level of generalization. To address these limitations, we propose UGP, a pruned framework designed to enhance generalization power for LiDAR point cloud registration. The core insight in UGP is the elimination of cross-attention mechanisms to improve generalization, allowing the network to concentrate on intra-frame feature extraction. Additionally, we introduce a progressive self-attention module to reduce ambiguity in large-scale scenes and integrate Bird's Eye View (BEV) features to incorporate semantic information about scene elements. Together, these enhancements significantly boost the network's generalization performance. We validated our approach through various generalization experiments in multiple outdoor scenes. In cross-distance generalization experiments on KITTI and nuScenes, UGP achieved state-of-the-art mean Registration Recall rates of 94.5% and 91.4%, respectively. In cross-dataset generalization from nuScenes to KITTI, UGP achieved a state-of-the-art mean Registration Recall of 90.9%. Code will be available at https://github.com/peakpang/UGP.

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