<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Can a Pretrained Language Model Make Sense with Pretrained Neural Extractors? An Application to Multimodal Classification</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Bhagyashree Gaikwad</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Bhargav Kurma</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Manasi Patwardhan</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Shirish Karande</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Niranjan Pedanekar</string-name>
        </contrib>
      </contrib-group>
      <abstract>
        <p>Identifying the topics in online images such as memes and advertisements, and the sentiments evoked by them is a challenging task. It requires consideration of both visual and textual content in the images, and what they mean together. Both these modalities of information contain a cognitive component (what is going on in the image) and an afective component (what might be the emotional efect of the image). The main idea of this work is to extract such cognitive and afective concepts from visual and textual modalities using distinct pre-trained neural extractors and applying a language model (BERT) to reason over it for multimodal classification tasks. We benchmark the performance of our approach on the topic and sentiment classification tasks of the CVPR 2018 advertisement dataset and achieve state-of-the-art (SOTA) on topic classification with improvement in terms of mAP and F1-O score over current SOTA for sentiment classification. We also use it on the hate detection task of the Facebook hateful memes dataset and report a decent performance. We demonstrate that BERT can utilize textual inputs from diferent neural extractors in diferent formats, to obtain a performance improvement.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Multi-modal Classification</kwd>
        <kwd>Hateful Memes</kwd>
        <kwd>Topic and Sentiment Detection</kwd>
        <kwd>BERT</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>Expressing hate to a large audience has gotten easier with the freedom of reach ofered by
social media platforms like Twitter, Facebook, and Instagram. Hence it is being increasingly
important to understand, monitor, and filter such hate content. Memes are one such medium of
expressing hate that incorporates both image and text data. An understanding of both modalities
is required to detect the hate in them. A similar understanding is required to detect the topics
and the sentiments inspired by advertisement (ad) images. This understanding can be used in
ad placement based on its match with a given context, sensitive ad filtering, etc. The viewer’s
perception of such images is a function of its cognitive and afective components from both
modalities.
(a)
(b)</p>
      <p>
        In this work, we exploit pretrained neural networks to extract such cognitive and afective
concepts relevant to the task in an advertisement or meme image and use a language model
(BERT) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] to reason over these concepts to perform the tasks of the topic and sentiment
detection. We demonstrate our approach on Facebook Hateful Memes [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] and Ad understanding
[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] datasets. These datasets involve images with embedded text (henceforth termed as
scenetext). To address the memes classification and ads topic or sentiment classification tasks defined
on these datasets consideration of information from both the textual and visual modalities is
required. The memes dataset contains the ‘benign confounders’ [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] which makes it hard for
models to rely on unimodal information. Figure 1a shows an example of a hateful meme. In this
example, visual information about ‘the dog driving a car’ alone would not sufice to infer the
hatefulness in the meme. A model also has to consider the scene-text ‘on my way to run over
w*men and minorities’ along with the image. Similarly, to infer the topic and sentiment labels
of the advertisement image in figure 1b, a model should consider both the scene-text ‘What’s
the price of a bottle of Champagne? Don’t drink and drive’ and visual concepts such as ‘car’,
‘broken alcohol bottle’ symbolizing a ‘car crash’ for inferring the sentiment label ‘Alert’. The
same goes for the inference of topic labels ‘Safety’ and ‘alcohol abuse’.
      </p>
      <p>With this approach, we achieve SOTA results on the ads topic classification task and an
