paper-with-me

Papers

Enhancing Adversarial Example Transferability with an Intermediate Level Attack

2019-07-23 · ICCV 2019 10 · Qian Huang, Isay Katsman, Horace He, Zeqi Gu, Serge Belongie, Ser-Nam Lim

Neural networks are vulnerable to adversarial examples, malicious inputs crafted to fool trained models. Adversarial examples often exhibit black-box transfer, meaning that adversarial examples for one model can fool another model. However, adversarial examples are typically overfit to exploit the particular architecture and feature representation of a source model, resulting in sub-optimal black-box transfer attacks to other target models. We introduce the Intermediate Level Attack (ILA), which attempts to fine-tune an existing adversarial example for greater black-box transferability by increasing its perturbation on a pre-specified layer of the source model, improving upon state-of-the-art methods. We show that we can select a layer of the source model to perturb without any knowledge of the target models while achieving high transferability. Additionally, we provide some explanatory insights regarding our method and the effect of optimizing for adversarial examples using intermediate feature maps. Our code is available at https://github.com/CUVL/Intermediate-Level-Attack.

📄 PDF Abstract BibTeX arXiv:1907.10823

Code (2)

CUVL/Intermediate-Level-Attack 공식 구현 pytorch
Trustworthy-AI-Group/TransferAttack pytorch

Similar Papers 제목 키워드 기반

Intermediate Level Adversarial Attack for Enhanced Transferability

2018-11-20 · Qian Huang, Zeqi Gu, Isay Katsman, Horace He 외

Neural networks are vulnerable to adversarial examples, malicious inputs crafted to fool trained models. Adversarial examples often exhibit black-box transfer, meaning that adversarial examples for one model can fool ano…

Adversarial Attack

An Intermediate-level Attack Framework on The Basis of Linear Regression

2022-03-21 · Yiwen Guo, Qizhang Li, WangMeng Zuo, Hao Chen

This paper substantially extends our work published at ECCV, in which an intermediate-level attack was proposed to improve the transferability of some baseline adversarial examples. Specifically, we advocate a framework …

regression

Yet Another Intermediate-Level Attack

2020-08-20 · ECCV 2020 8 · Qizhang Li, Yiwen Guo, Hao Chen

The transferability of adversarial examples across deep neural network (DNN) models is the crux of a spectrum of black-box attacks. In this paper, we propose a novel method to enhance the black-box transferability of bas…

Boosting Adversarial Transferability for Hyperspectral Image Classification Using 3D Structure-invariant Transformation and Intermediate Feature Distance

2025-06-12 · Chun Liu, Bingqian Zhu, Tao Xu, Zheng Zheng 외

Deep Neural Networks (DNNs) are vulnerable to adversarial attacks, which pose security challenges to hyperspectral image (HSI) classification technologies based on DNNs. In the domain of natural images, numerous transfer…

Adversarial AttackHyperspectral Image Classificationimage-classificationImage Classification

Improving Adversarial Transferability via Intermediate-level Perturbation Decay

2023-04-26 · NeurIPS 2023 11 · Qizhang Li, Yiwen Guo, WangMeng Zuo, Hao Chen

Intermediate-level attacks that attempt to perturb feature representations following an adversarial direction drastically have shown favorable performance in crafting transferable adversarial examples. Existing methods i…