paper-with-me

Papers

Bounded Adversarial Attack on Deep Content Features

2022-01-01 · CVPR 2022 1 · QiuLing Xu, Guanhong Tao, Xiangyu Zhang

We propose a novel adversarial attack targeting content features in some deep layer, that is, individual neurons in the layer. A naive method that enforces a fixed value/percentage bound for neuron activation values can hardly work and generates very noisy samples. The reason is that the level of perceptual variation entailed by a fixed value bound is non-uniform across neurons and even for the same neuron. We hence propose a novel distribution quantile bound for activation values and a polynomial barrier loss function. Given a benign input, a fixed quantile bound is translated to many value bounds, one for each neuron, based on the distributions of the neuron's activations and the current activation value on the given input. These individualized bounds enable fine-grained regulation, allowing content feature mutations with bounded perceptional variations. Our evaluation on ImageNet and five different model architectures demonstrates that our attack is effective. Compared to seven other latest adversarial attacks in both the pixel space and the feature space, our attack can achieve the state-of-the-art trade-off between attack success rate and imperceptibility.

📄 PDF Abstract BibTeX

Code (1)

qiulingxu/d2b 공식 구현 tf

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

Jujutsu: A Two-stage Defense against Adversarial Patch Attacks on Deep Neural Networks

2021-08-11 · Zitao Chen, Pritam Dash, Karthik Pattabiraman

Adversarial patch attacks create adversarial examples by injecting arbitrary distortions within a bounded region of the input to fool deep neural networks (DNNs). These attacks are robust (i.e., physically-realizable) an…

Image ClassificationImage InpaintingPrediction

Improving Network Robustness against Adversarial Attacks with Compact Convolution

2017-12-03 · Rajeev Ranjan, Swami Sankaranarayanan, Carlos D. Castillo, Rama Chellappa

Though Convolutional Neural Networks (CNNs) have surpassed human-level performance on tasks such as object classification and face verification, they can easily be fooled by adversarial attacks. These attacks add a small…

Face Verification

Towards Feature Space Adversarial Attack

2020-04-26 · Qiu-Ling Xu, Guanhong Tao, Siyuan Cheng, Xiangyu Zhang

We propose a new adversarial attack to Deep Neural Networks for image classification. Different from most existing attacks that directly perturb input pixels, our attack focuses on perturbing abstract features, more spec…

Adversarial AttackAdversarial Attack Detectionimage-classificationImage Classification

Investigating Imperceptibility of Adversarial Attacks on Tabular Data: An Empirical Analysis

2024-07-16 · Zhipeng He, Chun Ouyang, Laith Alzubaidi, Alistair Barros 외

Adversarial attacks are a potential threat to machine learning models by causing incorrect predictions through imperceptible perturbations to the input data. While these attacks have been extensively studied in unstructu…

Adversarial Attack

Improving Adversarial Robustness to Sensitivity and Invariance Attacks with Deep Metric Learning

2022-11-04 · Anaelia Ovalle, Evan Czyzycki, Cho-Jui Hsieh

Intentionally crafted adversarial samples have effectively exploited weaknesses in deep neural networks. A standard method in adversarial robustness assumes a framework to defend against samples crafted by minimally pert…

Adversarial RobustnessMetric LearningSensitivity