SOTAVerified

Towards a Robust Framework for Multimodal Hate Detection: A Study on Video vs. Image-based Content

2025-02-11Code Available0· sign in to hype

Girish A. Koushik, Diptesh Kanojia, Helen Treharne

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Social media platforms enable the propagation of hateful content across different modalities such as textual, auditory, and visual, necessitating effective detection methods. While recent approaches have shown promise in handling individual modalities, their effectiveness across different modality combinations remains unexplored. This paper presents a systematic analysis of fusion-based approaches for multimodal hate detection, focusing on their performance across video and image-based content. Our comprehensive evaluation reveals significant modality-specific limitations: while simple embedding fusion achieves state-of-the-art performance on video content (HateMM dataset) with a 9.9% points F1-score improvement, it struggles with complex image-text relationships in memes (Hateful Memes dataset). Through detailed ablation studies and error analysis, we demonstrate how current fusion approaches fail to capture nuanced cross-modal interactions, particularly in cases involving benign confounders. Our findings provide crucial insights for developing more robust hate detection systems and highlight the need for modality-specific architectural considerations. The code is available at https://github.com/gak97/Video-vs-Meme-Hate.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
HateMMHXP + CLAP + CLIPTEST F1 (macro)0.85Unverified

Reproductions