CVMay 18

Generation Navigator: A State-Aware Agentic Framework for Image Generation

arXiv:2605.1796939.0
Predicted impact top 6% in CV · last 90 daysOriginality Highly original
AI Analysis

For users of text-to-image models, this work automates multi-turn refinement, reducing manual trial and error.

Generation Navigator reformulates text-to-image generation as a state-conditioned action-making problem and introduces PRE-GRPO, a trajectory-level RL objective that rewards peak quality, retention, and efficiency. It achieves a WISE score of 0.90 and 79.06% reasoning accuracy on T2I-ReasonBench.

Despite rapid advances in text-to-image generation, faithfully realizing user intent remains challenging, often requiring manual multi-turn trial and error. To automate this process, existing systems rely on either simple prompt rewriting or closed-loop agents driven by hand-crafted rules, rather than learning to adapt actions to the evolving generation process. In this paper, we reformulate image generation as a state-conditioned action-making problem and propose Generation Navigator, a multi-turn T2I agent that learns to dynamically steer the generation trajectory and output the next action. However, training this agent via reinforcement learning introduces a critical credit assignment challenge: naively rewarding a trajectory based solely on a single state assigns equal credit to all actions in the rollout, ignores the quality dynamics across turns, and fails to distinguish actions that improve the trajectory from those that degrade it or waste turns without progress. We resolve this with PRE-GRPO (Peak-Retention-Efficiency Group Relative Policy Optimization), a trajectory-level reinforcement learning objective that explicitly rewards discovering a high-quality image (Peak), avoiding subsequent quality degradation across turns (Retention), and minimizing unnecessary turns (Efficiency). Experiments show substantial improvements across benchmarks, reaching a WISE score of 0.90 and 79.06% reasoning accuracy on T2I-ReasonBench.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes