CRFU: Compressive Representation Forgetting Against Privacy Leakage on Machine Unlearning
Weiqi Wang, Chenhan Zhang, Zhiyi Tian, Shushu Liu, Shui Yu
TL;DR
This work tackles privacy leakage risks that arise during machine unlearning by introducing CRFU, a compressive representation forgetting unlearning scheme designed for IB-trained models. By simultaneously minimizing $I(X_e;Z)$ and $I(Y_e;Z)$ and enforcing remembering constraints via KL divergences, CRFU erases erased data from the learned representations while preserving previously learned utility. The authors provide theoretical justification that CRFU’s unlearning is equivalent to retraining on the remaining data and substantiate it with extensive experiments across MNIST, Fashion-MNIST, CIFAR-10, and STL-10, showing substantial defense improvements against reconstruction and membership inference attacks with modest accuracy degradation. The work offers a practical, tunable approach to privacy-preserving unlearning in black-box IB models and outlines future directions including adaptive attacks and differential privacy integrations to further strengthen defenses.
Abstract
Machine unlearning allows data owners to erase the impact of their specified data from trained models. Unfortunately, recent studies have shown that adversaries can recover the erased data, posing serious threats to user privacy. An effective unlearning method removes the information of the specified data from the trained model, resulting in different outputs for the same input before and after unlearning. Adversaries can exploit these output differences to conduct privacy leakage attacks, such as reconstruction and membership inference attacks. However, directly applying traditional defenses to unlearning leads to significant model utility degradation. In this paper, we introduce a Compressive Representation Forgetting Unlearning scheme (CRFU), designed to safeguard against privacy leakage on unlearning. CRFU achieves data erasure by minimizing the mutual information between the trained compressive representation (learned through information bottleneck theory) and the erased data, thereby maximizing the distortion of data. This ensures that the model's output contains less information that adversaries can exploit. Furthermore, we introduce a remembering constraint and an unlearning rate to balance the forgetting of erased data with the preservation of previously learned knowledge, thereby reducing accuracy degradation. Theoretical analysis demonstrates that CRFU can effectively defend against privacy leakage attacks. Our experimental results show that CRFU significantly increases the reconstruction mean square error (MSE), achieving a defense effect improvement of approximately $200\%$ against privacy reconstruction attacks with only $1.5\%$ accuracy degradation on MNIST.
