Learning Weakly Supervised Audio-Visual Violence Detection in Hyperbolic Space
Xiaogang Peng, Hao Wen, Yikai Luo, Xiao Zhou, Keyang Yu, Ping Yang, Zizhao Wu
TL;DR
This paper tackles weakly supervised audio-visual violence detection under video-level labels, identifying limitations of Euclidean feature spaces in capturing hierarchical semantic structure. It introduces HyperVD, a framework that learns snippet embeddings in hyperbolic space using a detour fusion module for multimodal fusion and two fully hyperbolic graph convolutional branches (HFSG and HTRG) plus a hyperbolic classifier. On the XD-Violence benchmark, HyperVD achieves state-of-the-art AP (85.67%) and demonstrates robust ablations showing the effectiveness of detour fusion, Lorentz-based hyperbolic learning, and the two hyperbolic graph branches, with a compact model size (~0.607M). The results indicate that hyperbolic geometry better encodes semantic discrepancies between violent and normal events, enabling stronger discrimination and more reliable localization in video data, while maintaining computational efficiency and training stability via the Lorentz model.
Abstract
In recent years, the task of weakly supervised audio-visual violence detection has gained considerable attention. The goal of this task is to identify violent segments within multimodal data based on video-level labels. Despite advances in this field, traditional Euclidean neural networks, which have been used in prior research, encounter difficulties in capturing highly discriminative representations due to limitations of the feature space. To overcome this, we propose HyperVD, a novel framework that learns snippet embeddings in hyperbolic space to improve model discrimination. Our framework comprises a detour fusion module for multimodal fusion, effectively alleviating modality inconsistency between audio and visual signals. Additionally, we contribute two branches of fully hyperbolic graph convolutional networks that excavate feature similarities and temporal relationships among snippets in hyperbolic space. By learning snippet representations in this space, the framework effectively learns semantic discrepancies between violent and normal events. Extensive experiments on the XD-Violence benchmark demonstrate that our method outperforms state-of-the-art methods by a sizable margin.
