paper-with-me

홈 › Papers

A Robust and Reliable Point Cloud Recognition Network Under Rigid Transformation

2020-09-15 · Dongrui Liu, Chuanchuan Chen, Changqing Xu, Qi Cai, Lei Chu, Fei Wen, Robert Caiming Qiu

Point cloud recognition is an essential task in industrial robotics and autonomous driving. Recently, several point cloud processing models have achieved state-of-the-art performances. However, these methods lack rotation robustness, and their performances degrade severely under random rotations, failing to extend to real-world scenarios with varying orientations. To this end, we propose a method named Self Contour-based Transformation (SCT), which can be flexibly integrated into various existing point cloud recognition models against arbitrary rotations. SCT provides efficient rotation and translation invariance by introducing Contour-Aware Transformation (CAT), which linearly transforms Cartesian coordinates of points to translation and rotation-invariant representations. We prove that CAT is a rotation and translation-invariant transformation based on the theoretical analysis. Furthermore, the Frame Alignment module is proposed to enhance discriminative feature extraction by capturing contours and transforming self contour-based frames into intra-class frames. Extensive experimental results show that SCT outperforms the state-of-the-art approaches under arbitrary rotations in effectiveness and efficiency on synthetic and real-world benchmarks. Furthermore, the robustness and generality evaluations indicate that SCT is robust and is applicable to various point cloud processing models, which highlights the superiority of SCT in industrial applications.

📄 PDF Abstract BibTeX arXiv:2009.06903

Code (1)

shenqildr/ScorNet 공식 구현 pytorch

Tasks

Autonomous DrivingTranslation

Similar Papers 제목 키워드 기반

PCAM: Product of Cross-Attention Matrices for Rigid Registration of Point Clouds

2021-10-04 · ICCV 2021 10 · Anh-Quan Cao, Gilles Puy, Alexandre Boulch, Renaud Marlet

Rigid registration of point clouds with partial overlaps is a longstanding problem usually solved in two steps: (a) finding correspondences between the point clouds; (b) filtering these correspondences to keep only the m…

Point Cloud Registration

Recognizing Rigid Patterns of Unlabeled Point Clouds by Complete and Continuous Isometry Invariants with no False Negatives and no False Positives

2023-03-27 · CVPR 2023 1 · Daniel Widdowson, Vitaliy Kurlin

Rigid structures such as cars or any other solid objects are often represented by finite clouds of unlabeled points. The most natural equivalence on these point clouds is rigid motion or isometry maintaining all inter-po…

DeepPRO: Deep Partial Point Cloud Registration of Objects

2021-01-01 · ICCV 2021 10 · Donghoon Lee, Onur C. Hamsici, Steven Feng, Prachee Sharma 외

We consider the problem of online and real-time registration of partial point clouds obtained from an unseen real-world rigid object without knowing its 3D model. The point cloud is partial as it is obtained by a dep…

Point Cloud Registration

PWR-Align: Leveraging Part-Whole Relationships for Part-wise Rigid Point Cloud Registration in Mixed Reality Applications

2023-06-11 · Manorama Jha, Bhaskar Banerjee

We present an efficient and robust point cloud registration (PCR) workflow for part-wise rigid point cloud alignment using the Microsoft HoloLens 2. Point Cloud Registration (PCR) is an important problem in Augmented and…

Mixed RealityPoint Cloud Registration

Non-rigid Point Cloud Registration with Neural Deformation Pyramid

2022-05-25 · Yang Li, Tatsuya Harada

Non-rigid point cloud registration is a key component in many computer vision and computer graphics applications. The high complexity of the unknown non-rigid motion make this task a challenging problem. In this paper, w…

Point Cloud Registration