Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Dispider: Enabling Video LLMs with Active Real-Time Interaction via Disentangled Perception, Decision, and Reaction

About

Active Real-time interaction with video LLMs introduces a new paradigm for human-computer interaction, where the model not only understands user intent but also responds while continuously processing streaming video on the fly. Unlike offline video LLMs, which analyze the entire video before answering questions, active real-time interaction requires three capabilities: 1) Perception: real-time video monitoring and interaction capturing. 2) Decision: raising proactive interaction in proper situations, 3) Reaction: continuous interaction with users. However, inherent conflicts exist among the desired capabilities. The Decision and Reaction require a contrary Perception scale and grain, and the autoregressive decoding blocks the real-time Perception and Decision during the Reaction. To unify the conflicted capabilities within a harmonious system, we present Dispider, a system that disentangles Perception, Decision, and Reaction. Dispider features a lightweight proactive streaming video processing module that tracks the video stream and identifies optimal moments for interaction. Once the interaction is triggered, an asynchronous interaction module provides detailed responses, while the processing module continues to monitor the video in the meantime. Our disentangled and asynchronous design ensures timely, contextually accurate, and computationally efficient responses, making Dispider ideal for active real-time interaction for long-duration video streams. Experiments show that Dispider not only maintains strong performance in conventional video QA tasks, but also significantly surpasses previous online models in streaming scenario responses, thereby validating the effectiveness of our architecture. The code and model are released at \url{https://github.com/Mark12Ding/Dispider}.

Rui Qian, Shuangrui Ding, Xiaoyi Dong, Pan Zhang, Yuhang Zang, Yuhang Cao, Dahua Lin, Jiaqi Wang• 2025

Related benchmarks

TaskDatasetResultRank
Multi-modal Video EvaluationVideo-MME
Accuracy57.2
38
Long-form Video UnderstandingEgoSchema
Accuracy55.6
38
Video Question AnsweringVideo-MME Long Duration 1.0--
34
Streaming Video UnderstandingStreamingBench
Real-Time67.63
33
Online Video UnderstandingOVO-Bench
OCR57.72
30
Multi-modal Video EvaluationVideoMME--
30
Real-time visual perception and backward tracingOVO-Bench
Real-Time Score54.55
24
Real-Time Visual UnderstandingStreamingBench
Object Perception (OP)74.92
21
GroundingE.T.Bench
TVG F143.6
20
Online Video Question AnsweringStreamingBench
Overall Performance (OP)74.92
20
Showing 10 of 25 rows

Other info

Code

Follow for update