paper-with-me

홈 › Papers

Improving the Transferability of 3D Point Cloud Attack via Spectral-aware Admix and Optimization Designs

2024-12-17 · Shiyu Hu, Daizong Liu, Wei Hu

Deep learning models for point clouds have shown to be vulnerable to adversarial attacks, which have received increasing attention in various safety-critical applications such as autonomous driving, robotics, and surveillance. Existing 3D attackers generally design various attack strategies in the white-box setting, requiring the prior knowledge of 3D model details. However, real-world 3D applications are in the black-box setting, where we can only acquire the outputs of the target classifier. Although few recent works try to explore the black-box attack, they still achieve limited attack success rates (ASR). To alleviate this issue, this paper focuses on attacking the 3D models in a transfer-based black-box setting, where we first carefully design adversarial examples in a white-box surrogate model and then transfer them to attack other black-box victim models. Specifically, we propose a novel Spectral-aware Admix with Augmented Optimization method (SAAO) to improve the adversarial transferability. In particular, since traditional Admix strategy are deployed in the 2D domain that adds pixel-wise images for perturbing, we can not directly follow it to merge point clouds in coordinate domain as it will destroy the geometric shapes. Therefore, we design spectral-aware fusion that performs Graph Fourier Transform (GFT) to get spectral features of the point clouds and add them in the spectral domain. Afterward, we run a few steps with spectral-aware weighted Admix to select better optimization paths as well as to adjust corresponding learning weights. At last, we run more steps to generate adversarial spectral feature along the optimization path and perform Inverse-GFT on the adversarial spectral feature to obtain the adversarial example in the data domain. Experiments show that our SAAO achieves better transferability compared to existing 3D attack methods.

📄 PDF Abstract BibTeX arXiv:2412.12626

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Driving

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

ShapeAdv: Generating Shape-Aware Adversarial 3D Point Clouds

2020-05-24 · Kibok Lee, Zhuoyuan Chen, Xinchen Yan, Raquel Urtasun 외

We introduce ShapeAdv, a novel framework to study shape-aware adversarial perturbations that reflect the underlying shape variations (e.g., geometric deformations and structural differences) in the 3D point cloud space. …

Adversarial Attack and Defense on Point Sets

2019-02-28 · Jiancheng Yang, Qiang Zhang, Rongyao Fang, Bingbing Ni 외

Emergence of the utility of 3D point cloud data in safety-critical vision tasks (e.g., ADAS) urges researchers to pay more attention to the robustness of 3D representations and deep networks. To this end, we develop an a…

Adversarial Attack

Boosting 3D Adversarial Attacks with Attacking On Frequency

2022-01-26 · Binbin Liu, Jinlai Zhang, Lyujie Chen, Jihong Zhu

Deep neural networks (DNNs) have been shown to be vulnerable to adversarial attacks. Recently, 3D adversarial attacks, especially adversarial attacks on point clouds, have elicited mounting interest. However, adversarial…

Improving transferability of 3D adversarial attacks with scale and shear transformations

2022-11-02 · Jinali Zhang, Yinpeng Dong, Jun Zhu, Jihong Zhu 외

Previous work has shown that 3D point cloud classifiers can be vulnerable to adversarial examples. However, most of the existing methods are aimed at white-box attacks, where the parameters and other information of the c…

Transferable and Undefendable Point Cloud Attacks via Medial Axis Transform

2025-07-25 · Keke Tang, Yuze Gao, Weilong Peng, Xiaofei Wang 외 arxiv

Studying adversarial attacks on point clouds is essential for evaluating and improving the robustness of 3D deep learning models. However, most existing attack methods are developed under ideal white-box settings and oft…

Adversarial AttackPoint Clouds