paper-with-me

홈 › Papers

On The Adversarial Robustness of 3D Point Cloud Classification

2020-09-28 · Jiachen Sun, Karl Koenig, Yulong Cao, Qi Alfred Chen, Zhuoqing Mao

3D point clouds play pivotal roles in various safety-critical fields, such as autonomous driving, which desires the corresponding deep neural networks to be robust to adversarial perturbations. Though a few defenses against adversarial point cloud classification have been proposed, it remains unknown whether they can provide real robustness. To this end, we perform the first security analysis of state-of-the-art defenses and design adaptive attacks on them. Our 100% adaptive attack success rates demonstrate that current defense designs are still vulnerable. Since adversarial training (AT) is believed to be the most effective defense, we present the first in-depth study showing how AT behaves in point cloud classification and identify that the required symmetric function (pooling operation) is paramount to the model's robustness under AT. Through our systematic analysis, we find that the default used fixed pooling operations (e.g., MAX pooling) generally weaken AT's performance in point cloud classification. Still, sorting-based parametric pooling operations can significantly improve the models' robustness. Based on the above insights, we further propose DeepSym, a deep symmetric pooling operation, to architecturally advance the adversarial robustness under AT to 47.01% without sacrificing nominal accuracy, outperforming the original design and a strong baseline by 28.5% ($\sim 2.6 \times$) and 6.5%, respectively, in PointNet.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

3D Point Cloud ClassificationAdversarial RobustnessAutonomous DrivingClassificationPoint Cloud Classification

Similar Papers 제목 키워드 기반

PointCert: Point Cloud Classification with Deterministic Certified Robustness Guarantees

2023-03-03 · CVPR 2023 1 · Jinghuai Zhang, Jinyuan Jia, Hongbin Liu, Neil Zhenqiang Gong

Point cloud classification is an essential component in many security-critical applications such as autonomous driving and augmented reality. However, point cloud classifiers are vulnerable to adversarially perturbed poi…

Autonomous DrivingClassificationPoint Cloud Classification

PointGuard: Provably Robust 3D Point Cloud Classification

2021-03-04 · CVPR 2021 1 · Hongbin Liu, Jinyuan Jia, Neil Zhenqiang Gong

3D point cloud classification has many safety-critical applications such as autonomous driving and robotic grasping. However, several studies showed that it is vulnerable to adversarial attacks. In particular, an attacke…

3D Point Cloud ClassificationAutonomous DrivingClassificationGeneral Classification+2

CausalPC: Improving the Robustness of Point Cloud Classification by Causal Effect Identification

2024-01-01 · CVPR 2024 1 · Yuanmin Huang, Mi Zhang, Daizong Ding, Erling Jiang 외

Deep neural networks have demonstrated remarkable performance in point cloud classification. However previous works show they are vulnerable to adversarial perturbations that can manipulate their predictions. Given t…

Adversarial RobustnessClassificationPoint Cloud ClassificationRobust classification

On Adversarial Robustness of 3D Point Cloud Classification under Adaptive Attacks

2020-11-24 · Jiachen Sun, Karl Koenig, Yulong Cao, Qi Alfred Chen 외

3D point clouds play pivotal roles in various safety-critical applications, such as autonomous driving, which desires the underlying deep neural networks to be robust to adversarial perturbations. Though a few defenses a…

3D Point Cloud ClassificationAdversarial RobustnessAutonomous DrivingGeneral Classification+1

Transferable 3D Adversarial Shape Completion using Diffusion Models

2024-07-14 · Xuelong Dai, Bin Xiao

Recent studies that incorporate geometric features and transformers into 3D point cloud feature learning have significantly improved the performance of 3D deep-learning models. However, their robustness against adversari…

3D Point Cloud ClassificationAdversarial AttackPoint Cloud Classification