← Latest papers
🤖 AI

Search Beyond What Can Be Taught: Evolving the Knowledge Boundary in Agentic Visual Generation

This paper addresses the structural world-knowledge bottleneck in visual generation by introducing the SearchGen benchmark and corpus, demonstrating that naive search fails due to indiscriminate retrieval, and proposing a teach-then-search co-training framework that dynamically discovers a generator's knowledge boundary to enable effective agentic visual generation.

Original authors: Haozhe Wang, Weijia Feng, Jinpeng Yu, Che Liu, Ping Nie, Fangzhen Lin, Jiaming Liu, Ruihua Huang, Jimmy Lin, Wenhu Chen, Cong Wei

Published 2026-07-09
📖 5 min read🧠 Deep dive

Original authors: Haozhe Wang, Weijia Feng, Jinpeng Yu, Che Liu, Ping Nie, Fangzhen Lin, Jiaming Liu, Ruihua Huang, Jimmy Lin, Wenhu Chen, Cong Wei

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

The Core Problem: The "Confident Faker" Artist

Imagine you hire a brilliant artist who has memorized every book in a massive library. They can draw anything from that library perfectly. But, if you ask them to draw something that happened yesterday (like a new celebrity) or something very specific that never made it into a book (like a local town festival), they don't say, "I don't know." Instead, they confidently make up a fake version that looks real but is completely wrong.

This is the problem with current AI image generators. They are great at rendering (drawing the picture), but they are terrible at knowledge (knowing the facts). They are stuck with a "cutoff date" in their memory. If you ask for the 2025 World Cup standings, they can't know them because their training data stopped before 2025.

The Solution: Giving the Artist a Search Engine

The obvious fix seems simple: "Let's give the artist a search engine so they can look up the facts before drawing."

However, the authors found that naive searching makes things worse.

  • The Analogy: Imagine asking a chef to cook a steak. If you just dump a pile of random ingredients (search results) onto their counter, they might get confused. They might use a tomato when they didn't need one, or copy the entire photo of a steak you showed them instead of just using it as a reference for the color.
  • The Result: The AI gets "noise." It starts copying the wrong things or getting confused by information it already knew, leading to worse pictures than if it had just tried to remember on its own.

The Discovery: The "Knowledge Boundary"

The paper introduces a clever concept called the Knowledge Boundary. Think of the AI's brain as a house with two rooms:

  1. The Memory Room (Internal): Things the AI has learned and can draw from memory (e.g., what a cat looks like).
  2. The Reference Room (External): Things the AI must look up because they are too new, too rare, or too specific (e.g., the specific outfit of a character from a game released last week).

The problem is: The AI doesn't know where the wall between these two rooms is.

  • If it searches for things it already knows, it gets confused (noise).
  • If it doesn't search for things it doesn't know, it fakes the answer.

The Fix: A Two-Step "Teach-Then-Search" Team

The authors created a system with two parts working together:

  1. The Reasoner (The Manager): An AI agent that decides when to search and what to search for.
  2. The Generator (The Artist): The AI that actually draws the picture.

They used a special training method called Co-Training to teach them how to work together. It happens in two phases:

Phase 1: Teach the Artist (Expand the Memory)
First, they show the Artist examples of things it didn't know, along with the correct search results. The Artist learns to memorize these new things.

  • Result: The "Memory Room" gets bigger. The Artist now knows more things without needing to search.

Phase 2: Train the Manager (Refine the Search)
Now that the Artist knows more, the Manager needs to learn to stop searching for those new things. If the Manager keeps searching for things the Artist already knows, it causes confusion.

  • Result: The Manager learns to say, "I know the Artist can handle this one, no need to search!" and only searches for the truly hard stuff.

The Analogy: The Apprentice and the Master

Imagine a Master Painter (the Generator) and a Research Assistant (the Reasoner).

  • Before: The Assistant blindly hands the Master a stack of 50 reference photos for every single request. The Master gets overwhelmed and paints a mess.
  • After Co-Training:
    1. The Master studies the photos and learns to paint them from memory.
    2. The Assistant learns to look at the Master's new skills. If the Master can paint a "red dragon" from memory, the Assistant doesn't hand over a photo.
    3. The Assistant only hands over a photo if the Master is asked to paint a "dragon from a video game released yesterday."

The Results: Why This Matters

The paper tested this on a massive new dataset called SEARCHGEN-20K, which contains 20,000 difficult requests about new events, specific characters, and cultural symbols.

  • The Gap: Standard AI models scored very low (around 20–28 out of 100) on these new, knowledge-heavy requests. They failed because they tried to fake the facts.
  • The Improvement: By using this "Teach-Then-Search" method, the AI's score improved significantly.
  • The Key Finding: The system learned to be selective. It stopped searching when it didn't need to (preventing confusion) and searched when it did (preventing faking).

Summary

The paper argues that we shouldn't just build bigger AI models that try to memorize everything. Instead, we should build smart teams where the AI learns what it can remember and what it must look up. By training the "searcher" and the "drawer" together, the system learns its own limits, stops making up facts, and only uses the internet when it truly needs to.

In short: Don't just give the AI a search engine; teach it when to use it.

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 →