paper-with-me

Papers

An Information Theoretic Approach to Machine Unlearning

2024-02-02 · Jack Foster, Kyle Fogarty, Stefan Schoepf, Zack Dugue, Cengiz Öztireli, Alexandra Brintrup

To comply with AI and data regulations, the need to forget private or copyrighted information from trained machine learning models is increasingly important. The key challenge in unlearning is forgetting the necessary data in a timely manner, while preserving model performance. In this work, we address the zero-shot unlearning scenario, whereby an unlearning algorithm must be able to remove data given only a trained model and the data to be forgotten. We explore unlearning from an information theoretic perspective, connecting the influence of a sample to the information gain a model receives by observing it. From this, we derive a simple but principled zero-shot unlearning method based on the geometry of the model. Our approach takes the form of minimising the gradient of a learned function with respect to a small neighbourhood around a target forget point. This induces a smoothing effect, causing forgetting by moving the boundary of the classifier. We explore the intuition behind why this approach can jointly unlearn forget samples while preserving general model performance through a series of low-dimensional experiments. We perform extensive empirical evaluation of our method over a range of contemporary benchmarks, verifying that our method is competitive with state-of-the-art performance under the strict constraints of zero-shot unlearning. Code for the project can be found at https://github.com/jwf40/Information-Theoretic-Unlearning

📄 PDF Abstract BibTeX arXiv:2402.01401

Code (2)

jwf40/information-theoretic-unlearning 공식 구현 pytorch
jwf40/zeroshot-unlearning-at-scale 공식 구현 pytorch

Tasks

Machine Unlearning

Similar Papers 제목 키워드 기반

Game-Theoretic Machine Unlearning: Mitigating Extra Privacy Leakage

2024-11-06 · Hengzhu Liu, Tianqing Zhu, Lefeng Zhang, Ping Xiong

With the extensive use of machine learning technologies, data providers encounter increasing privacy risks. Recent legislation, such as GDPR, obligates organizations to remove requested data and its influence from a trai…

Machine Unlearning

Machine Unlearning via Information Theoretic Regularization

2025-02-08 · Shizhou Xu, Thomas Strohmer

How can we effectively remove or "unlearn" undesirable information, such as specific features or individual data points, from a learning outcome while minimizing utility loss and ensuring rigorous guarantees? We introduc…

Machine Unlearning

Machine Unlearning for Image-to-Image Generative Models

2024-02-01 · Guihong Li, Hsiang Hsu, Chun-Fu Chen, Radu Marculescu

Machine unlearning has emerged as a new paradigm to deliberately forget data samples from a given model in order to adhere to stringent regulations. However, existing machine unlearning methods have been primarily focuse…

Machine Unlearning

Towards Reliable Empirical Machine Unlearning Evaluation: A Game-Theoretic View

2024-04-17 · Yiwen Tu, Pingbang Hu, Jiaqi Ma

Machine unlearning is the process of updating machine learning models to remove the information of specific training data samples, in order to comply with data protection regulations that allow individuals to request the…

Inference AttackMachine UnlearningMembership Inference Attack

Unlearning Information Bottleneck: Machine Unlearning of Systematic Patterns and Biases

2024-05-22 · Ling Han, Hao Huang, Dustin Scheinost, Mary-Anne Hartley 외

Effective adaptation to distribution shifts in training data is pivotal for sustaining robustness in neural networks, especially when removing specific biases or outdated information, a process known as machine unlearnin…

Machine Unlearning