paper-with-me

홈 › Papers

Corrective Machine Unlearning

2024-02-21 · Shashwat Goel, Ameya Prabhu, Philip Torr, Ponnurangam Kumaraguru, Amartya Sanyal

Machine Learning models increasingly face data integrity challenges due to the use of large-scale training datasets drawn from the Internet. We study what model developers can do if they detect that some data was manipulated or incorrect. Such manipulated data can cause adverse effects including vulnerability to backdoored samples, systemic biases, and reduced accuracy on certain input domains. Realistically, all manipulated training samples cannot be identified, and only a small, representative subset of the affected data can be flagged. We formalize Corrective Machine Unlearning as the problem of mitigating the impact of data affected by unknown manipulations on a trained model, only having identified a subset of the corrupted data. We demonstrate that the problem of corrective unlearning has significantly different requirements from traditional privacy-oriented unlearning. We find most existing unlearning methods, including retraining-from-scratch without the deletion set, require most of the manipulated data to be identified for effective corrective unlearning. However, one approach, Selective Synaptic Dampening, achieves limited success, unlearning adverse effects with just a small portion of the manipulated samples in our setting, which shows encouraging signs for future progress. We hope our work spurs research towards developing better methods for corrective unlearning and offers practitioners a new strategy to handle data integrity challenges arising from web-scale training. Code is available at https://github.com/drimpossible/corrective-unlearning-bench.

📄 PDF Abstract BibTeX arXiv:2402.14015

Code (1)

drimpossible/corrective-unlearning-bench 공식 구현 pytorch

Tasks

Machine Unlearning

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
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…
SSD SSD is a single-stage object detection method that discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per…

Similar Papers 제목 키워드 기반

Neural Corrective Machine Unranking

2024-11-13 · Jingrui Hou, Axel Finke, Georgina Cosma

Machine unlearning in neural information retrieval (IR) systems requires removing specific data whilst maintaining model performance. Applying existing machine unlearning methods to IR may compromise retrieval effectiven…

Information RetrievalMachine UnlearningRetrieval

A Cognac Shot To Forget Bad Memories: Corrective Unlearning for Graph Neural Networks

2024-12-01 · Varshita Kolipaka, Akshit Sinha, Debangan Mishra, Sumit Kumar 외

Graph Neural Networks (GNNs) are increasingly being used for a variety of ML applications on graph data. Because graph data does not follow the independently and identically distributed (i.i.d.) assumption, adversarial m…

Subtract the Corruption: Training-Data-Free Corrective Machine Unlearning using Task Arithmetic

2025-11-24 · Mostafa Mozafari, Farooq Ahmad Wani, Maria Sofia Bucarelli, Fabrizio Silvestri arxiv

Corrupted training data are ubiquitous. Corrective Machine Unlearning (CMU) seeks to remove the influence of such corruption post-training. Prior CMU typically assumes access to identified corrupted training samples (a "…

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…

SAP: Corrective Machine Unlearning with Scaled Activation Projection for Label Noise Robustness

2024-03-13 · Sangamesh Kodge, Deepak Ravikumar, Gobinda Saha, Kaushik Roy

Label corruption, where training samples are mislabeled due to non-expert annotation or adversarial attacks, significantly degrades model performance. Acquiring large, perfectly labeled datasets is costly, and retraining…

Machine Unlearning