paper-with-me

홈 › Papers

Machine Unlearning using a Multi-GAN based Model

2024-07-26 · Amartya Hatua, Trung T. Nguyen, Andrew H. Sung

This article presents a new machine unlearning approach that utilizes multiple Generative Adversarial Network (GAN) based models. The proposed method comprises two phases: i) data reorganization in which synthetic data using the GAN model is introduced with inverted class labels of the forget datasets, and ii) fine-tuning the pre-trained model. The GAN models consist of two pairs of generators and discriminators. The generator discriminator pairs generate synthetic data for the retain and forget datasets. Then, a pre-trained model is utilized to get the class labels of the synthetic datasets. The class labels of synthetic and original forget datasets are inverted. Finally, all combined datasets are used to fine-tune the pre-trained model to get the unlearned model. We have performed the experiments on the CIFAR-10 dataset and tested the unlearned models using Membership Inference Attacks (MIA). The inverted class labels procedure and synthetically generated data help to acquire valuable information that enables the model to outperform state-of-the-art models and other standard unlearning classifiers.

📄 PDF Abstract BibTeX arXiv:2407.18467

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial NetworkMachine Unlearningmodel

Similar Papers 제목 키워드 기반

A More Practical Approach to Machine Unlearning

2024-06-13 · David Zagardo

Machine learning models often incorporate vast amounts of data, raising significant privacy concerns. Machine unlearning, the ability to remove the influence of specific data points from a trained model, addresses these …

Machine Unlearning

Towards Machine Unlearning Benchmarks: Forgetting the Personal Identities in Facial Recognition Systems

2023-11-03 · Dasol Choi, Dongbin Na

Machine unlearning is a crucial tool for enabling a classification model to forget specific data that are used in the training time. Recently, various studies have presented machine unlearning algorithms and evaluated th…

Age EstimationAttributeClassificationFacial Attribute Classification+2

Langevin Unlearning: A New Perspective of Noisy Gradient Descent for Machine Unlearning

2024-01-18 · Eli Chien, Haoyu Wang, Ziang Chen, Pan Li

Machine unlearning has raised significant interest with the adoption of laws ensuring the ``right to be forgotten''. Researchers have provided a probabilistic notion of approximate unlearning under a similar definition o…

Machine Unlearning

Towards Understanding the Feasibility of Machine Unlearning

2024-10-03 · Mahtab Sarvmaili, Hassan Sajjad, Ga Wu

In light of recent privacy regulations, machine unlearning has attracted significant attention in the research community. However, current studies predominantly assess the overall success of unlearning approaches, overlo…

Machine Unlearning

Machine Unlearning: A Comprehensive Survey

2024-05-13 · Weiqi Wang, Zhiyi Tian, Chenhan Zhang, Shui Yu

As the right to be forgotten has been legislated worldwide, many studies attempt to design unlearning mechanisms to protect users' privacy when they want to leave machine learning service platforms. Specifically, machine…

Machine UnlearningSurvey