paper-with-me

Papers

Coded Machine Unlearning

2020-12-31 · Nasser Aldaghri, Hessam Mahdavifar, Ahmad Beirami

There are applications that may require removing the trace of a sample from the system, e.g., a user requests their data to be deleted, or corrupted data is discovered. Simply removing a sample from storage units does not necessarily remove its entire trace since downstream machine learning models may store some information about the samples used to train them. A sample can be perfectly unlearned if we retrain all models that used it from scratch with that sample removed from their training dataset. When multiple such unlearning requests are expected to be served, unlearning by retraining becomes prohibitively expensive. Ensemble learning enables the training data to be split into smaller disjoint shards that are assigned to non-communicating weak learners. Each shard is used to produce a weak model. These models are then aggregated to produce the final central model. This setup introduces an inherent trade-off between performance and unlearning cost, as reducing the shard size reduces the unlearning cost but may cause degradation in performance. In this paper, we propose a coded learning protocol where we utilize linear encoders to encode the training data into shards prior to the learning phase. We also present the corresponding unlearning protocol and show that it satisfies the perfect unlearning criterion. Our experimental results show that the proposed coded machine unlearning provides a better performance versus unlearning cost trade-off compared to the uncoded baseline.

📄 PDF Abstract BibTeX arXiv:2012.15721

Code (0)

등록된 구현이 없습니다.

Tasks

Ensemble LearningMachine Unlearning

Similar Papers 제목 키워드 기반

MMUnlearner: Reformulating Multimodal Machine Unlearning in the Era of Multimodal Large Language Models

2025-02-16 · Jiahao Huo, Yibo Yan, Xu Zheng, Yuanhuiyi Lyu 외

Recent progress in Machine Unlearning (MU) has introduced solutions for the selective removal of private or sensitive information encoded within deep neural networks. Nonetheless, MU for Multimodal Large Language Models …

Language ModelingLanguage ModellingMachine UnlearningVisual Question Answering (VQA)

AMNESIA: A Large Scale Medical Unlearning Benchmark Suite with Disease-Informed Analysis

2026-05-28 · Saeedeh Davoudi, Reihaneh Iranmanesh, Ophir Frieder, Nazli Goharian arxiv

Medical knowledge is continuously evolving. This creates a need to update or selectively forget information encoded in already-trained medical LLMs. Machine unlearning aims to remove the influence of specific training da…

Clinical Knowledge

Projected Gradient Unlearning for Text-to-Image Diffusion Models: Defending Against Concept Revival Attacks

2026-04-22 · Aljalila Aladawi, Mohammed Talha Alam, Fakhri Karray arxiv

Machine unlearning for text-to-image diffusion models aims to selectively remove undesirable concepts from pre-trained models without costly retraining. Current unlearning methods share a common weakness: erased concepts…

Scalable Federated Unlearning via Isolated and Coded Sharding

2024-01-29 · Yijing Lin, Zhipeng Gao, Hongyang Du, Dusit Niyato 외

Federated unlearning has emerged as a promising paradigm to erase the client-level data effect without affecting the performance of collaborative learning models. However, the federated unlearning process often introduce…

MeGU: Machine-Guided Unlearning with Target Feature Disentanglement

2026-02-19 · Haoyu Wang, Zhuo Huang, Xiaolong Wang, Bo Han 외 arxiv

The growing concern over training data privacy has elevated the "Right to be Forgotten" into a critical requirement, thereby raising the demand for effective Machine Unlearning. However, existing unlearning approaches co…