paper-with-me

Papers

BlindU: Blind Machine Unlearning without Revealing Erasing Data

2026-01-12 · Weiqi Wang, Zhiyi Tian, Chenhan Zhang, Shui Yu arxiv

Machine unlearning enables data holders to remove the contribution of their specified samples from trained models to protect their privacy. However, it is paradoxical that most unlearning methods require the unlearning requesters to firstly upload their data to the server as a prerequisite for unlearning. These methods are infeasible in many privacy-preserving scenarios where servers are prohibited from accessing users' data, such as federated learning (FL). In this paper, we explore how to implement unlearning under the condition of not uncovering the erasing data to the server. We propose \textbf{Blind Unlearning (BlindU)}, which carries out unlearning using compressed representations instead of original inputs. BlindU only involves the server and the unlearning user: the user locally generates privacy-preserving representations, and the server performs unlearning solely on these representations and their labels. For the FL model training, we employ the information bottleneck (IB) mechanism. The encoder of the IB-based FL model learns representations that distort maximum task-irrelevant information from inputs, allowing FL users to generate compressed representations locally. For effective unlearning using compressed representation, BlindU integrates two dedicated unlearning modules tailored explicitly for IB-based models and uses a multiple gradient descent algorithm to balance forgetting and utility retaining. While IB compression already provides protection for task-irrelevant information of inputs, to further enhance the privacy protection, we introduce a noise-free differential privacy (DP) masking method to deal with the raw erasing data before compressing. Theoretical analysis and extensive experimental results illustrate the superiority of BlindU in privacy protection and unlearning effectiveness compared with the best existing privacy-preserving unlearning benchmarks.

📄 PDF Abstract BibTeX arXiv:2601.07214

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Mitigating Privacy Risk via Forget Set-Free Unlearning

2026-04-12 · Aviraj Newatia, Michael Cooper, Viet Nguyen, Rahul G. Krishnan arxiv

Training machine learning models requires the storage of large datasets, which often contain sensitive or private data. Storing data is associated with a number of potential risks which increase over time, such as databa…

Rethinking Machine Unlearning: Models Designed to Forget via Key Deletion

2026-03-16 · Sonia Laguna, Jorge da Silva Goncalves, Moritz Vandenhirtz, Alain Ryser 외 arxiv

Machine unlearning is rapidly becoming a practical requirement, driven by privacy regulations, data errors, and the need to remove harmful or corrupted training samples. Despite this, most existing methods tackle the pro…

Partially Blinded Unlearning: Class Unlearning for Deep Networks a Bayesian Perspective

2024-03-24 · Subhodip Panda, Shashwat Sourav, Prathosh A. P

In order to adhere to regulatory standards governing individual data privacy and safety, machine learning models must systematically eliminate information derived from specific subsets of a user's training data that can …

Machine Unlearning

BadFU: Backdoor Federated Learning through Adversarial Machine Unlearning

2025-08-21 · Bingguang Lu, Hongsheng Hu, Yuantian Miao, Shaleeza Sohail 외 arxiv

Federated learning (FL) has been widely adopted as a decentralized training paradigm that enables multiple clients to collaboratively learn a shared model without exposing their local data. As concerns over data privacy …

Federated Learning

Towards Lifecycle Unlearning Commitment Management: Measuring Sample-level Unlearning Completeness

2025-06-06 · Cheng-Long Wang, Qi Li, Zihang Xiang, Yinzhi Cao 외

Growing concerns over data privacy and security highlight the importance of machine unlearning--removing specific data influences from trained models without full retraining. Techniques like Membership Inference Attacks …

Machine UnlearningManagement