paper-with-me

Papers

Fast Machine Unlearning Without Retraining Through Selective Synaptic Dampening

2023-08-15 · Jack Foster, Stefan Schoepf, Alexandra Brintrup

Machine unlearning, the ability for a machine learning model to forget, is becoming increasingly important to comply with data privacy regulations, as well as to remove harmful, manipulated, or outdated information. The key challenge lies in forgetting specific information while protecting model performance on the remaining data. While current state-of-the-art methods perform well, they typically require some level of retraining over the retained data, in order to protect or restore model performance. This adds computational overhead and mandates that the training data remain available and accessible, which may not be feasible. In contrast, other methods employ a retrain-free paradigm, however, these approaches are prohibitively computationally expensive and do not perform on par with their retrain-based counterparts. We present Selective Synaptic Dampening (SSD), a novel two-step, post hoc, retrain-free approach to machine unlearning which is fast, performant, and does not require long-term storage of the training data. First, SSD uses the Fisher information matrix of the training and forgetting data to select parameters that are disproportionately important to the forget set. Second, SSD induces forgetting by dampening these parameters proportional to their relative importance to the forget set with respect to the wider training data. We evaluate our method against several existing unlearning methods in a range of experiments using ResNet18 and Vision Transformer. Results show that the performance of SSD is competitive with retrain-based post hoc methods, demonstrating the viability of retrain-free post hoc unlearning approaches.

📄 PDF Abstract BibTeX arXiv:2308.07707

Code (1)

if-loops/selective-synaptic-dampening 공식 구현 pytorch

Tasks

Machine Unlearning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Fast-NTK: Parameter-Efficient Unlearning for Large-Scale Models

2023-12-22 · Guihong Li, Hsiang Hsu, Chun-Fu Chen, Radu Marculescu

The rapid growth of machine learning has spurred legislative initiatives such as ``the Right to be Forgotten,'' allowing users to request data removal. In response, ``machine unlearning'' proposes the selective removal o…

Machine Unlearningparameter-efficient fine-tuning

Fast-FedUL: A Training-Free Federated Unlearning with Provable Skew Resilience

2024-05-28 · Thanh Trung Huynh, Trong Bang Nguyen, Phi Le Nguyen, Thanh Tam Nguyen 외

Federated learning (FL) has recently emerged as a compelling machine learning paradigm, prioritizing the protection of privacy for training data. The increasing demand to address issues such as ``the right to be forgotte…

Backdoor AttackData PoisoningFederated Learning

Machine Unlearning for the XGBoost Model with Network Intrusion Datasets

2026-06-17 · Diana Magalhães, Eva Maia, João Vitorino, Isabel Praça arxiv

Machine Unlearning (MU) has emerged as an important technique for removing specific data points from trained models without requiring full retraining. However, most existing MU research focuses on deep learning and image…

Network Intrusion Detection

An Investigation on Learning, Polluting, and Unlearning the Spam Emails for Lifelong Learning

2021-11-26 · Nishchal Parne, Kyathi Puppaala, Nithish Bhupathi, Ripon Patgiri

Machine unlearning for security is studied in this context. Several spam email detection methods exist, each of which employs a different algorithm to detect undesired spam emails. But these models are vulnerable to atta…

Lifelong learningMachine UnlearningSpam detection

Forgetting Fast in Recommender Systems

2022-08-14 · Wenyan Liu, Juncheng Wan, Xiaoling Wang, Weinan Zhang 외

Users of a recommender system may want part of their data being deleted, not only from the data repository but also from the underlying machine learning model, for privacy or utility reasons. Such right-to-be-forgotten r…

Machine UnlearningRecommendation Systems