Adversarial Attacks on Hidden Tasks in Multi-Task Learning
Yu Zhe, Rei Nagaike, Daiki Nishiyama, Kazuto Fukuchi, Jun Sakuma
TL;DR
The paper addresses the vulnerability of multitask classifiers to adversarial inputs when the target (hidden) task data and head are inaccessible. It introduces Catastrophic Forgetting (CF) and CF delta attacks that exploit forgetting induced by fine-tuning on non-target tasks to degrade the hidden task while preserving visible tasks, leveraging a shared backbone $B(\cdot)$ and non-target headers $H_{no\text{-}tgt}$. Through experiments on CelebA and DeepFashion, the authors show that CF/CF delta achieve substantial degradation of the hidden task with limited impact on non-hidden tasks, under both white-box and black-box settings, and provide hyperparameter-tuning guidance without access to the target task data. The work highlights a practical risk of pre-trained backbones in public models and motivates developing defenses against hidden-task attacks in multitask learning. Overall, the study demonstrates that targeted forgetting-based perturbations can effectively compromise hidden tasks while maintaining stealth for visible tasks, with implications for privacy and security in multi-task systems.
Abstract
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 targeted classifier. In the context of multi-task learning, where a single model learns multiple tasks simultaneously, attackers may aim to exploit vulnerabilities in specific tasks with limited information. This paper investigates the feasibility of attacking hidden tasks within multi-task classifiers, where model access regarding the hidden target task and labeled data for the hidden target task are not available, but model access regarding the non-target tasks is available. We propose a novel adversarial attack method that leverages knowledge from non-target tasks and the shared backbone network of the multi-task model to force the model to forget knowledge related to the target task. Experimental results on CelebA and DeepFashion datasets demonstrate the effectiveness of our method in degrading the accuracy of hidden tasks while preserving the performance of visible tasks, contributing to the understanding of adversarial vulnerabilities in multi-task classifiers.
