paper-with-me

Papers

X-Detect: Explainable Adversarial Patch Detection for Object Detectors in Retail

2023-06-14 · Omer Hofman, Amit Giloni, Yarin Hayun, Ikuya Morikawa, Toshiya Shimizu, Yuval Elovici, Asaf Shabtai

Object detection models, which are widely used in various domains (such as retail), have been shown to be vulnerable to adversarial attacks. Existing methods for detecting adversarial attacks on object detectors have had difficulty detecting new real-life attacks. We present X-Detect, a novel adversarial patch detector that can: i) detect adversarial samples in real time, allowing the defender to take preventive action; ii) provide explanations for the alerts raised to support the defender's decision-making process, and iii) handle unfamiliar threats in the form of new attacks. Given a new scene, X-Detect uses an ensemble of explainable-by-design detectors that utilize object extraction, scene manipulation, and feature transformation techniques to determine whether an alert needs to be raised. X-Detect was evaluated in both the physical and digital space using five different attack scenarios (including adaptive attacks) and the COCO dataset and our new Superstore dataset. The physical evaluation was performed using a smart shopping cart setup in real-world settings and included 17 adversarial patch attacks recorded in 1,700 adversarial videos. The results showed that X-Detect outperforms the state-of-the-art methods in distinguishing between benign and adversarial scenes for all attack scenarios while maintaining a 0% FPR (no false alarms) and providing actionable explanations for the alerts raised. A demo is available.

📄 PDF Abstract BibTeX arXiv:2306.08422

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Model Agnostic Defense against Adversarial Patch Attacks on Object Detection in Unmanned Aerial Vehicles

2024-05-29 · Saurabh Pathak, Samridha Shrestha, Abdelrahman AlMahmoud

Object detection forms a key component in Unmanned Aerial Vehicles (UAVs) for completing high-level tasks that depend on the awareness of objects on the ground from an aerial perspective. In that scenario, adversarial pa…

Objectobject-detectionObject Detection

On Physical Adversarial Patches for Object Detection

2019-06-20 · Mark Lee, Zico Kolter

In this paper, we demonstrate a physical adversarial patch attack against object detectors, notably the YOLOv3 detector. Unlike previous work on physical object detection attacks, which required the patch to overlap with…

Objectobject-detectionObject Detection

DOEPatch: Dynamically Optimized Ensemble Model for Adversarial Patches Generation

2023-12-28 · Wenyi Tan, Yang Li, Chenxing Zhao, ZhunGa Liu 외

Object detection is a fundamental task in various applications ranging from autonomous driving to intelligent security systems. However, recognition of a person can be hindered when their clothing is decorated with caref…

Autonomous DrivingObjectobject-detectionObject Detection

A Unified, Resilient, and Explainable Adversarial Patch Detector

2025-01-01 · CVPR 2025 1 · Vishesh Kumar, Akshay Agarwal

Deep Neural Networks (DNNs), backbone architecture in `almost' every computer vision task, are vulnerable to adversarial attacks, particularly physical out-of-distribution (OOD) adversarial patches. Existing defense …

Segment and Complete: Defending Object Detectors against Adversarial Patch Attacks with Robust Patch Detection

2021-12-08 · CVPR 2022 1 · Jiang Liu, Alexander Levine, Chun Pong Lau, Rama Chellappa 외

Object detection plays a key role in many security-critical systems. Adversarial patch attacks, which are easy to implement in the physical world, pose a serious threat to state-of-the-art object detectors. Developing re…

Adversarial Attack DetectionAdversarial DefenseAdversarial RobustnessObject+3