paper-with-me

홈 › Papers

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 in which a direct linear mapping from the intermediate-level discrepancies (between adversarial features and benign features) to prediction loss of the adversarial example is established. By delving deep into the core components of such a framework, we show that 1) a variety of linear regression models can all be considered in order to establish the mapping, 2) the magnitude of the finally obtained intermediate-level adversarial discrepancy is correlated with the transferability, 3) further boost of the performance can be achieved by performing multiple runs of the baseline attack with random initialization. In addition, by leveraging these findings, we achieve new state-of-the-arts on transfer-based $\ell_\infty$ and $\ell_2$ attacks. Our code is publicly available at https://github.com/qizhangli/ila-plus-plus-lr.

📄 PDF Abstract BibTeX arXiv:2203.10723

Code (1)

qizhangli/ila-plus-plus-lr 공식 구현 pytorch

Tasks

regression

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

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…

Structure-Preserving Model Reduction for Nonlinear Power Grid Network

2022-03-17 · Bita Safaee, Serkan Gugercin

We develop a structure-preserving system-theoretic model reduction framework for nonlinear power grid networks. First, via a lifting transformation, we convert the original nonlinear system with trigonometric nonlinearit…

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…

Balancing Privacy-Quality-Efficiency in Federated Learning through Round-Based Interleaving of Protection Techniques

2026-03-05 · Yenan Wang, Carla Fabiana Chiasserini, Elad Michael Schiller arxiv

In federated learning (FL), balancing privacy protection, learning quality, and efficiency remains a challenge. Privacy protection mechanisms, such as Differential Privacy (DP), degrade learning quality, or, as in the ca…

Federated Learning

Enhancing Adversarial Example Transferability with an Intermediate Level Attack

2019-07-23 · ICCV 2019 10 · Qian Huang, Isay Katsman, Horace He, Zeqi Gu 외

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…