CVJun 18

ELDiff: When Evidential Learning Meets Text-to-Image Diffusion

arXiv:2606.2092413.1Has Code
Predicted impact top 33% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For text-to-image generation, ELDiff addresses the underemphasized consistency constraint in multi-object scenarios, offering a plug-and-play solution that enhances existing diffusion models.

ELDiff improves semantic consistency in multi-object text-to-image diffusion by using evidential learning to handle segmentation map bias and semantic conflicts, outperforming existing models on SD v1.4, SD v2.1, SDXL, SD v3.5, and Qwen-Image without extra inference-time manipulations.

In multi-object text-to-image (T2I) diffusion, ensuring semantic consistency between textual prompts and generated visual content is crucial for image synthesis. However, such consistency constraint is often underemphasized in the denoising process of diffusion models. Although token supervised diffusion models can mitigate this issue by learning object-wise consistency between the image content and object segmentation maps, it tends to suffer from the problems of segmentation map bias and semantic overlap conflict, especially when involving multiple objects. In this paper, we propose ELDiff, a new evidential learning-supervised T2I diffusion model, which leverages the advantages of uncertainty metric and conflict detection to enhance the fault tolerance of unreliable segmentation maps and suppress semantic conflicts, strengthening object-wise consistency learning. Specifically, a pixel evidence loss is proposed to restrain overconfidence in unreliable labels through evidential regularization, and a token conflict loss is designed to weaken the contradiction between semantics through optimizing a measured conflict factor. Extensive experiments show that our ELDiff outperforms existing training based and train-free based T2I diffusion models on SD v1.4, SD v2.1, SDXL, SD v3.5, and Qwen-Image, without requiring additional inference-time manipulations. Notably, ELDiff can be seamlessly extended to the existing training pipeline of T2I diffusion models. Code can be found at https://github.com/QingtaoPan/ELDiff.

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