paper-with-me

홈 › Papers

The LogBarrier adversarial attack: making effective use of decision boundary information

2019-03-25 · ICCV 2019 10 · Chris Finlay, Aram-Alexandre Pooladian, Adam M. Oberman

Adversarial attacks for image classification are small perturbations to images that are designed to cause misclassification by a model. Adversarial attacks formally correspond to an optimization problem: find a minimum norm image perturbation, constrained to cause misclassification. A number of effective attacks have been developed. However, to date, no gradient-based attacks have used best practices from the optimization literature to solve this constrained minimization problem. We design a new untargeted attack, based on these best practices, using the established logarithmic barrier method. On average, our attack distance is similar or better than all state-of-the-art attacks on benchmark datasets (MNIST, CIFAR10, ImageNet-1K). In addition, our method performs significantly better on the most challenging images, those which normally require larger perturbations for misclassification. We employ the LogBarrier attack on several adversarially defended models, and show that it adversarially perturbs all images more efficiently than other attacks: the distance needed to perturb all images is significantly smaller with the LogBarrier attack than with other state-of-the-art attacks.

📄 PDF Abstract BibTeX arXiv:1903.10396

Code (1)

cfinlay/logbarrier pytorch

Tasks

Adversarial Attackimage-classificationImage Classification

Similar Papers 제목 키워드 기반

A principled approach for generating adversarial images under non-smooth dissimilarity metrics

2019-08-05 · Aram-Alexandre Pooladian, Chris Finlay, Tim Hoheisel, Adam Oberman

Deep neural networks perform well on real world data but are prone to adversarial perturbations: small changes in the input easily lead to misclassification. In this work, we propose an attack methodology not only for ca…

Adversarial Attack

Attack and defence in cellular decision-making: lessons from machine learning

2018-07-10 · Thomas J. Rademaker, Emmanuel Bengio, Paul François

Machine learning algorithms can be fooled by small well-designed adversarial perturbations. This is reminiscent of cellular decision-making where ligands (called antagonists) prevent correct signalling, like in early imm…

BIG-bench Machine LearningDecision Making

Does Demand Response Increase Vulnerability to Cyber Attacks by Adversarial Data Modifications?

2026-07-07 · Clemens Kortmann, Eike Cramer arxiv

Adversarial attacks are crafted data manipulations that aim to deteriorate the outcomes of prediction or decision-making algorithms. In the energy systems literature, adversarial attacks have been studied with a focus on…

Modeling Adversarial Attack on Pre-trained Language Models as Sequential Decision Making

2023-05-27 · Xuanjie Fang, Sijie Cheng, Yang Liu, Wei Wang

Pre-trained language models (PLMs) have been widely used to underpin various downstream tasks. However, the adversarial attack task has found that PLMs are vulnerable to small perturbations. Mainstream methods adopt a de…

Adversarial AttackDecision MakingSemantic SimilaritySemantic Textual Similarity+1

SAD: Saliency Adversarial Defense without Adversarial Training

2021-01-01 · Yao Zhu, Jiacheng Sun, Zewei Chen, Zhenguo Li

Adversarial training is one of the most effective methods for defending adversarial attacks, but it is computationally costly. In this paper, we propose Saliency Adversarial Defense (SAD), an efficient defense algorithm …

Adversarial Defense