ToolArtist: Tool-Using Unified Multimodal Models for Agentic Image Generation

Jiahao Zhao, Xiaomin Yu, Zhongxiang Sun, Fengwei Teng, Chengwei Qin, Xiaobin Hu, Jun Xu, Shuicheng Yan

arXiv:2608.04436 · 2026-08-06 공개 · arXiv · PDF

tool-use supervised-fine-tuning rl-training agentic-image-generation open-world-tasks external-tools tool-artist unified-multimodal-model

Abstract

Text-to-image (T2I) models can produce visually compelling images, yet they remain limited on open-world tasks that require complex semantic understanding, multi-step reasoning, and the integration of external world knowledge. Existing efforts introduce agent capabilities into image generation, but they either prescribe a fixed workflow or place only a subset of the open-world image generation process under agent control. Consequently, reasoning, tool invocation, and image generation are not coordinated by a single policy. We propose ToolArtist, a fully agentic image generation model obtained by post-training a Unified Multimodal Model (UMM). ToolArtist dynamically orchestrates reasoning, external tool use, and native image generation within one unified policy. During Supervised Fine-Tuning (SFT), we equip a teacher agent with search tools alongside an image-generation tool. We then convert the collected trajectories into a UMM compatible format, where the image-generation tool is concealed while the resulting generated images are retained. During Reinforcement Learning (RL), we develop an agentic RL infrastructure for UMMs and introduce Reason-Act-Draw GRPO (RAD-GRPO), which uses complementary intent and quality rewards to jointly optimize the model. Experiments show that placing the entire open-world image-generation process under an agent policy consistently outperforms approaches with fixed pipelines or only partially agent-controlled components. We release the training data and the complete post-training infrastructure.

한국어 요약

한 줄 요약

ToolArtist는 완전한 에이전트 정책을 통해 외부 도구 사용과 이미지 생성을 통합한 통합 멀티모달 모델이다.

핵심 기여도

핵심 아이디어

기존 이미지 생성 모델은 외부 도구와의 상호작용을 고정된 파이프라인 또는 부분적 에이전트 제어로 제한하여, 완전한 추론-도구 사용-생성 프로세스를 통합하지 못한다. ToolArtist는 이 문제를 해결하기 위해 **단일 UMM 정책** 내에서 외부 도구 사용과 이미지 생성을 동적으로 조율한다. 이는 사용자 요청에 대해 필요한 정보가 누락되었는지 판단하고, 적절한 도구를 선택적으로 호출한 후, 생성된 이미지를 반복적으로 수정하는 **Reason-Act-Draw** 프로세스를 가능하게 한다.

이 모델은 **Supervised Fine-Tuning (SFT)** 단계에서 교사 에이전트가 텍스트/이미지 검색 도구와 이미지 생성 도구를 사용해 트래젝토리를 생성하고, 이 트래젝토리를 UMM 호환 형식으로 변환하여 학습 데이터로 활용한다. 이후 **Reinforcement Learning (RL)** 단계에서 RAD-GRPO 알고리즘을 통해 **의도 보상**과 **품질 보상**을 결합하여 전체 트래젝토리를 최적화한다.

기술적 접근법

주요 결과

의의 및 한계

ToolArtist는 외부 도구와 이미지 생성을 단일 정책으로 통합함으로써, 복잡한 의미론적 이해와 다단계 추론이 필요한 오픈월드 이미지 생성 문제를 해결하는 새로운 패러다임을 제시한다. 특히, **RAD-GRPO 알고리즘**을 통해 생성된 이미지의 의도 정확도와 시각 품질을 동시에 최적화할 수 있다는 점에서 학술적 가치가 높다. 또한, 공개된 **7k 트래젝토리 데이터와 SFT/RL 인프라**는 향후 연구의 재현성과 확장성을 높인다.

그러나, **7,132개의 트래젝토리**는 여전히 제한된 양이므로, 더 많은 데이터로 모델을 훈련시킬 경우 성능이 추가적으로 향상될 수 있다. 또한, **UMM 기반 모델의 계산 비용**이 높아 실용적 적용에는 한계가 있을 수 있다.

실용적 활용

ToolArtist는 복잡한 요청을 처리해야 하는 **미디어, 교육, 콘텐츠 생성 산업**에서 활용 가능하다. 예를 들어, 역사적 장면 재현, 과학적 개념 시각화, 맞춤형 디자인 생성 등에서 외부 지식을 활용한 정확하고 창의적인 이미지 생성이 필요할 때 유용하다. 또한, **AI 에이전트 기반 콘텐츠 플랫폼**에서 사용자 맞춤형 이미지 생성을 자동화하는 데 기여할 수 있다.