SOTAVerified

Learning general and distinctive 3D local deep descriptors for point cloud registration

2021-05-21Code Available1· sign in to hype

Fabio Poiesi, Davide Boscaini

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

An effective 3D descriptor should be invariant to different geometric transformations, such as scale and rotation, robust to occlusions and clutter, and capable of generalising to different application domains. We present a simple yet effective method to learn general and distinctive 3D local descriptors that can be used to register point clouds that are captured in different domains. Point cloud patches are extracted, canonicalised with respect to their local reference frame, and encoded into scale and rotation-invariant compact descriptors by a deep neural network that is invariant to permutations of the input points. This design is what enables our descriptors to generalise across domains. We evaluate and compare our descriptors with alternative handcrafted and deep learning-based descriptors on several indoor and outdoor datasets that are reconstructed by using both RGBD sensors and laser scanners. Our descriptors outperform most recent descriptors by a large margin in terms of generalisation, and also become the state of the art in benchmarks where training and testing are performed in the same domain.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
3DMatch BenchmarkGeDi (no code published as of May 27 2021)Feature Matching Recall97.9Unverified
3DMatch (trained on KITTI)GeDiRecall0.92Unverified
ETH (trained on 3DMatch)GeDiFeature Matching Recall0.98Unverified
FP-O-EGeDiRecall (3cm, 10 degrees)99.64Unverified
FP-O-HGeDiRecall (3cm, 10 degrees)8.7Unverified
FP-O-MGeDiRecall (3cm, 10 degrees)75.4Unverified
FP-R-EGeDiRecall (3cm, 10 degrees)99.76Unverified
FP-R-HGeDiRecall (3cm, 10 degrees)99.41Unverified
FP-R-MGeDiRecall (3cm, 10 degrees)99.94Unverified
FP-T-EGeDiRecall (3cm, 10 degrees)99.47Unverified
FP-T-HGeDiRecall (3cm, 10 degrees)99.7Unverified
FP-T-MGeDiRecall (3cm, 10 degrees)99.7Unverified
KITTIGeDiSuccess Rate99.82Unverified
KITTI (trained on 3DMatch)GeDiSuccess Rate98.92Unverified

Reproductions