STEMTOX: From Collaborative Tags to Fine-Grained Toxic Meme Detection via Entropy-Guided Multi-Task Learning
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
- Multi-stage annotation improves quality for subjective content tasks.
- Socially grounded tags enhance VLM understanding of meme context.
- Combining visual and tag embeddings optimizes few-shot learning.
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
- Use Google Lens and Search API to enrich meme context for VLMs.
- Employ a two-stage annotation pipeline for fine-grained content labeling.
- Combine image and predicted tag embeddings for superior few-shot VLM performance.
Topics
- Toxic Meme Detection
- Multimodal Content Moderation
- Vision Language Models
- Dataset Annotation
- Tag Generation
- Few-shot Learning
Code references
Best for: Research Scientist, AI Architect, AI Engineer, AI Scientist, Machine Learning Engineer, AI Ethicist
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.