paper-with-me

Papers

Agent Explorative Policy Optimization for Multimodal Agentic Reasoning

2026-05-27 · Minki Kang, Shizhe Diao, Ryo Hachiuma, Sung Ju Hwang, Pavlo Molchanov, Yu-Chiang Frank Wang, Byung-Kwan Lee arxiv

Vision-language models with extended reasoning succeed on complex problems, but many real-world problems require external tools that internal reasoning alone often cannot resolve. Agentic reasoning therefore interleaves two behaviors with a structural asymmetry: thinking (the self-contained default) and tool use (a high-variance auxiliary acting). We refer to this asymmetry as the Thinking-Acting Gap. Under standard RL recipes like GRPO, the gap manifests as two diagnostic symptoms during training: tool use is attempted on only ~30% of rollouts, and when attempted, the tool-using rollouts within a group are all-wrong on ~40% of questions, suppressing the learning signal at the tool calls that needed it. We propose AXPO (Agent eXplorative Policy Optimization): for each all-wrong tool-using subgroup, AXPO fixes the thinking prefix and resamples the tool call and its continuation, paired with uncertainty-based prefix selection. Across nine multimodal benchmarks and three scales of Qwen3-VL-Thinking, SFT+AXPO outperforms SFT+GRPO at average (+1.8pp Pass@1 and +1.8pp Pass@4 at 8B on average) and 8B with SFT+AXPO surpasses the 32B Base on Pass@4 with 4 times fewer parameters.

📄 PDF Abstract BibTeX arXiv:2605.28774

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AgenticGen: Reward-Guided Agentic Video Generation for Advertising

2026-08-31 · Xingyuan Bu, Chengru Song, Hao Zhou, Tao Zhou 외 hf

Advertising video generation is not only a video synthesis task, but also a product-conditioned reasoning problem whose success is measured by online business metrics. Recent video foundation models can generate realisti…

Video Generation

Building Autonomous GUI Navigation via Agentic-Q Estimation and Step-Wise Policy Optimization

2026-02-14 · Yibo Wang, Guangda Huzhang, Yuwei Hu, Yu Xia 외 arxiv

Recent advances in Multimodal Large Language Models (MLLMs) have substantially driven the progress of autonomous agents for Graphical User Interface (GUI). Nevertheless, in real-world applications, GUI agents are often f…

Reinforcement Learning

AgenticRL: Self-Refining Agentic Reinforcement Learning for Vision-Conditioned UAV Navigation

2026-06-02 · Roohan Ahmed Khan, Yasheerah Yaqoot, Amir Atef Habel, Muhammad Ahsan Mustafa 외 arxiv

Deep reinforcement learning has shown strong potential for enabling autonomous robots to learn complex navigational tasks. However, its practical use still depends heavily on human designed reward functions and repeated …

Reinforcement Learning

Walk the Talk: Bridging the Reasoning-Action Gap for Thinking with Images via Multimodal Agentic Policy Optimization

2026-04-08 · Wenhao Yang, Yu Xia, Jinlong Huang, Shiyin Lu 외 arxiv

Recent advancements in Multimodal Large Language Models (MLLMs) have incentivized models to ``think with images'' by actively invoking visual tools during multi-turn reasoning. The common Reinforcement Learning (RL) prac…

Reinforcement LearningMultimodal ReasoningVisual Reasoning

RAPO: Expanding Exploration for LLM Agents via Retrieval-Augmented Policy Optimization

2026-03-03 · Siwei Zhang, Yun Xiong, Xi Chen, Zi'an Jia 외 arxiv

Agentic Reinforcement Learning (Agentic RL) has shown remarkable potential in large language model-based (LLM) agents. These works can empower LLM agents to tackle complex tasks via multi-step, tool-integrated reasoning.…

Reinforcement Learning