Deep Unlearning: Fast and Efficient Gradient-free Approach to Class Forgetting
Sangamesh Kodge, Gobinda Saha, Kaushik Roy

TL;DR
This paper introduces a fast, gradient-free class unlearning algorithm that efficiently removes specific classes from models, preserving overall accuracy and enhancing privacy against membership inference attacks.
Contribution
The proposed method estimates retain and forget spaces via SVD, isolates class-discriminatory features, and updates model weights, requiring fewer samples and outperforming baselines in unlearning and privacy resilience.
Findings
Achieves only ~1.5% accuracy drop on retained classes on ImageNet.
Maintains under 1% accuracy on unlearned classes.
Outperforms baselines in unlearning efficiency and privacy attacks.
Abstract
Machine unlearning is a prominent and challenging field, driven by regulatory demands for user data deletion and heightened privacy awareness. Existing approaches involve retraining model or multiple finetuning steps for each deletion request, often constrained by computational limits and restricted data access. In this work, we introduce a novel class unlearning algorithm designed to strategically eliminate specific classes from the learned model. Our algorithm first estimates the Retain and the Forget Spaces using Singular Value Decomposition on the layerwise activations for a small subset of samples from the retain and unlearn classes, respectively. We then compute the shared information between these spaces and remove it from the forget space to isolate class-discriminatory feature space. Finally, we obtain the unlearned model by updating the weights to suppress the class…
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
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Brain Tumor Detection and Classification
MethodsMulti-Head Attention · Attention Is All You Need · Absolute Position Encodings · Dense Connections · Dropout · Byte Pair Encoding · Softmax · Layer Normalization · Position-Wise Feed-Forward Layer · Linear Layer
