LGCVDec 21, 2024

Forget Vectors at Play: Universal Input Perturbations Driving Machine Unlearning in Image Classification

arXiv:2412.16780v46.46 citationsh-index: 20Has Code
Originality Incremental advance
AI Analysis

This addresses the need for efficient unlearning to comply with data regulations like the 'right to be forgotten', offering a practical alternative to retraining, though it is incremental as it builds on existing unlearning concepts.

The paper tackles machine unlearning in image classification by introducing a novel input perturbation-based approach called forget vectors, which erases unwanted data influence without altering model weights, achieving competitive performance comparable to state-of-the-art model-based methods.

Machine unlearning (MU), which seeks to erase the influence of specific unwanted data from already-trained models, is becoming increasingly vital in model editing, particularly to comply with evolving data regulations like the ``right to be forgotten''. Conventional approaches are predominantly model-based, typically requiring retraining or fine-tuning the model's weights to meet unlearning requirements. In this work, we approach the MU problem from a novel input perturbation-based perspective, where the model weights remain intact throughout the unlearning process. We demonstrate the existence of a proactive input-based unlearning strategy, referred to forget vector, which can be generated as an input-agnostic data perturbation and remains as effective as model-based approximate unlearning approaches. We also explore forget vector arithmetic, whereby multiple class-specific forget vectors are combined through simple operations (e.g., linear combinations) to generate new forget vectors for unseen unlearning tasks, such as forgetting arbitrary subsets across classes. Extensive experiments validate the effectiveness and adaptability of the forget vector, showcasing its competitive performance relative to state-of-the-art model-based methods. Codes are available at https://github.com/Changchangsun/Forget-Vector.

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