paper-with-me

Papers

Vamba: Understanding Hour-Long Videos with Hybrid Mamba-Transformers

2025-03-14 · Weiming Ren, Wentao Ma, Huan Yang, Cong Wei, Ge Zhang, Wenhu Chen

State-of-the-art transformer-based large multimodal models (LMMs) struggle to handle hour-long video inputs due to the quadratic complexity of the causal self-attention operations, leading to high computational costs during training and inference. Existing token compression-based methods reduce the number of video tokens but often incur information loss and remain inefficient for extremely long sequences. In this paper, we explore an orthogonal direction to build a hybrid Mamba-Transformer model (VAMBA) that employs Mamba-2 blocks to encode video tokens with linear complexity. Without any token reduction, VAMBA can encode more than 1024 frames (640$\times$360) on a single GPU, while transformer-based models can only encode 256 frames. On long video input, VAMBA achieves at least 50% reduction in GPU memory usage during training and inference, and nearly doubles the speed per training step compared to transformer-based LMMs. Our experimental results demonstrate that VAMBA improves accuracy by 4.3% on the challenging hour-long video understanding benchmark LVBench over prior efficient video LMMs, and maintains strong performance on a broad spectrum of long and short video understanding tasks.

📄 PDF Abstract BibTeX arXiv:2503.11579

Code (0)

등록된 구현이 없습니다.

Tasks

GPUMambaToken ReductionVideo Understanding

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

TimeViper: A Hybrid Mamba-Transformer Vision-Language Model for Efficient Long Video Understanding

2025-11-20 · Boshen Xu, Zihan Xiao, Jiaze Li, Jianzhong Ju 외 arxiv

We introduce TimeViper, a hybrid vision-language model designed to tackle challenges of long video understanding. Processing long videos demands both an efficient model architecture and an effective mechanism for handlin…

HLV-1K: A Large-scale Hour-Long Video Benchmark for Time-Specific Long Video Understanding

2025-01-03 · Heqing Zou, Tianze Luo, Guiyang Xie, Victor Xiao Jie Zhang 외

Multimodal large language models have become a popular topic in deep visual understanding due to many promising real-world applications. However, hour-long video understanding, spanning over one hour and containing tens …

Question AnsweringVideo Understanding

Natural-Language Temporal Grounding in Hour-Long Videos is a Search Problem: A Benchmark and Empirical Decomposition

2026-06-10 · Sukmin Seo, Geewook Kim arxiv

Temporal grounding--returning the interval $[t_s, t_e]$ for a natural-language query over a video--is the language interface to long-form video, yet has been studied on short videos; the dynamics of hour-scale natural-la…

Unleashing Hour-Scale Video Training for Long Video-Language Understanding

2025-06-05 · Jingyang Lin, Jialian Wu, Ximeng Sun, Ze Wang 외

Recent long-form video-language understanding benchmarks have driven progress in video large multimodal models (Video-LMMs). However, the scarcity of well-annotated long videos has left the training of hour-long Video-LL…

Instruction FollowingLanguage ModelingLanguage Modelling

Video ReCap: Recursive Captioning of Hour-Long Videos

2024-02-20 · CVPR 2024 1 · Md Mohaiminul Islam, Ngan Ho, Xitong Yang, Tushar Nagarajan 외

Most video captioning models are designed to process short video clips of few seconds and output text describing low-level visual concepts (e.g., objects, scenes, atomic actions). However, most real-world videos last for…

EgoSchemaVideo CaptioningVideo UnderstandingZero-Shot Video Question Answer