paper-with-me

Papers

Disrupting Adversarial Transferability in Deep Neural Networks

2021-08-27 · Christopher Wiedeman, Ge Wang

Adversarial attack transferability is well-recognized in deep learning. Prior work has partially explained transferability by recognizing common adversarial subspaces and correlations between decision boundaries, but little is known beyond this. We propose that transferability between seemingly different models is due to a high linear correlation between the feature sets that different networks extract. In other words, two models trained on the same task that are distant in the parameter space likely extract features in the same fashion, just with trivial affine transformations between the latent spaces. Furthermore, we show how applying a feature correlation loss, which decorrelates the extracted features in a latent space, can reduce the transferability of adversarial attacks between models, suggesting that the models complete tasks in semantically different ways. Finally, we propose a Dual Neck Autoencoder (DNA), which leverages this feature correlation loss to create two meaningfully different encodings of input information with reduced transferability.

📄 PDF Abstract BibTeX arXiv:2108.12492

Code (1)

wang-axis/dna 공식 구현 pytorch

Tasks

Adversarial AttackFeature Correlation

Similar Papers 제목 키워드 기반

Boosting Cross-task Transferability of Adversarial Patches with Visual Relations

2023-04-11 · Tony Ma, Songze Li, Yisong Xiao, Shunchang Liu

The transferability of adversarial examples is a crucial aspect of evaluating the robustness of deep learning systems, particularly in black-box scenarios. Although several methods have been proposed to enhance cross-mod…

Image CaptioningObject RecognitionQuestion AnsweringVisual Question Answering+1

TriQDef: Disrupting Semantic and Gradient Alignment to Prevent Adversarial Patch Transferability in Quantized Neural Networks

2025-08-16 · Amira Guesmi, Bassem Ouni, Muhammad Shafique arxiv

Quantized Neural Networks (QNNs) are increasingly deployed in edge and resource-constrained environments due to their efficiency in computation and memory usage. While shown to distort the gradient landscape and weaken c…

FSPGD: Rethinking Black-box Attacks on Semantic Segmentation

2025-02-03 · Eun-Sol Park, MiSo Park, Seung Park, Yong-Goo Shin

Transferability, the ability of adversarial examples crafted for one model to deceive other models, is crucial for black-box attacks. Despite advancements in attack methods for semantic segmentation, transferability rema…

Semantic Segmentation

Disrupting Semantic and Abstract Features for Better Adversarial Transferability

2025-07-21 · Yuyang Luo, Xiaosen Wang, Zhijin Ge, Yingzhe He arxiv

Adversarial examples pose significant threats to deep neural networks (DNNs), and their property of transferability in the black-box setting has led to the emergence of transfer-based attacks, making it feasible to targe…

Feature Importance

Boosting Generative Adversarial Transferability with Self-supervised Vision Transformer Features

2025-06-26 · Shangbo Wu, Yu-an Tan, Ruinan Ma, Wencong Ma 외

The ability of deep neural networks (DNNs) come from extracting and interpreting features from the data provided. By exploiting intermediate features in DNNs instead of relying on hard labels, we craft adversarial pertur…

Contrastive LearningSelf-Supervised Learning