EVL-MCoT: Enhanced Vision-Language Multi-CoT for Harmful Meme Detection

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cybersecurity & Data Privacy · Depth: Expert, long

Summary

The EVL-MCoT (Enhanced Vision-Language Multi-CoT) approach significantly improves harmful meme detection by addressing limitations in existing dual-stream models and simple Chain-of-Thought (CoT) methods. Proposed by researchers at Yunnan University, EVL-MCoT introduces multi-perspective reasoning via multi-CoT to enhance consistency and reduce bias in decision-making. It also features a novel prototype-guided and context-guided decoding framework, which precisely aligns textual and visual information by incorporating visual prototypes. Utilizing Long-CLIP for extended context processing, EVL-MCoT achieved strong performance, with 75.88% accuracy and 79.25 AUROC on the HatefulMemes TestSeen dataset, and 70.0% accuracy and 63.8% F1-score on the MultiOFF dataset. The source code is publicly available.

Key takeaway

For machine learning engineers developing content moderation systems, particularly for nuanced harmful memes, relying solely on dual-stream models or single Chain-of-Thought reasoning is insufficient. You should integrate multi-perspective Chain-of-Thought generation to reduce bias and enhance reasoning robustness. Additionally, adopt fine-grained visual-text alignment techniques, such as prototype-guided and context-guided decoders, to capture intricate multimodal connections, improving detection accuracy on complex, ironic content.

Key insights

EVL-MCoT uses multi-perspective Chain-of-Thought and fine-grained vision-language fusion for robust harmful meme detection.

Principles

Method

The method generates multiple CoT paths (e.g., n=3, m=3) using an MLLM, then employs prototype-guided decoding for visual features and context-guided decoding for text, followed by alignment score calculation.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Security Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.