← Latest papers
🤖 AI

FuseMamba-VD: Dual Branch VideoMamba with Gated Class Token Fusion for Violence Detection

The paper proposes FuseMamba-VD, an efficient dual-branch VideoMamba architecture with gated class token fusion that achieves state-of-the-art violence detection performance on multiple benchmarks by effectively balancing accuracy and computational efficiency through a state-space model backbone.

Original authors: Damith Chamalke Senadeera, Muhammad Awais, Shibo Li, Dimitrios Kollias, Gregory Slabaugh

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

Original authors: Damith Chamalke Senadeera, Muhammad Awais, Shibo Li, Dimitrios Kollias, Gregory Slabaugh

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 spot a fight breaking out in a crowded city square using security camera footage. It's a tough job. If you just look at a single snapshot, you might see two people standing close together, but you can't tell if they are hugging or fighting. If you just watch the movement without looking at the details, you might miss the specific gesture that turns a shove into a punch.

This paper introduces a new computer program called FuseMamba-VD designed to solve this problem. Think of it as a highly trained security guard who uses a special "dual-brain" approach to watch the cameras.

Here is how it works, broken down into simple concepts:

1. The Problem with Old Methods

Previous computer programs tried to do this in two main ways, but both had flaws:

  • The "Slow" Method (CNNs): These were like taking a photo every few seconds. They were good at seeing details but missed the long story of how a fight started and ended.
  • The "Expensive" Method (Transformers): These were like trying to read every single word in a library at once to understand a story. They were very smart but required so much computer power that they were slow and expensive to run on real-world cameras.

2. The New Solution: A Two-Person Team

The authors built a system with two separate "brains" (branches) working at the same time, inspired by a new type of efficient technology called Mamba (State-Space Models).

  • Brain A (The Detail Detective): This branch looks at the video frame-by-frame, focusing on spatial details. It asks: "What do the people look like? Are their fists clenched? How close are they?" It prioritizes the shape and appearance of the scene.
  • Brain B (The Motion Tracker): This branch looks at the video as a continuous flow, focusing on temporal dynamics. It asks: "How are they moving? Is the speed increasing? Is there a sudden lunge?" It prioritizes the movement and timing.

3. The Secret Sauce: The "Gated Fusion"

Usually, you might wait until the very end to let these two brains talk to each other. But FuseMamba-VD is different. It uses a mechanism called Gated Class Token Fusion (GCTF).

Imagine the two brains are having a conversation every single step of the way as they watch the video.

  • The "Detail Detective" (Brain A) whispers clues to the "Motion Tracker" (Brain B) constantly.
  • A special gate (a smart switch) decides how much of that information to let through at any given moment. If the movement is confusing, the gate might say, "Listen more to the details." If the details are blurry, it might say, "Focus on the movement."

This continuous, layer-by-layer conversation allows the system to refine its understanding constantly, rather than waiting until the end to combine notes.

4. The "Crop" Trick

Before the brains even start watching, the system has a Cropping Module. Think of this as a camera operator who zooms in on the people in the video and cuts out the background (like trees, cars, or empty sky). This ensures the computer isn't wasting energy looking at things that aren't people, making it much faster and more accurate at spotting human interactions.

5. The Results: Faster and Smarter

The authors tested this new system on a massive collection of real-world surveillance videos (merging four different datasets into one giant test) and a new dataset called DVD.

  • Accuracy: It beat all the previous "state-of-the-art" models. It was better at spotting violence than the old heavy-hitters.
  • Efficiency: This is the big win. The new model is much lighter. It uses less than half the computer power (FLOPs) and has fewer "neurons" (parameters) than its closest competitor, CUE-Net.
  • Speed: Because it is so efficient, it runs about 4.7 times faster on high-end hardware than the previous best model.

Summary

In short, FuseMamba-VD is a video violence detector that doesn't just "watch" videos; it has two specialized experts who constantly chat with each other while zooming in on the action. This teamwork allows it to spot fights more accurately than before, while using a fraction of the computer power, making it a practical solution for real-world security cameras.

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 →