paper-with-me

Papers

Detecting Adversarial Data by Probing Multiple Perturbations Using Expected Perturbation Score

2023-05-25 · Shuhai Zhang, Feng Liu, Jiahao Yang, Yifan Yang, Changsheng Li, Bo Han, Mingkui Tan

Adversarial detection aims to determine whether a given sample is an adversarial one based on the discrepancy between natural and adversarial distributions. Unfortunately, estimating or comparing two data distributions is extremely difficult, especially in high-dimension spaces. Recently, the gradient of log probability density (a.k.a., score) w.r.t. the sample is used as an alternative statistic to compute. However, we find that the score is sensitive in identifying adversarial samples due to insufficient information with one sample only. In this paper, we propose a new statistic called expected perturbation score (EPS), which is essentially the expected score of a sample after various perturbations. Specifically, to obtain adequate information regarding one sample, we perturb it by adding various noises to capture its multi-view observations. We theoretically prove that EPS is a proper statistic to compute the discrepancy between two samples under mild conditions. In practice, we can use a pre-trained diffusion model to estimate EPS for each sample. Last, we propose an EPS-based adversarial detection (EPS-AD) method, in which we develop EPS-based maximum mean discrepancy (MMD) as a metric to measure the discrepancy between the test sample and natural samples. We also prove that the EPS-based MMD between natural and adversarial samples is larger than that among natural samples. Extensive experiments show the superior adversarial detection performance of our EPS-AD.

📄 PDF Abstract BibTeX arXiv:2305.16035

Code (1)

zshsh98/eps-ad 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Test 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Microsaccade-Inspired Probing: Positional Encoding Perturbations Reveal LLM Misbehaviours

2025-10-01 · Rui Melo, Rui Abreu, Corina S. Pasareanu arxiv

We draw inspiration from microsaccades, tiny involuntary eye movements that reveal hidden dynamics of human perception, to propose an analogous probing method for large language models (LLMs). Just as microsaccades expos…

Logically Consistent Adversarial Attacks for Soft Theorem Provers

2022-04-29 · Alexander Gaskell, Yishu Miao, Lucia Specia, Francesca Toni

Recent efforts within the AI community have yielded impressive results towards "soft theorem proving" over natural language sentences using language models. We propose a novel, generative adversarial framework for probin…

Automated Theorem Proving

SABER: Stability-Aware Early Exit for LLM Reasoning via Adversarial Branch Probing

2026-08-28 · Wanli Cheng, Haiya Xiang, Juntao Li, Hongling Wang 외 arxiv

Large Reasoning Models (LRMs) achieve strong reasoning capabilities, yet long-chain reasoning becomes inefficient once the intermediate answer stabilizes across reasoning steps: additional reasoning yields little margina…

Detecting Adversarial Perturbations with Saliency

2018-03-23 · Chiliang Zhang, Zhimou Yang, Zuochang Ye

In this paper we propose a novel method for detecting adversarial examples by training a binary classifier with both origin data and saliency data. In the case of image classification model, saliency simply explain how t…

ClassificationGeneral Classificationimage-classificationImage Classification

Locally optimal detection of stochastic targeted universal adversarial perturbations

2020-12-08 · Amish Goel, Pierre Moulin

Deep learning image classifiers are known to be vulnerable to small adversarial perturbations of input images. In this paper, we derive the locally optimal generalized likelihood ratio test (LO-GLRT) based detector for d…

image-classificationImage Classification