LGAIMar 12, 2025

Group-robust Machine Unlearning

arXiv:2503.09330v12 citationsh-index: 21Has CodeTrans. Mach. Learn. Res.
Originality Incremental advance
AI Analysis

This work tackles fairness issues in machine unlearning for scenarios where forget sets are group-dominant, which is an incremental improvement over existing methods.

The paper addresses the problem of machine unlearning when the data to be removed is non-uniformly distributed across groups, which can degrade performance for dominant groups and cause fairness issues. It introduces MIU, a method that minimizes mutual information between model features and group information, and shows it outperforms standard methods on three datasets while maintaining model robustness.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes