DeepClean: Machine Unlearning on the Cheap by Resetting Privacy Sensitive Weights Using the Fisher Diagonal

Abstract

Machine learning models trained on sensitive or private data can inadvertently memorize and leak that information. Machine unlearning seeks to retroactively remove such details from model weights to protect privacy. We contribute a novel, lightweight unlearning algorithm that is directly applicable to a diverse range of model architectures, from traditional Convolutional Neural Networks (CNNs) to cutting-edge Vision Transformers. This direct applicability distinguishes our approach from previous methods that necessitate exhaustive retraining or large matrix inversions, thereby offering a more efficient solution. Our algorithm judiciously utilizes the diagonal elements of the Fisher Information Matrix (FIM) to selectively update weights, facilitating the effective erasure of sensitive data subsets while minimizing the impact on the retained data. However, the crux of our innovation is not the FIM itself, but the algorithm’s capacity to approximate the complete FIM while significantly reducing computational overhead. Experiments show that our algorithm can successfully forget any randomly selected subsets of training data across neural network architectures. By leveraging the FIM diagonal, our approach provides an interpretable, lightweight, and efficient solution for machine unlearning with practical privacy benefits.

Cite

Text

Shi et al. "DeepClean: Machine Unlearning on the Cheap by Resetting Privacy Sensitive Weights Using the Fisher Diagonal." European Conference on Computer Vision Workshops, 2024. doi:10.1007/978-3-031-91672-4_1

Markdown

[Shi et al. "DeepClean: Machine Unlearning on the Cheap by Resetting Privacy Sensitive Weights Using the Fisher Diagonal." European Conference on Computer Vision Workshops, 2024.](https://mlanthology.org/eccvw/2024/shi2024eccvw-deepclean/) doi:10.1007/978-3-031-91672-4_1

BibTeX

@inproceedings{shi2024eccvw-deepclean,
  title     = {{DeepClean: Machine Unlearning on the Cheap by Resetting Privacy Sensitive Weights Using the Fisher Diagonal}},
  author    = {Shi, Jialei and Gourgoulias, Kostis and Buford, John F. and Moran, Sean J. and Ghalyan, Najah},
  booktitle = {European Conference on Computer Vision Workshops},
  year      = {2024},
  pages     = {1-16},
  doi       = {10.1007/978-3-031-91672-4_1},
  url       = {https://mlanthology.org/eccvw/2024/shi2024eccvw-deepclean/}
}