EditThinker: Unlocking Iterative Reasoning for Any Image Editor
Hongyu Li, Manyuan Zhang, Dian Zheng, Ziyu Guo, Yimeng Jia, Kaituo Feng, Hao Yu, Yexin Liu, Yan Feng, Peng Pei, Xunliang Cai, Linjiang Huang, Hongsheng Li, Si Liu
TL;DR
The paper tackles the challenge of instruction-following in image editing by introducing Think-while-Edit, a deliberative framework where a single EditThinker multimodal model critiques outputs, refines instructions, and repeats edits with editors. EditThinker is trained in two stages (SFT and RL) and paired with the ThinkEdit-140k dataset to ground multi-turn planning in real editing feedback. Across four benchmarks and multiple editors, the approach yields consistent, substantial improvements in both general editing and reasoning-intensive tasks, and its benefits scale with the expert Thinker quality. The work demonstrates the value of internal planning and iterative refinement for image editing and provides datasets and models to support future research in deliberative multimodal reasoning for vision-language tasks.
Abstract
Instruction-based image editing has emerged as a prominent research area, which, benefiting from image generation foundation models, have achieved high aesthetic quality, making instruction-following capability the primary challenge. Existing approaches improve instruction adherence via supervised or reinforcement learning, yet single-turn success rates remain limited due to inherent stochasticity and a lack of deliberation. In this work, we propose a deliberative editing framework to 'think' while they edit, which simulates the human cognitive loop by iteratively executing a Think-while-Edit cycle: Critiquing results and Refining instructions , followed by Repeating the generation until satisfactory. Specifically, we train a single MLLM, EditThinker, to act as the reasoning engine of this framework, which jointly produce the critique score, reasoning process, and refined instructions. We employ reinforcement learning to align the EditThinker's thinking with its editing, thereby generating more targeted instruction improvements. Extensive experiments on four benchmarks demonstrate that our approach significantly improves the instruction-following capability of any image editing model by a large margin. We will release our data construction framework, datasets, and models to benefit the community.
