通过特征对齐提升弱监督多模态暴力检测效果
Aligning First, Then Fusing: A Novel Weakly Supervised Multimodal Violence Detection Method
- 先对齐不同模态语义特征,再进行融合
- 在XD-Violence数据集上达86.07%平均精度
- 适合关注多模态对齐与弱监督学习的研究者
弱监督暴力检测仅使用视频级别标签训练模型识别视频中的暴力片段。多模态方法结合音轨、光流等信息具有潜力。现有方法主要聚焦于设计融合模型以解决模态差异。本文另辟蹊径,利用各模态在暴力事件表征中的固有差异,提出一种新型多模态语义特征对齐方法:将局部、短暂且信息量少的模态(如音频、光流)稀疏映射至信息更丰富的RGB特征空间。通过迭代过程,识别出非零特征匹配子空间,并基于该子空间对各模态事件表示进行对齐,从而在后续融合阶段充分挖掘所有模态的信息。基于此,我们构建了一个新框架,包含单模态多实例学习提取特征、多模态对齐、多模态融合与最终检测。在基准数据集上的实验表明,该方法有效,在XD-Violence数据集上达到86.07%的平均精度(AP)。代码已开源。
原文摘要 · Abstract (English)
Weakly supervised violence detection refers to the technique of training models to identify violent segments in videos using only video-level labels. Among these approaches, multimodal violence detection, which integrates modalities such as audio and optical flow, holds great potential. Existing methods in this domain primarily focus on designing multimodal fusion models to address modality discrepancies. In contrast, we take a different approach; leveraging the inherent discrepancies across modalities in violence event representation to propose a novel multimodal semantic feature alignment method. This method sparsely maps the semantic features of local, transient, and less informative modalities ( such as audio and optical flow ) into the more informative RGB semantic feature space. Through an iterative process, the method identifies the suitable no-zero feature matching subspace and aligns the modality-specific event representations based on this subspace, enabling the full exploitation of information from all modalities during the subsequent modality fusion stage. Building on this, we design a new weakly supervised violence detection framework that consists of unimodal multiple-instance learning for extracting unimodal semantic features, multimodal alignment, multimodal fusion, and final detection. Experimental results on benchmark datasets demonstrate the effectiveness of our method, achieving an average precision (AP) of 86.07% on the XD-Violence dataset. Our code is available at https://github.com/xjpp2016/MAVD.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。