paper-with-me

Papers

Deep Regression Unlearning

2022-10-15 · Ayush K Tarun, Vikram S Chundawat, Murari Mandal, Mohan Kankanhalli

With the introduction of data protection and privacy regulations, it has become crucial to remove the lineage of data on demand from a machine learning (ML) model. In the last few years, there have been notable developments in machine unlearning to remove the information of certain training data efficiently and effectively from ML models. In this work, we explore unlearning for the regression problem, particularly in deep learning models. Unlearning in classification and simple linear regression has been considerably investigated. However, unlearning in deep regression models largely remains an untouched problem till now. In this work, we introduce deep regression unlearning methods that generalize well and are robust to privacy attacks. We propose the Blindspot unlearning method which uses a novel weight optimization process. A randomly initialized model, partially exposed to the retain samples and a copy of the original model are used together to selectively imprint knowledge about the data that we wish to keep and scrub off the information of the data we wish to forget. We also propose a Gaussian fine tuning method for regression unlearning. The existing unlearning metrics for classification are not directly applicable to regression unlearning. Therefore, we adapt these metrics for the regression setting. We conduct regression unlearning experiments for computer vision, natural language processing and forecasting applications. Our methods show excellent performance for all these datasets across all the metrics. Source code: https://github.com/ayu987/deep-regression-unlearning

📄 PDF Abstract BibTeX arXiv:2210.08196

Code (1)

ayu987/deep-regression-unlearning 공식 구현 pytorch

Tasks

Inference AttackMachine UnlearningMembership Inference Attackregression

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Verifiable and Provably Secure Machine Unlearning

2022-10-17 · Thorsten Eisenhofer, Doreen Riepel, Varun Chandrasekaran, Esha Ghosh 외

Machine unlearning aims to remove points from the training dataset of a machine learning model after training; for example when a user requests their data to be deleted. While many machine unlearning methods have been pr…

Machine UnlearningregressionSNARKS

On Optimization Complexity of Second-Order Certified Unlearning

2026-07-22 · Nikita Doikov, Anastasia Koloskova arxiv

We study machine unlearning: the removal of memorized training data from a trained model. Specifically, we investigate the algorithmic complexity of certified unlearning from an optimization perspective. We formalize the…

Challenges and Pitfalls of Bayesian Unlearning

2022-07-07 · Ambrish Rawat, James Requeima, Wessel Bruinsma, Richard Turner

Machine unlearning refers to the task of removing a subset of training data, thereby removing its contributions to a trained model. Approximate unlearning are one class of methods for this task which avoid the need to re…

Machine UnlearningVariational Inference

Variational Bayesian Unlearning

2020-10-24 · NeurIPS 2020 12 · Quoc Phong Nguyen, Bryan Kian Hsiang Low, Patrick Jaillet

This paper studies the problem of approximately unlearning a Bayesian model from a small subset of the training data to be erased. We frame this problem as one of minimizing the Kullback-Leibler divergence between the ap…

Variational Inference

Benchmarking Federated Machine Unlearning methods for Tabular Data

2025-04-01 · Chenguang Xiao, Abhirup Ghosh, Han Wu, Shuo Wang 외

Machine unlearning, which enables a model to forget specific data upon request, is increasingly relevant in the era of privacy-centric machine learning, particularly within federated learning (FL) environments. This pape…

BenchmarkingComputational EfficiencyFederated LearningMachine Unlearning+1