Generative Unlearning for Any Identity
Juwon Seo, Sung-Hoon Lee, Tae-Young Lee, Seungjun Moon, Gyeong-Moon Park
TL;DR
GUIDE introduces generative identity unlearning to erase a specified identity from pre-trained GANs using a single image, addressing privacy risks in generative models. It combines Un-Identifying Face On Latent Space (UFO) to select a latent target and Latent Target Unlearning (LTU) with three losses—Local, Adjacency, and Global Preservation—to shift identity while preserving the model's overall distribution. Experiments on 3D EG3D (FFHQ) and 2D StyleGAN2 (FFHQ/CelebAHQ) demonstrate state-of-the-art identity erasure with minimal collateral changes and quantifiable maintenance of generation quality, including unseen identities in OOD settings. The work provides a practical privacy-preserving tool and a framework for identity unlearning in generative models, with broad implications for safe deployment of powerful generative systems.
Abstract
Recent advances in generative models trained on large-scale datasets have made it possible to synthesize high-quality samples across various domains. Moreover, the emergence of strong inversion networks enables not only a reconstruction of real-world images but also the modification of attributes through various editing methods. However, in certain domains related to privacy issues, e.g., human faces, advanced generative models along with strong inversion methods can lead to potential misuses. In this paper, we propose an essential yet under-explored task called generative identity unlearning, which steers the model not to generate an image of a specific identity. In the generative identity unlearning, we target the following objectives: (i) preventing the generation of images with a certain identity, and (ii) preserving the overall quality of the generative model. To satisfy these goals, we propose a novel framework, Generative Unlearning for Any Identity (GUIDE), which prevents the reconstruction of a specific identity by unlearning the generator with only a single image. GUIDE consists of two parts: (i) finding a target point for optimization that un-identifies the source latent code and (ii) novel loss functions that facilitate the unlearning procedure while less affecting the learned distribution. Our extensive experiments demonstrate that our proposed method achieves state-of-the-art performance in the generative machine unlearning task. The code is available at https://github.com/KHU-AGI/GUIDE.
