paper-with-me

Papers

Diversified Adversarial Attacks based on Conjugate Gradient Method

2022-06-20 · Keiichiro Yamamura, Haruki Sato, Nariaki Tateiwa, Nozomi Hata, Toru Mitsutake, Issa Oe, Hiroki Ishikura, Katsuki Fujisawa

Deep learning models are vulnerable to adversarial examples, and adversarial attacks used to generate such examples have attracted considerable research interest. Although existing methods based on the steepest descent have achieved high attack success rates, ill-conditioned problems occasionally reduce their performance. To address this limitation, we utilize the conjugate gradient (CG) method, which is effective for this type of problem, and propose a novel attack algorithm inspired by the CG method, named the Auto Conjugate Gradient (ACG) attack. The results of large-scale evaluation experiments conducted on the latest robust models show that, for most models, ACG was able to find more adversarial examples with fewer iterations than the existing SOTA algorithm Auto-PGD (APGD). We investigated the difference in search performance between ACG and APGD in terms of diversification and intensification, and define a measure called Diversity Index (DI) to quantify the degree of diversity. From the analysis of the diversity using this index, we show that the more diverse search of the proposed method remarkably improves its attack success rate.

📄 PDF Abstract BibTeX arXiv:2206.09628

Code (1)

yamamura-k/ACG 공식 구현 pytorch

Tasks

Diversity

Similar Papers 제목 키워드 기반

Enhancing Output Diversity Improves Conjugate Gradient-based Adversarial Attacks

2024-08-07 · Keiichiro Yamamura, Issa Oe, Hiroki Ishikura, Katsuki Fujisawa

Deep neural networks are vulnerable to adversarial examples, and adversarial attacks that generate adversarial examples have been studied in this context. Existing studies imply that increasing the diversity of model out…

Diversity

Robustification of deep net classifiers by key based diversified aggregation with pre-filtering

2019-05-14 · Olga Taran, Shideh Rezaeifar, Taras Holotyak, Slava Voloshynovskiy

In this paper, we address a problem of machine learning system vulnerability to adversarial attacks. We propose and investigate a Key based Diversified Aggregation (KDA) mechanism as a defense strategy. The KDA assumes t…

Robust Mode Connectivity-Oriented Adversarial Defense: Enhancing Neural Network Robustness Against Diversified $\ell_p$ Attacks

2023-03-17 · Ren Wang, YuXuan Li, Sijia Liu

Adversarial robustness is a key concept in measuring the ability of neural networks to defend against adversarial attacks during the inference phase. Recent studies have shown that despite the success of improving advers…

Adversarial DefenseAdversarial RobustnessComputational Efficiency

Quantum-Inspired Analysis of Neural Network Vulnerabilities: The Role of Conjugate Variables in System Attacks

2024-02-16 · Jun-Jie Zhang, Deyu Meng

Neural networks demonstrate inherent vulnerability to small, non-random perturbations, emerging as adversarial attacks. Such attacks, born from the gradient of the loss function relative to the input, are discerned as in…

Improving Integrated Gradient-based Transferable Adversarial Examples by Refining the Integration Path

2024-12-25 · Yuchen Ren, Zhengyu Zhao, Chenhao Lin, Bo Yang 외

Transferable adversarial examples are known to cause threats in practical, black-box attack scenarios. A notable approach to improving transferability is using integrated gradients (IG), originally developed for model in…

Diversity