English

Easy to Learn, Yet Hard to Forget: Towards Robust Unlearning Under Bias

Machine Learning 2026-02-26 v1 Computer Vision and Pattern Recognition

Abstract

Machine unlearning, which enables a model to forget specific data, is crucial for ensuring data privacy and model reliability. However, its effectiveness can be severely undermined in real-world scenarios where models learn unintended biases from spurious correlations within the data. This paper investigates the unique challenges of unlearning from such biased models. We identify a novel phenomenon we term ``shortcut unlearning," where models exhibit an ``easy to learn, yet hard to forget" tendency. Specifically, models struggle to forget easily-learned, bias-aligned samples; instead of forgetting the class attribute, they unlearn the bias attribute, which can paradoxically improve accuracy on the class intended to be forgotten. To address this, we propose CUPID, a new unlearning framework inspired by the observation that samples with different biases exhibit distinct loss landscape sharpness. Our method first partitions the forget set into causal- and bias-approximated subsets based on sample sharpness, then disentangles model parameters into causal and bias pathways, and finally performs a targeted update by routing refined causal and bias gradients to their respective pathways. Extensive experiments on biased datasets including Waterbirds, BAR, and Biased NICO++ demonstrate that our method achieves state-of-the-art forgetting performance and effectively mitigates the shortcut unlearning problem.

Keywords

Cite

@article{arxiv.2602.21773,
  title  = {Easy to Learn, Yet Hard to Forget: Towards Robust Unlearning Under Bias},
  author = {JuneHyoung Kwon and MiHyeon Kim and Eunju Lee and Yoonji Lee and Seunghoon Lee and YoungBin Kim},
  journal= {arXiv preprint arXiv:2602.21773},
  year   = {2026}
}

Comments

Accepted to AAAI 2026

R2 v1 2026-07-01T10:51:42.105Z