paper-with-me

홈 › Papers

AIMH at SemEval-2021 Task 6: Multimodal Classification Using an Ensemble of Transformer Models

2021-08-01 · SEMEVAL 2021 · Nicola Messina, Fabrizio Falchi, Claudio Gennaro, Giuseppe Amato

This paper describes the system used by the AIMH Team to approach the SemEval Task 6. We propose an approach that relies on an architecture based on the transformer model to process multimodal content (text and images) in memes. Our architecture, called DVTT (Double Visual Textual Transformer), approaches Subtasks 1 and 3 of Task 6 as multi-label classification problems, where the text and/or images of the meme are processed, and the probabilities of the presence of each possible persuasion technique are returned as a result. DVTT uses two complete networks of transformers that work on text and images that are mutually conditioned. One of the two modalities acts as the main one and the second one intervenes to enrich the first one, thus obtaining two distinct ways of operation. The two transformers outputs are merged by averaging the inferred probabilities for each possible label, and the overall network is trained end-to-end with a binary cross-entropy loss.

📄 PDF Abstract BibTeX

Code (1)

mesnico/memepersuasiondetection 공식 구현 pytorch

Tasks

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Similar Papers 제목 키워드 기반

taochen at SemEval-2022 Task 5: Multimodal Multitask Learning and Ensemble Learning

2022-07-01 · SemEval (NAACL) 2022 7 · Chen Tao, Jung-jae Kim

We present a multi-modal deep learning system for the Multimedia Automatic Misogyny Identification (MAMI) challenge, a SemEval task of identifying and classifying misogynistic messages in online memes. We adapt multi-tas…

Ensemble LearningMulti-Task Learning

SRCB at SemEval-2022 Task 5: Pretraining Based Image to Text Late Sequential Fusion System for Multimodal Misogynous Meme Identification

2022-07-01 · SemEval (NAACL) 2022 7 · Jing Zhang, Yujin Wang

Online misogyny meme detection is an image/text multimodal classification task, the complicated relation of image and text challenges the intelligent system’s modality fusion learning capability. In this paper, we invest…

Image to text

DeftPunk at SemEval-2020 Task 6: Using RNN-ensemble for the Sentence Classification.

2020-12-01 · SEMEVAL 2020 · Jekaterina Kaparina, Anna Soboleva

This paper describes participation in DeftEval 2020 (part of SemEval sharing task competition), and is focused on the sentence classification. Our approach to the task was to create an ensemble of several RNNs combined w…

SentenceSentence Classification

Volta at SemEval-2021 Task 6: Towards Detecting Persuasive Texts and Images using Textual and Multimodal Ensemble

2021-06-01 · SEMEVAL 2021 · Kshitij Gupta, Devansh Gautam, Radhika Mamidi

Memes are one of the most popular types of content used to spread information online. They can influence a large number of people through rhetorical and psychological techniques. The task, Detection of Persuasion Techniq…

ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONTransfer Learning

TWINA at SemEval-2017 Task 4: Twitter Sentiment Analysis with Ensemble Gradient Boost Tree Classifier

2017-08-01 · SEMEVAL 2017 8 · Naveen Kumar Laskari, Suresh Kumar Sanampudi

This paper describes the TWINA system, with which we participated in SemEval-2017 Task 4B (Topic Based Message Polarity Classification {--} Two point scale) and 4D (two-point scale Tweet quantification). We implemented e…

ClassificationGeneral ClassificationInformation RetrievalPosition+2