paper-with-me

홈 › Papers

Generating Unrestricted 3D Adversarial Point Clouds

2021-11-17 · Xuelong Dai, YanJie Li, Hua Dai, Bin Xiao

Utilizing 3D point cloud data has become an urgent need for the deployment of artificial intelligence in many areas like facial recognition and self-driving. However, deep learning for 3D point clouds is still vulnerable to adversarial attacks, e.g., iterative attacks, point transformation attacks, and generative attacks. These attacks need to restrict perturbations of adversarial examples within a strict bound, leading to the unrealistic adversarial 3D point clouds. In this paper, we propose an Adversarial Graph-Convolutional Generative Adversarial Network (AdvGCGAN) to generate visually realistic adversarial 3D point clouds from scratch. Specifically, we use a graph convolutional generator and a discriminator with an auxiliary classifier to generate realistic point clouds, which learn the latent distribution from the real 3D data. The unrestricted adversarial attack loss is incorporated in the special adversarial training of GAN, which enables the generator to generate the adversarial examples to spoof the target network. Compared with the existing state-of-art attack methods, the experiment results demonstrate the effectiveness of our unrestricted adversarial attack methods with a higher attack success rate and visual quality. Additionally, the proposed AdvGCGAN can achieve better performance against defense models and better transferability than existing attack methods with strong camouflage.

📄 PDF Abstract BibTeX arXiv:2111.08973

Code (1)

EricDai0/AdvGCGAN 공식 구현 pytorch

Tasks

Adversarial AttackGenerative Adversarial Network

Methods 이 논문이 사용한 방법론

Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…

Similar Papers 제목 키워드 기반

Generating Unrestricted Adversarial Examples via Three Parameters

2021-03-13 · Hanieh Naderi, Leili Goli, Shohreh Kasaei

Deep neural networks have been shown to be vulnerable to adversarial examples deliberately constructed to misclassify victim models. As most adversarial examples have restricted their perturbations to $L_{p}$-norm, exist…

Adversarial Attack

AdvDiff: Generating Unrestricted Adversarial Examples using Diffusion Models

2023-07-24 · Xuelong Dai, Kaisheng Liang, Bin Xiao

Unrestricted adversarial attacks present a serious threat to deep learning models and adversarial defense techniques. They pose severe security problems for deep learning applications because they can effectively bypass …

Adversarial AttackAdversarial Defense

Adaptive Generation of Unrestricted Adversarial Inputs

2019-05-07 · Isaac Dunn, Hadrien Pouget, Tom Melham, Daniel Kroening

Neural networks are vulnerable to adversarially-constructed perturbations of their inputs. Most research so far has considered perturbations of a fixed magnitude under some $l_p$ norm. Although studying these attacks is …

Generating 3D Adversarial Point Clouds

2018-09-19 · CVPR 2019 6 · Chong Xiang, Charles R. Qi, Bo Li

Deep neural networks are known to be vulnerable to adversarial examples which are carefully crafted instances to cause the models to make wrong predictions. While adversarial examples for 2D images and CNNs have been ext…

3D Shape ClassificationAutonomous Driving

Unrestricted Black-box Adversarial Attack Using GAN with Limited Queries

2022-08-24 · Dongbin Na, Sangwoo Ji, Jong Kim

Adversarial examples are inputs intentionally generated for fooling a deep neural network. Recent studies have proposed unrestricted adversarial attacks that are not norm-constrained. However, the previous unrestricted a…

Adversarial AttackClassification