Privacy Challenges in Meta-Learning: An Investigation on Model-Agnostic Meta-Learning
Mina Rafiei, Mohammadmahdi Maheri, Hamid R. Rabiee
TL;DR
The paper investigates privacy risks in Model-Agnostic Meta-Learning (MAML) under a distributed setting where task-learners share gradients with a meta-learner. It demonstrates that shared gradients can encode information about both the task-specific support and query data, enabling two passive membership inference attacks on these data components. It introduces four noise-injection strategies and evaluates them against MNIST and Fashion-MNIST in a few-shot MAML setup, showing that carefully chosen noise can reduce attack success while preserving learning performance. Overall, the work provides a first in-depth analysis of gradient-based privacy leakage in MAML, offers practical defense mechanisms, and highlights architecture-dependent leakage characteristics that warrant further robustness research.
Abstract
Meta-learning involves multiple learners, each dedicated to specific tasks, collaborating in a data-constrained setting. In current meta-learning methods, task learners locally learn models from sensitive data, termed support sets. These task learners subsequently share model-related information, such as gradients or loss values, which is computed using another part of the data termed query set, with a meta-learner. The meta-learner employs this information to update its meta-knowledge. Despite the absence of explicit data sharing, privacy concerns persist. This paper examines potential data leakage in a prominent metalearning algorithm, specifically Model-Agnostic Meta-Learning (MAML). In MAML, gradients are shared between the metalearner and task-learners. The primary objective is to scrutinize the gradient and the information it encompasses about the task dataset. Subsequently, we endeavor to propose membership inference attacks targeting the task dataset containing support and query sets. Finally, we explore various noise injection methods designed to safeguard the privacy of task data and thwart potential attacks. Experimental results demonstrate the effectiveness of these attacks on MAML and the efficacy of proper noise injection methods in countering them.
