Paper Overview
Field: Computer Vision Authors: Zixuan Li, Haokun Lin, Yicheng Xiao Published: 2026-06-24 arXiv: 2506.14664
Abstract
Unified multi-modal large language models (MLLMs) have achieved strong text-to-image generation quality, but still struggle with structure-aware prompt following, where object counts, spatial relations, attribute bindings, and coarse layouts must be preserved. The authors attribute this limitation in part to the entanglement of structural planning and appearance rendering within a single conditioning stream.
To address this issue, they propose Implicit Visual Chain-of-Thought (IV-CoT), a latent visual reasoning framework for query-conditioned image generation. IV-CoT decomposes the visual conditioning queries into a structural-to-semantic cascade, where structural queries first form a latent visual plan and semantic queries then render appearance conditioned on this plan.
To guide the structural queries, the method introduces training-only sketch supervision, encouraging them to capture structure from sketches without requiring sketch extraction or intermediate decoding at inference time.
Key Contributions
- Implicit visual chain-of-thought: performs CoT-style latent reasoning in a single forward pass, with no intermediate image decoding during inference
- Structural-to-semantic cascade: separates structural planning from appearance rendering across query groups
- Training-only sketch supervision: guides structural queries to capture layout and structure without inference-time overhead
Results
IV-CoT achieves strong results on GenEval and T2I-CompBench. Visualizations and analysis indicate that the learned structural and semantic queries play complementary roles in structure-aware generation.
--- *Auto-collected on 2026-06-25.*