CVJul 16, 2024

Unlearning Personal Data from a Single Image

arXiv:2407.12069v24 citationsh-index: 21Has Code
Originality Incremental advance
AI Analysis

This addresses the need for personal data deletion under privacy regulations, but it is incremental as it builds on existing unlearning methods with a new benchmark.

The paper tackles the problem of machine unlearning when training data is unavailable, proposing a new task called One-Shot Unlearning of Personal Identities (1-SHUI) and a method called MetaUnlearn that meta-learns to forget identities from a single image, with findings showing existing approaches struggle in such scenarios.

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.

Code Implementations1 repo
Foundations

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

Your Notes