An Information Theoretic Evaluation Metric For Strong Unlearning
Dongjae Jeon, Wonje Jeung, Taeheon Kim, Albert No, Jonghyun Choi
TL;DR
This paper addresses the inadequacy of output-only metrics for evaluating strong unlearning in deep networks. It introduces the Information Difference Index ($ ext{IDI}$), a white-box, information-theoretic metric that quantifies residual information about forgotten data in intermediate encoder representations via mutual information estimated with the InfoNCE objective. To close the gap revealed by IDI, it proposes COLA (COLlapse and Align), a two-stage method that collapses forget-set representations in the encoder and then realigns the model to remove residual information while preserving performance. Across CIFAR-10/100 and ImageNet-1K with ResNet and ViT architectures, COLA achieves near-zero IDI and competitive accuracy, while black-box metrics often fail to detect residual information; the work argues for adopting IDI (and COLA) as part of a robust, multi-metric evaluation framework for strong unlearning in real-world deployments.
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.
