paper-with-me

Papers

Multi-Task Adversarial Attack

2020-11-19 · Pengxin Guo, Yuancheng Xu, Baijiong Lin, Yu Zhang

Deep neural networks have achieved impressive performance in various areas, but they are shown to be vulnerable to adversarial attacks. Previous works on adversarial attacks mainly focused on the single-task setting. However, in real applications, it is often desirable to attack several models for different tasks simultaneously. To this end, we propose Multi-Task adversarial Attack (MTA), a unified framework that can craft adversarial examples for multiple tasks efficiently by leveraging shared knowledge among tasks, which helps enable large-scale applications of adversarial attacks on real-world systems. More specifically, MTA uses a generator for adversarial perturbations which consists of a shared encoder for all tasks and multiple task-specific decoders. Thanks to the shared encoder, MTA reduces the storage cost and speeds up the inference when attacking multiple tasks simultaneously. Moreover, the proposed framework can be used to generate per-instance and universal perturbations for targeted and non-targeted attacks. Experimental results on the Office-31 and NYUv2 datasets demonstrate that MTA can improve the quality of attacks when compared with its single-task counterpart.

📄 PDF Abstract BibTeX arXiv:2011.09824

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

Towards Adversarial Attack on Vision-Language Pre-training Models

2022-06-19 · Jiaming Zhang, Qi Yi, Jitao Sang

While vision-language pre-training model (VLP) has shown revolutionary improvements on various vision-language (V+L) tasks, the studies regarding its adversarial robustness remain largely unexplored. This paper studied t…

Adversarial AttackAdversarial Robustness

Multi-Task Models Adversarial Attacks

2023-05-20 · Lijun Zhang, Xiao Liu, Kaleel Mahmood, Caiwen Ding 외

Multi-Task Learning (MTL) involves developing a singular model, known as a multi-task model, to concurrently perform multiple tasks. While the security of single-task models has been thoroughly studied, multi-task models…

Multi-Task Learning

Adversarial Attacks on Hidden Tasks in Multi-Task Learning

2024-05-24 · Yu Zhe, Rei Nagaike, Daiki Nishiyama, Kazuto Fukuchi 외

Deep learning models are susceptible to adversarial attacks, where slight perturbations to input data lead to misclassification. Adversarial attacks become increasingly effective with access to information about the targ…

Adversarial AttackMulti-Task Learning

A Multi-task Adversarial Attack Against Face Authentication

2024-08-15 · Hanrui Wang, Shuo Wang, Cunjian Chen, Massimo Tistarelli 외

Deep-learning-based identity management systems, such as face authentication systems, are vulnerable to adversarial attacks. However, existing attacks are typically designed for single-task purposes, which means they are…

Adversarial AttackManagement

Adaptive Adversarial Attack on Scene Text Recognition

2018-07-09 · Xiaoyong Yuan, Pan He, Xiaolin Andy Li, Dapeng Oliver Wu

Recent studies have shown that state-of-the-art deep learning models are vulnerable to the inputs with small perturbations (adversarial examples). We observe two critical obstacles in adversarial examples: (i) Strong adv…

Adversarial Attackimage-classificationImage ClassificationObject Detection+2