TLDR: A new multimodal AI framework has been developed to detect misogynistic and sexist content on social media. It combines text and image analysis using a context-aware attention module, a graph neural network for feature refinement, and a module for content-specific features like toxicity and misogyny lexicons. Evaluated on MAMI and MMHS150K datasets, the framework significantly outperforms existing methods, demonstrating improved accuracy in identifying harmful content against women.
In today’s interconnected world, social media platforms have become central to daily life, facilitating communication and idea exchange. However, this openness also brings a significant concern: the widespread presence of offensive content. A substantial portion of this harmful content is specifically directed towards women, manifesting as misogynistic and sexist remarks, images, and videos. Traditional methods for detecting general offensive content often fall short when it comes to identifying misogynistic material, highlighting the need for specialized solutions.
Researchers Mohammad Zia Ur Rehman, Sufyaan Zahoor, Areeb Manzoor, Musharaf Maqbool, and Nagendra Kumar have addressed this critical issue by proposing a novel multimodal framework designed specifically for the detection of misogynistic and sexist content. Their work, detailed in the paper A Context-aware Attention and Graph Neural Network-based Multimodal Framework for Misogyny Detection, introduces a sophisticated approach that leverages both visual and textual information to identify harmful content.
A Multi-faceted Approach to Detection
The proposed framework is built upon three core modules, each playing a crucial role in understanding and classifying multimodal content:
- Multimodal Attention Module (MANM): This module employs an adaptive gating-based multimodal context-aware attention mechanism. In simpler terms, it allows the model to intelligently focus on the most relevant parts of both images and text simultaneously. By understanding the context in which visual and textual elements appear together, MANM generates features that are highly relevant to the content’s meaning.
- Graph-based Feature Reconstruction Module (GFRM): The GFRM utilizes graph neural networks to refine features within individual modalities. This means it takes the raw features from either text or images and processes them through a graph structure, enhancing their quality and ensuring that the model focuses on the most discriminative information specific to that modality.
- Content-specific Features Learning Module (CFLM): This module is dedicated to learning and incorporating specific features that provide deeper insights into the content. These include toxicity features (identifying elements like threats, insults, or obscenity in text), NSFW (Not Safe For Work) features from images, and image caption features. Additionally, the researchers curated a set of misogynous lexicons to compute a “misogyny-specific lexicon score” from the text, helping to flag explicitly offensive words.
A notable aspect of this framework is the application of test-time augmentation (TTA) in the feature space. This technique helps the model generalize its predictions more effectively across diverse inputs by creating slightly altered versions of test samples and aggregating their predictions. This makes the model more robust to variations in real-world data.
Impressive Performance on Real-World Data
The effectiveness of this new approach was rigorously evaluated on two prominent multimodal datasets: MAMI (Multimedia Automatic Misogyny Identification) and MMHS150K (Multimodal Hate Speech 150K). The MAMI dataset, with 11,000 samples, was used for misogyny detection, while the MMHS150K dataset, containing 13,494 samples, focused on sexism detection.
The results were compelling. The proposed method demonstrated significant improvements over existing techniques. On the MAMI dataset, it achieved an average improvement of 10.17% in macro-F1 score compared to previous methods. Similarly, on the MMHS150K dataset, it showed an average improvement of 8.88% in macro-F1 score. These gains highlight the framework’s superior ability to accurately identify misogynistic and sexist content, especially when compared to models that rely on single modalities or less sophisticated multimodal fusion techniques.
Also Read:
- Unpacking Bias in AI: Which Part of Vision-Language Models is More Stereotypical?
- A Clearer View: How AI Uses Adjectives to Understand Online Hate and Counter Speech
Broader Implications for a Safer Online World
The implications of this research extend far beyond just technical advancements. By providing a more accurate and robust method for detecting misogynistic content, this framework offers several potential benefits:
- Mitigation of Harmful Content: It can help social media platforms and policymakers more effectively identify and flag content that promotes gender-based discrimination, harassment, or violence against women, leading to safer online environments.
- Psychological and Societal Impact: Reducing exposure to misogynistic content can contribute to mitigating the psychological harm experienced by individuals and help challenge harmful gender norms prevalent in society.
- Enhanced Multimodal Content Analysis: The context-aware cross-attention mechanism developed in this framework could also be beneficial for other multimodal analysis tasks where understanding the intricate relationship between images and text is crucial, such as visual question answering.
In conclusion, this novel multimodal framework represents a significant step forward in the fight against online misogyny and sexism. By intelligently combining visual and textual information, refining features, and incorporating content-specific insights, it offers a powerful tool for fostering a more inclusive and respectful digital environment for everyone.


