paper-with-me

Papers

A Mimetic Detector for Adversarial Image Perturbations

2026-05-12 · Johnny Corbino arxiv

Adversarial attacks fool deep image classifiers by adding tiny, almost invisible noise patterns to a clean image. The standard $\ell^\infty$-bounded attacks (FGSM and PGD) produce high-frequency, near-random sign patterns at the pixel level: small in $\ell^2$, but carrying disproportionate gradient energy. We exploit this with a single-shot, training-free detector using the high-order Corbino-Castillo mimetic operators from the open-source MOLE library. No retraining, no surrogate classifier, no access to the network under attack: the verdict is a property of the input alone, computed in $O(HW)$ time. We illustrate the detector on the standard "peppers" test image: untargeted FGSM and PGD attacks at the $\ell^\infty$ budget $\varepsilon = 16/255$ flip SqueezeNet's prediction from "bell pepper" to "doormat" (FGSM) and "maraca" (PGD), and the detector separates these adversarial inputs from the clean image by $4.1\times$-$5.0\times$ (FGSM) and $1.9\times$-$2.2\times$ (PGD). The margin grows monotonically with the operator order $k$, while an equal-amplitude smooth perturbation leaves the statistic within 1% of its clean value.

📄 PDF Abstract BibTeX arXiv:2605.11492

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

Adversarial Perturbations Fool Deepfake Detectors

2020-03-24 · Apurva Gandhi, Shomik Jain

This work uses adversarial perturbations to enhance deepfake images and fool common deepfake detectors. We created adversarial perturbations using the Fast Gradient Sign Method and the Carlini and Wagner L2 norm attack i…

Face Swapping

Imperceptible Adversarial Examples for Fake Image Detection

2021-06-03 · Quanyu Liao, Yuezun Li, Xin Wang, Bin Kong 외

Fooling people with highly realistic fake images generated with Deepfake or GANs brings a great social disturbance to our society. Many methods have been proposed to detect fake images, but they are vulnerable to adversa…

Face SwappingFake Image Detection

Fast Local Attack: Generating Local Adversarial Examples for Object Detectors

2020-10-27 · Quanyu Liao, Xin Wang, Bin Kong, Siwei Lyu 외

The deep neural network is vulnerable to adversarial examples. Adding imperceptible adversarial perturbations to images is enough to make them fail. Most existing research focuses on attacking image classifiers or anchor…

Object

Adversarial Detector with Robust Classifier

2022-02-05 · Takayuki Osakabe, MaungMaung AprilPyone, Sayaka Shiota, Hitoshi Kiya

Deep neural network (DNN) models are wellknown to easily misclassify prediction results by using input images with small perturbations, called adversarial examples. In this paper, we propose a novel adversarial detector,…