Team_One@DravidianLangTech 2026: A Gated Multimodal Architecture for Multi-Level Stance and Target Detection in Malayalam Political Memes
Summary
A novel gated multimodal architecture is proposed for multi-level stance and target detection in Malayalam political memes, addressing challenges in low-resource and highly imbalanced datasets. This framework, developed for the DravidianLangTech 2026 Shared Task, processes a Malayalam dataset of 500 samples with a significant 95.4:4.6 stance imbalance. It integrates bilingual OCR, a Vision Transformer (ViT), and IndicBERT to learn complementary visual and textual features. A gated fusion mechanism effectively combines these multimodal features, while asymmetric loss weighting and post-training threshold optimization are employed to mitigate extreme class imbalance. The methodology achieved a Weighted F1-score of 0.9535 for stance detection and 0.5283 for target identification, demonstrating robust performance under realistic multimodal constraints.
Key takeaway
For NLP Engineers developing multimodal classification systems, especially with low-resource languages or imbalanced data, consider adopting a gated multimodal architecture. You should integrate specialized components like bilingual OCR, Vision Transformers, and IndicBERT for robust feature extraction. Implement asymmetric loss weighting and post-training threshold optimization to effectively manage extreme class imbalances, improving both stance and target detection accuracy in challenging real-world scenarios.
Key insights
A gated multimodal architecture effectively detects stance and targets in imbalanced, low-resource Malayalam political memes.
Principles
- Multimodal fusion enhances complex content analysis.
- Asymmetric loss addresses extreme class imbalance.
- Gated mechanisms optimize feature integration.
Method
The proposed method integrates bilingual OCR, Vision Transformer (ViT), and IndicBERT for visual and textual representations. It uses a gated fusion mechanism, asymmetric loss weighting, and post-training threshold optimization.
In practice
- Apply bilingual OCR for low-resource text.
- Combine ViT and IndicBERT for multimodal input.
- Use asymmetric loss for imbalanced datasets.
Topics
- Multimodal AI
- Stance Detection
- Target Detection
- Malayalam NLP
- Political Memes
- Class Imbalance
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.