CVLGJun 13, 2024

Data Attribution for Text-to-Image Models by Unlearning Synthesized Images

arXiv:2406.09408v324 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of data attribution for text-to-image models, which is important for transparency and debugging in generative AI, though it is incremental as it builds on existing attribution concepts.

The paper tackles the problem of identifying which training images most influence a text-to-image model's generated output by proposing an efficient method that simulates unlearning the synthesized image, avoiding the need for costly retraining. It shows advantages over previous methods by evaluating against a gold-standard retraining approach.

The goal of data attribution for text-to-image models is to identify the training images that most influence the generation of a new image. Influence is defined such that, for a given output, if a model is retrained from scratch without the most influential images, the model would fail to reproduce the same output. Unfortunately, directly searching for these influential images is computationally infeasible, since it would require repeatedly retraining models from scratch. In our work, we propose an efficient data attribution method by simulating unlearning the synthesized image. We achieve this by increasing the training loss on the output image, without catastrophic forgetting of other, unrelated concepts. We then identify training images with significant loss deviations after the unlearning process and label these as influential. We evaluate our method with a computationally intensive but "gold-standard" retraining from scratch and demonstrate our method's advantages over previous methods.

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