paper-with-me

Papers

VideoMamba: Spatio-Temporal Selective State Space Model

2024-07-11 · Jinyoung Park, Hee-Seon Kim, Kangwook Ko, Minbeom Kim, Changick Kim

We introduce VideoMamba, a novel adaptation of the pure Mamba architecture, specifically designed for video recognition. Unlike transformers that rely on self-attention mechanisms leading to high computational costs by quadratic complexity, VideoMamba leverages Mamba's linear complexity and selective SSM mechanism for more efficient processing. The proposed Spatio-Temporal Forward and Backward SSM allows the model to effectively capture the complex relationship between non-sequential spatial and sequential temporal information in video. Consequently, VideoMamba is not only resource-efficient but also effective in capturing long-range dependency in videos, demonstrated by competitive performance and outstanding efficiency on a variety of video understanding benchmarks. Our work highlights the potential of VideoMamba as a powerful tool for video understanding, offering a simple yet effective baseline for future research in video analysis.

📄 PDF Abstract BibTeX arXiv:2407.08476

Code (1)

jinyjelly/videomamba 공식 구현

Tasks

MambamodelVideo RecognitionVideo Understanding

Similar Papers 제목 키워드 기반

A Survey on Mamba Architecture for Vision Applications

2025-02-11 · Fady Ibrahim, Guangjun Liu, Guanghui Wang

Transformers have become foundational for visual tasks such as object detection, semantic segmentation, and video understanding, but their quadratic complexity in attention mechanisms presents scalability challenges. To …

Mambaobject-detectionObject DetectionPosition+4

Snakes and Ladders: Two Steps Up for VideoMamba

2024-06-27 · Hui Lu, Albert Ali Salah, Ronald Poppe

Video understanding requires the extraction of rich spatio-temporal representations, which transformer models achieve through self-attention. Unfortunately, self-attention poses a computational burden. In NLP, Mamba has …

Action RecognitionMambaTemporal Action LocalizationVideo Understanding

VideoMamba: State Space Model for Efficient Video Understanding

2024-03-11 · Kunchang Li, Xinhao Li, Yi Wang, Yinan He 외

Addressing the dual challenges of local redundancy and global dependencies in video understanding, this work innovatively adapts the Mamba to the video domain. The proposed VideoMamba overcomes the limitations of existin…

Action ClassificationMambamodelVideo Understanding

SpoT-Mamba: Learning Long-Range Dependency on Spatio-Temporal Graphs with Selective State Spaces

2024-06-17 · Jinhyeok Choi, Heehyeon Kim, Minhyeong An, Joyce Jiyoung Whang

Spatio-temporal graph (STG) forecasting is a critical task with extensive applications in the real world, including traffic and weather forecasting. Although several recent methods have been proposed to model complex dyn…

MambaWeather Forecasting

UST-SSM: Unified Spatio-Temporal State Space Models for Point Cloud Video Modeling

2025-08-20 · Peiming Li, Ziyi Wang, Yulin Yuan, Hong Liu 외 arxiv

Point cloud videos capture dynamic 3D motion while reducing the effects of lighting and viewpoint variations, making them highly effective for recognizing subtle and continuous human actions. Although Selective State Spa…