Attaining Class-level Forgetting in Pretrained Model using Few Samples
Pravendra Singh, Pratik Mazumder, Mohammed Asad Karim

TL;DR
This paper introduces a method to remove knowledge of specific classes from pretrained models using limited data, without retraining, ensuring privacy and ethical compliance while maintaining overall model performance.
Contribution
The paper proposes a novel, efficient approach to attain class-level forgetting in pretrained models using few samples, without affecting other class predictions.
Findings
Achieves similar performance to full re-training on remaining classes
Significantly faster than re-training methods
Effectively removes restricted class knowledge from models
Abstract
In order to address real-world problems, deep learning models are jointly trained on many classes. However, in the future, some classes may become restricted due to privacy/ethical concerns, and the restricted class knowledge has to be removed from the models that have been trained on them. The available data may also be limited due to privacy/ethical concerns, and re-training the model will not be possible. We propose a novel approach to address this problem without affecting the model's prediction power for the remaining classes. Our approach identifies the model parameters that are highly relevant to the restricted classes and removes the knowledge regarding the restricted classes from them using the limited available training data. Our approach is significantly faster and performs similar to the model re-trained on the complete data of the remaining classes.
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Multimodal Machine Learning Applications
