paper-with-me

Papers

CoUn: Empowering Machine Unlearning via Contrastive Learning

2025-09-19 · Yasser H. Khalil, Mehdi Setayesh, Hongliang Li arxiv

Machine unlearning (MU) aims to remove the influence of specific "forget" data from a trained model while preserving its knowledge of the remaining "retain" data. Existing MU methods based on label manipulation or model weight perturbations often achieve limited unlearning effectiveness. To address this, we introduce CoUn, a novel MU framework inspired by the observation that a model retrained from scratch using only retain data classifies forget data based on their semantic similarity to the retain data. CoUn emulates this behavior by adjusting learned data representations through contrastive learning (CL) and supervised learning, applied exclusively to retain data. Specifically, CoUn (1) leverages semantic similarity between data samples to indirectly adjust forget representations using CL, and (2) maintains retain representations within their respective clusters through supervised learning. Extensive experiments across various datasets and model architectures show that CoUn consistently outperforms state-of-the-art MU baselines in unlearning effectiveness. Additionally, integrating our CL module into existing baselines empowers their unlearning effectiveness.

📄 PDF Abstract BibTeX arXiv:2509.16391

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningSemantic Similarity

Similar Papers 제목 키워드 기반

WSS-CL: Weight Saliency Soft-Guided Contrastive Learning for Efficient Machine Unlearning Image Classification

2025-08-06 · Thang Duc Tran, Thai Hoang Le arxiv

Machine unlearning, the efficient deletion of the impact of specific data in a trained model, remains a challenging problem. Current machine unlearning approaches that focus primarily on data-centric or weight-based stra…

Contrastive LearningImage Classification

Contrastive Unlearning: A Contrastive Approach to Machine Unlearning

2024-01-19 · Hong kyu Lee, Qiuchen Zhang, Carl Yang, Jian Lou 외

Machine unlearning aims to eliminate the influence of a subset of training samples (i.e., unlearning samples) from a trained model. Effectively and efficiently removing the unlearning samples without negatively impacting…

Machine UnlearningRepresentation Learning

Alignment Calibration: Machine Unlearning for Contrastive Learning under Auditing

2024-06-05 · Yihan Wang, Yiwei Lu, Guojun Zhang, Franziska Boenisch 외

Machine unlearning provides viable solutions to revoke the effect of certain training data on pre-trained model parameters. Existing approaches provide unlearning recipes for classification and generative models. However…

Contrastive LearningMachine Unlearning

Machine Unlearning in Contrastive Learning

2024-05-12 · Zixin Wang, Kongyang Chen

Machine unlearning is a complex process that necessitates the model to diminish the influence of the training data while keeping the loss of accuracy to a minimum. Despite the numerous studies on machine unlearning in re…

Contrastive LearningMachine UnlearningSelf-Supervised Learning

UCD: Unlearning in LLMs via Contrastive Decoding

2025-06-12 · Vinith M. Suriyakumar, Ayush Sekhari, Ashia Wilson

Machine unlearning aims to remove specific information, e.g. sensitive or undesirable content, from large language models (LLMs) while preserving overall performance. We propose an inference-time unlearning algorithm tha…

Machine Unlearning