Multimodal Reinforcement Learning with Agentic Verifier for AI Agents
Reuben Tan, Baolin Peng, Zhengyuan Yang, Hao Cheng, Oier Mees, Theodore Zhao, Andrea Tupini, Isar Meijier, Qianhui Wu, Yuncong Yang, Lars Liden, Yu Gu, Sheng Zhang, Xiaodong Liu, Lijuan Wang, Marc Pollefeys, Yong Jae Lee, Jianfeng Gao
TL;DR
This work introduces Argos, a principled agentic verifier for multimodal reinforcement learning that adaptively selects teacher-derived and rule-based scoring functions to produce dense, verifiable rewards across spatial grounding, temporal grounding, reasoning quality, and final outcomes. By reframing MMRL as a multi-objective optimization problem and training with GRPO, Argos yields state-of-the-art performance across spatial reasoning, visual hallucination reduction, and embodied robotics benchmarks, while mitigating reward hacking observed with outcome-only signals. The authors provide theoretical support via Pareto-optimality analysis and demonstrate a robust data-curation pipeline that generates visually grounded reasoning traces for SFT and RL. Overall, Argos offers a modular, scalable approach to richer reward signals in multimodal agents, with strong empirical results and clear avenues for extension to additional modalities and tasks.
Abstract
Agentic reasoning models trained with multimodal reinforcement learning (MMRL) have become increasingly capable, yet they are almost universally optimized using sparse, outcome-based rewards computed based on the final answers. Richer rewards computed from the reasoning tokens can improve learning significantly by providing more fine-grained guidance. However, it is challenging to compute more informative rewards in MMRL beyond those based on outcomes since different samples may require different scoring functions and teacher models may provide noisy reward signals too. In this paper, we introduce the Argos (Agentic Reward for Grounded & Objective Scoring), a principled reward agent to train multimodal reasoning models for agentic tasks. For each sample, Argos selects from a pool of teacher-model derived and rule-based scoring functions to simultaneously evaluate: (i) final response accuracy, (ii) spatiotemporal localization of referred entities and actions, and (iii) the quality of the reasoning process. We find that by leveraging our agentic verifier across both SFT data curation and RL training, our model achieves state-of-the-art results across multiple agentic tasks such as spatial reasoning, visual hallucination as well as robotics and embodied AI benchmarks. Critically, we demonstrate that just relying on SFT post-training on highly curated reasoning data is insufficient, as agents invariably collapse to ungrounded solutions during RL without our online verification. We also show that our agentic verifier can help to reduce reward-hacking in MMRL. Finally, we also provide a theoretical justification for the effectiveness of Argos through the concept of pareto-optimality.
