Unlearning Personal Data from a Single Image
Thomas De Min, Massimiliano Mancini, Stéphane Lathuilière, Subhankar Roy, Elisa Ricci
TL;DR
This work tackles the realistic constraint that training data may not be accessible when a model must forget information. It introduces 1-SHUI, a benchmark for one-shot identity unlearning where a single Support Sample per identity is provided to guide forgetting without access to the full dataset. To solve this, the authors propose MetaUnlearn, a meta-learning-based approach that learns a forget-promoting loss by simulating unlearning on available data and then applies the learned loss with a single gradient step using only Support Samples at test time. Extensive experiments on CelebA, CelebA-HQ, and MUFAC across multiple forget-set sizes show that MetaUnlearn achieves competitive or superior forgetting (ToW) while preserving performance and maintaining low membership inference risk, demonstrating a viable direction for data-absence unlearning. The work also analyzes factors influencing difficulty and ablates the loss components and inputs, outlining future extensions to multiple forget requests and broader data domains.
Abstract
Machine unlearning aims to erase data from a model as if the latter never saw them during training. While existing approaches unlearn information from complete or partial access to the training data, this access can be limited over time due to privacy regulations. Currently, no setting or benchmark exists to probe the effectiveness of unlearning methods in such scenarios. To fill this gap, we propose a novel task we call One-Shot Unlearning of Personal Identities (1-SHUI) that evaluates unlearning models when the training data is not available. We focus on unlearning identity data, which is specifically relevant due to current regulations requiring personal data deletion after training. To cope with data absence, we expect users to provide a portraiting picture to aid unlearning. We design requests on CelebA, CelebA-HQ, and MUFAC with different unlearning set sizes to evaluate applicable methods in 1-SHUI. Moreover, we propose MetaUnlearn, an effective method that meta-learns to forget identities from a single image. Our findings indicate that existing approaches struggle when data availability is limited, especially when there is a dissimilarity between the provided samples and the training data. Source code available at https://github.com/tdemin16/one-shui.
