paper-with-me

Papers

Scale-Invariant Adversarial Attack for Evaluating and Enhancing Adversarial Defenses

2022-01-29 · Mengting Xu, Tao Zhang, Zhongnian Li, Daoqiang Zhang

Efficient and effective attacks are crucial for reliable evaluation of defenses, and also for developing robust models. Projected Gradient Descent (PGD) attack has been demonstrated to be one of the most successful adversarial attacks. However, the effect of the standard PGD attack can be easily weakened by rescaling the logits, while the original decision of every input will not be changed. To mitigate this issue, in this paper, we propose Scale-Invariant Adversarial Attack (SI-PGD), which utilizes the angle between the features in the penultimate layer and the weights in the softmax layer to guide the generation of adversaries. The cosine angle matrix is used to learn angularly discriminative representation and will not be changed with the rescaling of logits, thus making SI-PGD attack to be stable and effective. We evaluate our attack against multiple defenses and show improved performance when compared with existing attacks. Further, we propose Scale-Invariant (SI) adversarial defense mechanism based on the cosine angle matrix, which can be embedded into the popular adversarial defenses. The experimental results show the defense method with our SI mechanism achieves state-of-the-art performance among multi-step and single-step defenses.

📄 PDF Abstract BibTeX arXiv:2201.12527

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackAdversarial Defense

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$…

Similar Papers 제목 키워드 기반

Enhancing Adversarial Transferability via Information Bottleneck Constraints

2024-06-08 · Biqing Qi, Junqi Gao, Jianxing Liu, Ligang Wu 외

From the perspective of information bottleneck (IB) theory, we propose a novel framework for performing black-box transferable adversarial attacks named IBTA, which leverages advancements in invariant features. Intuitive…

Scale-Invariant Adversarial Attack against Arbitrary-scale Super-resolution

2025-03-06 · Yihao Huang, Xin Luo, Qing Guo, Felix Juefei-Xu 외

The advent of local continuous image function (LIIF) has garnered significant attention for arbitrary-scale super-resolution (SR) techniques. However, while the vulnerabilities of fixed-scale SR have been assessed, the r…

Adversarial AttackSuper-Resolution

Nesterov Accelerated Gradient and Scale Invariance for Adversarial Attacks

2019-08-17 · ICLR 2020 1 · Jiadong Lin, Chuanbiao Song, Kun He, Li-Wei Wang 외

Deep learning models are vulnerable to adversarial examples crafted by applying human-imperceptible perturbations on benign inputs. However, under the black-box setting, most existing adversaries often have a poor transf…

Adversarial Attack

Improving Viewpoint Robustness for Visual Recognition via Adversarial Training

2023-07-21 · Shouwei Ruan, Yinpeng Dong, Hang Su, Jianteng Peng 외

Viewpoint invariance remains challenging for visual recognition in the 3D world, as altering the viewing directions can significantly impact predictions for the same object. While substantial efforts have been dedicated …

Enhancing Adversarial Contrastive Learning via Adversarial Invariant Regularization

2023-04-30 · NeurIPS 2023 11 · Xilie Xu, Jingfeng Zhang, Feng Liu, Masashi Sugiyama 외

Adversarial contrastive learning (ACL) is a technique that enhances standard contrastive learning (SCL) by incorporating adversarial data to learn a robust representation that can withstand adversarial attacks and common…

Contrastive Learning