paper-with-me

홈 › Papers

IMAGAgent: Orchestrating Multi-Turn Image Editing via Constraint-Aware Planning and Reflection

2026-02-12 · Fei Shen, Chengyu Xie, Lihong Wang, Zhanyi Zhang, Xin Jiang, Xiaoyu Du, Jinhui Tang arxiv

Existing multi-turn image editing paradigms are often confined to isolated single-step execution. Due to a lack of context-awareness and closed-loop feedback mechanisms, they are prone to error accumulation and semantic drift during multi-turn interactions, ultimately resulting in severe structural distortion of the generated images. For that, we propose \textbf{IMAGAgent}, a multi-turn image editing agent framework based on a "plan-execute-reflect" closed-loop mechanism that achieves deep synergy among instruction parsing, tool scheduling, and adaptive correction within a unified pipeline. Specifically, we first present a constraint-aware planning module that leverages a vision-language model (VLM) to precisely decompose complex natural language instructions into a series of executable sub-tasks, governed by target singularity, semantic atomicity, and visual perceptibility. Then, the tool-chain orchestration module dynamically constructs execution paths based on the current image, the current sub-task, and the historical context, enabling adaptive scheduling and collaborative operation among heterogeneous operation models covering image retrieval, segmentation, detection, and editing. Finally, we devise a multi-expert collaborative reflection mechanism where a central large language model (LLM) receives the image to be edited and synthesizes VLM critiques into holistic feedback, simultaneously triggering fine-grained self-correction and recording feedback outcomes to optimize future decisions. Extensive experiments on our constructed \textbf{MTEditBench} and the MagicBrush dataset demonstrate that IMAGAgent achieves performance significantly superior to existing methods in terms of instruction consistency, editing precision, and overall quality. The code is available at https://github.com/hackermmzz/IMAGAgent.git.

📄 PDF Abstract BibTeX arXiv:2603.29602

Code (0)

등록된 구현이 없습니다.

Tasks

Image RetrievalImage Editing

Similar Papers 제목 키워드 기반

MT-EditFlow: Reinforcement Learning for Multi-Turn Image Editing with Flow Matching

2026-06-01 · Jiahui Huang, Yasi Zhang, Tianyu Chen, Shu Wang 외 arxiv

Recent breakthroughs in instruction-based image editing have captured significant attention, as models are now capable of handling real-world editing demands with the practicality required by everyday users. However, edi…

Reinforcement LearningImage Editing

Talk2Image: A Multi-Agent System for Multi-Turn Image Generation and Editing

2025-08-09 · Shichao Ma, Yunhe Guo, Jiahao Su, Qihe Huang 외 arxiv

Text-to-image generation tasks have driven remarkable advances in diverse media applications, yet most focus on single-turn scenarios and struggle with iterative, multi-turn creative tasks. Recent dialogue-based systems …

Text-to-Image GenerationImage Editing

Edit-R2: Context-Aware Reinforcement Learning for Multi-Turn Image Editing

2026-06-04 · Yuxiao Ye, Haoran He, Fangyuan Kong, Xintao Wang 외 arxiv

Text-guided image editing has advanced rapidly with diffusion models and unified multimodal foundation models. However, most existing methods remain confined to single-turn settings, overlooking the more realistic scenar…

Reinforcement LearningInstruction FollowingImage GenerationImage Editing

CHATEDIT: Towards Multi-turn Interactive Facial Image Editing via Dialogue

2023-03-20 · Xing Cui, Zekun Li, Peipei Li, Yibo Hu 외

This paper explores interactive facial image editing via dialogue and introduces the ChatEdit benchmark dataset for evaluating image editing and conversation abilities in this context. ChatEdit is constructed from the Ce…

AttributeFacial EditingResponse Generation

ImgEdit: A Unified Image Editing Dataset and Benchmark

2025-05-26 · Yang Ye, Xianyi He, Zongjian Li, Bin Lin 외

Recent advancements in generative models have enabled high-fidelity text-to-image generation. However, open-source image-editing models still lag behind their proprietary counterparts, primarily due to limited high-quali…

Image EditingImage GenerationLanguage Modeling+3