paper-with-me

Papers

Distributional Modeling for Location-Aware Adversarial Patches

2023-06-28 · Xingxing Wei, Shouwei Ruan, Yinpeng Dong, Hang Su

Adversarial patch is one of the important forms of performing adversarial attacks in the physical world. To improve the naturalness and aggressiveness of existing adversarial patches, location-aware patches are proposed, where the patch's location on the target object is integrated into the optimization process to perform attacks. Although it is effective, efficiently finding the optimal location for placing the patches is challenging, especially under the black-box attack settings. In this paper, we propose the Distribution-Optimized Adversarial Patch (DOPatch), a novel method that optimizes a multimodal distribution of adversarial locations instead of individual ones. DOPatch has several benefits: Firstly, we find that the locations' distributions across different models are pretty similar, and thus we can achieve efficient query-based attacks to unseen models using a distributional prior optimized on a surrogate model. Secondly, DOPatch can generate diverse adversarial samples by characterizing the distribution of adversarial locations. Thus we can improve the model's robustness to location-aware patches via carefully designed Distributional-Modeling Adversarial Training (DOP-DMAT). We evaluate DOPatch on various face recognition and image recognition tasks and demonstrate its superiority and efficiency over existing methods. We also conduct extensive ablation studies and analyses to validate the effectiveness of our method and provide insights into the distribution of adversarial locations.

📄 PDF Abstract BibTeX arXiv:2306.16131

Code (1)

heathcliff-saku/dopatch 공식 구현 pytorch

Tasks

Face Recognition

Similar Papers 제목 키워드 기반

Adversarial Training against Location-Optimized Adversarial Patches

2020-05-05 · Sukrut Rao, David Stutz, Bernt Schiele

Deep neural networks have been shown to be susceptible to adversarial examples -- small, imperceptible changes constructed to cause mis-classification in otherwise highly accurate image classifiers. As a practical altern…

IAP: Invisible Adversarial Patch Attack through Perceptibility-Aware Localization and Perturbation Optimization

2025-07-09 · Subrat Kishore Dutta, Xiao Zhang arxiv

Despite modifying only a small localized input region, adversarial patches can drastically change the prediction of computer vision models. However, prior methods either cannot perform satisfactorily under targeted attac…

Color Constancy

Sparse patches adversarial attacks via extrapolating point-wise information

2024-11-25 · Yaniv Nemcovsky, Avi Mendelson, Chaim Baskin

Sparse and patch adversarial attacks were previously shown to be applicable in realistic settings and are considered a security risk to autonomous systems. Sparse adversarial perturbations constitute a setting in which t…

Jacks of All Trades, Masters Of None: Addressing Distributional Shift and Obtrusiveness via Transparent Patch Attacks

2020-05-01 · Neil Fendley, Max Lennon, I-Jeng Wang, Philippe Burlina 외

We focus on the development of effective adversarial patch attacks and -- for the first time -- jointly address the antagonistic objectives of attack success and obtrusiveness via the design of novel semi-transparent pat…

All

Defending Against Physical Adversarial Patch Attacks on Infrared Human Detection

2023-09-27 · Lukas Strack, Futa Waseda, Huy H. Nguyen, Yinqiang Zheng 외

Infrared detection is an emerging technique for safety-critical tasks owing to its remarkable anti-interference capability. However, recent studies have revealed that it is vulnerable to physically-realizable adversarial…

Data AugmentationHuman Detection