paper-with-me

Papers

Architecture-agnostic Iterative Black-box Certified Defense against Adversarial Patches

2023-05-18 · Di Yang, Yihao Huang, Qing Guo, Felix Juefei-Xu, Ming Hu, Yang Liu, Geguang Pu

The adversarial patch attack aims to fool image classifiers within a bounded, contiguous region of arbitrary changes, posing a real threat to computer vision systems (e.g., autonomous driving, content moderation, biometric authentication, medical imaging) in the physical world. To address this problem in a trustworthy way, proposals have been made for certified patch defenses that ensure the robustness of classification models and prevent future patch attacks from breaching the defense. State-of-the-art certified defenses can be compatible with any model architecture, as well as achieve high clean and certified accuracy. Although the methods are adaptive to arbitrary patch positions, they inevitably need to access the size of the adversarial patch, which is unreasonable and impractical in real-world attack scenarios. To improve the feasibility of the architecture-agnostic certified defense in a black-box setting (i.e., position and size of the patch are both unknown), we propose a novel two-stage Iterative Black-box Certified Defense method, termed IBCD.In the first stage, it estimates the patch size in a search-based manner by evaluating the size relationship between the patch and mask with pixel masking. In the second stage, the accuracy results are calculated by the existing white-box certified defense methods with the estimated patch size. The experiments conducted on two popular model architectures and two datasets verify the effectiveness and efficiency of IBCD.

📄 PDF Abstract BibTeX arXiv:2305.10929

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Driving

Similar Papers 제목 키워드 기반

Certified Zeroth-order Black-Box Defense with Robust UNet Denoiser

2023-04-13 · Astha Verma, A V Subramanyam, Siddhesh Bangar, Naman Lal 외

Certified defense methods against adversarial perturbations have been recently investigated in the black-box setting with a zeroth-order (ZO) perspective. However, these methods suffer from high model variance with low p…

Image Reconstruction

Privacy-preserving Universal Adversarial Defense for Black-box Models

2024-08-20 · Qiao Li, Cong Wu, Jing Chen, Zijun Zhang 외

Deep neural networks (DNNs) are increasingly used in critical applications such as identity authentication and autonomous driving, where robustness against adversarial attacks is crucial. These attacks can exploit minor …

Adversarial DefenseAutonomous Drivingimage-classificationImage Classification+1

How to Robustify Black-Box ML Models? A Zeroth-Order Optimization Perspective

2022-03-27 · ICLR 2022 4 · Yimeng Zhang, Yuguang Yao, Jinghan Jia, JinFeng Yi 외

The lack of adversarial robustness has been recognized as an important issue for state-of-the-art machine learning (ML) models, e.g., deep neural networks (DNNs). Thereby, robustifying ML models against adversarial attac…

Adversarial Robustnessimage-classificationImage ClassificationImage Reconstruction

Towards Certified Defense for Unrestricted Adversarial Attacks

2019-09-25 · Shengjia Zhao, Yang song, Stefano Ermon

Certified defenses against adversarial examples are very important in safety-critical applications of machine learning. However, existing certified defense strategies only safeguard against perturbation-based adversarial…

Adversarial Attack

Detection as Regression: Certified Object Detection with Median Smoothing

2020-12-01 · NeurIPS 2020 12 · Ping-Yeh Chiang, Michael Curry, Ahmed Abdelkader, Aounon Kumar 외

Despite the vulnerability of object detectors to adversarial attacks, very few defenses are known to date. While adversarial training can improve the empirical robustness of image classifiers, a direct extension to objec…

Objectobject-detectionObject Detectionregression