paper-with-me

Papers

AdvCheck: Characterizing Adversarial Examples via Local Gradient Checking

2023-03-25 · Ruoxi Chen, Haibo Jin, Jinyin Chen, Haibin Zheng

Deep neural networks (DNNs) are vulnerable to adversarial examples, which may lead to catastrophe in security-critical domains. Numerous detection methods are proposed to characterize the feature uniqueness of adversarial examples, or to distinguish DNN's behavior activated by the adversarial examples. Detections based on features cannot handle adversarial examples with large perturbations. Besides, they require a large amount of specific adversarial examples. Another mainstream, model-based detections, which characterize input properties by model behaviors, suffer from heavy computation cost. To address the issues, we introduce the concept of local gradient, and reveal that adversarial examples have a quite larger bound of local gradient than the benign ones. Inspired by the observation, we leverage local gradient for detecting adversarial examples, and propose a general framework AdvCheck. Specifically, by calculating the local gradient from a few benign examples and noise-added misclassified examples to train a detector, adversarial examples and even misclassified natural inputs can be precisely distinguished from benign ones. Through extensive experiments, we have validated the AdvCheck's superior performance to the state-of-the-art (SOTA) baselines, with detection rate ($\sim \times 1.2$) on general adversarial attacks and ($\sim \times 1.4$) on misclassified natural inputs on average, with average 1/500 time cost. We also provide interpretable results for successful detection.

📄 PDF Abstract BibTeX arXiv:2303.18131

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Limitation of Local Intrinsic Dimensionality for Characterizing the Subspaces of Adversarial Examples

2018-03-26 · Pei-Hsuan Lu, Pin-Yu Chen, Chia-Mu Yu

Understanding and characterizing the subspaces of adversarial examples aid in studying the robustness of deep neural networks (DNNs) to adversarial perturbations. Very recently, Ma et al. (ICLR 2018) proposed to use loca…

Characterizing Model Robustness via Natural Input Gradients

2024-09-30 · Adrián Rodríguez-Muñoz, Tongzhou Wang, Antonio Torralba

Adversarially robust models are locally smooth around each data sample so that small perturbations cannot drastically change model outputs. In modern systems, such smoothness is usually obtained via Adversarial Training,…

model

Beating Attackers At Their Own Games: Adversarial Example Detection Using Adversarial Gradient Directions

2020-12-31 · Yuhang Wu, Sunpreet S. Arora, Yanhong Wu, Hao Yang

Adversarial examples are input examples that are specifically crafted to deceive machine learning classifiers. State-of-the-art adversarial example detection methods characterize an input example as adversarial either by…

Characterizing Adversarial Subspaces Using Local Intrinsic Dimensionality

2018-01-08 · ICLR 2018 1 · Xingjun Ma, Bo Li, Yisen Wang, Sarah M. Erfani 외

Deep Neural Networks (DNNs) have recently been shown to be vulnerable against adversarial examples, which are carefully crafted instances that can mislead DNNs to make errors during prediction. To better understand such …

Adversarial Defense

Boosting Adversarial Transferability by Achieving Flat Local Maxima

2023-06-08 · NeurIPS 2023 11 · Zhijin Ge, Hongying Liu, Xiaosen Wang, Fanhua Shang 외

Transfer-based attack adopts the adversarial examples generated on the surrogate model to attack various models, making it applicable in the physical world and attracting increasing interest. Recently, various adversaria…