GenEvolve: Self-Evolving Image Generation Agents via Tool-Orchestrated Visual Experience Distillation

Sixiang Chen, Zhaohu Xing, Tian Ye, Xinyu Geng, Yunlong Lin, Jianyu Lai, Xuanhua He, Fuxiang Zhai, Jialin Gao, Lei Zhu

arXiv:2605.21605 · 2026-05-22 공개 · arXiv · PDF

text-to-image on-policy-distillation self-evolving-agents prompt-reference-program genevolve-data genevolve-bench agent-based-generation visual-experience

Abstract

Open-ended image generation is no longer a simple prompt-to-image problem. High-quality generation often requires an agent to combine a model's internal generative ability with external resources. As requests become more diverse and demanding, we aim to develop a general image-generation agent that can self-evolve through trajectories and use tools more effectively across varied generation challenges. To this end, we propose GenEvolve, a self-evolving framework based on Tool-Orchestrated Visual Experience Distillation. In GenEvolve, each generation attempt is modeled as a tool-orchestrated trajectory, where the agent gathers evidence, selects references, invokes generation skills, and composes them into a prompt-reference program. Unlike existing agentic generation methods that mainly rely on image-level scalar rewards, GenEvolve compares multiple trajectories for the same request and abstracts best-worst differences into structured visual experience, provided only to a privileged teacher branch. Inspired by on-policy self-distillation, Visual Experience Distillation provides dense token-level supervision, helping the student internalize better search, knowledge activation, reference selection, and prompt construction. We further construct GenEvolve-Data and GenEvolve-Bench. Experiments on public benchmarks and GenEvolve-Bench show substantial gains over strong baselines, achieving state-of-the-art performance among current image-generation frameworks. Our website is as follows: https://ephemeral182.github.io/GenEvolve/

한국어 요약

📋 한 줄 요약

**[Image Generation Agent / Self-Evolving]** GenEvolve가 generation 시도를 tool-orchestrated trajectory로 모델링·trajectory 간 best-worst 차이를 structured visual experience로 distill해 teacher branch에 제공, dense token-level supervision으로 student 자기 진화.

🎯 핵심 기여도

💡 핵심 아이디어

이미지 생성 agent의 self-evolution은 image-level scalar reward 대신 같은 request의 multiple trajectory를 best-worst로 비교해 structured visual experience를 distill하고, teacher branch에 dense token-level supervision을 제공해 student가 검색·지식 활성화·reference 선택·prompt 구성을 internalize하도록 만드는 데서 가능하다.

🔬 기술적 접근법

📊 주요 결과

💭 의의 및 한계

**의의**: 이미지 생성을 prompt-to-image에서 agentic·tool-use·self-evolution paradigm으로 확장, scalar reward의 한계를 trajectory 비교·structured distillation으로 우회, dense token-level supervision의 generative agent 학습 적용. **한계**: Privileged teacher branch 구성·trajectory 큐레이션 비용, structured experience 추상화의 generality는 task 의존, agentic 추론 overhead.

🚀 실용적 활용