Multi-scale Bottleneck Transformer for Weakly Supervised Multimodal Violence Detection
Shengyang Sun, Xiaojin Gong
TL;DR
This work tackles weakly supervised multimodal violence detection with video-level labels across RGB, flow, and audio streams. It introduces a multi-scale bottleneck transformer (MSBT) fusion module and a temporal consistency contrast (TCC) loss to address information redundancy, modality imbalance, and modality asynchrony, enabling effective pairwise fusion of modalities. The approach uses a fully transformer-based architecture with a MIL objective employing top-$K$ selection ($K=9$) and a TCC regularizer ($\tau=0.5$), achieving state-of-the-art AP on XD-Violence when all three modalities are used (RGB+Audio+Flow: 84.32%) and showing strong ablations. The method is extendable to additional modalities and offers practical benefits for robust multimodal violence detection in real-world settings.
Abstract
Weakly supervised multimodal violence detection aims to learn a violence detection model by leveraging multiple modalities such as RGB, optical flow, and audio, while only video-level annotations are available. In the pursuit of effective multimodal violence detection (MVD), information redundancy, modality imbalance, and modality asynchrony are identified as three key challenges. In this work, we propose a new weakly supervised MVD method that explicitly addresses these challenges. Specifically, we introduce a multi-scale bottleneck transformer (MSBT) based fusion module that employs a reduced number of bottleneck tokens to gradually condense information and fuse each pair of modalities and utilizes a bottleneck token-based weighting scheme to highlight more important fused features. Furthermore, we propose a temporal consistency contrast loss to semantically align pairwise fused features. Experiments on the largest-scale XD-Violence dataset demonstrate that the proposed method achieves state-of-the-art performance. Code is available at https://github.com/shengyangsun/MSBT.
