← Latest papers
🤖 AI

VideoSEMA: a scalable and efficient Mamba-like attention for video understanding

The paper introduces VideoSEMA, a scalable and efficient video classification model that combines a Mamba-like split space-time attention mechanism with softmax temporal attention, demonstrating superior accuracy and resolution robustness compared to existing Vision Transformer and Mamba models on K400 and SSv2 benchmarks.

Original authors: Nhat Thanh Tran, Fanghui Xue, Shuai Zhang, Jiancheng Lyu, Yunling Zheng, Yingyong Qi, Jack Xin

Published 2026-07-21
📖 4 min read☕ Coffee break read

Original authors: Nhat Thanh Tran, Fanghui Xue, Shuai Zhang, Jiancheng Lyu, Yunling Zheng, Yingyong Qi, Jack Xin

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a robot to understand a movie. You can't just show it a single photo; you have to show it a whole stream of images changing over time. This is the world of video understanding, a branch of computer science where machines learn to recognize actions, like someone peeling a potato or a car turning a corner. For a long time, the best way to do this was to use a giant, hungry brain called a Transformer. Think of a Transformer like a super-organized librarian who reads every single page of every book in the library at once to find connections. It's incredibly smart, but it gets overwhelmed and slow when the library (the video) gets too big or the books (the frames) get too detailed.

To fix this, scientists recently invented a new kind of brain called Mamba. If the Transformer is a librarian reading everything at once, Mamba is a detective who walks down the hallway, remembering clues as they go, which is much faster. However, even Mamba can struggle when the video is high-definition or very long. The big question for researchers is: Can we build a video brain that is as smart as the heavy Transformers but as fast and efficient as the new Mamba detectives? This is exactly the puzzle the paper "VideoSEMA" tries to solve.

The authors of this paper, working with researchers from Qualcomm AI Research and the University of California, Irvine, have built a new model called VideoSEMA. They didn't just throw a new ingredient into the pot; they created a clever split-system. Imagine watching a movie where you have two different ways of paying attention. First, you look at a single frame (a still picture) and use a special "Mamba-like" eye called SEMA. This eye is smart enough to look at a small window of details (like the texture of a potato skin) while also taking a quick, global average of the whole scene, all without getting tired. Then, to understand how the story moves, the model uses a standard "soft" attention to look at how things change from one frame to the next.

The paper shows that this split approach is not just a lucky guess; they actually proved mathematically that under certain conditions, this split method is just as good as looking at the entire video all at once. When they tested VideoSEMA on famous video datasets like K400 (which has 400 types of human actions) and SSv2 (which focuses on tricky, fine-grained movements), the results were impressive. On the K400 dataset, VideoSEMA beat much larger and heavier models, including other Mamba-based models and big Transformers, while using fewer computer resources. For example, at a resolution of 16 × 224², VideoSEMA achieved a 82.4% accuracy, beating the previous Mamba model (VideoMamba) which scored 80.8%, even though VideoSEMA had fewer parameters.

One of the most exciting findings is how VideoSEMA handles high-definition videos. The researchers tested what happens when they fed the model videos with much higher resolutions, scaling up from 224² to 1024² (which is a huge jump in detail), without retraining the model. The old Mamba model (VideoMamba) crashed hard, dropping its accuracy from 80.8% down to 40.8%. In contrast, VideoSEMA held its ground much better, dropping only to 54.6%. This suggests that VideoSEMA is much more robust when the visual details get complicated. They also found that on the SSv2 dataset, VideoSEMA could achieve better results with just 8 frames of video than other models needed 16 frames to achieve, proving it is very efficient at grabbing the right information quickly.

The paper also rules out some ideas. They tested using a simple 3D convolution (a standard way of looking at video) and a pure Mamba block for the time-based part of the video, but found that neither worked as well as using a standard attention mechanism for the time dimension. They showed that while Mamba is great for space, it wasn't the best choice for handling the time dimension in this specific setup. The authors are careful to note that while their model is very promising, it is still a work in progress. They suggest that for even longer videos, they might need to add "sparse" or "dilated" attention in the future to handle the extra time without slowing down. But for now, VideoSEMA stands as a strong, efficient, and scalable new way for computers to understand the moving world around us.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →