Multimodal LLM-Guided Semantic Correction in Text-to-Image Diffusion
Zheqi Lv, Junhao Chen, Qi Tian, Keting Yin, Shengyu Zhang, Fei Wu
TL;DR
PPAD tackles semantic drift in diffusion-based text-to-image generation by integrating a Multimodal LLM as an in-process observer and corrector. It introduces Lookahead Sketch Generator, Semantic Corrected Knowledge, and Ping-Pong-Ahead to provide real-time, interpretable feedback that steers the denoising trajectory with minimal overhead, and it supports both inference-only and training-enhanced setups. The authors provide theoretical guarantees on error propagation under a minimum SNR and demonstrate significant improvements on Drawbench and Pick-a-Pic across multiple backbones and metrics. This work demonstrates a practical path to tightly couple language-grounded semantic supervision with diffusion models, enabling more faithful, controllable, and transparent image synthesis.
Abstract
Diffusion models have become the mainstream architecture for text-to-image generation, achieving remarkable progress in visual quality and prompt controllability. However, current inference pipelines generally lack interpretable semantic supervision and correction mechanisms throughout the denoising process. Most existing approaches rely solely on post-hoc scoring of the final image, prompt filtering, or heuristic resampling strategies-making them ineffective in providing actionable guidance for correcting the generative trajectory. As a result, models often suffer from object confusion, spatial errors, inaccurate counts, and missing semantic elements, severely compromising prompt-image alignment and image quality. To tackle these challenges, we propose MLLM Semantic-Corrected Ping-Pong-Ahead Diffusion (PPAD), a novel framework that, for the first time, introduces a Multimodal Large Language Model (MLLM) as a semantic observer during inference. PPAD performs real-time analysis on intermediate generations, identifies latent semantic inconsistencies, and translates feedback into controllable signals that actively guide the remaining denoising steps. The framework supports both inference-only and training-enhanced settings, and performs semantic correction at only extremely few diffusion steps, offering strong generality and scalability. Extensive experiments demonstrate PPAD's significant improvements.
