paper-with-me

홈 › Papers

Comparative Study of Machine Unlearning Techniques for Computer Vision and NLP Models

2025-02-14 · Mena ML Conference 2025 2 · Mahule Roy

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.

📄 PDF Abstract BibTeX

Code (1)

dreamboat26/studious-carnival 공식 구현

Tasks

Machine Unlearning

Similar Papers 제목 키워드 기반

A Comparative Study of Machine Unlearning Techniques for Image and Text Classification Models

2024-12-27 · Omar M. Safa, Mahmoud M. Abdelaziz, Mustafa Eltawy, Mohamed Mamdouh 외

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 Classification

Machine Unlearning: A Survey

2023-06-06 · Heng Xu, Tianqing Zhu, Lefeng Zhang, Wanlei Zhou 외

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+1

MUBox: A Critical Evaluation Framework of Deep Machine Unlearning

2025-05-13 · Xiang Li, Bhavani Thuraisingham, Wenqi Wei

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 Unlearning

Machine Unlearning in Hyperbolic vs. Euclidean Multimodal Contrastive Learning: Adapting Alignment Calibration to MERU

2025-03-19 · Àlex Pujol Vidal, Sergio Escalera, Kamal Nasrollahi, Thomas B. Moeslund

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 Unlearning

Beyond Binary Rewards: A Comparative Study of Reward Design for Reinforcement Unlearning

2026-07-30 · Efstratios Zaradoukas, Davide Gabrielli, Bardh Prenkaj, Gjergji Kasneci arxiv

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