LGCVJan 11, 2024

Scissorhands: Scrub Data Influence via Connection Sensitivity in Networks

arXiv:2401.06187v352 citationsh-index: 29Has CodeECCV
Originality Incremental advance
AI Analysis

This addresses privacy and security needs for machine learning applications under data regulations, but it is incremental as it builds on existing unlearning methods.

The authors tackled the problem of machine unlearning by proposing Scissorhands, a method that identifies and reinitializes key parameters to erase data influence, then fine-tunes to preserve remaining data, achieving competitive performance in image classification and generation tasks.

Machine unlearning has become a pivotal task to erase the influence of data from a trained model. It adheres to recent data regulation standards and enhances the privacy and security of machine learning applications. In this work, we present a new machine unlearning approach Scissorhands. Initially, Scissorhands identifies the most pertinent parameters in the given model relative to the forgetting data via connection sensitivity. By reinitializing the most influential top-k percent of these parameters, a trimmed model for erasing the influence of the forgetting data is obtained. Subsequently, Scissorhands fine-tunes the trimmed model with a gradient projection-based approach, seeking parameters that preserve information on the remaining data while discarding information related to the forgetting data. Our experimental results, conducted across image classification and image generation tasks, demonstrate that Scissorhands, showcases competitive performance when compared to existing methods. Source code is available at https://github.com/JingWu321/Scissorhands.

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