paper-with-me

Papers

Game-Theoretic Machine Unlearning: Mitigating Extra Privacy Leakage

2024-11-06 · Hengzhu Liu, Tianqing Zhu, Lefeng Zhang, Ping Xiong

With the extensive use of machine learning technologies, data providers encounter increasing privacy risks. Recent legislation, such as GDPR, obligates organizations to remove requested data and its influence from a trained model. Machine unlearning is an emerging technique designed to enable machine learning models to erase users' private information. Although several efficient machine unlearning schemes have been proposed, these methods still have limitations. First, removing the contributions of partial data may lead to model performance degradation. Second, discrepancies between the original and generated unlearned models can be exploited by attackers to obtain target sample's information, resulting in additional privacy leakage risks. To address above challenges, we proposed a game-theoretic machine unlearning algorithm that simulates the competitive relationship between unlearning performance and privacy protection. This algorithm comprises unlearning and privacy modules. The unlearning module possesses a loss function composed of model distance and classification error, which is used to derive the optimal strategy. The privacy module aims to make it difficult for an attacker to infer membership information from the unlearned data, thereby reducing the privacy leakage risk during the unlearning process. Additionally, the experimental results on real-world datasets demonstrate that this game-theoretic unlearning algorithm's effectiveness and its ability to generate an unlearned model with a performance similar to that of the retrained one while mitigating extra privacy leakage risks.

📄 PDF Abstract BibTeX arXiv:2411.03914

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Unlearning

Similar Papers 제목 키워드 기반

Towards Reliable Empirical Machine Unlearning Evaluation: A Game-Theoretic View

2024-04-17 · Yiwen Tu, Pingbang Hu, Jiaqi Ma

Machine unlearning is the process of updating machine learning models to remove the information of specific training data samples, in order to comply with data protection regulations that allow individuals to request the…

Inference AttackMachine UnlearningMembership Inference Attack

Adversarial Machine Unlearning

2024-06-11 · Zonglin Di, Sixie Yu, Yevgeniy Vorobeychik, Yang Liu

This paper focuses on the challenge of machine unlearning, aiming to remove the influence of specific training data on machine learning models. Traditionally, the development of unlearning algorithms runs parallel with t…

Machine Unlearning

Fair Machine Unlearning: Data Removal while Mitigating Disparities

2023-07-27 · Alex Oesterling, Jiaqi Ma, Flavio P. Calmon, Hima Lakkaraju

The Right to be Forgotten is a core principle outlined by regulatory frameworks such as the EU's General Data Protection Regulation (GDPR). This principle allows individuals to request that their personal data be deleted…

FairnessMachine Unlearning

Modeling LLM Unlearning as an Asymmetric Two-Task Learning Problem

2026-04-16 · Zeguan Xiao, Siqing Li, Yong Wang, Xuetao Wei 외 arxiv

Machine unlearning for large language models (LLMs) aims to remove targeted knowledge while preserving general capability. In this paper, we recast LLM unlearning as an asymmetric two-task problem: retention is the prima…

ROKA: Robust Knowledge Unlearning against Adversaries

2026-02-28 · Jinmyeong Shin, Joshua Tapia, Nicholas Ferreira, Gabriel Diaz 외 arxiv

The need for machine unlearning is critical for data privacy, yet existing methods often cause Knowledge Contamination by unintentionally damaging related knowledge. Such a degraded model performance after unlearning has…