paper-with-me

Papers

Towards Scalable Exact Machine Unlearning Using Parameter-Efficient Fine-Tuning

2024-06-24 · Somnath Basu Roy Chowdhury, Krzysztof Choromanski, Arijit Sehanobish, Avinava Dubey, Snigdha Chaturvedi

Machine unlearning is the process of efficiently removing the influence of a training data instance from a trained machine learning model without retraining it from scratch. A popular subclass of unlearning approaches is exact machine unlearning, which focuses on techniques that explicitly guarantee the removal of the influence of a data instance from a model. Exact unlearning approaches use a machine learning model in which individual components are trained on disjoint subsets of the data. During deletion, exact unlearning approaches only retrain the affected components rather than the entire model. While existing approaches reduce retraining costs, it can still be expensive for an organization to retrain a model component as it requires halting a system in production, which leads to service failure and adversely impacts customers. To address these challenges, we introduce an exact unlearning framework -- Sequence-aware Sharded Sliced Training (S3T), which is designed to enhance the deletion capabilities of an exact unlearning system while minimizing the impact on model's performance. At the core of S3T, we utilize a lightweight parameter-efficient fine-tuning approach that enables parameter isolation by sequentially training layers with disjoint data slices. This enables efficient unlearning by simply deactivating the layers affected by data deletion. Furthermore, to reduce the retraining cost and improve model performance, we train the model on multiple data sequences, which allows S3T to handle an increased number of deletion requests. Both theoretically and empirically, we demonstrate that S3T attains superior deletion capabilities and enhanced performance compared to baselines across a wide range of settings.

📄 PDF Abstract BibTeX arXiv:2406.16257

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Unlearningparameter-efficient fine-tuning

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Machine unlearning through fine-grained model parameters perturbation

2024-01-09 · Zhiwei Zuo, Zhuo Tang, Kenli Li, Anwitaman Datta

Machine unlearning techniques, which involve retracting data records and reducing influence of said data on trained models, help with the user privacy protection objective but incur significant computational costs. Weigh…

Machine Unlearningmodel

On the Necessity of Auditable Algorithmic Definitions for Machine Unlearning

2021-10-22 · Anvith Thudi, Hengrui Jia, Ilia Shumailov, Nicolas Papernot

Machine unlearning, i.e. having a model forget about some of its training data, has become increasingly more important as privacy legislation promotes variants of the right-to-be-forgotten. In the context of deep learnin…

Machine Unlearning

Rectifying Privacy and Efficacy Measurements in Machine Unlearning: A New Inference Attack Perspective

2025-06-16 · Nima Naderloui, Shenao Yan, Binghui Wang, Jie Fu 외

Machine unlearning focuses on efficiently removing specific data from trained models, addressing privacy and compliance concerns with reasonable costs. Although exact unlearning ensures complete data removal equivalent t…

Inference AttackMachine Unlearning

MUSO: Achieving Exact Machine Unlearning in Over-Parameterized Regimes

2024-10-11 · Ruikai Yang, Mingzhen He, Zhengbao He, Youmei Qiu 외

Machine unlearning (MU) is to make a well-trained model behave as if it had never been trained on specific data. In today's over-parameterized models, dominated by neural networks, a common approach is to manually relabe…

Machine UnlearningModel Optimization

Machine Unlearning with Minimal Gradient Dependence for High Unlearning Ratios

2024-06-24 · Tao Huang, Ziyang Chen, Jiayang Meng, Qingyu Huang 외

In the context of machine unlearning, the primary challenge lies in effectively removing traces of private data from trained models while maintaining model performance and security against privacy attacks like membership…

Machine Unlearning