LGCRJan 26, 2021

Adversarial Vulnerability of Active Transfer Learning

arXiv:2101.10792v1
Originality Highly original
AI Analysis

This exposes a critical security flaw in widely used techniques for small datasets, with implications for applications relying on active transfer learning.

The paper reveals that combining Active Learning and Transfer Learning, a state-of-the-art approach for small datasets, is highly vulnerable to a new data poisoning attack where adversarial noise causes the active learner to select poisoned samples, leading to a drop in test accuracy from 86% to 34%.

Two widely used techniques for training supervised machine learning models on small datasets are Active Learning and Transfer Learning. The former helps to optimally use a limited budget to label new data. The latter uses large pre-trained models as feature extractors and enables the design of complex, non-linear models even on tiny datasets. Combining these two approaches is an effective, state-of-the-art method when dealing with small datasets. In this paper, we share an intriguing observation: Namely, that the combination of these techniques is particularly susceptible to a new kind of data poisoning attack: By adding small adversarial noise on the input, it is possible to create a collision in the output space of the transfer learner. As a result, Active Learning algorithms no longer select the optimal instances, but almost exclusively the ones injected by the attacker. This allows an attacker to manipulate the active learner to select and include arbitrary images into the data set, even against an overwhelming majority of unpoisoned samples. We show that a model trained on such a poisoned dataset has a significantly deteriorated performance, dropping from 86\% to 34\% test accuracy. We evaluate this attack on both audio and image datasets and support our findings empirically. To the best of our knowledge, this weakness has not been described before in literature.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes