STEMTOX: From Collaborative Tags to Fine-Grained Toxic Meme Detection via Entropy-Guided Multi-Task Learning

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, extended

Summary

STEMTOX introduces a novel dataset of 6,300 real-world meme-based posts and a generative AI-based tag generation framework to enhance toxic meme detection. The dataset features a two-stage human annotation process, classifying memes as toxic/normal, then further into hateful, dangerous, or offensive, achieving Fleiss' κ scores of 0.8176 and 0.8197 respectively. It is enriched with auxiliary metadata, including socially relevant tags. The proposed tag generation module, leveraging Google Search API and Google Lens, automatically produces context-aware tags for untagged memes. Experimental results demonstrate that incorporating these contextual tags significantly boosts the performance of state-of-the-art Vision Language Models (VLMs) in toxicity detection tasks. Specifically, combining image and predicted tag similarity (I₋im⊕pt) consistently outperformed other few-shot selection strategies, establishing a scalable foundation for improved multimodal content moderation.

Key takeaway

For content moderation teams developing or refining toxic meme detection systems, you should prioritize integrating contextual tag information. Traditional VLM approaches often underperform due to memes' nuanced nature; however, incorporating AI-generated or human-annotated tags significantly boosts accuracy. Consider implementing a tag generation module and leveraging combined image and tag embeddings for few-shot learning to build more robust and context-aware moderation pipelines.

Key insights

Contextual tags, whether human-annotated or AI-generated, significantly improve Vision Language Model performance in toxic meme detection.

Principles

Method

A two-step generative AI framework first creates an intermediate meme summary using metadata and Google Lens context, then extracts keywords from it as tags.

In practice

Topics

Code references

Best for: Research Scientist, AI Architect, AI Engineer, AI Scientist, Machine Learning Engineer, AI Ethicist

Related on AIssential

Open in AIssential →

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