paper-with-me

홈 › Papers

Face Pasting Attack

2022-10-17 · Niklas Bunzel, Lukas Graner

Cujo AI and Adversa AI hosted the MLSec face recognition challenge. The goal was to attack a black box face recognition model with targeted attacks. The model returned the confidence of the target class and a stealthiness score. For an attack to be considered successful the target class has to have the highest confidence among all classes and the stealthiness has to be at least 0.5. In our approach we paste the face of a target into a source image. By utilizing position, scaling, rotation and transparency attributes we reached 3rd place. Our approach took approximately 200 queries per attack for the final highest score and about ~7.7 queries minimum for a successful attack. The code is available at https://github.com/bunni90/FacePastingAttack .

📄 PDF Abstract BibTeX arXiv:2210.09153

Code (1)

bunni90/facepastingattack 공식 구현 pytorch

Tasks

Face RecognitionPosition

Similar 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 pertur…

Adversarial AttackFace RecognitionPositionReal-World Adversarial Attack+1

Adversarial Sticker: A Stealthy Attack Method in the Physical World

2021-04-14 · Xingxing Wei, Ying Guo, Jie Yu

To assess the vulnerability of deep learning in the physical world, recent works introduce adversarial patches and apply them on different tasks. In this paper, we propose another kind of adversarial patch: the Meaningfu…

Face RecognitionImage RetrievalPositionRetrieval+2

Hidden Trigger Backdoor Attacks

2019-09-30 · Aniruddha Saha, Akshayvarun Subramanya, Hamed Pirsiavash

With the success of deep learning algorithms in various domains, studying adversarial attacks to secure deep models in real world applications has become an important research topic. Backdoor attacks are a form of advers…

Backdoor Attackimage-classificationImage Classification

DeePaste -- Inpainting for Pasting

2021-12-20 · Levi Kassel Michael Werman

One of the challenges of supervised learning training is the need to procure an substantial amount of tagged data. A well-known method of solving this problem is to use synthetic data in a copy-paste fashion, so that we …

Foreground Segmentation

SlowFormer: Universal Adversarial Patch for Attack on Compute and Energy Efficiency of Inference Efficient Vision Transformers

2023-10-04 · KL Navaneet, Soroush Abbasi Koohpayegani, Essam Sleiman, Hamed Pirsiavash

Recently, there has been a lot of progress in reducing the computation of deep models at inference time. These methods can reduce both the computational needs and power usage of deep models. Some of these approaches adap…