paper-with-me

Papers

GenAgent: Scaling Text-to-Image Generation via Agentic Multimodal Reasoning

2026-01-26 · Kaixun Jiang, Yuzheng Wang, Junjie Zhou, Pandeng Li, Zhihang Liu, Chen-Wei Xie, Zhaoyu Chen, Yun Zheng, Wenqiang Zhang arxiv

We introduce GenAgent, unifying visual understanding and generation through an agentic multimodal model. Unlike unified models that face expensive training costs and understanding-generation trade-offs, GenAgent decouples these capabilities through an agentic framework: understanding is handled by the multimodal model itself, while generation is achieved by treating image generation models as invokable tools. Crucially, unlike existing modular systems constrained by static pipelines, this design enables autonomous multi-turn interactions where the agent generates multimodal chains-of-thought encompassing reasoning, tool invocation, judgment, and reflection to iteratively refine outputs. We employ a two-stage training strategy: first, cold-start with supervised fine-tuning on high-quality tool invocation and reflection data to bootstrap agent behaviors; second, end-to-end agentic reinforcement learning combining pointwise rewards (final image quality) and pairwise rewards (reflection accuracy), with trajectory resampling for enhanced multi-turn exploration. GenAgent significantly boosts base generator(FLUX.1-dev) performance on GenEval++ (+23.6\%) and WISE (+14\%). Beyond performance gains, our framework demonstrates three key properties: 1) cross-tool generalization to generators with varying capabilities, 2) test-time scaling with consistent improvements across interaction rounds, and 3) task-adaptive reasoning that automatically adjusts to different tasks. Our code will be available at \href{https://github.com/deep-kaixun/GenAgent}{this url}.

📄 PDF Abstract BibTeX arXiv:2601.18543

Code (0)

등록된 구현이 없습니다.

Tasks

Text-to-Image GenerationReinforcement LearningMultimodal Reasoning

Similar Papers 제목 키워드 기반

SceneGenAgent: Precise Industrial Scene Generation with Coding Agent

2024-10-29 · Xiao Xia, Dan Zhang, Zibo Liao, Zhenyu Hou 외

The modeling of industrial scenes is essential for simulations in industrial manufacturing. While large language models (LLMs) have shown significant progress in generating general 3D scenes from textual descriptions, ge…

C++ codeScene Generation

TrajGenAgent: A Hierarchical LLM Agent for Human Mobility Trajectory Generation

2026-06-10 · Siyu Li, Toan Tran, Lingyi Zhao, Khurram Shafique 외 arxiv

Human mobility data is important for transportation, urban planning, and epidemic control, but large-scale trajectory collection is often costly and privacy-constrained, motivating realistic synthetic trajectory generati…

Prompt Engineering

Imagine a City: CityGenAgent for Procedural 3D City Generation

2026-02-05 · Zishan Liu, Zecong Tang, RuoCheng Wu, Xinzhe Zheng 외 arxiv

The automated generation of interactive 3D cities is a critical challenge with broad applications in autonomous driving, virtual reality, and embodied intelligence. While recent advances in generative models and procedur…

Reinforcement LearningAutonomous DrivingSpatial Reasoning

SW-$A^2$-Bench: Benchmarking Autonomous Software Agent Generation for Agentic Web

2026-04-05 · Linyao Chen, Bo Huang, Qinlao Zhao, Shuai Shao 외 arxiv

The Agentic Web is emerging as a paradigm in which autonomous software agents interact with online resources and with each other to accomplish user goals. However, the capacity of Agentic Web is still limited by insuffic…

Agentic Retrieval-Augmented Generation: A Survey on Agentic RAG

2025-01-15 · Aditi Singh, Abul Ehtesham, Saket Kumar, Tala Talaei Khoei

Large Language Models (LLMs) have revolutionized artificial intelligence (AI) by enabling human like text generation and natural language understanding. However, their reliance on static training data limits their abilit…

Natural Language UnderstandingRAGRetrievalRetrieval-augmented Generation+2