← Latest papers
💻 computer science

MetaVideoAgent: Automated Video-Agent Evolution for Long-Form Video Understanding

MetaVideoAgent is a framework that automatically evolves video agents tailored to specific long-form video distributions by profiling evidence requirements, isolating localized failures into minimal validation tasks, and iteratively refining modular components, thereby significantly improving accuracy and efficiency compared to fixed-design agents.

Original authors: Benlei Cui, Ruize Wang, Junjie Li, Jinhao Chen, Longtao Huang, Yinghao Chen, Yuwen Zhai, Jingqun Tang, Ruijian Jia, Weiwei Wu, Pengfei Sun, Haiwen Hong

Published 2026-08-06
📖 4 min read☕ Coffee break read

Original authors: Benlei Cui, Ruize Wang, Junjie Li, Jinhao Chen, Longtao Huang, Yinghao Chen, Yuwen Zhai, Jingqun Tang, Ruijian Jia, Weiwei Wu, Pengfei Sun, Haiwen Hong

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 robot to watch a three-hour movie and answer a tricky question about it, like "What color was the hat the villain wore in the scene where the rain started?" This isn't just about watching; it's about finding a tiny, specific detail hidden in hours of noise. This is the world of long-form video understanding, a field where computers try to make sense of extended videos. The challenge is that videos are messy. A cooking show relies on what you see on the screen, a sports broadcast depends on tracking players across different camera angles, and a movie interview might hide the answer in what someone says rather than what they do.

To solve this, researchers use AI agents. Think of these not as simple programs, but as digital detectives. Instead of watching the whole movie at once, an agent can pause, rewind, zoom in, listen to the audio, or read subtitles. It gathers clues (evidence) and then uses a "brain" (a large language model) to piece them together and solve the mystery. But here's the catch: most of these detectives are built with a fixed set of rules. They are like a detective who always uses the same magnifying glass and always looks for footprints, no matter if the crime happened in a library or a kitchen. If the video type changes, the fixed detective might miss the clue or waste hours looking in the wrong place. This paper asks: Can we build a detective that learns how to change its own tools and methods depending on the type of video it's watching?

The paper introduces MetaVideoAgent, a system that doesn't just solve video questions; it evolves its own design to become the perfect detective for a specific type of video. Imagine a detective agency that, instead of hiring a new person for every new case, takes its current detective and runs a training camp. The detective tries to solve a batch of cases, fails, and then a "Teacher" reviews the mistakes. The Teacher doesn't just say "you're wrong"; they pinpoint exactly why the detective failed—was it because they looked at the wrong scene? Did they misread a subtitle? Did they forget to track a character?

Once the failure is identified, a "Diagnosis Agent" looks for patterns. If the detective keeps failing at tracking people in sports videos, the system realizes, "Ah, this detective needs better subject-tracking tools." Then, a "Code Evolution Agent" actually rewrites the detective's software code to fix that specific weakness. This cycle repeats, with the agent getting smarter and more specialized with every round.

The researchers tested this on eight very different types of videos, ranging from dramatic TV shows and stage magic performances to product reviews and sports broadcasts. They found that a "one-size-fits-all" detective design struggles. For instance, a design good at finding text on a screen (like in a software tutorial) might fail miserably at tracking a player's jersey number in a fast-paced soccer game. MetaVideoAgent, however, started with a basic design and, through four rounds of evolution, learned to adapt.

The results were clear: the evolved agents got significantly better at answering questions. The average accuracy across all eight video types jumped from 38.44% to 51.47%. More importantly, these new, specialized agents were also more efficient. They used fewer "tokens" (the digital currency of AI thinking) and looked at fewer video frames per question than the best fixed designs. For example, the evolved agent for sports broadcasts learned to track a specific athlete across different camera views, while the agent for product presentations learned to distinguish the front from the back of a shirt to read the text correctly.

The paper explicitly argues against the idea that a single, manually designed agent can handle every video type perfectly. It shows that trying to force one design to work for everything leads to wasted effort and missed clues. Instead, the authors suggest that the best approach is to let the agent evolve its own structure based on the "evidence patterns" of the specific video world it is entering. They also ruled out the idea that you can just guess the right design; without the diagnostic feedback loop—where the system analyzes why it failed—the improvements were unstable and often made things worse.

In short, MetaVideoAgent proves that AI video detectives don't need to be born perfect. By letting them fail, analyze their mistakes, and rewrite their own code, they can learn to become experts in their specific field, whether that's watching a magic show or analyzing a lecture. The system is a step toward a future where AI doesn't just follow a rigid script, but adapts its very nature to solve the puzzle in front of 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 →