paper-with-me

홈 › Papers

MCU: Improving Machine Unlearning through Mode Connectivity

2025-05-16 · Yingdan Shi, Ren Wang

Machine Unlearning (MU) aims to remove the information of specific training data from a trained model, ensuring compliance with privacy regulations and user requests. While one line of existing MU methods relies on linear parameter updates via task arithmetic, they suffer from weight entanglement. In this work, we propose a novel MU framework called Mode Connectivity Unlearning (MCU) that leverages mode connectivity to find an unlearning pathway in a nonlinear manner. To further enhance performance and efficiency, we introduce a parameter mask strategy that not only improves unlearning effectiveness but also reduces computational overhead. Moreover, we propose an adaptive adjustment strategy for our unlearning penalty coefficient to adaptively balance forgetting quality and predictive performance during training, eliminating the need for empirical hyperparameter tuning. Unlike traditional MU methods that identify only a single unlearning model, MCU uncovers a spectrum of unlearning models along the pathway. Overall, MCU serves as a plug-and-play framework that seamlessly integrates with any existing MU methods, consistently improving unlearning efficacy. Extensive experiments on the image classification task demonstrate that MCU achieves superior performance.

📄 PDF Abstract BibTeX arXiv:2505.10859

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationMachine UnlearningTask Arithmetic

Similar Papers 제목 키워드 기반

Approximate Machine Unlearning through Manifold Representation Forgetting Guided by Self Mode Connectivity

2026-05-20 · Weiqi Wang, Zhiyi Tian, Chenhan Zhang, Luoyu Chen 외 arxiv

Machine unlearning is a fundamental mechanism that enforces the right to be forgotten. Existing unlearning studies that rely on label manipulation or task-gradient reversal often deliver limited unlearning effectiveness.…

Semantic Similarity

LLM Unlearning Reveals a Stronger-Than-Expected Coreset Effect in Current Benchmarks

2025-04-14 · Soumyadeep Pal, Changsheng Wang, James Diffenderfer, Bhavya Kailkhura 외

Large language model unlearning has become a critical challenge in ensuring safety and controlled model behavior by removing undesired data-model influences from the pretrained model while preserving general utility. Sig…

Large Language ModelMachine Unlearning

Unlearning of Knowledge Graph Embedding via Preference Optimization

2025-07-28 · Jiajun Liu, Wenjun Ke, Peng Wang, Yao He 외 arxiv

Existing knowledge graphs (KGs) inevitably contain outdated or erroneous knowledge that needs to be removed from knowledge graph embedding (KGE) models. To address this challenge, knowledge unlearning can be applied to e…

Knowledge Graph EmbeddingKnowledge Graphs

Efficient Machine Unlearning by Model Splitting and Core Sample Selection

2025-05-11 · Maximilian Egger, Rawad Bitar, Rüdiger Urbanke

Machine unlearning is essential for meeting legal obligations such as the right to be forgotten, which requires the removal of specific data from machine learning models upon request. While several approaches to unlearni…

Machine Unlearning

Efficient Knowledge Deletion from Trained Models through Layer-wise Partial Machine Unlearning

2024-03-12 · Vinay Chakravarthi Gogineni, Esmaeil S. Nadimi

Machine unlearning has garnered significant attention due to its ability to selectively erase knowledge obtained from specific training data samples in an already trained machine learning model. This capability enables d…

Machine Unlearning