SOTAVerified

Improving Hateful Meme Detection through Retrieval-Guided Contrastive Learning

2023-11-14Code Available1· sign in to hype

Jingbiao Mei, Jinghong Chen, Weizhe Lin, Bill Byrne, Marcus Tomalin

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Hateful memes have emerged as a significant concern on the Internet. Detecting hateful memes requires the system to jointly understand the visual and textual modalities. Our investigation reveals that the embedding space of existing CLIP-based systems lacks sensitivity to subtle differences in memes that are vital for correct hatefulness classification. We propose constructing a hatefulness-aware embedding space through retrieval-guided contrastive training. Our approach achieves state-of-the-art performance on the HatefulMemes dataset with an AUROC of 87.0, outperforming much larger fine-tuned large multimodal models. We demonstrate a retrieval-based hateful memes detection system, which is capable of identifying hatefulness based on data unseen in training. This allows developers to update the hateful memes detection system by simply adding new examples without retraining, a desirable feature for real services in the constantly evolving landscape of hateful memes on the Internet.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Hateful MemesRGCL (CLIP)ROC-AUC0.87Unverified
MultiOFFRGCLAccuracy67.1Unverified

Reproductions