← Latest papers
🤖 machine learning

Detect in Any Scene: An Agentic Framework for Object Detection with Experience-Aware Reasoning

This paper introduces DetAS, an agentic framework that leverages a Multimodal Large Language Model to dynamically compose adaptive image restoration and multi-expert detection workflows, enhanced by a self-evolving experience harvesting mechanism to significantly outperform existing detectors in challenging, real-world scenarios.

Original authors: Wenlun Zhang, Jun Yin, Kentaro Yoshioka

Published 2026-06-01
📖 5 min read🧠 Deep dive

Original authors: Wenlun Zhang, Jun Yin, Kentaro Yoshioka

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 find specific people in a crowded, messy room. Sometimes the room is foggy, sometimes it's pitch black, sometimes it's raining, and sometimes the people are wearing disguises.

The Problem with Old Detectors
Traditional computer vision systems are like a security guard who has only ever trained in a bright, clean office. If you put that guard in a dark, rainy basement, they get confused. They might miss people because the lighting is bad, or they might get stuck because they only know how to look for "office workers" and not "construction workers."

Current methods try to fix this in two ways:

  1. Specialized Training: They train a guard specifically for "rainy days" and another for "foggy days." But if the weather changes slightly, or a new type of object appears, the guard fails.
  2. Fixed Pipelines: They build a machine that always cleans the image first (like a photo editor) and then looks for objects. But sometimes, cleaning the photo actually makes it harder to see the object (like over-editing a photo until faces look weird).

The Solution: DetAS (Detect in Any Scene)
The authors propose a new system called DetAS. Instead of a single guard or a fixed machine, they created a smart team of agents led by a "Brain" (a Multimodal Large Language Model). Think of this Brain as a highly experienced project manager who can look at a messy situation and instantly decide what tools to use.

Here is how the team works, broken down into three simple steps:

1. The "Fix-It" Team (Self-Adaptive Image Restoration)

When the Brain looks at a picture, it asks: "Is this picture hard to see? Do we need to fix it?"

  • The Old Way: Always run the picture through a "De-haze" or "Brighten" filter, even if it's not needed.
  • The DetAS Way: The Brain checks the image. If it's foggy, it picks a "De-haze" tool. If it's dark, it picks a "Brighten" tool.
  • The Smart Twist: Sometimes, fixing the image makes it worse (like blurring a face while trying to remove rain). The Brain is smart enough to say, "Actually, this looks fine as is," and skips the fix. It only cleans the image if it helps the search.

2. The "Expert" Team (Multi-Expertise Detection)

Once the image is ready (or if it didn't need fixing), the Brain doesn't just use one detector. It has a toolbox full of specialist detectives:

  • One detective is great at finding tiny, crowded objects (like birds in a tree).
  • One is an expert at finding faces in the dark.
  • One knows how to spot cars on a highway.
  • One is trained for underwater scenes.

The Brain looks at the scene and says, "This is a dark street with faces. I'll call the Face-in-Dark expert and the General Street expert." It ignores the underwater expert because that would be a waste of time.

3. The "Referee" (Instance Grouping)

Since multiple experts might spot the same object (e.g., the Face expert and the Street expert both see a person), their answers might be slightly different. The Brain acts as a referee. It looks at all the suggestions, groups the ones that point to the same person, and picks the best, most accurate description. If an expert is hallucinating (seeing a person where there is none), the Brain can reject that guess.

4. The "Memory Book" (Self-Evolving Experience Harvesting)

This is the upgrade to DetAS-X.
Imagine the team makes a mistake on a specific type of foggy image. Instead of forgetting it, the system writes down a note in a Memory Book: "Hey, for this specific kind of fog, don't use the De-haze tool; it made things blurry. Just use the original image."

Next time the system sees a similar foggy image, it checks the Memory Book first. It learns from its past decisions, getting smarter and faster with every new image it processes. It doesn't just follow a rigid rule; it uses experience to make better choices.

The Results

The paper tested this "Agentic Framework" on six very difficult challenges (like finding faces in the dark, cars in heavy rain, and objects underwater).

  • The Outcome: The DetAS-X system was significantly better than all the other top AI models tested.
  • The Numbers: It improved detection accuracy by an average of 28% across all tests. In the hardest test (finding faces in the dark), it improved by 37%.

In Summary
Instead of forcing a computer to be a "one-size-fits-all" detector, DetAS acts like a flexible, thinking team. It decides when to clean the image, picks the right expert for the job, and learns from its past mistakes to get better over time. It turns object detection from a rigid, broken machine into a smart, adaptable agent.

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 →