paper-with-me

Papers

Verifiable and Provably Secure Machine Unlearning

2022-10-17 · Thorsten Eisenhofer, Doreen Riepel, Varun Chandrasekaran, Esha Ghosh, Olga Ohrimenko, Nicolas Papernot

Machine unlearning aims to remove points from the training dataset of a machine learning model after training; for example when a user requests their data to be deleted. While many machine unlearning methods have been proposed, none of them enable users to audit the procedure. Furthermore, recent work shows a user is unable to verify if their data was unlearnt from an inspection of the model alone. Rather than reasoning about model parameters, we propose to view verifiable unlearning as a security problem. To this end, we present the first cryptographic definition of verifiable unlearning to formally capture the guarantees of a machine unlearning system. In this framework, the server first computes a proof that the model was trained on a dataset $D$. Given a user data point $d$ requested to be deleted, the server updates the model using an unlearning algorithm. It then provides a proof of the correct execution of unlearning and that $d \notin D'$, where $D'$ is the new training dataset. Our framework is generally applicable to different unlearning techniques that we abstract as admissible functions. We instantiate the framework, based on cryptographic assumptions, using SNARKs and hash chains. Finally, we implement the protocol for three different unlearning techniques (retraining-based, amnesiac, and optimization-based) to validate its feasibility for linear regression, logistic regression, and neural networks.

📄 PDF Abstract BibTeX arXiv:2210.09126

Code (1)

cleverhans-lab/verifiable-unlearning 공식 구현

Tasks

Machine UnlearningregressionSNARKS

Similar Papers 제목 키워드 기반

TrustErase: Auditable Instant Machine Unlearning with Passport-Embedded Representations

2026-06-15 · Rutger Hendrix, Leonardo G. Russo, Concetto Spampinato, Matteo Pennisi 외 arxiv

The demand for privacy-compliant AI has amplified the need for machine unlearning; yet, existing retraining or distillation-based methods remain unverifiable and computationally costly. We introduce TrustErase, a verifia…

Survey of Security and Data Attacks on Machine Unlearning In Financial and E-Commerce

2024-09-29 · Carl E. J. Brodzinski

This paper surveys the landscape of security and data attacks on machine unlearning, with a focus on financial and e-commerce applications. We discuss key privacy threats such as Membership Inference Attacks and Data Rec…

Data PoisoningMachine Unlearning

Quantum Machine Unlearning: Foundations, Mechanisms, and Taxonomy

2025-11-01 · Thanveer Shaik, Xiaohui Tao, Haoran Xie arxiv

Quantum Machine Unlearning has emerged as a foundational challenge at the intersection of quantum information theory privacypreserving computation and trustworthy artificial intelligence This paper advances QMU by establ…

Towards Verifiable Federated Unlearning: Framework, Challenges, and The Road Ahead

2025-10-01 · Thanh Linh Nguyen, Marcela Tuler de Oliveira, An Braeken, Aaron Yi Ding 외 arxiv

Federated unlearning (FUL) enables removing the data influence from the model trained across distributed clients, upholding the right to be forgotten as mandated by privacy regulations. FUL facilitates a value exchange w…

Verifiable Unlearning on Edge

2025-06-24 · Mohammad M Maheri, Alex Davidson, Hamed Haddadi

Machine learning providers commonly distribute global models to edge devices, which subsequently personalize these models using local data. However, issues such as copyright infringements, biases, or regulatory requireme…

Machine UnlearningPrivacy PreservingSNARKS