Quasar@EEUCA 2026: Multimodal Deep Learning for Vaccine Stance Detection in Memes

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

Summary

The Quasar@EEUCA 2026 system addresses the challenging task of vaccine stance detection in multimodal memes, requiring interpretation of both textual and visual cues. Developed for the VaxMeme 2026 Shared Task at EEUCA 2026, the system employs a soft-voting ensemble approach. It combines DeBERTa-v3-large and RoBERTa-large for robust textual representation with CLIP (ViT-B/32) for integrated vision-language understanding. To overcome dataset limitations and class imbalance, the system incorporates domain-specific preprocessing, including random token deletion, image enhancement, and balanced class oversampling. Ablation studies identified balanced class oversampling as the most impactful component for performance improvement. The final system achieved a macro F1-score of 0.8306, securing 8th position among 25 participating teams, demonstrating the efficacy of ensemble-based multimodal learning for this specific detection task.

Key takeaway

For Machine Learning Engineers developing systems for social media content analysis, particularly for nuanced opinion detection in multimodal memes, prioritize ensemble-based approaches. Your models should combine strong text and vision-language representations, like DeBERTa-v3-large and CLIP. Crucially, implement balanced class oversampling to mitigate dataset imbalance, as this significantly boosts performance. This strategy can improve the accuracy of your stance detection systems, making them more robust against complex, imbalanced real-world data.

Key insights

Ensemble-based multimodal deep learning effectively detects vaccine stance in memes by combining text and vision models with data balancing.

Principles

Method

A soft-voting ensemble combines DeBERTa-v3-large, RoBERTa-large, and CLIP (ViT-B/32). It uses domain-specific preprocessing, random token deletion, image enhancement, and balanced class oversampling.

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.