CVLGDec 4, 2023

DUCK: Distance-based Unlearning via Centroid Kinematics

arXiv:2312.02052v222 citationsh-index: 5
AI Analysis

This addresses privacy concerns in AI by enabling efficient data removal, though it appears incremental as it builds on existing unlearning techniques.

The paper tackles the problem of machine unlearning by introducing DUCK, a novel algorithm that uses metric learning to remove specific data subsets from trained models, achieving state-of-the-art performance on benchmark datasets.

Machine Unlearning is rising as a new field, driven by the pressing necessity of ensuring privacy in modern artificial intelligence models. This technique primarily aims to eradicate any residual influence of a specific subset of data from the knowledge acquired by a neural model during its training. This work introduces a novel unlearning algorithm, denoted as Distance-based Unlearning via Centroid Kinematics (DUCK), which employs metric learning to guide the removal of samples matching the nearest incorrect centroid in the embedding space. Evaluation of the algorithm's performance is conducted across various benchmark datasets in two distinct scenarios, class removal, and homogeneous sampling removal, obtaining state-of-the-art performance. We also introduce a novel metric, called Adaptive Unlearning Score (AUS), encompassing not only the efficacy of the unlearning process in forgetting target data but also quantifying the performance loss relative to the original model. Additionally, we conducted a thorough investigation of the unlearning mechanism in DUCK, examining its impact on the organization of the feature space and employing explainable AI techniques for deeper insights.

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