Leveraging Distribution Matching to Make Approximate Machine Unlearning Faster
Junaid Iqbal Khan

TL;DR
This paper introduces two methods, Blend and A-AMU, to significantly speed up approximate machine unlearning by reducing dataset size and accelerating convergence, while maintaining model utility and privacy.
Contribution
It presents the first combined approach of dataset condensation and loss augmentation specifically for faster approximate machine unlearning.
Findings
Blend reduces retained dataset size with minimal overhead.
A-AMU accelerates unlearning convergence by loss distribution matching.
End-to-end unlearning latency is significantly decreased without sacrificing utility.
Abstract
Approximate machine unlearning (AMU) enables models to `forget' specific training data through specialized fine-tuning on a retained (and forget) subset of training set. However, processing this large retained subset still dominates computational runtime, while reductions of unlearning epochs also remain a challenge. In this paper, we propose two complementary methods to accelerate arbitrary classification-oriented AMU method. First, \textbf{Blend}, a novel distribution-matching dataset condensation (DC), merges visually similar images with shared blend-weights to significantly reduce the retained set size. It operates with minimal pre-processing overhead and is orders of magnitude faster than state-of-the-art DC methods. Second, our loss-centric method, \textbf{Accelerated-AMU (A-AMU)}, augments the AMU objective to quicken convergence. A-AMU achieves this by combining a steepened…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Domain Adaptation and Few-Shot Learning · Advanced Neural Network Applications
