FaLW: A Forgetting-aware Loss Reweighting for Long-tailed Unlearning
Liheng Yu, Zhe Zhao, Yuxuan Wang, Pengkun Wang, Binwu Wang, Yang Wang
TL;DR
This work addresses machine unlearning under long-tailed forgetting distributions, revealing two failure modes: heterogeneous and skewed unlearning deviation. It introduces FaLW, a forgetting-aware, per-sample dynamic loss reweighting that compares a sample’s current prediction to an estimated unseen-data distribution and adjusts forgetting pressure with a balancing factor that emphasizes tail classes. The method, which is plug-and-play and compatible with existing unlearning approaches, demonstrates state-of-the-art performance across CIFAR-100, CIFAR-10, and Tiny-ImageNet under various forget ratios and imbalance levels, with extensive ablations and visualization supporting its effectiveness. By enabling more faithful and privacy-preserving unlearning in realistic long-tailed settings, FaLW has practical impact for complying with data-rights regulations in large-scale models.
Abstract
Machine unlearning, which aims to efficiently remove the influence of specific data from trained models, is crucial for upholding data privacy regulations like the ``right to be forgotten". However, existing research predominantly evaluates unlearning methods on relatively balanced forget sets. This overlooks a common real-world scenario where data to be forgotten, such as a user's activity records, follows a long-tailed distribution. Our work is the first to investigate this critical research gap. We find that in such long-tailed settings, existing methods suffer from two key issues: \textit{Heterogeneous Unlearning Deviation} and \textit{Skewed Unlearning Deviation}. To address these challenges, we propose FaLW, a plug-and-play, instance-wise dynamic loss reweighting method. FaLW innovatively assesses the unlearning state of each sample by comparing its predictive probability to the distribution of unseen data from the same class. Based on this, it uses a forgetting-aware reweighting scheme, modulated by a balancing factor, to adaptively adjust the unlearning intensity for each sample. Extensive experiments demonstrate that FaLW achieves superior performance. Code is available at \textbf{Supplementary Material}.
