← Latest papers
🤖 AI

Agentic Active Omni-Modal Perception for Multi-Hop Audio-Visual Reasoning

This paper introduces MOV-Bench, a benchmark for multi-hop audio-visual reasoning, and proposes AOP-Agent, an efficient agentic framework that enhances open-source Omni-LLMs' reasoning capabilities through active omni-modal perception without requiring additional training.

Original authors: Ke Xu, Yuhao Wang, Ziyang Cheng, Hongcheng Liu, Yanfeng Wang, Yu Wang

Published 2026-05-28
📖 5 min read🧠 Deep dive

Original authors: Ke Xu, Yuhao Wang, Ziyang Cheng, Hongcheng Liu, Yanfeng Wang, Yu Wang

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 Big Problem: The "Needle in a Haystack" Video

Imagine you are given a 30-minute video of a busy workshop. Someone asks you a tricky question: "Why did the technician apply that specific glue to the chip?"

To answer this, you can't just look at one second. You have to:

  1. Listen to a comment made 5 minutes ago about a "bad chip."
  2. Look at a visual shot 10 minutes ago showing a loose wire.
  3. Connect those two distant pieces of information to realize the glue is a temporary fix for a bad solder joint.

Current AI models (called Omni-LLMs) are like students who try to memorize the entire video at once. When the video is long, they get overwhelmed. They forget the clue from 5 minutes ago or miss the visual clue from 10 minutes ago. They try to guess the answer based on the whole mess, often getting it wrong because the evidence is scattered and sparse.

The Solution 1: MOV-Bench (The "Hard Test")

The researchers first built a new exam called MOV-Bench.

  • What it is: A collection of 519 tricky questions based on real videos.
  • The Catch: Every question requires "multi-hop" reasoning. You can't answer it by just watching one clip. You must jump between different times in the video and switch between listening (audio) and looking (visual).
  • The Result: When they tested current AI models on this exam, the models failed. They struggled to find the scattered clues and connect the dots.

The Solution 2: AOP-Agent (The "Detective")

Instead of forcing the AI to memorize the whole video at once, the researchers created a new system called AOP-Agent. Think of this not as a student cramming for a test, but as a detective solving a mystery.

Here is how the detective works, using a "Low-Resource" approach (meaning it doesn't need expensive supercomputers or special training):

  1. The Filing Cabinet (Hierarchical Memory):
    Before the detective starts, the video is organized into a smart filing cabinet.

    • The Overview: A one-page summary of the whole video.
    • The Chapters: The video is split into 30-second chunks, each with a short summary and a list of "keywords" (like "glue," "chip," "solder").
    • The Details: If needed, the detective can zoom in on specific 5-second clips for high-definition details.
  2. The Three-Step Loop (Observe, Reflect, Replan):
    The detective doesn't just watch; it actively hunts for clues using three roles:

    • The Planner: Looks at the question and the "Filing Cabinet." It says, "I need to find where they talked about the glue. Let's search the 'Keywords' section first."
    • The Observer: Uses tools to pull up the specific video segments the Planner asked for.
    • The Reflector: Checks the evidence. "Okay, we found the glue, but we haven't found the 'bad chip' yet. The current clues aren't enough. Let's go back and search the 'Audio' section for the next 30 seconds."

    If the clues are still missing, the Planner changes the strategy (Replan) and tries a different search tool. This loop continues until the detective feels confident they have all the pieces.

  3. The Answer:
    Once the detective has gathered enough specific evidence from different parts of the video, the Reasoner (the final judge) puts the puzzle together and gives the answer.

Why This Matters

  • No Magic Training: This system works with open-source AI models without needing to retrain them or use expensive, proprietary "black box" models.
  • Active vs. Passive: Old methods were passive (watching the whole video and hoping to remember). AOP-Agent is active (deciding exactly what to look at, when to look, and when to stop).
  • The Results: When tested on the "Hard Test" (MOV-Bench) and other video benchmarks, AOP-Agent significantly outperformed the old methods, especially on long videos and questions that required connecting many different clues.

The Limitations (The "Detective's Mistakes")

The paper admits the system isn't perfect:

  • Hallucinations: If the "Filing Cabinet" (the memory) describes a scene wrong (e.g., it says someone shouted when they didn't), the detective might build a false theory based on that lie.
  • Speed: Because the detective has to stop, think, search, and check multiple times, it takes longer than just watching the video once.
  • Real-Time: The system needs to process the whole video into the filing cabinet first, so it can't currently work on live, streaming video (like a live sports broadcast) in real-time.

Summary

The paper introduces a new way to teach AI how to reason about long videos. Instead of trying to swallow the whole video at once, they give the AI a detective's toolkit: a smart filing system and a step-by-step process to hunt for scattered clues, reflect on what they found, and only answer when they are sure. This allows standard, open-source AI models to solve complex video puzzles that they previously couldn't handle.

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 →