Comparative Study of Machine Unlearning Techniques for Computer Vision and NLP Models
Machine unlearning is an emerging field in machine learning that focuses on efficiently removing the influence of specific data from a trained model. This capability is critical in scenarios requiring compliance with data privacy regulations or when erroneous data needs to be removed without retraining from scratch. In this study, we explore the importance of machine unlearning as a way to enhance privacy simultaneously not affecting the efficiency of machine learning models. Using the CIFAR- 10 and CIFAR-100 dataset, we implement various unlearning methods like retraining on the retained set, instruction fine tuning a LLM model to forget biased sentences and distillation techniques. These methods allowed our models to forget specific contexts while not comprising on the model accuracy. My implementations yielded promising results in terms of unlearning effectiveness and we have used various unlearning metrics to compare with our implementation and the baseline performance.The outcomes demonstrate the potential these methods have to balance between privacy and model accuracy effectively.
Code (1)
Tasks
Machine UnlearningSimilar Papers 제목 키워드 기반
A Comparative Study of Machine Unlearning Techniques for Image and Text Classification Models
Machine Unlearning has emerged as a critical area in artificial intelligence, addressing the need to selectively remove learned data from machine learning models in response to data privacy regulations. This paper provid…
Machine Unlearningtext-classificationText ClassificationMachine Unlearning: A Survey
Machine learning has attracted widespread attention and evolved into an enabling technology for a wide range of highly successful applications, such as intelligent computer vision, speech recognition, medical diagnosis, …
Machine UnlearningMedical Diagnosisspeech-recognitionSpeech Recognition+1MUBox: A Critical Evaluation Framework of Deep Machine Unlearning
Recent legal frameworks have mandated the right to be forgotten, obligating the removal of specific data upon user requests. Machine Unlearning has emerged as a promising solution by selectively removing learned informat…
Machine UnlearningMachine Unlearning in Hyperbolic vs. Euclidean Multimodal Contrastive Learning: Adapting Alignment Calibration to MERU
Machine unlearning methods have become increasingly important for selective concept removal in large pre-trained models. While recent work has explored unlearning in Euclidean contrastive vision-language models, the effe…
Contrastive LearningMachine UnlearningBeyond Binary Rewards: A Comparative Study of Reward Design for Reinforcement Unlearning
Machine unlearning seeks to selectively remove specific knowledge from trained language models without full retraining, a growing necessity under privacy regulations such as GDPR and the EU AI Act. Recent work has reform…
Reinforcement Learning