English

An Information Theoretic Evaluation Metric For Strong Unlearning

Machine Learning 2025-11-13 v3 Artificial Intelligence

Abstract

Machine unlearning (MU) aims to remove the influence of specific data from trained models, addressing privacy concerns and ensuring compliance with regulations such as the ``right to be forgotten.'' Evaluating strong unlearning, where the unlearned model is indistinguishable from one retrained without the forgetting data, remains a significant challenge in deep neural networks (DNNs). Common black-box metrics, such as variants of membership inference attacks and accuracy comparisons, primarily assess model outputs but often fail to capture residual information in intermediate layers. To bridge this gap, we introduce the Information Difference Index (IDI), a novel white-box metric inspired by information theory. IDI quantifies retained information in intermediate features by measuring mutual information between those features and the labels to be forgotten, offering a more comprehensive assessment of unlearning efficacy. Our experiments demonstrate that IDI effectively measures the degree of unlearning across various datasets and architectures, providing a reliable tool for evaluating strong unlearning in DNNs.

Keywords

Cite

@article{arxiv.2405.17878,
  title  = {An Information Theoretic Evaluation Metric For Strong Unlearning},
  author = {Dongjae Jeon and Wonje Jeung and Taeheon Kim and Albert No and Jonghyun Choi},
  journal= {arXiv preprint arXiv:2405.17878},
  year   = {2025}
}

Comments

Accepted at AAAI 2026

R2 v1 2026-06-28T16:43:21.770Z