Nupur Kumari et. al , ICCV 2023
The paper introduces a method for modifying pre trained text-to-image diffusion models to remove certain undesired concepts while preserving related ones to ablate (remove) undesired concepts such as copyrighted material, memorized images, or specific art styles.
-
Addressing the challenge of efficiently preventing a diffusion model from generating specific concepts without retraining from scratch: The paper presents two strategies for aligning the target concept distribution with an anchor concept's distribution. The method is demonstrated to be highly efficient, taking only about five minutes per concept for model updates on NVIDIA A100 GPU.
-
Ethical Control in Generative AI: A notable contribution is the introduction of a new avenue for controlling generative AI output ethically. By allowing for the modification of specific concepts while preserving related ones, the research enhances ethical governance over diffusion model outputs.
The primary challenge addressed by the paper is efficiently preventing a diffusion model from generating specific concepts without retraining from scratch or losing related concepts. This is tackled by aligning the target concept image distribution - which is to be ablated - with the distribution of an anchor concept.
They assume that the user provides the desired anchor concept, e.g., Cat for Grumpy Cat. The anchor concept overwrites the target concept and should be a superset or similar to the target concept. Thus, given a set of text prompts
where
Extensive experiments validate the effectiveness of the proposed method across 16 ablation tasks, showing strong numerical evidence of the ability to obviate target concepts – which included specific objects, styles, and memorized images.
The paper's contribution signifies a notable advancement in the field of generative AI, enabling enhanced control and ethical oversight over the outputs of diffusion models. It is noteworthy that certain instances demonstrate a deterioration in the outputs of analogous concepts following ablation, suggesting opportunities for further research in this area.