CVIVNov 22, 2021

Imperceptible Transfer Attack and Defense on 3D Point Cloud Classification

arXiv:2111.10990v287 citations
Originality Highly original
AI Analysis

This work addresses security vulnerabilities in 3D models for applications like autonomous driving and robotics, offering a novel attack and defense strategy.

The paper tackles the problem of generating imperceptible and transferable adversarial attacks on 3D point cloud classification, proposing an Imperceptible Transfer Attack (ITA) that enhances imperceptibility by perturbing points along normal vectors and improves transferability via an adversarial transformation model, with extensive evaluations showing it outperforms state-of-the-art methods.

Although many efforts have been made into attack and defense on the 2D image domain in recent years, few methods explore the vulnerability of 3D models. Existing 3D attackers generally perform point-wise perturbation over point clouds, resulting in deformed structures or outliers, which is easily perceivable by humans. Moreover, their adversarial examples are generated under the white-box setting, which frequently suffers from low success rates when transferred to attack remote black-box models. In this paper, we study 3D point cloud attacks from two new and challenging perspectives by proposing a novel Imperceptible Transfer Attack (ITA): 1) Imperceptibility: we constrain the perturbation direction of each point along its normal vector of the neighborhood surface, leading to generated examples with similar geometric properties and thus enhancing the imperceptibility. 2) Transferability: we develop an adversarial transformation model to generate the most harmful distortions and enforce the adversarial examples to resist it, improving their transferability to unknown black-box models. Further, we propose to train more robust black-box 3D models to defend against such ITA attacks by learning more discriminative point cloud representations. Extensive evaluations demonstrate that our ITA attack is more imperceptible and transferable than state-of-the-arts and validate the superiority of our defense strategy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes