paper-with-me

홈 › Papers

Density-invariant Features for Distant Point Cloud Registration

2023-07-19 · ICCV 2023 1 · Quan Liu, Hongzi Zhu, Yunsong Zhou, Hongyang Li, Shan Chang, Minyi Guo

Registration of distant outdoor LiDAR point clouds is crucial to extending the 3D vision of collaborative autonomous vehicles, and yet is challenging due to small overlapping area and a huge disparity between observed point densities. In this paper, we propose Group-wise Contrastive Learning (GCL) scheme to extract density-invariant geometric features to register distant outdoor LiDAR point clouds. We mark through theoretical analysis and experiments that, contrastive positives should be independent and identically distributed (i.i.d.), in order to train densityinvariant feature extractors. We propose upon the conclusion a simple yet effective training scheme to force the feature of multiple point clouds in the same spatial location (referred to as positive groups) to be similar, which naturally avoids the sampling bias introduced by a pair of point clouds to conform with the i.i.d. principle. The resulting fully-convolutional feature extractor is more powerful and density-invariant than state-of-the-art methods, improving the registration recall of distant scenarios on KITTI and nuScenes benchmarks by 40.9% and 26.9%, respectively. Code is available at https://github.com/liuQuan98/GCL.

📄 PDF Abstract BibTeX arXiv:2307.09788

Code (2)

liuquan98/gcl 공식 구현 pytorch
liuQuan98/GCL-KPConv pytorch

Tasks

Autonomous VehiclesContrastive LearningPoint Cloud Registration

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

APR: Online Distant Point Cloud Registration Through Aggregated Point Cloud Reconstruction

2023-05-04 · Quan Liu, Yunsong Zhou, Hongzi Zhu, Shan Chang 외

For many driving safety applications, it is of great importance to accurately register LiDAR point clouds generated on distant moving vehicles. However, such point clouds have extremely different point density and sensor…

Point cloud reconstructionPoint Cloud Registration

PRIN/SPRIN: On Extracting Point-wise Rotation Invariant Features

2021-02-24 · Yang You, Yujing Lou, Ruoxi Shi, Qi Liu 외

Point cloud analysis without pose priors is very challenging in real applications, as the orientations of point clouds are often unknown. In this paper, we propose a brand new point-set learning framework PRIN, namely, P…

3D Feature MatchingData Augmentation

Pointwise Rotation-Invariant Network with Adaptive Sampling and 3D Spherical Voxel Convolution

2018-11-23 · Yang You, Yujing Lou, Qi Liu, Yu-Wing Tai 외

Point cloud analysis without pose priors is very challenging in real applications, as the orientations of point clouds are often unknown. In this paper, we propose a brand new point-set learning framework PRIN, namely, P…

3D Feature MatchingData Augmentation

PointConv: Deep Convolutional Networks on 3D Point Clouds

2018-11-17 · CVPR 2019 6 · Wenxuan Wu, Zhongang Qi, Li Fuxin

Unlike images which are represented in regular dense grids, 3D point clouds are irregular and unordered, hence applying convolution on them can be difficult. In this paper, we extend the dynamic filter to a new convoluti…

3D Part Segmentation3D Point Cloud ClassificationDensity EstimationSemantic Segmentation

SPEAL: Skeletal Prior Embedded Attention Learning for Cross-Source Point Cloud Registration

2023-12-14 · Kezheng Xiong, Maoji Zheng, Qingshan Xu, Chenglu Wen 외

Point cloud registration, a fundamental task in 3D computer vision, has remained largely unexplored in cross-source point clouds and unstructured scenes. The primary challenges arise from noise, outliers, and variations …

BenchmarkingPoint Cloud Registration