An Unlearning Framework for Continual Learning
By: Sayanta Adhikari, Vishnuprasadh Kumaravelu, P. K. Srijith
Potential Business Impact:
Lets AI forget bad lessons without losing good ones.
Growing concerns surrounding AI safety and data privacy have driven the development of Machine Unlearning as a potential solution. However, current machine unlearning algorithms are designed to complement the offline training paradigm. The emergence of the Continual Learning (CL) paradigm promises incremental model updates, enabling models to learn new tasks sequentially. Naturally, some of those tasks may need to be unlearned to address safety or privacy concerns that might arise. We find that applying conventional unlearning algorithms in continual learning environments creates two critical problems: performance degradation on retained tasks and task relapse, where previously unlearned tasks resurface during subsequent learning. Furthermore, most unlearning algorithms require data to operate, which conflicts with CL's philosophy of discarding past data. A clear need arises for unlearning algorithms that are data-free and mindful of future learning. To that end, we propose UnCLe, an Unlearning framework for Continual Learning. UnCLe employs a hypernetwork that learns to generate task-specific network parameters, using task embeddings. Tasks are unlearned by aligning the corresponding generated network parameters with noise, without requiring any data. Empirical evaluations on several vision data sets demonstrate UnCLe's ability to sequentially perform multiple learning and unlearning operations with minimal disruption to previously acquired knowledge.
Similar Papers
Distill, Forget, Repeat: A Framework for Continual Unlearning in Text-to-Image Diffusion Models
Machine Learning (CS)
Removes unwanted data from AI without retraining.
ACU: Analytic Continual Unlearning for Efficient and Exact Forgetting with Privacy Preservation
Machine Learning (CS)
Lets AI forget specific information without retraining.
Rethinking Machine Unlearning in Image Generation Models
Artificial Intelligence
Removes unwanted images from AI, safely.