paper-with-me

홈 › Papers

Boosting Adversarial Transferability via Fusing Logits of Top-1 Decomposed Feature

2023-05-02 · Juanjuan Weng, Zhiming Luo, Dazhen Lin, Shaozi Li, Zhun Zhong

Recent research has shown that Deep Neural Networks (DNNs) are highly vulnerable to adversarial samples, which are highly transferable and can be used to attack other unknown black-box models. To improve the transferability of adversarial samples, several feature-based adversarial attack methods have been proposed to disrupt neuron activation in the middle layers. However, current state-of-the-art feature-based attack methods typically require additional computation costs for estimating the importance of neurons. To address this challenge, we propose a Singular Value Decomposition (SVD)-based feature-level attack method. Our approach is inspired by the discovery that eigenvectors associated with the larger singular values decomposed from the middle layer features exhibit superior generalization and attention properties. Specifically, we conduct the attack by retaining the decomposed Top-1 singular value-associated feature for computing the output logits, which are then combined with the original logits to optimize adversarial examples. Our extensive experimental results verify the effectiveness of our proposed method, which can be easily integrated into various baselines to significantly enhance the transferability of adversarial samples for disturbing normally trained CNNs and advanced defense strategies. The source code of this study is available at https://github.com/WJJLL/SVD-SSA

📄 PDF Abstract BibTeX arXiv:2305.01361

Code (1)

WJJLL/SVD-SSA 공식 구현 pytorch

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

Improving Transferable Targeted Adversarial Attack via Normalized Logit Calibration and Truncated Feature Mixing

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

This paper aims to enhance the transferability of adversarial samples in targeted attacks, where attack success rates remain comparatively low. To achieve this objective, we propose two distinct techniques for improving …

Adversarial Attack

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…

A Unified Approach to Interpreting and Boosting Adversarial Transferability

2020-10-08 · Xin Wang, Jie Ren, Shuyun Lin, Xiangming Zhu 외

In this paper, we use the interaction inside adversarial perturbations to explain and boost the adversarial transferability. We discover and prove the negative correlation between the adversarial transferability and the …

Boosting the Local Invariance for Better Adversarial Transferability

2025-03-08 · Bohan Liu, Xiaosen Wang

Transfer-based attacks pose a significant threat to real-world applications by directly targeting victim models with adversarial examples generated on surrogate models. While numerous approaches have been proposed to enh…

Logit Margin Matters: Improving Transferable Targeted Adversarial Attack by Logit Calibration

2023-03-07 · Juanjuan Weng, Zhiming Luo, Zhun Zhong, Shaozi Li 외

Previous works have extensively studied the transferability of adversarial samples in untargeted black-box scenarios. However, it still remains challenging to craft targeted adversarial examples with higher transferabili…

Adversarial Attack