CVMay 2, 2024

On Mechanistic Knowledge Localization in Text-to-Image Generative Models

arXiv:2405.01008v230 citationsh-index: 49Has CodeICML
AI Analysis

This addresses the challenge of model editing for researchers and practitioners in generative AI, though it is incremental as it builds on prior causal tracing work.

The paper tackles the problem of localizing knowledge in text-to-image models to enable efficient editing, finding that recent models like SD-XL diffuse knowledge more broadly, making causal tracing ineffective, and introduces a method to mechanistically localize it to specific UNet layers, facilitating fast editing.

Identifying layers within text-to-image models which control visual attributes can facilitate efficient model editing through closed-form updates. Recent work, leveraging causal tracing show that early Stable-Diffusion variants confine knowledge primarily to the first layer of the CLIP text-encoder, while it diffuses throughout the UNet.Extending this framework, we observe that for recent models (e.g., SD-XL, DeepFloyd), causal tracing fails in pinpointing localized knowledge, highlighting challenges in model editing. To address this issue, we introduce the concept of Mechanistic Localization in text-to-image models, where knowledge about various visual attributes (e.g., "style", "objects", "facts") can be mechanistically localized to a small fraction of layers in the UNet, thus facilitating efficient model editing. We localize knowledge using our method LocoGen which measures the direct effect of intermediate layers to output generation by performing interventions in the cross-attention layers of the UNet. We then employ LocoEdit, a fast closed-form editing method across popular open-source text-to-image models (including the latest SD-XL)and explore the possibilities of neuron-level model editing. Using Mechanistic Localization, our work offers a better view of successes and failures in localization-based text-to-image model editing. Code will be available at https://github.com/samyadeepbasu/LocoGen.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes