ThinkGen: Generalized Thinking for Visual Generation
Siyu Jiao, Yiheng Lin, Yujie Zhong, Qi She, Wei Zhou, Xiaohan Lan, Zilong Huang, Fei Yu, Yingchen Yu, Yunqing Zhao, Yao Zhao, Yunchao Wei
TL;DR
ThinkGen presents a think-driven approach to visual generation that explicitly uses Chain-of-Thought reasoning from a Multimodal Large Language Model to guide Diffusion Transformer synthesis. A Visual Generation Instruction Refinement module extracts concise, task-specific instructions, enabling effective conditioning for the DiT. The separable GRPO (SepGRPO) training paradigm alternates reinforcement learning between the MLLM and DiT across multiple generation scenarios, improving both instruction quality and image fidelity. Across diverse benchmarks, ThinkGen achieves state-of-the-art results, particularly in reasoning generation, text rendering, and image editing, demonstrating strong generalization and practical impact for versatile, reasoning-guided generation systems.
Abstract
Recent progress in Multimodal Large Language Models (MLLMs) demonstrates that Chain-of-Thought (CoT) reasoning enables systematic solutions to complex understanding tasks. However, its extension to generation tasks remains nascent and limited by scenario-specific mechanisms that hinder generalization and adaptation. In this work, we present ThinkGen, the first think-driven visual generation framework that explicitly leverages MLLM's CoT reasoning in various generation scenarios. ThinkGen employs a decoupled architecture comprising a pretrained MLLM and a Diffusion Transformer (DiT), wherein the MLLM generates tailored instructions based on user intent, and DiT produces high-quality images guided by these instructions. We further propose a separable GRPO-based training paradigm (SepGRPO), alternating reinforcement learning between the MLLM and DiT modules. This flexible design enables joint training across diverse datasets, facilitating effective CoT reasoning for a wide range of generative scenarios. Extensive experiments demonstrate that ThinkGen achieves robust, state-of-the-art performance across multiple generation benchmarks. Code is available: https://github.com/jiaosiyuu/ThinkGen
