NeFut Logo NeFut
Admin Login

[CS.AI] CanvasAgent: Orchestrating Complex Image Creation via Visual Tools

Published at: 2026-07-09 22:00 Last updated: 2026-07-10 03:14
#algorithm #AI #Open Source

Complex image creation and editing often require more than a single generation or editing model. User requests may involve synthesizing images, localizing objects, segmenting regions, editing selected content, compositing intermediate assets, reading text, and enhancing the final result. Such tasks shift multimodal agents from perception-augmented reasoning to manipulation-centered visual creation, where tools must actively transform visual states rather than merely inspect them. However, existing multimodal tool-use agents are mostly optimized for perception, search, or domain-specific editing, lacking large-scale supervision for executable image-creation trajectories.

In this paper, we introduce CanvasCraft, a large-scale multimodal tool-use dataset for complex image creation and editing, and CanvasAgent, a tool-augmented multimodal agent that learns to orchestrate heterogeneous visual tools through multi-turn interaction. CanvasCraft contains 140K fully annotated executable trajectories and 10K RL task specifications. CanvasAgent is first trained with SFT to learn executable reasoning-action trajectories and is then optimized with GRPO using a hybrid reward combining outcome- and process-level signals. During rollout, CanvasAgent inspects intermediate results, tracks visual assets, and adapts tool decisions to the evolving visual state. Experiments evaluate both final image quality and trajectory behavior, demonstrating the effectiveness of CanvasAgent and the proposed dataset for complex multi-tool image creation workflows.

Blogger's Review: The innovation of CanvasAgent lies in its orchestration of multimodal tools, significantly enhancing the complexity and flexibility of image creation. This research not only fills the gap in existing multimodal agents but also provides a solid foundation for the development of future image editing tools.

Original Source: https://arxiv.org/abs/2607.05465

[h] Back to Home