cs.LGMay 29, 2026

Forgetting Has Neighbors: Localized Collateral Forgetting in Machine Unlearning

Authors: Polina DolgovaSebastian U. Stich

Organizations: CISPA Helmholtz Center for Information Security · Universität des Saarlandes · Saarbrücken, Germany

Abstract

Machine unlearning aims to remove the influence of selected training examples without full retraining. Standard evaluations often summarize unlearning quality with aggregate metrics, such as accuracy- and forgetting-based scores, which can hide localized failures. We study this failure mode at the example level by comparing the predictions of an unlearned model to those of the model retrained after deletion. We show that this pointwise discrepancy can be highly non-uniform: for gradient-ascent and random-labeling methods, with and without retain-set fine-tuning, it grows with geometric proximity to the forget set. We call this phenomenon localized collateral forgetting. Our analysis identifies a mechanism behind the effect: surrogate targets used during unlearning can be inconsistent with the local prediction structure induced by retraining, and this inconsistency propagates through shared representations to nearby examples. Motivated by this mechanism, we propose Local Teacher Distillation, a simple mitigation strategy that replaces random targets with soft labels from a small teacher trained only on retained neighbors of the forget set. On CIFAR-100 partial-class deletion, this local teacher brings the unlearned model substantially closer to retraining, especially near the forget set, while maintaining competitive aggregate unlearning metrics.

Explore similar work

CardsList
  1. Similarity-Aware Machine Unlearning

    Jul 31, 2026Madhavan Citalamangalam Kumaran, Midhun Parakkal Unni, Vicky Kouni +1Machine UnlearningRetraining

  2. Multi-Objective Reference-Aligned Machine Unlearning

    May 29, 2026Rasa Khosrowshahli, Stephen Asobiela, Beatrice Ombuki-Berman +1Machine UnlearningUnlearning Aims