← Latest papers
🤖 AI

SearchEyes: Towards Frontier Multimodal Deep Search Intelligence via Search World Simulation

SearchEyes introduces a unified simulated search world built on a typed knowledge graph that integrates data, environment, and reward signals through Perception-Knowledge Chains and Hop-Anchored Policy Optimization, enabling state-of-the-art multi-hop reasoning performance in multimodal search agents without relying on external engines or separate reward models.

Original authors: Zhengbo Jiao, Yiming Cheng, Yilei Jiang, Kaituo Feng, Rui Huang, Tianyi Jiang, Juanxi Tian, Jiapeng li, Qunzhong Wang, Tailai Chen, Qianshan Wei, Chuan Xiao, Shanyu Rong, Yangfu Li, Yanhan Zhou, Yunpu
Published 2026-07-08
📖 5 min read🧠 Deep dive

Original authors: Zhengbo Jiao, Yiming Cheng, Yilei Jiang, Kaituo Feng, Rui Huang, Tianyi Jiang, Juanxi Tian, Jiapeng li, Qunzhong Wang, Tailai Chen, Qianshan Wei, Chuan Xiao, Shanyu Rong, Yangfu Li, Yanhan Zhou, Yunpu Ma, Yifan Zhang, Xiangyu Yue

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a very smart robot how to solve a complex mystery. The robot needs to look at a picture, read some documents, and connect the dots to find an answer. This is what the paper calls a "multimodal search agent."

However, the authors of this paper, SearchEyes, found that the way we usually teach these robots is broken. It's like trying to teach someone to drive by giving them a map, a car, and a driving test, but making sure none of them match.

  • The Map (Training Data): You give them a list of questions and answers, but you throw away the "how-to" steps.
  • The Car (Environment): You let them drive on a real, unpredictable public road (the actual internet) where the traffic lights might change or the road might disappear.
  • The Test (Rewards): You only tell them "Good job" or "Bad job" at the very end. If they made a mistake in step 1, but got lucky in step 10, they still get a "Good job." They never learn where they went wrong.

SearchEyes fixes this by building a perfect, self-contained simulation where the map, the car, and the test are all built from the same blueprint.

Here is how they did it, using simple analogies:

1. The Blueprint: A "Typed" Knowledge Graph

Instead of using the messy, real internet, the team built a giant, organized library of facts called a Knowledge Graph. Think of this as a massive family tree of the world's information, but with strict rules:

  • Every person (entity) has a photo, a biography, and a list of relationships.
  • They only keep the "famous" people who have all three (photo, bio, and connections) so the robot can practice looking at pictures and reading text.

2. The Training Course: "Perception-Knowledge Chains" (PKC)

To train the robot, they didn't just write random questions. They used a special recipe called Perception-Knowledge Chains (PKC).

  • The Analogy: Imagine a scavenger hunt where you must alternate between looking at a photo and reading a clue.
    • Step 1 (Perception): "Look at this picture of a man. Who is he?" (The robot must identify the person from the image).
    • Step 2 (Knowledge): "Now, look up what team he played for." (The robot must search text).
    • Step 3 (Perception): "Find a photo of the stadium where that team plays."
  • The Magic: The system generates these questions automatically but keeps a "cheat sheet" (the exact path of facts) hidden in the background. This ensures the robot must take the long, multi-step route to solve the puzzle, rather than guessing the answer immediately.

3. The Driving Simulator: A "Self-Contained Search World"

In the real world, if you ask a search engine for something, the results might change tomorrow. In the SearchEyes world, the "search engine" is actually just a giant, pre-loaded database of the library they built.

  • The Benefit: It's 100% reproducible. If the robot searches for "Cristiano Ronaldo," it always gets the exact same top 5 results. This removes the chaos of the real internet, allowing the robot to learn the logic of searching without getting distracted by broken links or changing websites.

4. The Coach: "Hop-Anchored" Feedback (HaPO)

This is the most important innovation. In normal training, the coach only says "You got the answer right!" at the very end.

  • The Problem: If the robot took 10 steps to get there, the coach doesn't know which step was brilliant and which was a lucky guess.
  • The SearchEyes Solution: Because they kept the "cheat sheet" (the exact path of facts), they can act like a coach who watches every single step.
    • "Great job finding the stadium photo in Step 3!"
    • "Oops, you picked the wrong team in Step 2. Let's try that again."
  • The Metaphor: Instead of grading the whole exam with one score, they give a grade for every single question on the test. This helps the robot learn much faster because it knows exactly where to improve.

The Results

When they tested this new method (called SearchEyes) on six different difficult tests involving pictures and text:

  • It beat all other open-source robots that try to do the same thing.
  • Their smaller robot (27 billion "brain cells") performed better than much larger, expensive robots from big tech companies.
  • It proved that by giving the robot a structured, step-by-step training world and precise feedback, you don't need a massive supercomputer to get great results.

In short: SearchEyes stopped trying to teach robots by throwing them into the chaotic real internet. Instead, they built a perfect, controlled training gym where the robot practices specific skills, gets graded on every move, and learns to solve complex visual mysteries with incredible efficiency.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →