Table of Contents
Fetching ...

GatedCLIP: Gated Multimodal Fusion for Hateful Memes Detection

Yingying Guo, Ke Zhang, Zirong Zeng

TL;DR

GatedCLIP is proposed, a Vision-Language model that enhances CLIP's multimodal capabilities with specialized architectural improvements for hateful memes detection and introduces learned projection heads that map CLIP embeddings to a task-optimized semantic space, a dynamic gated fusion mechanism that adaptively weights visual and textual features, and a contrastive learning objective that maintains cross-modal semantic alignment.

Abstract

Detecting hateful content in multimodal memes presents unique challenges, as harmful messages often emerge from the complex interplay between benign images and text. We propose GatedCLIP, a Vision-Language model that enhances CLIP's multimodal capabilities with specialized architectural improvements for hateful memes detection. Our approach introduces learned projection heads that map CLIP embeddings to a task-optimized semantic space, a dynamic gated fusion mechanism that adaptively weights visual and textual features, and a contrastive learning objective that maintains cross-modal semantic alignment. Experiments on the Hateful Memes dataset demonstrate that GatedCLIP achieves an AUROC of 0.66, substantially outperforming the CLIP baseline (AUROC 0.49) while maintaining computational efficiency with only 350K trainable parameters.

GatedCLIP: Gated Multimodal Fusion for Hateful Memes Detection

TL;DR

GatedCLIP is proposed, a Vision-Language model that enhances CLIP's multimodal capabilities with specialized architectural improvements for hateful memes detection and introduces learned projection heads that map CLIP embeddings to a task-optimized semantic space, a dynamic gated fusion mechanism that adaptively weights visual and textual features, and a contrastive learning objective that maintains cross-modal semantic alignment.

Abstract

Detecting hateful content in multimodal memes presents unique challenges, as harmful messages often emerge from the complex interplay between benign images and text. We propose GatedCLIP, a Vision-Language model that enhances CLIP's multimodal capabilities with specialized architectural improvements for hateful memes detection. Our approach introduces learned projection heads that map CLIP embeddings to a task-optimized semantic space, a dynamic gated fusion mechanism that adaptively weights visual and textual features, and a contrastive learning objective that maintains cross-modal semantic alignment. Experiments on the Hateful Memes dataset demonstrate that GatedCLIP achieves an AUROC of 0.66, substantially outperforming the CLIP baseline (AUROC 0.49) while maintaining computational efficiency with only 350K trainable parameters.
Paper Structure (22 sections, 9 equations, 3 figures, 1 table)

This paper contains 22 sections, 9 equations, 3 figures, 1 table.

Figures (3)

  • Figure 1: An example hateful meme from the dataset. The image shows a skunk with text "LOVE THE WAY YOU SMELL TODAY", where individually benign elements that together convey offensive content. This illustrates why multimodal understanding is crucial for hate detection.
  • Figure 2: GatedCLIP Architecture
  • Figure 3: Comparison of training dynamics between CLIP Baseline and GatedCLIP.