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

BIMBA: Selective-Scan Compression for Long-Range Video Question Answering

About

Video Question Answering (VQA) in long videos poses the key challenge of extracting relevant information and modeling long-range dependencies from many redundant frames. The self-attention mechanism provides a general solution for sequence modeling, but it has a prohibitive cost when applied to a massive number of spatiotemporal tokens in long videos. Most prior methods rely on compression strategies to lower the computational cost, such as reducing the input length via sparse frame sampling or compressing the output sequence passed to the large language model (LLM) via space-time pooling. However, these naive approaches over-represent redundant information and often miss salient events or fast-occurring space-time patterns. In this work, we introduce BIMBA, an efficient state-space model to handle long-form videos. Our model leverages the selective scan algorithm to learn to effectively select critical information from high-dimensional video and transform it into a reduced token sequence for efficient LLM processing. Extensive experiments demonstrate that BIMBA achieves state-of-the-art accuracy on multiple long-form VQA benchmarks, including PerceptionTest, NExT-QA, EgoSchema, VNBench, LongVideoBench, and Video-MME. Code, and models are publicly available at https://sites.google.com/view/bimba-mllm.

Md Mohaiminul Islam, Tushar Nagarajan, Huiyu Wang, Gedas Bertasius, Lorenzo Torresani• 2025

Related benchmarks

TaskDatasetResultRank
Video Question AnsweringNExT-QA (test)
Accuracy83.73
204
Long Video UnderstandingLongVideoBench
Score59.5
110
Video Question AnsweringVideoMME
Accuracy64.67
99
Video Question AnsweringEgoSchema
Accuracy71.14
88
Long Video UnderstandingMLVU--
72
Video Question AnsweringPerception (test)
Test Accuracy68.51
59
Video Question AnsweringMLVU
Accuracy71.37
53
Video PerceptionPerception (test)--
36
Video Question AnsweringLongVideoBench
Accuracy59.46
34
Multi-modal Video EvaluationVideoMME--
30
Showing 10 of 12 rows

Other info

Code

Follow for update