Susmitha@LT-EDI 2026: Detecting LGBTQ+ Phobia in Multilingual Memes via Joint Representation
Summary
A multimodal architecture was developed and evaluated at LT-EDI 2026 for detecting LGBTQ+ phobia in multilingual social media memes. The system uses a late-fusion strategy, where XLM-RoBERTa encodes OCR-extracted text into a representation h_t ∈ ℝ⁷⁶⁸ and CLIP extracts visual features h_v ∈ ℝ⁵¹². These are concatenated into a joint vector z = [h_t ⊕ h_v] ∈ ℝ¹²⁸⁰ and processed by a non-linear multilayer perceptron. The system achieved 3rd rank in the Chinese track (Macro F1: 0.7371) and 4th rank in the English track (Macro F1: 0.6121). However, performance in the Hindi track was significantly lower (Macro F1: 0.1616), attributed to script complexity and class imbalance. This highlights the effectiveness of global transformer models in high-resource contexts but also the need for specialized linguistic refinement in low-resource environments.
Key takeaway
For machine learning engineers developing hate speech detection systems, this research indicates that while global transformer-based models like XLM-RoBERTa and CLIP are effective for high-resource languages, you must prioritize specialized linguistic refinement and data balancing for low-resource or complex script environments. Your deployment strategy should account for significant performance drops in languages like Hindi without targeted optimization.
Key insights
Multimodal detection of LGBTQ+ phobia in memes is effective with global transformers but struggles with low-resource languages.
Principles
- Late-fusion multimodal architectures combine text and visual features effectively.
- Global transformer models excel in high-resource language contexts.
Method
OCR-extracted text is encoded by XLM-RoBERTa, visual features by CLIP. These are concatenated into a joint vector and processed via a non-linear multilayer perceptron for classification.
In practice
- Use XLM-RoBERTa for multilingual text encoding.
- Employ CLIP for robust visual feature extraction.
Topics
- Multimodal AI
- Hate Speech Detection
- Meme Analysis
- XLM-RoBERTa
- CLIP
- Cross-lingual NLP
- Transformer Models
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.