wenbin@EEUCA 2026: MoEs-VaxAgent, A Two-Stage Framework for Multimodal Vaccine Critical Meme Detection

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, quick

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

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

Topics

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

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.