paper-with-me

Papers

Group-robust Machine Unlearning

2025-03-12 · Thomas De Min, Subhankar Roy, Stéphane Lathuilière, Elisa Ricci, Massimiliano Mancini

Machine unlearning is an emerging paradigm to remove the influence of specific training data (i.e., the forget set) from a model while preserving its knowledge of the rest of the data (i.e., the retain set). Previous approaches assume the forget data to be uniformly distributed from all training datapoints. However, if the data to unlearn is dominant in one group, we empirically show that performance for this group degrades, leading to fairness issues. This work tackles the overlooked problem of non-uniformly distributed forget sets, which we call group-robust machine unlearning, by presenting a simple, effective strategy that mitigates the performance loss in dominant groups via sample distribution reweighting. Moreover, we present MIU (Mutual Information-aware Machine Unlearning), the first approach for group robustness in approximate machine unlearning. MIU minimizes the mutual information between model features and group information, achieving unlearning while reducing performance degradation in the dominant group of the forget set. Additionally, MIU exploits sample distribution reweighting and mutual information calibration with the original model to preserve group robustness. We conduct experiments on three datasets and show that MIU outperforms standard methods, achieving unlearning without compromising model robustness. Source code available at https://github.com/tdemin16/group-robust_machine_unlearning.

📄 PDF Abstract BibTeX arXiv:2503.09330

Code (1)

tdemin16/group-robust_machine_unlearning 공식 구현 pytorch

Tasks

FairnessMachine Unlearning

Similar Papers 제목 키워드 기반

Bias Redistribution in Visual Machine Unlearning: Does Forgetting One Group Harm Another?

2026-04-09 · Yunusa Haruna, Adamu Lawan, Ibrahim Haruna Abdulhamid, Hamza Mohammed Dauda 외 arxiv

Machine unlearning enables models to selectively forget training data, driven by privacy regulations such as GDPR and CCPA. However, its fairness implications remain underexplored: when a model forgets a demographic grou…

Making Recommender Systems Forget: Learning and Unlearning for Erasable Recommendation

2022-03-22 · Yuyuan Li, Xiaolin Zheng, Chaochao Chen, Junlin Liu

Privacy laws and regulations enforce data-driven systems, e.g., recommender systems, to erase the data that concern individuals. As machine learning models potentially memorize the training data, data erasure should also…

Collaborative FilteringMachine UnlearningRecommendation Systems

GUDA: Counterfactual Group-wise Training Data Attribution for Diffusion Models via Unlearning

2026-01-30 · Naoki Murata, Yuhta Takida, Chieh-Hsin Lai, Toshimitsu Uesaka 외 arxiv

Training-data attribution for vision generative models aims to identify which training data influenced a given output. While most methods score individual examples, practitioners often need group-level answers (e.g., art…

Semantic Similarity

Unlearning Under Imbalance: Benchmarking Fairness in Multimodal LLM Unlearning

2026-07-23 · Lorenzo Orsingher, Thomas De Min, Massimiliano Mancini, Davide Talon 외 arxiv

Machine unlearning has emerged as a tool for removing personal data from trained models to comply with recent AI regulations. To evaluate unlearning effectiveness in multimodal large language models (MLLMs), prior works …

Visual Question Answering

Model Sparsity Can Simplify Machine Unlearning

2023-04-11 · NeurIPS 2023 11 · Jinghan Jia, Jiancheng Liu, Parikshit Ram, Yuguang Yao 외

In response to recent data regulation requirements, machine unlearning (MU) has emerged as a critical process to remove the influence of specific examples from a given model. Although exact unlearning can be achieved thr…

Machine UnlearningmodelTransfer Learning