Generative Adversarial Networks Unlearning
Hui Sun, Tianqing Zhu, Wenhan Chang, and Wanlei Zhou

TL;DR
This paper introduces a cascaded unlearning method for GANs that significantly improves unlearning efficiency with minimal impact on model performance, addressing data removal concerns in generative models.
Contribution
It proposes a novel cascaded unlearning approach for GANs using a substitution mechanism and fake labels, enabling efficient item and class unlearning.
Findings
Achieves up to 185x and 284x faster unlearning on MNIST and CIFAR-10.
Minimal performance degradation when unlearning few images.
Effective for downstream tasks like classification.
Abstract
As machine learning continues to develop, and data misuse scandals become more prevalent, individuals are becoming increasingly concerned about their personal information and are advocating for the right to remove their data. Machine unlearning has emerged as a solution to erase training data from trained machine learning models. Despite its success in classifiers, research on Generative Adversarial Networks (GANs) is limited due to their unique architecture, including a generator and a discriminator. One challenge pertains to generator unlearning, as the process could potentially disrupt the continuity and completeness of the latent space. This disruption might consequently diminish the model's effectiveness after unlearning. Another challenge is how to define a criterion that the discriminator should perform for the unlearning images. In this paper, we introduce a substitution…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Digital Media Forensic Detection · Adversarial Robustness in Machine Learning
