paper-with-me

Papers

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 point clouds obtained by previous methods show weak transferability and are easy to defend. To address these problems, in this paper we propose a novel point cloud attack (dubbed AOF) that pays more attention on the low-frequency component of point clouds. We combine the losses from point cloud and its low-frequency component to craft adversarial samples. Extensive experiments validate that AOF can improve the transferability significantly compared to state-of-the-art (SOTA) attacks, and is more robust to SOTA 3D defense methods. Otherwise, compared to clean point clouds, adversarial point clouds obtained by AOF contain more deformation than outlier.

📄 PDF Abstract BibTeX arXiv:2201.10937

Code (1)

cuge1995/AOF 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Exploring Frequencies via Feature Mixing and Meta-Learning for Improving Adversarial Transferability

2024-05-06 · Juanjuan Weng, Zhiming Luo, Shaozi Li

Recent studies have shown that Deep Neural Networks (DNNs) are susceptible to adversarial attacks, with frequency-domain analysis underscoring the significance of high-frequency components in influencing model prediction…

Meta-Learning

Frequency Domain Model Augmentation for Adversarial Attack

2022-07-12 · Yuyang Long, Qilong Zhang, Boheng Zeng, Lianli Gao 외

For black-box attacks, the gap between the substitute model and the victim model is usually large, which manifests as a weak attack performance. Motivated by the observation that the transferability of adversarial exampl…

Adversarial AttackDiversitymodel

AdvSwap: Covert Adversarial Perturbation with High Frequency Info-swapping for Autonomous Driving Perception

2025-02-12 · Yuanhao Huang, Qinfan Zhang, Jiandong Xing, Mengyue Cheng 외

Perception module of Autonomous vehicles (AVs) are increasingly susceptible to be attacked, which exploit vulnerabilities in neural networks through adversarial inputs, thereby compromising the AI safety. Some researches…

Adversarial AttackAutonomous DrivingAutonomous Vehicles

Proving Common Mechanisms Shared by Twelve Methods of Boosting Adversarial Transferability

2022-07-24 · Quanshi Zhang, Xin Wang, Jie Ren, Xu Cheng 외

Although many methods have been proposed to enhance the transferability of adversarial perturbations, these methods are designed in a heuristic manner, and the essential mechanism for improving adversarial transferabilit…

Bandlimiting Neural Networks Against Adversarial Attacks

2019-05-30 · ICLR 2020 1 · Yuping Lin, Kasra Ahmadi K. A., Hui Jiang

In this paper, we study the adversarial attack and defence problem in deep learning from the perspective of Fourier analysis. We first explicitly compute the Fourier transform of deep ReLU neural networks and show that t…

Adversarial Attack