CVAICLMay 23, 2023

Training Priors Predict Text-To-Image Model Performance

arXiv:2306.01755v24 citations
Originality Incremental advance
AI Analysis

This addresses the problem of compositional generalization in AI for researchers, showing models rely on training priors rather than abstract composition, which is incremental but provides new empirical evidence.

The paper investigates how training data frequency influences text-to-image model performance, finding that higher frequency of subject-verb-object triads in training improves alignment for those triads but reduces it for flipped versions, with concrete correlations reported.

Text-to-image models can often generate some relations, i.e., "astronaut riding horse", but fail to generate other relations composed of the same basic parts, i.e., "horse riding astronaut". These failures are often taken as evidence that models rely on training priors rather than constructing novel images compositionally. This paper tests this intuition on the stablediffusion 2.1 text-to-image model. By looking at the subject-verb-object (SVO) triads that underlie these prompts (e.g., "astronaut", "ride", "horse"), we find that the more often an SVO triad appears in the training data, the better the model can generate an image aligned with that triad. Here, by aligned we mean that each of the terms appears in the generated image in the proper relation to each other. Surprisingly, this increased frequency also diminishes how well the model can generate an image aligned with the flipped triad. For example, if "astronaut riding horse" appears frequently in the training data, the image for "horse riding astronaut" will tend to be poorly aligned. Our results thus show that current models are biased to generate images with relations seen in training, and provide new data to the ongoing debate on whether these text-to-image models employ abstract compositional structure in a traditional sense, or rather, interpolate between relations explicitly seen in the training data.

Foundations

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

Your Notes