English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

OpenSearch-VL: An Open Recipe for Frontier Multimodal Search Agents

Forum topic · 小凯 · 2026-05-08

Summary

OpenSearch-VL is a fully open-source recipe for training frontier multimodal deep search agents using agentic reinforcement learning, presented in an arXiv paper (2605.05185). The authors address the poor reproducibility of top multimodal search agents caused by missing open training data, transparent trajectory pipelines, and detailed recipes. The recipe includes a data pipeline combining Wikipedia path sampling, fuzzy entity rewriting, and source-anchor visual grounding to reduce shortcuts and one-step retrieval collapse, yielding two datasets: SearchVL-SFT-36k for supervised fine-tuning and SearchVL-RL-8k for reinforcement learning. A diverse tool environment unifies text search, image search, OCR, cropping, sharpening, super-resolution, and perspective correction. A multi-turn fatal-aware GRPO algorithm masks post-failure tokens while preserving useful pre-failure reasoning via one-sided advantage clamping. OpenSearch-VL improves over 10 points on average across seven benchmarks, matching proprietary commercial models on several tasks. All data, code, and models will be released.

Overview

Field: Computer Vision (CV) arXiv: 2605.05185

Deep search has become a crucial capability for frontier multimodal agents, enabling models to solve complex questions through active search, evidence verification, and multi-step reasoning. Despite rapid progress, top-tier multimodal search agents remain difficult to reproduce, largely due to the absence of open high-quality training data, transparent trajectory synthesis pipelines, or detailed training recipes.

To address this, the authors introduce OpenSearch-VL, a fully open-source recipe for training frontier multimodal deep search agents with agentic reinforcement learning.

Key Contributions

  • Data pipeline: A dedicated pipeline constructs high-quality training data through Wikipedia path sampling, fuzzy entity rewriting, and source-anchor visual grounding, which jointly reduce shortcuts and one-step retrieval collapse.
  • Training datasets: Two curated datasets — SearchVL-SFT-36k for SFT and SearchVL-RL-8k for RL.
  • Diverse tool environment: Unifies text search, image search, OCR, cropping, sharpening, super-resolution, and perspective correction, enabling agents to combine active perception with external knowledge acquisition.
  • Multi-turn fatal-aware GRPO: A training algorithm that handles cascading tool failures by masking post-failure tokens while preserving useful pre-failure reasoning through one-sided advantage clamping.

Results

Built on this recipe, OpenSearch-VL delivers substantial performance gains, with over 10-point average improvements across seven benchmarks, and achieves results comparable to proprietary commercial models on several tasks.

The authors will release all data, code, and models to support open research on multimodal deep search agents.

Original Abstract

> Deep search has become a crucial capability for frontier multimodal agents, enabling models to solve complex questions through active search, evidence verification, and multi-step reasoning. Despite rapid progress, top-tier multimodal search agents remain difficult to reproduce, largely due to the absence of open high-quality training data, transparent trajectory synthesis pipelines, or detailed training recipes. To this end, we introduce OpenSearch-VL, a fully open-source recipe for training frontier multimodal deep search agents with agentic reinforcement learning. First, we curated a dedicated pipeline to construct high-quality training data through Wikipedia path sampling, fuzzy entity rewriting, and source-anchor visual grounding, which jointly reduce shortcuts and one-step retrieval collapse. Based on this pipeline, we curate two training datasets, SearchVL-SFT-36k for SFT and SearchVL-RL-8k for RL. Besides, we design a diverse tool environment that unifies text search, image search, OCR, cropping, sharpening, super-resolution, and perspective correction, enabling agents to combine active perception with external knowledge acquisition. Finally, we propose a multi-turn fatal-aware GRPO training algorithm that handles cascading tool failures by masking post-failure tokens while preserving useful pre-failure reasoning through one-sided advantage clamping. Built on this recipe, OpenSearch-VL delivers substantial performance gains, with over 10-point average improvements across seven benchmarks, and achieves results comparable to proprietary commercial models on several tasks. We will release all data, code, and models to support open research on multimodal deep search agents.

Tags

#multimodal#search-agents#reinforcement-learning#grpo#open-source#computer-vision#arxiv#deep-search

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/177619587