Papers for

digital content creators

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Text to image models struggle with object specific concepts fixed by feature correction

Interpreting Object-Dependent Concept Brittleness in Text-to-Image Diffusion Models

Abstract: Although text-to-image diffusion models generally exhibit strong prompt-following ability, we identify a persistent and previously underexplored failure pattern in which a small subset of prompts differing only in the object consistently fails to realize the same target concept under identical generation settings. We term this phenomenon object-dependent concept brittleness. Such cases suggest systematic internal blind spots rather than random sampling noise. In this paper, we present an interpretability-oriented framework to audit and minimally correct these failures. Our key idea is to analyze denoising trajectories in a step-wise sparse autoencoder (SAE) space, where abstract style and attribute concepts become more separable than in the raw denoising representation. This sparse space enables us to compare successful and failed generations, identify concept dimensions whose evidence is missing, weakened, or temporally delayed, and construct class-level concept prototypes from reliable class-consistent samples. Based on this audit process, we introduce a lightweight inference-time correction strategy that interpolates denoising features toward the corresponding prototype in SAE space. Rather than serving as a task-specific retraining method, this intervention acts as a validation of the diagnosed concept deficiency. We evaluate the proposed framework on style and attribute failure cases across multiple diffusion backbones, with significant improvements in concept consistency, text fidelity, and repair success. Further analyses show that deeper denoising representations provide clearer concept structure, while early-stage intervention offers the strongest correction leverage. Code is available at https://github.com/Metecade/Object-Dependent-Concept-Brittleness.

Wed 9 SeptComputer Vision and Pattern RecognitionMultimedia
The gist
Text-to-image AI models sometimes fail to accurately show certain objects even when the rest of the prompt is the same. The authors found that these failures are not random mistakes but consistent blind spots linked to specific objects. They developed a way to look inside the model's creative steps to spot and fix these problems by nudging internal features towards better examples. This method improves the model's ability to show the intended concepts correctly without retraining it.
Open 2609.09909v1