improvement in mean average precision (mAP) and F1-O scores over the current SOTA on the
ads sentiment classification task. On the Hate Memes dataset, our approach achieves similar
performance to other approaches that use multi-modal transformer-based architectures. Our
approach is flexible as one can add more neural extractors to improve performance.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related work</title>
      <p>
        There have been active eforts in recent years to collect and analyze memes datasets [
        <xref ref-type="bibr" rid="ref10 ref11 ref2 ref8 ref9">2, 8, 9,
10, 11</xref>
        ]. These works address binary (hateful or not) or multi-class (humor, sarcasm, ofensive,
motivational) classification tasks using concatenated scene-text and visual representations from
pretrained models. The Facebook hateful memes dataset has emerged as a prominent dataset
on multimodal hate detection. The dataset was released as a part of a challenge that took place
in 2 phases. In phase 1, results were reported on a ‘seen’ test set which was made available
to the participants, and in phase 2 results were reported on an ‘unseen’ test set that wasn’t
made available [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. A key point to note is that all of the top 5 winners [
        <xref ref-type="bibr" rid="ref13 ref14 ref15 ref16 ref17">13, 14, 15, 16, 17</xref>
        ]
of phase 2 of this challenge utilized ensembles of one or more multimodal transformer based
model architectures such as UNITER[
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], VisualBERT[19], ERNIE-ViL[20], VL-BERT[21], etc.
In contrast, we utilize a pretrained language model BERT for this multimodal task. The
topranked model achieving 0.845 AUROC score on this dataset [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] utilizes Google Vision Web
Entity Detection and FairFace classifier to capture the image’s context and race, gender labels
respectively that are relevant to the task. They also note that it is unrealistic to expect the
pretrained transformer to learn to identify information such as race with just a few thousand
samples. This resonates with our ideology of extracting relevant information from data using
pretrained neural extractors and reasoning over the extracted information. Muennighof [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]
uses masked pretraining to adapt the models to the hateful memes dataset. Velioglu and Rose [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]
show how the pretraining of the multimodal transformer model plays a crucial role in achieving
good performance. VisualBERT[19], which they utilize for the task was originally pretrained
on COCO image captions dataset[22]. However, they pretrain VisualBERT on Conceptual
Captions[23] dataset and fine-tune it on the training dataset augmented with the Memotion
dataset[24] for better results.
      </p>
      <p>
        Understanding image advertisements also requires consideration of both visual and textual
modalities. Zhang et al. [25] address the topic and sentiment classification tasks on the ads
dataset [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] in a multimodal-multitask setting. They use image and object features for the visual
modality, BiLSTM features for the text modality and combine them with inter and intra attention.
On the other hand, our approach takes advantage of BERT that can perform multiple levels of
attention between and within modalities. Pilli et al. [26] addresses ads sentiment prediction task
by exploiting the semantic relationship among sentiment labels and under-sampling noisy labels
resulting in an improvement in mAP and F1-O score over [25]. On the CVPR ads challenge task,
[27] uses Densecap captions [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] to convert visual input to text sentences to feed as an input to
BERT. Our approach uses several neural modules to extract cognitive and afective concepts
which can be in various formats as listed in table 1. Our results demonstrate that BERT can
utilize the information presented in these diferent formats and achieve decent performance.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Datasets’ Statistics and Metrics</title>
      <p>
        The Facebook Hateful Memes dataset [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] contains 10000 memes annotated as hateful and
nothateful with equal distribution. 40% of the memes are constructed using a "benign confounder"
text or image. These memes are hateful unimodally but not hateful multimodally. This makes it
dificult for models to rely on just unimodal information. This data has 85%-5%-10% train-val-test
splits. We report both area under the receiver operating characteristic curve (AUROC) [28]
which is considered as the main metric in this dataset and also the accuracy score. The ad
understanding dataset [
        <xref ref-type="bibr" rid="ref3">3, 29</xref>
        ] contains 64,340 images annotated with 38 topic labels. Out of
these, 30,275 are annotated with 30 sentiment labels. Each image can be tagged with multiple
topic and sentiment labels making it a multi-label classification task. For our experiments, we
consider these 30,275 images that have both topic and sentiment labels to benchmark against
[25] and [26]. We consider a train-val-test split of 72%-18%-10%. Following the conventional
settings [25, 30], we report the results in terms of micro-F1 or average overall F1 score (F1-O),
macro-F1 or average class wise F1 score (F1-C), and mean average precision (mAP) metrics.
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. Approach</title>
      <p>The tasks in hand may require both cognitive (Objects, their attributes, and relations) and
afective (image valance arousal scores, object attributes such as happy, angry, calm, etc.) type
of semantic information. We use a set of neural modules to extract this information we term as
image features (table 1), from visual and textual modalities. These neural modules provide noisy
outputs on our datasets as they are used in a zero-shot setting. We concatenate combinations
of these features to form a single string and provide it as an input to BERT for a sentence
classification task. For the task of binary classification of the memes dataset, we pass the [CLS]
pin output to a fully connected layer with two output neurons followed by a softmax function.
For all the experiments, we use a batch size of 16, learning rate of 2e-5, AdamW [31] optimizer,
cross-entropy loss, and train the models for 5 epochs. In the case of classification on ads dataset,
we pass the [CLS] pin output to a fully connected layer followed by a sigmoid function. We
consider the prediction to be positive if the output is greater than 0.5.</p>
      <p>Our approach is modular and eficient as one can use of-the-shelf neural extractors to extract
information relevant to the task from both visual and textual modalities. A powerful language
model is then used to reason over this information extracted in the form of text.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Results and Discussion</title>
      <p>
        We report the results for both topic and sentiment classification tasks on the ads dataset in table
3. On the hateful memes dataset, we report the results on the ‘seen’ test and validation sets (table
2) for the results to be comparable with [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. With our approach we achieve SOTA on ads topic
classification and improvement in terms of mAP and F1-O score for sentiment classification.
On the hateful memes dataset, we report comparable performance with approaches that use
multimodal transformer based architectures.
      </p>
      <sec id="sec-5-1">
        <title>5.1. Contribution of Individual Features</title>
        <p>
          We perform experiments with individual outputs of neural modules (features) for each task to
identify the contribution of each feature. For the memes dataset, we perform experiments with
the scene-text provided in the dataset (GSTX) to benchmark against [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ], however, we can see
that the model trained on the extracted scene-text performs nearly as good as the model trained
on the ground-truth scene-text. We observe that for all the tasks on both datasets, in terms of
individual feature contribution, scene-text contributes the highest followed by densecaps, and
then, MRCNN objects and ANPs.
        </p>
      </sec>
      <sec id="sec-5-2">
        <title>5.2. Feature Sequence Construction</title>
        <p>To avoid important information getting lost due to the truncation beyond the maximum token
length (512) allowed by BERT architecture, we decide the feature order to be fed to BERT
as follows. Scene-text being the most contributing feature, it is the first to appear in order.
We consider the top 5 ANP predictions, which are 10 words. On average we get 4 MRCNN
objects per sample, which are 4 words. Length of concatenated densecaps may go beyond the
allowed max sequence length. To avoid truncation of ANPs and/or MRCNN Objects, we append
them after the scene-text and before densecaps with descending order of their confidence. We
concatenate text valence-arousal scores at the beginning so that the positions of these values
remain the same across examples. This allows BERT to utilize the positional encodings to treat
this as a distinct signal. We follow the same order for both datasets.</p>
      </sec>
      <sec id="sec-5-3">
        <title>5.3. Contribution of Feature Combinations</title>
        <p>We try several combinations of text valence-arousal score, scene-text, ANPs, MRCNN Objects,
and densecaps to find out which combination gives the best results on the validation split of
each dataset. With scene-text+densecaps as input, we achieve SOTA on the ads dataset for the
topic classification task and also on sentiment classification task in terms of F1-O score. After
adding ANPs as an additional feature to this combination, we see an improvement in mAP and
F1-C scores of sentiment classification. A multi-task setting as in [ 25] gives us inferior results
compared to the single task. The feature combination, scene-text+densecaps also achieves a
decent performance on the memes dataset.</p>
      </sec>
      <sec id="sec-5-4">
        <title>5.4. Contribution of Each Modality Features</title>
        <p>Within features from just the visual modality (ANPs, densecaps, MRCNN Objects) we find that
the combination of ANPs+densecaps gave the best results for both datasets. Within features
from just the text modality, text valence-arousal+extracted scene-text gave us the best results for
the ads dataset and the ground-truth scene-text gave the best results on the memes dataset. The
diference in the performances of models on just the text modality and just the visual modality
suggests that the text modality might be contributing more to the tasks compared to the visual
modality. For the ads dataset, adding text valence-arousal scores and ANPs individually to
scene-text gave an improvement over just scene-text. This shows that we can utilize even
numeric or word phrase information from neural modules as input to BERT to get better
performance. We fine-tune ResNet152 [ 32] pretrained on ImageNet to have a benchmark on
endto-end approaches that operate directly on the image features. We observe that this approach
performs moderately well on the tasks but the results are always inferior to our approaches
that utilize the scene-text. However, when compared with our approaches that utilize just the
visual input features (densecaps, ANPs, MRCNN Objects), it performs better indicating some
loss of information during feature extraction from the visual input.</p>
      </sec>
      <sec id="sec-5-5">
        <title>5.5. Role of BERT’s pre-training</title>
        <p>To understand the role of BERT’s pre-training, we perform experiments on tasks of ads and
memes dataset by using BERT without the pre-trained weights [BERT NP]. For this
experiment, we use features that gave us the best results for each task. The significant reduction in
scores on both tasks indicates that BERT’s pre-training plays a prominent role in obtaining the
performance.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Conclusion and Future Work</title>
      <p>We demonstrate a powerful approach that utilizes the language model BERT to achieve a good
performance on distinct multimodal tasks. Extracting semantic information from the visual
input in the form of text by using neural modules and using BERT to reason over this information
gives us comparable results with approaches that operate directly on object or image features
despite some loss of information. We show that a language model like BERT can utilize inputs
in the form of numbers, categorical labels, or phrases to get an improvement. In the future, we
would like to validate our approach with more language models and neural modules.
International Publishing, Cham, 2020, pp. 104–120.
[19] L. H. Li, M. Yatskar, D. Yin, C.-J. Hsieh, K.-W. Chang, Visualbert: A simple and performant
baseline for vision and language, in: Arxiv, 2019.
[20] F. Yu, J. Tang, W. Yin, Y. Sun, H. Tian, H. Wu, H. Wang, Ernie-vil: Knowledge enhanced
vision-language representations through scene graphs, Proceedings of the AAAI
Conference on Artificial Intelligence 35 (2021) 3208–3216.
[21] W. Su, X. Zhu, Y. Cao, B. Li, L. Lu, F. Wei, J. Dai, Vl-bert: Pre-training of generic
visuallinguistic representations, in: International Conference on Learning Representations,
2020.
[22] X. Chen, H. Fang, T.-Y. Lin, R. Vedantam, S. Gupta, P. Dollar, C. L. Zitnick, Microsoft coco
captions: Data collection and evaluation server, 2015. arXiv:1504.00325.
[23] P. Sharma, N. Ding, S. Goodman, R. Soricut, Conceptual captions: A cleaned, hypernymed,
image alt-text dataset for automatic image captioning, in: Proceedings of the 56th
Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers),
Association for Computational Linguistics, Melbourne, Australia, 2018, pp. 2556–2565.
doi:10.18653/v1/P18-1238.
[24] C. Sharma, D. Bhageria, W. Scott, S. PYKL, A. Das, T. Chakraborty, V. Pulabaigari, B.
Gamback, Semeval-2020 task 8: Memotion analysis – the visuo-lingual metaphor!, 2020.
arXiv:2008.03781.
[25] H. Zhang, Y. Luo, Q. Ai, Y. Wen, H. Hu, Look, Read and Feel: Benchmarking Ads
Understanding with Multimodal Multitask Learning, Association for Computing Machinery,
New York, NY, USA, 2020, p. 430–438.
[26] S. Pilli, M. Patwardhan, N. Pedanekar, S. Karande, Predicting sentiments in image
advertisements using semantic relations among sentiment labels, in: Proceedings of the
IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2020, pp.
408–409.
[27] K. Kalra, B. Kurma, S. V. Sreelatha, M. Patwardhan, S. Karande, Understanding
advertisements with bert, in: Proceedings of the 58th Annual Meeting of the Association for
Computational Linguistics, 2020, pp. 7542–7547.
[28] A. P. Bradley, The use of the area under the roc curve in the evaluation of machine learning
algorithms, Pattern recognition 30 (1997) 1145–1159.
[29] K. Yi, J. Wu, C. Gan, A. Torralba, P. Kohli, J. Tenenbaum, Neural-symbolic vqa:
Disentangling reasoning from vision and language understanding, in: Advances in neural
information processing systems, 2018, pp. 1031–1042.
[30] J. Wang, Y. Yang, J. Mao, Z. Huang, C. Huang, W. Xu, Cnn-rnn: A unified framework
for multi-label image classification, in: Proceedings of the IEEE conference on computer
vision and pattern recognition, 2016, pp. 2285–2294.
[31] I. Loshchilov, F. Hutter, Fixing weight decay regularization in adam (2018).
[32] K. He, X. Zhang, S. Ren, J. Sun, Deep residual learning for image recognition, in:
Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR),
2016.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          , M.-
          <string-name>
            <given-names>W.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Toutanova</surname>
          </string-name>
          , Bert:
          <article-title>Pre-training of deep bidirectional transformers for language understanding</article-title>
          , arXiv preprint arXiv:
          <year>1810</year>
          .
          <volume>04805</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>D.</given-names>
            <surname>Kiela</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Firooz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mohan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Goswami</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Ringshia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Testuggine</surname>
          </string-name>
          ,
          <article-title>The hateful memes challenge: Detecting hate speech in multimodal memes</article-title>
          ,
          <source>in: Advances in Neural Information Processing Systems</source>
          , volume
          <volume>33</volume>
          ,
          <string-name>
            <surname>Curran</surname>
            <given-names>Associates</given-names>
          </string-name>
          , Inc.,
          <year>2020</year>
          , pp.
          <fpage>2611</fpage>
          -
          <lpage>2624</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Hussain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Ye</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Thomas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Agha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kovashka</surname>
          </string-name>
          ,
          <article-title>Automatic understanding of image and video advertisements</article-title>
          ,
          <source>in: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>1705</fpage>
          -
          <lpage>1715</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>D.</given-names>
            <surname>Borth</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Ji</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Breuel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.-F.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <article-title>Large-scale visual sentiment ontology and detectors using adjective noun pairs</article-title>
          ,
          <source>in: Proceedings of the 21st ACM international conference on Multimedia</source>
          ,
          <year>2013</year>
          , pp.
          <fpage>223</fpage>
          -
          <lpage>232</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>J.</given-names>
            <surname>Johnson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Karpathy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Fei-Fei</surname>
          </string-name>
          ,
          <article-title>Densecap: Fully convolutional localization networks for dense captioning</article-title>
          ,
          <source>in: Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          ,
          <year>2016</year>
          , pp.
          <fpage>4565</fpage>
          -
          <lpage>4574</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>K.</given-names>
            <surname>He</surname>
          </string-name>
          , G. Gkioxari,
          <string-name>
            <given-names>P.</given-names>
            <surname>Dollár</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Girshick</surname>
          </string-name>
          ,
          <string-name>
            <surname>Mask</surname>
          </string-name>
          r-cnn,
          <source>in: Proceedings of the IEEE international conference on computer vision</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>2961</fpage>
          -
          <lpage>2969</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>D.</given-names>
            <surname>Fernandez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Woodward</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Campos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Giró-i Nieto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Jou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.-F.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <article-title>More cat than cute? interpretable prediction of adjective-noun pairs</article-title>
          ,
          <source>in: Proceedings of the Workshop on Multimodal Understanding of Social, Afective and Subjective Attributes</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>61</fpage>
          -
          <lpage>69</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Du</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Masood</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Joseph</surname>
          </string-name>
          ,
          <article-title>Understanding visual memes: An empirical analysis of text superimposed on memes shared on twitter</article-title>
          ,
          <source>in: Proceedings of the International AAAI Conference on Web and Social Media</source>
          , volume
          <volume>14</volume>
          ,
          <year>2020</year>
          , pp.
          <fpage>153</fpage>
          -
          <lpage>164</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>S.</given-names>
            <surname>Suryawanshi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Arcan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Buitelaar</surname>
          </string-name>
          ,
          <article-title>Multimodal meme dataset (multiof) for identifying ofensive content in image and text</article-title>
          ,
          <source>in: Proceedings of the Second Workshop on Trolling, Aggression and Cyberbullying</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>32</fpage>
          -
          <lpage>41</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>S. D. Das</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Mandal</surname>
          </string-name>
          , Team neuro at semeval
          <article-title>-2020 task 8: Multi-modal fine grain emotion classification of memes using multitask learning</article-title>
          , arXiv preprint arXiv:
          <year>2005</year>
          .
          <volume>10915</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>R. R.</given-names>
            <surname>Pranesh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Shekhar</surname>
          </string-name>
          ,
          <article-title>Memesem: A multi-modal framework for sentimental analysis of meme via transfer learning</article-title>
          ,
          <source>in: 4th Lifelong Learning Workshop of ICML</source>
          <year>2020</year>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>D.</given-names>
            <surname>Kiela</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Firooz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mohan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Goswami</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. A.</given-names>
            <surname>Fitzpatrick</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Bull</surname>
          </string-name>
          , G. Lipstein,
          <string-name>
            <given-names>T.</given-names>
            <surname>Nelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Muennighof</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Velioglu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Rose</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Lippe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Holla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Chandra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Rajamanickam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Antoniou</surname>
          </string-name>
          , E. Shutova,
          <string-name>
            <given-names>H.</given-names>
            <surname>Yannakoudakis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Sandulescu</surname>
          </string-name>
          , U. Ozertem,
          <string-name>
            <given-names>P.</given-names>
            <surname>Pantel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Specia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Parikh</surname>
          </string-name>
          ,
          <article-title>The hateful memes challenge: Competition report</article-title>
          ,
          <source>in: Proceedings of the NeurIPS 2020 Competition and Demonstration Track</source>
          , volume
          <volume>133</volume>
          <source>of Proceedings of Machine Learning Research, PMLR</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>344</fpage>
          -
          <lpage>360</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>R.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <article-title>Enhance multimodal transformer with external label and in-domain pretrain: Hateful meme challenge winning solution</article-title>
          , arXiv preprint arXiv:
          <year>2012</year>
          .
          <volume>08290</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>N.</given-names>
            <surname>Muennighof</surname>
          </string-name>
          , Vilio:
          <article-title>State-of-the-art visio-linguistic models applied to hateful memes</article-title>
          , arXiv preprint arXiv:
          <year>2012</year>
          .
          <volume>07788</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>R.</given-names>
            <surname>Velioglu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Rose</surname>
          </string-name>
          ,
          <article-title>Detecting hate speech in memes using multimodal deep learning approaches: Prize-winning solution to hateful memes challenge</article-title>
          , arXiv preprint arXiv:
          <year>2012</year>
          .
          <volume>12975</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>P.</given-names>
            <surname>Lippe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Holla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Chandra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Rajamanickam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Antoniou</surname>
          </string-name>
          , E. Shutova,
          <string-name>
            <given-names>H.</given-names>
            <surname>Yannakoudakis</surname>
          </string-name>
          ,
          <article-title>A multimodal framework for the detection of hateful memes</article-title>
          , arXiv preprint arXiv:
          <year>2012</year>
          .
          <volume>12871</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>V.</given-names>
            <surname>Sandulescu</surname>
          </string-name>
          ,
          <article-title>Detecting hateful memes using a multimodal deep ensemble</article-title>
          , arXiv preprint arXiv:
          <year>2012</year>
          .
          <volume>13235</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Y.-C. Chen</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>El Kholy</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Ahmed</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          <string-name>
            <surname>Gan</surname>
          </string-name>
          , Y. Cheng, J. Liu, Uniter:
          <article-title>Universal image-text representation learning</article-title>
          , in: Computer Vision - ECCV 2020, Springer
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>