wenbin@EEUCA 2026: MoEs-VaxAgent, A Two-Stage Framework for Multimodal Vaccine Critical Meme Detection
Summary
MoEs-VaxAgent is a two-stage multimodal framework designed for detecting vaccine-critical memes on social media, addressing challenges like inherent irony, metaphor, and text-image misalignment. Developed for the EEUCA 2026 Shared Task on Multimodal Vaccine Critical Meme Detection, the system incorporates a dynamic routing Mixture-of-Experts module in its first stage to capture multi-granular semantic cues. The second stage introduces an uncertainty-aware multi-agent rectification mechanism, which performs secondary detection on samples identified with low confidence, specifically targeting hard samples near decision boundaries. This framework achieved a Macro F1-score of 0.8205, securing the 9th rank on the official leaderboard. The research also discusses various exploratory strategies evaluated during the competition and provides a detailed analysis of the model's performance.
Key takeaway
For machine learning engineers developing multimodal content moderation systems, MoEs-VaxAgent demonstrates a robust approach to challenging tasks like vaccine-critical meme detection. You should consider implementing a two-stage framework that combines dynamic routing Mixture-of-Experts for initial classification with an uncertainty-aware rectification mechanism to refine predictions for low-confidence samples. This strategy can significantly improve your system's Macro F1-score, especially when dealing with nuanced, ironic, or misaligned text-image content.
Key insights
MoEs-VaxAgent uses a two-stage multimodal framework with dynamic routing and uncertainty-aware rectification to detect vaccine-critical memes.
Principles
- Multimodal meme detection requires handling irony.
- Dynamic routing captures multi-granular semantics.
- Uncertainty-aware rectification improves hard sample detection.
Method
MoEs-VaxAgent employs a two-stage process: first, a dynamic routing Mixture-of-Experts captures semantic cues; second, an uncertainty-aware multi-agent rectification mechanism re-evaluates low-confidence samples.
In practice
- Apply to vaccine-critical meme detection.
- Extend to other multimodal content analysis.
- Improve detection of hard-to-classify samples.
Topics
- Multimodal Meme Detection
- Vaccine Critical Content
- Mixture-of-Experts
- Uncertainty-Aware AI
- Social Media Analysis
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.