🤖 AI Summary
Existing multimodal deep search systems struggle to reuse intermediate visual evidence, and their training data cannot dynamically evolve alongside the agent’s capabilities. This work proposes a vision-native agent framework that introduces an image corpus referencing protocol to enable cross-step reuse of visual evidence and pioneers an Online Data Evolution (ODE) mechanism that dynamically generates supervision and reinforcement learning data aligned with the agent’s current policy within a closed loop. The approach achieves substantial performance gains across eight benchmarks: the Qwen3-VL-8B model improves accuracy from 24.9% to 39.0%, surpassing Gemini-2.5 Pro, while the 30B variant reaches 41.5%, demonstrating its effectiveness in complex visual reasoning tasks.
📝 Abstract
Multimodal deep search requires an agent to solve open-world problems by chaining search, tool use, and visual reasoning over evolving textual and visual context. Two bottlenecks limit current systems. First, existing tool-use harnesses treat images returned by search, browsing, or transformation as transient outputs, so intermediate visual evidence cannot be re-consumed by later tools. Second, training data is usually built by fixed curation recipes that cannot track the target agent's evolving capability. To address these challenges, we first introduce a visual-native agent harness centered on an image bank reference protocol, which registers every tool-returned image as an addressable reference and makes intermediate visual evidence reusable by later tools. On top of this harness, On-policy Data Evolution (ODE) runs a closed-loop data generator that refines itself across rounds from rollouts of the policy being trained. This per-round refinement makes each round's data target what the current policy still needs to learn. The same framework supports both diverse supervised fine-tuning data and policy-aware reinforcement learning data curation, covering the full training lifecycle of the target agent. Across 8 multimodal deep search benchmarks, ODE improves the Qwen3-VL-8B agent from 24.9% to 39.0% on average, surpassing Gemini-2.5 Pro in standard agent-workflow setting (37.9%). At 30B, ODE raises the average score from 30.6% to 41.5%. Further analyses validate the effectiveness of image-bank reuse, especially on complex tasks requiring iterative visual refinement, while rollout-feedback evolution yields more grounded SFT traces and better policy-matched RL tasks than static synthesis.