CVAINov 11, 2025

CLIP is All You Need for Human-like Semantic Representations in Stable Diffusion

arXiv:2511.08075v1h-index: 2
AI Analysis

This addresses the interpretability of latent diffusion models for researchers and practitioners, but it is incremental as it clarifies existing components rather than introducing new methods.

The study investigated whether Stable Diffusion's internal representations during text-to-image generation contain human-like semantic information, finding that the CLIP text encoder, not the diffusion process, primarily determines this semantic understanding, with attribute decoding accuracy varying significantly.

Latent diffusion models such as Stable Diffusion achieve state-of-the-art results on text-to-image generation tasks. However, the extent to which these models have a semantic understanding of the images they generate is not well understood. In this work, we investigate whether the internal representations used by these models during text-to-image generation contain semantic information that is meaningful to humans. To do so, we perform probing on Stable Diffusion with simple regression layers that predict semantic attributes for objects and evaluate these predictions against human annotations. Surprisingly, we find that this success can actually be attributed to the text encoding occurring in CLIP rather than the reverse diffusion process. We demonstrate that groups of specific semantic attributes have markedly different decoding accuracy than the average, and are thus represented to different degrees. Finally, we show that attributes become more difficult to disambiguate from one another during the inverse diffusion process, further demonstrating the strongest semantic representation of object attributes in CLIP. We conclude that the separately trained CLIP vision-language model is what determines the human-like semantic representation, and that the diffusion process instead takes the role of a visual decoder.

Foundations

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

Your Notes