CVDec 9, 2020

Hateful Memes Detection via Complementary Visual and Linguistic Networks

arXiv:2012.04977v121 citationsHas Code
Originality Incremental advance
AI Analysis

This work aims to improve the detection of hateful content in social media, which is a significant problem for platform moderation and user safety, by better integrating multimodal information.

This paper addresses the challenge of detecting hateful memes by integrating information from both visual and linguistic modalities. Their proposed Complementary Visual and Linguistic (CVL) network achieved an AUROC of 78.48% and an Accuracy of 72.95% on the Hateful Memes Challenge Dataset.

Hateful memes are widespread in social media and convey negative information. The main challenge of hateful memes detection is that the expressive meaning can not be well recognized by a single modality. In order to further integrate modal information, we investigate a candidate solution based on complementary visual and linguistic network in Hateful Memes Challenge 2020. In this way, more comprehensive information of the multi-modality could be explored in detail. Both contextual-level and sensitive object-level information are considered in visual and linguistic embedding to formulate the complex multi-modal scenarios. Specifically, a pre-trained classifier and object detector are utilized to obtain the contextual features and region-of-interests (RoIs) from the input, followed by the position representation fusion for visual embedding. While linguistic embedding is composed of three components, i.e., the sentence words embedding, position embedding and the corresponding Spacy embedding (Sembedding), which is a symbol represented by vocabulary extracted by Spacy. Both visual and linguistic embedding are fed into the designed Complementary Visual and Linguistic (CVL) networks to produce the prediction for hateful memes. Experimental results on Hateful Memes Challenge Dataset demonstrate that CVL provides a decent performance, and produces 78:48% and 72:95% on the criteria of AUROC and Accuracy. Code is available at https://github.com/webYFDT/hateful.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes