2024

Decoupling the Class Label and the Target Concept in Machine Unlearning

Zhu, Jianing, Han, Bo, Yao, Jiangchao et al.

Understand

Machine unlearning as an emerging research topic for data regulations, aims to adjust a trained model to approximate a retrained one that excludes a portion of training data.

  • Previous studies showed that class-wise unlearning is successful in forgetting the knowledge of a target class, through gradient ascent on the forgetting data or fine-tuning with the remaining data.
  • However, while these methods are useful, they are insufficient as the class label and the target concept are often considered to coincide.
  • In this work, we decouple them by considering the label domain mismatch and investigate three problems beyond the conventional all matched forgetting, e.g., target mismatch, model mismatch, and data mismatch forgetting.

Reading the bibliography…