📄
Abstract - Qwen-Image-Agent: Bridging the Context Gap in Real-World Image Generation
While text-to-image (T2I) models have achieved remarkable progress, they struggle with real-world requests that are often underspecified, implicit, or dependent on up-to-date knowledge. We identify this challenge as the Context Gap: the mismatch between the user context and the sufficient generation context for T2I models. To bridge this gap, we propose Qwen-Image-Agent, a unified agentic framework that integrates plan, reason, search, memory and feedback in a context-centric manner. Qwen-Image-Agent treats user input as partial context and progressively constructs the generation context through Context-Aware Planning and Context Grounding. Specifically, Context-Aware Planning identifies missing context and plans how it should be acquired and used, while Context Grounding gathers this context from reason, search, memory, and feedback. To evaluate agentic image generation, we further introduce Image Agent Bench (IA-Bench), a benchmark covering four core image agent capabilities: Plan, Reason, Search, and Memory. Experiments on IA-Bench, Mindbench and WISE-Verified show that Qwen-Image-Agent outperforms strong baselines and achieves state-of-the-art performance.
Qwen-图像代理:弥合真实图像生成中的上下文鸿沟 /
Qwen-Image-Agent: Bridging the Context Gap in Real-World Image Generation
1️⃣ 一句话总结
本文针对现有文生图模型难以处理用户复杂、隐含或依赖最新知识的真实需求这一痛点,提出一个名为Qwen-Image-Agent的统一智能体框架,它通过主动规划、推理、搜索、记忆和反馈来补全缺失的生成上下文,从而弥合用户意图与模型生成之间的“上下文鸿沟”,并在新提出的基准测试上取得了领先性能。