paper-with-me

Papers

Nowhere to Hide: A Lightweight Unsupervised Detector against Adversarial Examples

2022-10-16 · Hui Liu, Bo Zhao, Kehuan Zhang, Peng Liu

Although deep neural networks (DNNs) have shown impressive performance on many perceptual tasks, they are vulnerable to adversarial examples that are generated by adding slight but maliciously crafted perturbations to benign images. Adversarial detection is an important technique for identifying adversarial examples before they are entered into target DNNs. Previous studies to detect adversarial examples either targeted specific attacks or required expensive computation. How design a lightweight unsupervised detector is still a challenging problem. In this paper, we propose an AutoEncoder-based Adversarial Examples (AEAE) detector, that can guard DNN models by detecting adversarial examples with low computation in an unsupervised manner. The AEAE includes only a shallow autoencoder but plays two roles. First, a well-trained autoencoder has learned the manifold of benign examples. This autoencoder can produce a large reconstruction error for adversarial images with large perturbations, so we can detect significantly perturbed adversarial examples based on the reconstruction error. Second, the autoencoder can filter out the small noise and change the DNN's prediction on adversarial examples with small perturbations. It helps to detect slightly perturbed adversarial examples based on the prediction distance. To cover these two cases, we utilize the reconstruction error and prediction distance from benign images to construct a two-tuple feature set and train an adversarial detector using the isolation forest algorithm. We show empirically that the AEAE is unsupervised and inexpensive against the most state-of-the-art attacks. Through the detection in these two cases, there is nowhere to hide adversarial examples.

📄 PDF Abstract BibTeX arXiv:2210.08579

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Translucent Patch: A Physical and Universal Attack on Object Detectors

2020-12-23 · CVPR 2021 1 · Alon Zolfi, Moshe Kravchik, Yuval Elovici, Asaf Shabtai

Physical adversarial attacks against object detectors have seen increasing success in recent years. However, these attacks require direct access to the object of interest in order to apply a physical patch. Furthermore, …

Autonomous DrivingObjectobject-detectionObject Detection

CAMOU: Learning Physical Vehicle Camouflages to Adversarially Attack Detectors in the Wild

2019-05-01 · ICLR 2019 5 · Yang Zhang, Hassan Foroosh, Philip David, Boqing Gong

In this paper, we conduct an intriguing experimental study about the physical adversarial attack on object detectors in the wild. In particular, we learn a camouflage pattern to hide vehicles from being detected by state…

Adversarial AttackObject

They See Me Rollin': Inherent Vulnerability of the Rolling Shutter in CMOS Image Sensors

2021-01-25 · Sebastian Köhler, Giulio Lovisotto, Simon Birnbach, Richard Baker 외

In this paper, we describe how the electronic rolling shutter in CMOS image sensors can be exploited using a bright, modulated light source (e.g., an inexpensive, off-the-shelf laser), to inject fine-grained image disrup…

object-detectionObject Detection

Rigel: Reverse-Engineering the Metal 4.1 Tensor Compute Path on the Apple M4 Max GPU

2026-06-11 · Ramchand Kumaresan arxiv

Apple's Metal 4.1 exposes a tensor compute path: the Metal Performance Primitives (MPP) matmul2d operation over cooperative_tensor fragments, whose interface is documented but whose hardware behavior is deliberately hidd…

HideAndSeg: an AI-based tool with automated prompting for octopus segmentation in natural habitats

2025-11-06 · Alan de Aguiar, Michaella Pereira Andrade, Charles Morphy D. Santos, João Paulo Gois arxiv

Analyzing octopuses in their natural habitats is challenging due to their camouflage capability, rapid changes in skin texture and color, non-rigid body deformations, and frequent occlusions, all of which are compounded …