← Latest papers
💻 computer science

StreamArena: Toward Continuous, Interactive, and Long-Horizon Agentic Streaming Video Understanding

This paper introduces StreamArena, a comprehensive benchmark for hour-scale interactive video understanding that exposes the limitations of current models in long-horizon memory and real-time perception, alongside StreamMind, a two-tier architecture that effectively balances continuous interaction with persistent multimodal memory to outperform existing baselines.

Original authors: Xichen Zhang, Guankai Li, Yinghao Zhu, Shijian Wang, Sitong Wu, Shaozuo Yu, Meng Chu, Yuan Lu, Jiaya Jia

Published 2026-08-07
📖 8 min read🧠 Deep dive

Original authors: Xichen Zhang, Guankai Li, Yinghao Zhu, Shijian Wang, Sitong Wu, Shaozuo Yu, Meng Chu, Yuan Lu, Jiaya Jia

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 be your best friend, your tour guide, and your personal assistant all at once. You want it to watch a movie with you, remember every plot twist from an hour ago, notice when a character sneezes in real-time, and even jump up to search the internet for the actor's birthday if you ask. This is the world of multimodal AI agents—computer programs that can see, hear, and talk. But here's the catch: most of these robots are terrible at the "long game." They are like goldfish with a three-second memory. If you show them a two-hour video, they usually only remember the last few seconds. They also tend to be passive, waiting for you to ask a question before they say anything, rather than noticing something important and speaking up on their own. Scientists have been trying to build robots that can handle these long, continuous streams of video and audio without forgetting the beginning by the time they reach the end, but it's been incredibly hard to test if they are actually doing it or just guessing.

This paper introduces a new way to test these robots and a new robot design that actually passes the test. The researchers built StreamArena, a giant playground of 243 full-length videos (averaging about 88.8 minutes long) filled with thousands of tricky questions. Unlike previous tests that used short clips and multiple-choice questions (which let robots guess based on the answer options), StreamArena forces robots to watch the whole movie, remember details from an hour ago, and answer open-ended questions without any hints. They found that most current robots fail miserably at this; if they try to remember the past, they lose the visual details, and if they try to keep the visuals, they forget the history. To fix this, the authors built StreamMind, a robot with a special two-part brain. One part handles the immediate conversation and watches for specific events in real-time, while a separate, busy part works in the background to build a permanent, searchable library of everything that happened. This new design allows the robot to remember distant events, use tools like search engines, and even alert you when something interesting happens, all without getting confused or slow.

The Problem: The Goldfish Memory of AI

Imagine you are watching a very long, exciting movie with a friend who has a goldfish memory. Every time a new scene starts, your friend forgets the entire plot up to that point. If you ask, "Who was the villain in the first scene?" they can't tell you because they only remember the last five seconds of the movie. This is exactly what happens with most current AI video models. They are great at answering questions about what is happening right now, but they struggle to remember what happened an hour ago.

Even worse, most of these AI models are passive. They sit there silently until you ask them a question. In the real world, though, you might want your AI to notice something important on its own—like, "Hey, that character just dropped their keys!" or "The song just changed, and the mood is getting sad." Current AI models usually miss these moments because they are just waiting for you to speak first.

The researchers noticed that previous tests for these AI models were too easy. They used short video clips and multiple-choice questions. It's like testing a student's memory by showing them a single photo and asking, "Is this a cat or a dog?" A student could just guess "cat" and get it right without actually knowing anything about the photo. The researchers realized that to truly test an AI's ability to understand a long video, they needed a harder test: full-length movies, open-ended questions (where the AI has to come up with the answer itself), and tasks that require remembering things from way back in the video.

The Solution: StreamArena and StreamMind

To solve these problems, the team created StreamArena. Think of this as the "Olympics" for video-understanding AI. Instead of short clips, they gathered 243 full-length videos, averaging 88.8 minutes each. They didn't just ask simple questions; they created 3,646 complex tasks that test four specific skills:

  1. Real-Time Perception: Can the AI describe what is happening right now? (e.g., "What room number is the actress in?")
  2. Historical Retrospection: Can the AI remember something that happened an hour ago? (e.g., "How many unique scenes appeared in the last 5 minutes?")
  3. Proactive Interaction: Can the AI speak up without being asked? (e.g., "Tell me when the song 'Les Mouchoirs Blancs' starts playing.")
  4. Tool Utilization: Can the AI use outside tools, like a search engine, to find information not in the video? (e.g., "What are the nationalities of the actor's parents?")

When they tested existing AI models on StreamArena, the results were disappointing. Models that tried to remember everything by converting video into text lost the visual details. Models that only remembered the last few seconds couldn't answer questions about the past. It seemed like a robot couldn't be both a good conversationalist and a good historian at the same time.

So, the team built StreamMind, a new AI architecture designed to handle this tension. Imagine StreamMind as a busy office with two distinct teams working together:

  • The Front Desk (Frontend): This team talks to you. They are fast, reactive, and handle your immediate questions. They also have a special team of "Watchers" (Monitor Workers) who keep an eye on the video stream for specific events you asked them to track. If you say, "Tell me when the dog barks," a Watcher sits there watching the video, ready to shout "Bark!" the moment it happens, without needing to ask for permission first.
  • The Library (Backend): While the Front Desk is talking to you, the Library team is working in the background. They are constantly watching the video, organizing it, and building a massive, searchable memory bank. They don't just write down a summary; they save key frames (pictures), group events into stories, and link people and objects together. When the Front Desk needs to answer a question about something that happened an hour ago, they don't try to remember it themselves. Instead, they ask the Library, "Do we have any info on the dog from 45 minutes ago?" The Library instantly pulls up the exact scene and the details.

This separation is the secret sauce. By keeping the "thinking" and "remembering" separate from the "talking," StreamMind can stay fast and responsive while still having a perfect memory of the entire video.

The Results: A New Champion

When the researchers put StreamMind through the StreamArena tests, it outperformed every other system. It didn't just do a little better; it was a massive leap forward.

  • It improved real-time perception by 58.4% compared to the best previous streaming models.
  • It improved historical memory by 53.7%, proving it could actually remember things from an hour ago.
  • It improved tool use by a staggering 228.1%, showing that its ability to coordinate with search engines was far superior.
  • It improved proactive interaction by 54.7%, meaning it was much better at noticing and announcing events on its own.

Perhaps most impressively, StreamMind did all this while being faster. Because it had already built its memory library while the video was playing, it didn't have to re-watch the whole movie to answer a question. This reduced the time it took to answer a question by 66.2% compared to other models that had to re-process the video every time.

Why This Matters

This paper suggests that the future of AI assistants isn't just about making them smarter or giving them bigger brains. It's about changing how they work. Instead of trying to force one giant brain to do everything at once, we need to build systems with specialized parts that work together. StreamMind shows that by separating the "now" from the "then," and by giving the AI a permanent, searchable memory, we can finally create assistants that can watch a whole movie with you, remember every detail, and help you find the answers you need without ever losing their place.

The researchers are careful to note that while StreamMind is a huge step forward, there is still work to be done. The system still struggles a bit when the time gap between a question and the answer gets extremely long (over 30 minutes), and they suspect that future improvements will need to focus on how to decide what details are important enough to save in the memory bank. But for now, StreamArena and StreamMind have set a new standard, proving that with the right architecture, AI can finally keep up with the long, continuous flow of real life.

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 →