paper-with-me

홈 › Papers

Improving Adversarial Transferability via Model Alignment

2023-11-30 · Avery Ma, Amir-Massoud Farahmand, Yangchen Pan, Philip Torr, Jindong Gu

Neural networks are susceptible to adversarial perturbations that are transferable across different models. In this paper, we introduce a novel model alignment technique aimed at improving a given source model's ability in generating transferable adversarial perturbations. During the alignment process, the parameters of the source model are fine-tuned to minimize an alignment loss. This loss measures the divergence in the predictions between the source model and another, independently trained model, referred to as the witness model. To understand the effect of model alignment, we conduct a geometric analysis of the resulting changes in the loss landscape. Extensive experiments on the ImageNet dataset, using a variety of model architectures, demonstrate that perturbations generated from aligned source models exhibit significantly higher transferability than those from the original source model.

📄 PDF Abstract BibTeX arXiv:2311.18495

Code (1)

averyma/model-alignment 공식 구현 pytorch

Tasks

model

Similar Papers 제목 키워드 기반

Boosting Adversarial Transferability with Spatial Adversarial Alignment

2025-01-02 · Zhaoyu Chen, Haijing Guo, Kaixun Jiang, Jiyuan Fu 외

Deep neural networks are vulnerable to adversarial examples that exhibit transferability across various models. Numerous approaches are proposed to enhance the transferability of adversarial examples, including advanced …

Data Augmentation

Evolving Architectures with Gradient Misalignment toward Low Adversarial Transferability

2021-09-13 · Kevin Richard G. Operiano, Wanchalerm Pora, Hitoshi Iba, Hiroshi Kera

Deep neural network image classifiers are known to be susceptible not only to adversarial examples created for them but even those created for others. This phenomenon poses a potential security risk in various black-box …

Harmonizing Transferability and Discriminability for Adapting Object Detectors

2020-03-13 · CVPR 2020 6 · Chaoqi Chen, Zebiao Zheng, Xinghao Ding, Yue Huang 외

Recent advances in adaptive object detection have achieved compelling results in virtue of adversarial feature adaptation to mitigate the distributional shifts along the detection pipeline. Whilst adversarial adaptation …

Objectobject-detectionObject DetectionWeakly Supervised Object Detection

Improving Adversarial Transferability in MLLMs via Dynamic Vision-Language Alignment Attack

2025-02-27 · Chenhe Gu, Jindong Gu, Andong Hua, Yao Qin

Multimodal Large Language Models (MLLMs), built upon LLMs, have recently gained attention for their capabilities in image recognition and understanding. However, while MLLMs are vulnerable to adversarial attacks, the tra…

Rethinking Adversarial Transferability from a Data Distribution Perspective

2021-09-29 · ICLR 2022 4 · Yao Zhu, Jiacheng Sun, Zhenguo Li

Adversarial transferability enables attackers to generate adversarial examples from the source model to attack the target model, which has raised security concerns about the deployment of DNNs in practice. In this paper,…

Adversarial Attack