CVAICLOct 7, 2025

Improving Chain-of-Thought Efficiency for Autoregressive Image Generation

arXiv:2510.05593v15 citationsh-index: 30
Originality Incremental advance
AI Analysis

This work addresses computational inefficiency in multimodal large language models for image generation, offering an incremental improvement in efficiency for users of such systems.

The paper tackles the problem of visual overthinking in chain-of-thought reasoning for autoregressive image generation, introducing ShortCoTI to reduce prompt length by 54% while maintaining or slightly improving image quality on benchmarks like T2I-CompBench and GenEval.

Autoregressive multimodal large language models have recently gained popularity for image generation, driven by advances in foundation models. To enhance alignment and detail, newer approaches employ chain-of-thought (CoT) reasoning, expanding user inputs into elaborated prompts prior to image synthesis. However, this strategy can introduce unnecessary redundancy -- a phenomenon we call visual overthinking -- which increases computational costs and can introduce details that contradict the original prompt. In this work, we explore how to generate more concise CoT sequences for more efficient image generation. We introduce ShortCoTI, a lightweight optimization framework that encourages more concise CoT while preserving output image quality. ShortCoTI rewards more concise prompts with an adaptive function that scales according to an estimated difficulty for each task. Incorporating this reward into a reinforcement learning paradigm reduces prompt reasoning length by 54% while maintaining or slightly improving quality metrics across multiple benchmarks (T2I-CompBench, GenEval). Qualitative analysis shows that our method eliminates verbose explanations and repetitive refinements, producing reasoning prompts that are both concise and semantically rich. As a result, ShortCoTI improves computational efficiency without compromising the fidelity or visual appeal of generated images.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes