paper-with-me

Papers

zkUnlearner: A Zero-Knowledge Framework for Verifiable Unlearning with Multi-Granularity and Forgery-Resistance

2025-09-08 · Nan Wang, Nan Wu, Xiangyu Hui, Jiafan Wang, Xin Yuan arxiv

As the demand for exercising the "right to be forgotten" grows, the need for verifiable machine unlearning has become increasingly evident to ensure both transparency and accountability. We present {\em zkUnlearner}, the first zero-knowledge framework for verifiable machine unlearning, specifically designed to support {\em multi-granularity} and {\em forgery-resistance}. First, we propose a general computational model that employs a {\em bit-masking} technique to enable the {\em selectivity} of existing zero-knowledge proofs of training for gradient descent algorithms. This innovation enables not only traditional {\em sample-level} unlearning but also more advanced {\em feature-level} and {\em class-level} unlearning. Our model can be translated to arithmetic circuits, ensuring compatibility with a broad range of zero-knowledge proof systems. Furthermore, our approach overcomes key limitations of existing methods in both efficiency and privacy. Second, forging attacks present a serious threat to the reliability of unlearning. Specifically, in Stochastic Gradient Descent optimization, gradients from unlearned data, or from minibatches containing it, can be forged using alternative data samples or minibatches that exclude it. We propose the first effective strategies to resist state-of-the-art forging attacks. Finally, we benchmark a zkSNARK-based instantiation of our framework and perform comprehensive performance evaluations to validate its practicality.

📄 PDF Abstract BibTeX arXiv:2509.07290

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

ZK-APEX: Zero-Knowledge Approximate Personalized Unlearning with Executable Proofs

2025-12-09 · Mohammad M Maheri, Sunil Cotterill, Alex Davidson, Hamed Haddadi arxiv

Machine unlearning aims to remove the influence of specific data points from a trained model to satisfy privacy, copyright, and safety requirements. In real deployments, providers distribute a global model to many edge d…

Beyond Binary Rewards: A Comparative Study of Reward Design for Reinforcement Unlearning

2026-07-30 · Efstratios Zaradoukas, Davide Gabrielli, Bardh Prenkaj, Gjergji Kasneci arxiv

Machine unlearning seeks to selectively remove specific knowledge from trained language models without full retraining, a growing necessity under privacy regulations such as GDPR and the EU AI Act. Recent work has reform…

Reinforcement Learning

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

Reinforcement Unlearning via Group Relative Policy Optimization

2026-01-28 · Efstratios Zaradoukas, Bardh Prenkaj, Gjergji Kasneci arxiv

During pretraining, LLMs inadvertently memorize sensitive or copyrighted data, posing significant compliance challenges under legal frameworks like the GDPR and the EU AI Act. Fulfilling these mandates demands techniques…

Adversarial Robustness