paper-with-me

Papers

Enhancing targeted transferability via feature space fine-tuning

2024-01-05 · Hui Zeng, Biwei Chen, Anjie Peng

Adversarial examples (AEs) have been extensively studied due to their potential for privacy protection and inspiring robust neural networks. Yet, making a targeted AE transferable across unknown models remains challenging. In this paper, to alleviate the overfitting dilemma common in an AE crafted by existing simple iterative attacks, we propose fine-tuning it in the feature space. Specifically, starting with an AE generated by a baseline attack, we encourage the features conducive to the target class and discourage the features to the original class in a middle layer of the source model. Extensive experiments demonstrate that only a few iterations of fine-tuning can boost existing attacks' targeted transferability nontrivially and universally. Our results also verify that the simple iterative attacks can yield comparable or even better transferability than the resource-intensive methods, which rest on training target-specific classifiers or generators with additional data. The code is available at: github.com/zengh5/TA_feature_FT.

📄 PDF Abstract BibTeX arXiv:2401.02727

Code (2)

zengh5/ta_feature_ft 공식 구현 pytorch
Trustworthy-AI-Group/TransferAttack pytorch

Methods 이 논문이 사용한 방법론

AE An autoencoder is a type of artificial neural network used to learn efficient data codings in an unsupervised manner. The aim of an autoencoder is to learn a representation…

Similar Papers 제목 키워드 기반

Two Heads Are Better Than One: Averaging along Fine-Tuning to Improve Targeted Transferability

2024-12-30 · Hui Zeng, Sanshuai Cui, Biwei Chen, Anjie Peng

With much longer optimization time than that of untargeted attacks notwithstanding, the transferability of targeted attacks is still far from satisfactory. Recent studies reveal that fine-tuning an existing adversarial e…

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

Towards Transferable Targeted Adversarial Examples

2023-01-01 · CVPR 2023 1 · Zhibo Wang, Hongshan Yang, Yunhe Feng, Peng Sun 외

Transferability of adversarial examples is critical for black-box deep learning model attacks. While most existing studies focus on enhancing the transferability of untargeted adversarial attacks, few of them studied…

Adversarial Attack

Boosting the Targeted Transferability of Adversarial Examples via Salient Region & Weighted Feature Drop

2024-11-11 · Shanjun Xu, Linghui Li, Kaiguo Yuan, Bingyu Li

Deep neural networks can be vulnerable to adversarially crafted examples, presenting significant risks to practical applications. A prevalent approach for adversarial attacks relies on the transferability of adversarial …

Improving Transferable Targeted Adversarial Attacks with Model Self-Enhancement

2024-01-01 · CVPR 2024 1 · Han Wu, Guanyan Ou, Weibin Wu, Zibin Zheng

Various transfer attack methods have been proposed to evaluate the robustness of deep neural networks (DNNs). Although manifesting remarkable performance in generating untargeted adversarial perturbations existing pr…