paper-with-me

홈 › Papers

DR-MMSearchAgent: Deepening Reasoning in Multimodal Search Agents

2026-04-21 · Shengqin Wang, Wentao Yan, Huichi Zhou, Yihang Chen, Kun Shao, Zhizhong Zhang, Yuan Xie arxiv

Agentic multimodal models have garnered significant attention for their ability to leverage external tools to tackle complex tasks. However, it is observed that such agents often meet premature interaction collapse, caused by two primary reasons: 1) the terminal reward often appending on the last token prevents the advantage from distinguishing trajectories with exploratory behavior; 2) excessively redundant context hinders the agent from absorbing useful feedback. To address these issues, we propose the Deepening Reasoning MMSearchAgent, the framework leverages the structural proximity to derive advantage signals from the whole rollout trajectories in an entire batch, such that trajectories of different lengths are further encouraged to be generated, even when containing the same correct answer. Additionally, differentiated gaussian rewards are employed to dynamically calibrate interaction tolerance, thereby ensuring information reliability and reduce redundancy. To support multi-turn interaction training, we have constructed a multi-step deep-reasoning dataset including 3602 high-quality QA pair with at least 3 reasonning steps. Extensive experiments demonstrate that our method achieves state-of-the-art performance, outperforming the MMSearch-R1 by 8.4$\%$ on FVQA-test.

📄 PDF Abstract BibTeX arXiv:2604.19264

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ProMMSearchAgent: A Generalizable Multimodal Search Agent Trained with Process-Oriented Rewards

2026-04-22 · Wentao Yan, Shengqin Wang, Huichi Zhou, Yihang Chen 외 arxiv

Training multimodal agents via reinforcement learning for knowledge-intensive visual reasoning is fundamentally hindered by the extreme sparsity of outcome-based supervision and the unpredictability of live web environme…

Reinforcement LearningVisual Reasoning

Depth-Bounded Epistemic Planning

2024-06-03 · Thomas Bolander, Alessandro Burigana, Marco Montali

In this paper, we propose a novel algorithm for epistemic planning based on dynamic epistemic logic (DEL). The novelty is that we limit the depth of reasoning of the planning agent to an upper bound b, meaning that the p…

MERRIN: A Benchmark for Multimodal Evidence Retrieval and Reasoning in Noisy Web Environments

2026-04-15 · Han Wang, David Wan, Hyunji Lee, Thinh Pham 외 arxiv

Motivated by the underspecified, multi-hop nature of search queries and the multimodal, heterogeneous, and often conflicting nature of real-world web results, we introduce MERRIN (Multimodal Evidence Retrieval and Reason…

Natural Language Queries

Exponential-Binary State-Space Search

2019-06-07 · Nathan Sturtevant, Malte Helmert

Iterative deepening search is used in applications where the best cost bound for state-space search is unknown. The iterative deepening process is used to avoid overshooting the appropriate cost bound and doing too much …

Heuristic Search

InSight-o3: Empowering Multimodal Foundation Models with Generalized Visual Search

2025-12-21 · Kaican Li, Lewei Yao, Jiannan Wu, Tiezheng Yu 외 arxiv

The ability for AI agents to "think with images" requires a sophisticated blend of reasoning and perception. However, current open multimodal agents still largely fall short on the reasoning aspect crucial for real-world…

Reinforcement LearningMultimodal ReasoningVisual Reasoning