CUET_SYNTHETICA@EEUCA 2026: Gated Cross-Modal Attention with Domain-Adapted Text Encoding for Vaccine-Critical Meme Detection
Summary
The CUET_SYNTHETICA system, presented at EEUCA 2026, addresses the challenge of automatically detecting vaccine-critical memes, which combine images and text to spread misinformation. This system classifies memes from the VaxMeme dataset into Vaccine-Critical, Neutral, and Pro-Vaccine categories. Researchers experimented with multiple text encoders and visual backbones. They found that fusing Twitter-RoBERTa with CLIP ViT-L/14 via gated cross-modal attention achieved a test macro F1 score of 0.8357. A significant finding was that domain-specific pretraining outperformed larger general-purpose models, underscoring the critical role of domain adaptation. The system secured the 3rd position on the EEUCA 2026 Shared Task leaderboard for Multimodal Vaccine-Critical Meme Detection.
Key takeaway
For Machine Learning Engineers developing misinformation detection systems, this research highlights the importance of domain adaptation. You should prioritize fine-tuning smaller, domain-specific models like Twitter-RoBERTa over deploying larger, general-purpose models without adaptation. Implement gated cross-modal attention to fuse text and visual features, such as from CLIP ViT-L/14. This improves classification accuracy for multimodal content like memes. Such an approach leads to more effective, resource-efficient solutions for public health communication challenges.
Key insights
Domain-adapted text encoding with gated cross-modal attention effectively detects vaccine-critical memes, outperforming larger general models.
Principles
- Domain adaptation beats raw model scale.
- Gated cross-modal attention improves fusion.
- Multimodal detection is crucial for memes.
Method
The system fuses Twitter-RoBERTa and CLIP ViT-L/14 using gated cross-modal attention to classify VaxMeme dataset entries into Vaccine-Critical, Neutral, or Pro-Vaccine categories.
In practice
- Apply domain-specific pretraining.
- Combine text and vision encoders.
- Use gated attention for multimodal fusion.
Topics
- Vaccine Misinformation
- Multimodal Meme Detection
- Domain Adaptation
- Cross-Modal Attention
- Public Health AI
Best for: NLP Engineer, AI Scientist, Machine Learning Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.