paper-with-me

홈 › Papers

Distinctive 3D local deep descriptors

2020-09-01 · Fabio Poiesi, Davide Boscaini

We present a simple but yet effective method for learning distinctive 3D local deep descriptors (DIPs) that can be used to register point clouds without requiring an initial alignment. Point cloud patches are extracted, canonicalised with respect to their estimated local reference frame and encoded into rotation-invariant compact descriptors by a PointNet-based deep neural network. DIPs can effectively generalise across different sensor modalities because they are learnt end-to-end from locally and randomly sampled points. Because DIPs encode only local geometric information, they are robust to clutter, occlusions and missing regions. We evaluate and compare DIPs against alternative hand-crafted and deep descriptors on several indoor and outdoor datasets consisting of point clouds reconstructed using different sensors. Results show that DIPs (i) achieve comparable results to the state-of-the-art on RGB-D indoor scenes (3DMatch dataset), (ii) outperform state-of-the-art by a large margin on laser-scanner outdoor scenes (ETH dataset), and (iii) generalise to indoor scenes reconstructed with the Visual-SLAM system of Android ARCore. Source code: https://github.com/fabiopoiesi/dip.

📄 PDF Abstract BibTeX arXiv:2009.00258

Code (2)

fabiopoiesi/dip 공식 구현 pytorch
fabiopoiesi/gedi pytorch

Tasks

Point Cloud Registration

Similar Papers 제목 키워드 기반

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

2021-05-21 · Fabio Poiesi, Davide Boscaini

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 presen…

Image to Point Cloud RegistrationPoint Cloud Registration

Feature Descriptors for Tracking by Detection: a Benchmark

2016-07-21 · Alessandro Pieropan, Mårten Björkman, Niklas Bergström, Danica Kragic

In this paper, we provide an extensive evaluation of the performance of local descriptors for tracking applications. Many different descriptors have been proposed in the literature for a wide range of application in comp…

3D ReconstructionObject Recognition

Distilling 3D distinctive local descriptors for 6D pose estimation

2025-03-19 · Amir Hamza, Andrea Caraffa, Davide Boscaini, Fabio Poiesi

Three-dimensional local descriptors are crucial for encoding geometric surface properties, making them essential for various point cloud understanding tasks. Among these descriptors, GeDi has demonstrated strong zero-sho…

6D Pose EstimationKnowledge DistillationPose Estimation

Texture Classification using Block Intensity and Gradient Difference (BIGD) Descriptor

2020-02-04 · Yuting Hu, Zhen Wang, Ghassan AlRegib

In this paper, we present an efficient and distinctive local descriptor, namely block intensity and gradient difference (BIGD). In an image patch, we randomly sample multi-scale block pairs and utilize the intensity and …

ClassificationGeneral ClassificationTexture Classification

LAHNet: Local Attentive Hashing Network for Point Cloud Registration

2025-11-30 · Wentao Qu, Xiaoshui Huang, Liang Xiao arxiv

Most existing learning-based point cloud descriptors for point cloud registration focus on perceiving local information of point clouds to generate distinctive features. However, a reasonable and broader receptive field …

Point Cloud RegistrationPoint Clouds