3D Point Cloud Completion with Geometric-Aware Adversarial Augmentation
With the popularity of 3D sensors in self-driving and other robotics applications, extensive research has focused on designing novel neural network architectures for accurate 3D point cloud completion. However, unlike in point cloud classification and reconstruction, the role of adversarial samples in3D point cloud completion has seldom been explored. In this work, we show that training with adversarial samples can improve the performance of neural networks on 3D point cloud completion tasks. We propose a novel approach to generate adversarial samples that benefit both the performance of clean and adversarial samples. In contrast to the PGD-k attack, our method generates adversarial samples that keep the geometric features in clean samples and contain few outliers. In particular, we use principal directions to constrain the adversarial perturbations for each input point. The gradient components in the mean direction of principal directions are taken as adversarial perturbations. In addition, we also investigate the effect of using the minimum curvature direction. Besides, we adopt attack strength accumulation and auxiliary Batch Normalization layers method to speed up the training process and alleviate the distribution mismatch between clean and adversarial samples. Experimental results show that training with the adversarial samples crafted by our method effectively enhances the performance of PCN on the ShapeNet dataset.
Code (0)
등록된 구현이 없습니다.
Tasks
Point Cloud ClassificationPoint Cloud CompletionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
PF-Net: Point Fractal Network for 3D Point Cloud Completion
In this paper, we propose a Point Fractal Network (PF-Net), a novel learning-based approach for precise and high-fidelity point cloud completion. Unlike existing point cloud completion networks, which generate the overal…
Point Cloud CompletionManifold-Aware Point Cloud Completion via Geodesic-Attentive Hierarchical Feature Learning
Point cloud completion seeks to recover geometrically consistent shapes from partial or sparse 3D observations. Although recent methods have achieved reasonable global shape reconstruction, they often rely on Euclidean p…
Point Cloud CompletionPoint CloudsPointCA: Evaluating the Robustness of 3D Point Cloud Completion Models Against Adversarial Examples
Point cloud completion, as the upstream procedure of 3D recognition and segmentation, has become an essential part of many tasks such as navigation and scene understanding. While various point cloud completion models hav…
Adversarial AttackPoint Cloud ClassificationPoint Cloud CompletionScene UnderstandingPoinTr: Diverse Point Cloud Completion with Geometry-Aware Transformers
Point clouds captured in real-world applications are often incomplete due to the limited sensor resolution, single viewpoint, and occlusion. Therefore, recovering the complete point clouds from partial ones becomes an in…
DecoderInductive BiasPoint Cloud CompletionPoint Cloud Generation+1Point Cloud Completion by Learning Shape Priors
In view of the difficulty in reconstructing object details in point cloud completion, we propose a shape prior learning method for object completion. The shape priors include geometric information in both complete and th…
Generative Adversarial NetworkPoint Cloud Completion