paper-with-me

Papers

Simultaneously Optimizing Perturbations and Positions for Black-box Adversarial Patch Attacks

2022-12-26 · Xingxing Wei, Ying Guo, Jie Yu, Bo Zhang

Adversarial patch is an important form of real-world adversarial attack that brings serious risks to the robustness of deep neural networks. Previous methods generate adversarial patches by either optimizing their perturbation values while fixing the pasting position or manipulating the position while fixing the patch's content. This reveals that the positions and perturbations are both important to the adversarial attack. For that, in this paper, we propose a novel method to simultaneously optimize the position and perturbation for an adversarial patch, and thus obtain a high attack success rate in the black-box setting. Technically, we regard the patch's position, the pre-designed hyper-parameters to determine the patch's perturbations as the variables, and utilize the reinforcement learning framework to simultaneously solve for the optimal solution based on the rewards obtained from the target model with a small number of queries. Extensive experiments are conducted on the Face Recognition (FR) task, and results on four representative FR models show that our method can significantly improve the attack success rate and query efficiency. Besides, experiments on the commercial FR service and physical environments confirm its practical application value. We also extend our method to the traffic sign recognition task to verify its generalization ability.

📄 PDF Abstract BibTeX arXiv:2212.12995

Code (1)

shighghyujie/newpatch-rl 공식 구현 pytorch

Tasks

Adversarial AttackFace RecognitionPositionReal-World Adversarial AttackTraffic Sign Recognition

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Optimizing One-pixel Black-box Adversarial Attacks

2022-04-30 · Tianxun Zhou, Shubhankar Agrawal, Prateek Manocha

The output of Deep Neural Networks (DNN) can be altered by a small perturbation of the input in a black box setting by making multiple calls to the DNN. However, the high computation and time required makes the existing …

Generating Transferable Adversarial Patch by Simultaneously Optimizing its Position and Perturbations

2021-09-29 · Xingxing Wei, Ying Guo, Jie Yu, Huanqian Yan 외

Adversarial patch is one kind of important form to perform adversarial attacks in the real world and brings serious risks to the robustness of deep neural networks. Previous methods generate adversarial patches by either…

Face RecognitionPosition

PRADA: Practical Black-Box Adversarial Attacks against Neural Ranking Models

2022-04-04 · Chen Wu, Ruqing Zhang, Jiafeng Guo, Maarten de Rijke 외

Neural ranking models (NRMs) have shown remarkable success in recent years, especially with pre-trained language models. However, deep neural models are notorious for their vulnerability to adversarial examples. Adversar…

Document RankingInformation RetrievalRetrieval

NoPain: No-box Point Cloud Attack via Optimal Transport Singular Boundary

2025-02-27 · CVPR 2025 1 · Zezeng Li, Xiaoyu Du, Na lei, Liming Chen 외

Adversarial attacks exploit the vulnerability of deep models against adversarial samples. Existing point cloud attackers are tailored to specific models, iteratively optimizing perturbations based on gradients in either …

MS-GAGA: Metric-Selective Guided Adversarial Generation Attack

2025-10-14 · Dion J. X. Ho, Gabriel Lee Jun Rong, Niharika Shrivastava, Harshavardhan Abichandani 외 arxiv

We present MS-GAGA (Metric-Selective Guided Adversarial Generation Attack), a two-stage framework for crafting transferable and visually imperceptible adversarial examples against deepfake detectors in black-box settings…