Mamba Only Glances Once (MOGO): A Lightweight Framework for Efficient Video Action Detection

Yunqing Liu (Fujitsu Research & Development Center Co., Ltd.) · Nan Zhang (Fujitsu Research and Development Center Co. Ltm.) · Fangjun Wang (Fujitsu Research and Development Center Co. Ltm.) · Kengo Murata (Fujitsu Ltd.) · Takuma Yamamoto (Fujitsu Research, Fujitsu Limited) · Osafumi Nakayama (Fujitsu Limited) · Genta Suzuki (Fujitsu Limited) · Zhiming Tan (FUJITSU RESEARCH & DEVELOPMENT CENTER CO., LTD.)
ablation experimentscross-frame processingencoder-decoder architecturegflopsgpu memoryinference speedmambamamba layermodel parametersproposal detectionsequence modelingtheoretical analysistoken constructiontoken importancevideo action detection

Mamba, a lightweight sequence modeling framework offering near-linear complexity, presents a promising alternative to Transformers. In this work, we introduce MOGO (Mamba Only Glances Once), an end-to-end framework for efficient video action detection built entirely on the Mamba architecture. In MOGO, our newly designed Mamba-based decoder can even use just one Mamba layer to effectively perform action detection. It uses neither Transformer structures nor RCNN-like methods for proposal detection. Our framework introduces two key innovations. First, we propose a pure Mamba-based encoder-decoder architecture. The encoder processes cross-frame video information, while the decoder incorporates two novel Mamba-based structures that leverage Mamba’s intrinsic capabilities to detect actions. Theoretical analysis and ablation experiments confirm their synergy and the necessity of each structure. Second, we design a video token construction mechanism to improve the model's performance. The token importance block can ensure that the retained token information is highly relevant to the predicted targets. These two innovations make MOGO both efficient and accurate, as demonstrated on the JHMDB and UCF101-24 benchmark datasets. Compared to SOTA action detection methods, MOGO achieves superior performance in terms of GFLOPs, model parameters, and inference speed (latency) with comparable detection precision. Additionally, it requires significantly less GPU memory than some SOTA token reconstruction methods. Code is available at https://github.com/YunqingLiu-ML/MOGO.