paper-with-me

Papers

3D Point Cloud Completion with Geometric-Aware Adversarial Augmentation

2021-09-21 · Mengxi Wu, Hao Huang, Yi Fang

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.

📄 PDF Abstract BibTeX arXiv:2109.10161

Code (0)

등록된 구현이 없습니다.

Tasks

Point Cloud ClassificationPoint Cloud Completion

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
Auxiliary Batch Normalization Auxiliary Batch Normalization is a type of regularization used in adversarial training schemes. The idea is that adversarial examples should have a separate [batch…

Similar Papers 제목 키워드 기반

PF-Net: Point Fractal Network for 3D Point Cloud Completion

2020-03-01 · CVPR 2020 6 · Zitian Huang, Yikuan Yu, Jiawen Xu, Feng Ni 외

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 Completion

Manifold-Aware Point Cloud Completion via Geodesic-Attentive Hierarchical Feature Learning

2025-12-05 · Jianan Sun, Dongzhihan Wang, Mingyu Fan arxiv

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 Clouds

PointCA: Evaluating the Robustness of 3D Point Cloud Completion Models Against Adversarial Examples

2022-11-22 · Shengshan Hu, Junwei Zhang, Wei Liu, Junhui Hou 외

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 Understanding

PoinTr: Diverse Point Cloud Completion with Geometry-Aware Transformers

2021-08-19 · ICCV 2021 10 · Xumin Yu, Yongming Rao, Ziyi Wang, Zuyan Liu 외

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+1

Point Cloud Completion by Learning Shape Priors

2020-08-02 · Xiaogang Wang, Marcelo H. Ang Jr, Gim Hee Lee

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