Is Your Text-to-Image Model Robust to Caption Noise?
Weichen Yu, Ziyan Yang, Shanchuan Lin, Qi Zhao, Jianyi Wang, Liangke Gui, Matt Fredrikson, Lu Jiang
TL;DR
This work analyzes how caption hallucination in Vision-Language Models used to recaption image data affects text-to-image generation. It builds the CCSBU benchmark with captions from multiple captioners to quantify the impact on generation quality and learned representations, and demonstrates that VLM-derived confidence signals correlate with hallucinated content. The authors propose a simple, effective mitigation by reweighting caption tokens during training based on VLM confidence, aided by a tokenizer-mapping step and attention-reweighting in CrossAttention. Empirical results show improvements in CLIP-Score, FID, and instruction-following benchmarks, and better intermediate representations, highlighting the importance of caption fidelity for robust T2I systems and suggesting avenues for further robust training strategies.
Abstract
In text-to-image (T2I) generation, a prevalent training technique involves utilizing Vision Language Models (VLMs) for image re-captioning. Even though VLMs are known to exhibit hallucination, generating descriptive content that deviates from the visual reality, the ramifications of such caption hallucinations on T2I generation performance remain under-explored. Through our empirical investigation, we first establish a comprehensive dataset comprising VLM-generated captions, and then systematically analyze how caption hallucination influences generation outcomes. Our findings reveal that (1) the disparities in caption quality persistently impact model outputs during fine-tuning. (2) VLMs confidence scores serve as reliable indicators for detecting and characterizing noise-related patterns in the data distribution. (3) even subtle variations in caption fidelity have significant effects on the quality of learned representations. These findings collectively emphasize the profound impact of caption quality on model performance and highlight the need for more sophisticated robust training algorithm in T2I. In response to these observations, we propose a approach leveraging VLM confidence score to mitigate caption noise, thereby enhancing the robustness of T2I models against hallucination in caption.
