Few-Shot Concept Unlearning with Low Rank Adaptation
Udaya Shreyas, L.N. Aadarsh

TL;DR
This paper introduces a fast method for concept unlearning in diffusion models by updating the final layers of text encoders using a weighted loss that incorporates Textual Inversion and Low-Rank Adaptation, significantly reducing unlearning time.
Contribution
It proposes a novel, efficient algorithm for concept unlearning in diffusion models that updates only the final layers of text encoders with a weighted loss function.
Findings
Unlearning takes approximately 50 seconds per concept.
The method effectively removes concept influence from the model.
It leverages Textual Inversion and Low-Rank Adaptation techniques.
Abstract
Image Generation models are a trending topic nowadays, with many people utilizing Artificial Intelligence models in order to generate images. There are many such models which, given a prompt of a text, will generate an image which depicts said prompt. There are many image generation models, such as Latent Diffusion Models, Denoising Diffusion Probabilistic Models, Generative Adversarial Networks and many more. When generating images, these models can generate sensitive image data, which can be threatening to privacy or may violate copyright laws of private entities. Machine unlearning aims at removing the influence of specific data subsets from the trained models and in the case of image generation models, remove the influence of a concept such that the model is unable to generate said images of the concept when prompted. Conventional retraining of the model can take upto days, hence…
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 · Face recognition and analysis · Multimodal Machine Learning Applications
MethodsDiffusion
