<!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>Similarity-Aware Attention Network for Multimodal Fake News Detection</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Diwen Dong</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Fuqiang Lin</string-name>
          <email>linfuqiang13@nudt.edu.cn</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Guowei Li</string-name>
          <email>liguowei@nudt.edu.cn</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Bo Liu</string-name>
          <email>kyle.liu@nudt.edu.cn</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>National University of Defense Technology</institution>
          ,
          <addr-line>Changsha</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
      </contrib-group>
      <fpage>76</fpage>
      <lpage>85</lpage>
      <abstract>
        <p>The wide spread of online fake news has drawn a growing concern since its damage to public trust. Images play an important role in detecting fake news as part of the posts on social media. Previous works have made achievements by focusing on either the complementary information of the image-text pair or the cross-modal inconsistency. However, few pieces of research focus on leveraging both types of information in a unified framework. Besides, due to the intrinsic gaps between the text and the image, the inconsistent information could be difficult to capture. In this paper, we propose a Similarity-Aware Attention Network (SAAN), a multimodal fake news detection method with an attention-based feature extractor to capture the textual feature, visual feature, and cross-modal complementary information sufficiently and flexibly, as well as a CLIP-guided similarity evaluator to measure the inconsistency between the text and image in the same semantic space. We also design a similarity-based loss to benefit fake news prediction by increasing the gap between fake news and real news in representation. Experiments on two real-world datasets indicate the superiority of our proposed SAAN and the effectiveness of the designed modules.</p>
      </abstract>
      <kwd-group>
        <kwd>1 Fake news</kwd>
        <kwd>multimodal learning</kwd>
        <kwd>neural networks</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Online dissemination of fake news has become a severe problem for the public. Fake news in a broad
definition[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] contains all types of false information published on social media such as Twitter and
Weibo, which can mislead people, trigger panic, and damage public trust in government. It even has
the power to influence the 2016 U.S. presidential election [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. The low cost of manufacture and high
speed of spread makes it difficult to detect fake news manually. Therefore, automatic fake news
detection has become a growing concern. Some previous works about fake news detection have focused
on text modality and proposed some methods such as writing style-based [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], statistics-based [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] and
deep neural models with textual features [
        <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
        ].
      </p>
      <p>
        However, detecting fake news with only text modality is not complete and sufficient. First, much
news is posted on social media with one or more images, which contain much semantic information.
Second, research [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] has indicated that the characteristics of the image itself can provide clues, such as
traces of tampering, for fake news detection. As an approach to improve the performance of the
classifier, several works take visual information into consideration and propose a series of methods for
multimodal fake news detection. In addition to fusing textual and visual features with concatenation [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ],
here are two types of information mainly used in the previous works: (1) complementary information
and (2) inconsistent information. On the one hand, the text and image constituting whole news are
generally associated with and enhance each other semantically. Series of methods [
        <xref ref-type="bibr" rid="ref10 ref9">9, 10</xref>
        ] have been
proposed to capture the complementary information. On the other hand, it is hard to find a perfectly
matching image for the fabricated article, thus making inconsistency of image-text pair a common
phenomenon in fake news. Zhou et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] design a similarity-based loss to capture the cross-modal
inconsistency between the text and image.
      </p>
      <p>
        Although previous works have achieved promising results, there are still some issues to be optimized
for multimodal fake news detection. First, there are significant gaps between text and image, thus
making the cross-modal similarity in- appropriate. For example, [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] projects image to text by a visual
caption model, which has limitations in mapping text and image to the same semantic space and
introduces noise to the similarity calculation. Second, the information density of features from different
modalities is distinct, so the depth of encoding before fusion ought to differ for fully capturing the
complementary information. Third, there are not many multimodal methods combining both
complementary and inconsistent information. The two types of information exhibit distinct
effectiveness in different circumstances, so finding an available way to utilize them together is critical.
      </p>
      <p>In this paper, we propose a Similarity-Aware Attention Network (SAAN) for multimodal fake news
detection. Specifically, we design a flexible attention-based multimodal feature extractor, which
consists of a text/image encoder to get the global and local embeddings of text and image, a
selfattention-based unimodal feature encoding module to obtain high-quality feature representations, and a
co-attention-based multimodal feature fusion module to fully capture the correla0tion between features
from different modalities. In addition, we leverage a Contrastive Language-Image Pre-training (CLIP)
model to project the text and image to the same semantic space to reduce the gaps between them and
design a similarity-based loss as an auxiliary to improve the performance of the fake news detection
model. The contributions of this paper can be summarized as follows:
• We propose SAAN, a multimodal fake news detection method aggregating both the
complementary and inconsistent information of news posts.
• We design an attention-based feature extractor to capture the textual feature, visual feature, and
cross-modal complementary information sufficiently and flexibly. Besides, we design a
CLIPguided similarity evaluator to measure the inconsistency between the text and image in the same
semantic space.
• We have conducted comprehensive experiments on two real-world datasets, and our proposed
model overperforms all the baselines. The results of the ablation study indicate the effectiveness
of independent components of SAAN.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
    </sec>
    <sec id="sec-3">
      <title>2.1. Unimodal Fake News Detection</title>
      <p>Unimodal fake news detection focuses on extracting features of either the text or image of the news
post.</p>
      <p>
        For texts, early works using handcrafted features tend to concentrate on statistics of articles [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ],
mismatched headlines [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] and writing style [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. With the development of deep learning, recent
researchers leverage deep neural networks [
        <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
        ] to learn the representation of text. Chen et al. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]
propose a CNN combined with an attention-residual network for fake news detection based on the text
of the post. Vaibhav et al. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] propose a graph neural network-based model which breaks away from the
need for feature engineering to fine-grained fake news classification.
      </p>
      <p>
        For images, Cao et al. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] explore multiple visual characteristics for fake news detection, including
semantic features, forensics features, context features, and statistical features. Experimental results
show that detecting the traces of tampering in images is beneficial to fake news detection. In addition,
the quality of images [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], as well as inconsistency between visual entities and external knowledges
[
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], could also help to the prediction.
2.2.
      </p>
    </sec>
    <sec id="sec-4">
      <title>Multimodal Fake News Detection</title>
      <p>
        Most news on social media is composed of a post with one or more images attached. Recently, many
researchers have concentrated on the importance of images for fake news detection. Singhal et al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]
propose a multimodal framework with a text encoder and an image encoder to extract different kinds of
features, which provides a basic pattern for multimodal fake news detection with deep learning. Chen
et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] utilize the self-attention mechanism to fuse textual and visual features and introduces a
latent topic memory module to store the semantic information about real and fake news events. Wu et
al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] design a cross-modal attention fusion mechanism to capture the latent correlations of text and
image and leverage a Bi-GRU to extract sequential information of text properly. In addition to the
crossmodal complementary information, some works focus on the inconsistency between text and image.
Zhou et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] design a new loss from the perspective of measuring the mismatches between news
content and the attached image. Due to the previous achievements, not many works consider combining
both complementary information and conflicting information between modalities.
      </p>
    </sec>
    <sec id="sec-5">
      <title>3. Method</title>
    </sec>
    <sec id="sec-6">
      <title>3.1. Overview</title>
    </sec>
    <sec id="sec-7">
      <title>3.2. Attention-Based Multimodal Feature Extractor</title>
    </sec>
    <sec id="sec-8">
      <title>3.2.1. Text Encoder</title>
      <p>
        Given a sequence of input text  , we employ a pre-trained BERT [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] to obtain the textual
representation  BERT. We first input the raw text to the BERT tokenizer, which adds a [CLS] token at
the beginning of the text and then tokenizes sentences to a sequence of tokens. The length of the
sequence is limited to 1. The process can be denoted as
hidden layer dimension of BERT.
3.2.2. Image Encoder
 BERT = { ,  ,  , … ,  } = BERT([CLS],  ,  , … , 
),
is the original length of  and  the  -th text token.  BERT ∈ ℝ×
where  , R, and 
For textual feature,
      </p>
      <p>are intermediate results.
and local features could be fully merged in the above process. Since the semantic information in the
text is more prosperous than in image generally, we employ a 2-layer Transformer Encoder for the
textual feature and a 1-layer Transformer Encoder for the visual feature.</p>
      <p>represents</p>
      <sec id="sec-8-1">
        <title>BERT. For visual feature,</title>
        <p>represents</p>
      </sec>
      <sec id="sec-8-2">
        <title>ResNet. The global</title>
      </sec>
    </sec>
    <sec id="sec-9">
      <title>3.2.4. Multimodal Feature Encoding</title>
      <p>To characterize the relative importance of regions and tokens, we design two attention networks
based on the co-attention mechanism, named image-text attention and text-image attention. The former
allows the model to consider the contribution of different visual regions to text tokens, while the latter
captures the importance of different tokens to visual regions. The calculation of the attention is
formulated as follows:</p>
      <p>For an input image  , we first leverage a pre-trained Faster R-CNN model for object detection. After
that,  is split into several visual regions. Then a pretrained ResNet50 is utilized to obtain the visual
representation  ResNet. We encode the whole image and visual regions with ResNet50 as global and
local features to capture multi-scale visual features and align with the textual representation. The output
representation of the vision model ResNet is given by:</p>
      <p>ResNet = { ,  ,  , … ,  } = {MP(ResNet( ))} | ∈ [0, ] ,
where  is the  -th region of  ,</p>
      <p>represents the whole image and n is the number of all detected
regions. To match the attributes of the textual representation, we limit the length of  
resize the dimension of each visual vector  to  by an adaptive Mean Pooling (MP) operation.</p>
      <sec id="sec-9-1">
        <title>ResNet to  and</title>
      </sec>
    </sec>
    <sec id="sec-10">
      <title>3.2.3. Unimodal Feature Encoding</title>
      <p>
        The Unimodal Feature Encoding module aims to produce deeper news content representation  Uni
and news image representation  Uni. To capture high-quality text and image features, we leverage
Transformer Encoder [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] which is based on the self-attention mechanism, as the module’s core. Setting
the number of self-attention layers in a Transformer Encoder is flexible so that we can build the module
according to the information density of features from different modalities. Specifically, for an input
feature vector 
, the output
      </p>
      <p>from 1-layer Transformer Encoder is calculated as follows:
 = MultiHeadAttention(
 = LayerNorm
+ 
,
),


= FeedForwardNetwork( ),
= LayerNorm(</p>
      <p>+  ),
Attn(, , 
) = Softmax</p>
      <p>,
(1)
(2)
(3)
(4)
(5)
(6)
(7)
ℎ
(, , 
) =</p>
      <p>(Attn1, Attn2, … , AttnH),
where  ,  , and  are the matrices to obtain queries, keys, and values, 
is the dimension of
queries and keys, and H represents the number of heads.</p>
      <p>As shown in Figure 1, the queries and keys are calculated by visual representation, and the values
are obtained from textual representation in image-text attention. Correspondingly, in text-image
attention, the queries and keys come from text features, and the values come from image features to
measure the importance of each token to all the visual regions. Each region/token is assigned a weight
α to denote its attribution via calculating the cosine similarity between tokens and regions:
 = 
 = 
 = 
 
 
 
,
,
,
of the text and image, denoted as</p>
      <sec id="sec-10-1">
        <title>Multi and</title>
        <sec id="sec-10-1-1">
          <title>Multi, respectively.</title>
          <p>where</p>
          <p>Uni in image-text attention and  Uni in text-image attention,  
,   ,
and   are trainable metrics. We connect the two modules in series to obtain the new representations
3.3.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-11">
      <title>CLIP-Guided Similarity Evaluator</title>
      <p>features by:</p>
      <p>Though the inner and inter modalities information is extracted by the above networks, semantic gaps
remain between the text and image features. Therefore, it is significant to project the text and image to
a common semantic space to effectively evaluate the inconsistency between modalities.</p>
      <p>
        Inspired by the previous work [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], we design a CLIP-Guided Similarity Evaluator with a
similaritybased loss as an auxiliary to capture the cross-modal inconsistent information. First, we use a CLIP
model to map the text and image to the same representative space. CLIP is a multimodal model
pretrained on a large amount of image-text pairs, which has a strong ability to learn the intrinsic
correlation between text and image. It consists of an image encoder and a text encoder, which we
leverage to re-encode the news content and the attached image. We denote the CLIP-encoded text and
image features as  CLIP and  CLIP . Then we calculate the similarity of the new textual and visual
To guarantee  ∈
[
        <xref ref-type="bibr" rid="ref1">0,1</xref>
        ], we apply a Sigmoid function to it:


 =
 CLIP⋅
      </p>
      <p>CLIP
|| CLIP||⋅|| CLIP||</p>
      <p>.
= Sigmoid(</p>
      <p>) .
  = Concat</p>
      <p>Multi,  CLIP ,
  = Concat</p>
      <p>Multi,  CLIP ,
= Concat  ,   ,
3.4.</p>
    </sec>
    <sec id="sec-12">
      <title>Fake News Prediction</title>
    </sec>
    <sec id="sec-13">
      <title>3.4.1. Feature Aggregation</title>
      <p>To obtain an integrated presentation of text and image, we merge the features from the
attentionbased multimodal feature extractor and the CLIP model:
where Concat refers to the concatenating operation.
where  is the ground-truth label (‘fake’ maps to 0 and ‘real’ maps to 1).</p>
      <p>Based on the assumption that the probability of mismatches between text and image of fake news is
much higher than real news, the similarity-based loss is designed as:</p>
      <p>It is worth mentioning that the CLIP model is fine-tuned during training while the parameter of
BERT and ResNet are frozen. Finally, we specify the final loss as:
ℒ
= 
(
) + (1 −  )
(1 −</p>
      <p>) .
ℒ = αℒ
+ βℒ
,</p>
    </sec>
    <sec id="sec-14">
      <title>3.4.2. Classification and objective function</title>
      <p>We design two types of loss for fake news detection: a binary-cross-entropy-based loss and a
similarity-based loss. We feed the aggregated feature  to an MLP layer and employ a sigmoid
function to obtain the prediction  . Then the binary-cross-entropy-based loss is calculated as:
ℒ
= 
( ) + (1 −  )
(1 −  ) ,
where α and β are hyperparameters.</p>
    </sec>
    <sec id="sec-15">
      <title>4. Experiments</title>
    </sec>
    <sec id="sec-16">
      <title>4.1. Datasets</title>
      <p>We conduct experiments on two real-world datasets in English and Chinese, relatively named
Twitter and Weibo. The statistics of the two datasets are shown in Table 1. To verify the effectiveness
of our proposed method, we filter out samples without text or images.</p>
      <p>
        The Twitter dataset was released for the Verifying Multimedia Use Task [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] and widely used in
previous works. Following the original partition, we split Twitter into 13062/831 as Train/Test set in
experiments for fair competition.
      </p>
      <p>
        The Weibo dataset was collected from Sina Weibo, one of the most effective social media in China.
We use a public version released by Jin et al. [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] and split it into 5482/672/1699 as Train/Dev/Test in
experiments.
      </p>
      <p>Table 1
The Statistics of Twitter and Weibo Datasets.</p>
      <p>Weibo
3,642
4,211
7,853
(17)
(18)
(19)
# of real news
# of fake news</p>
      <p># of images
4.2.</p>
    </sec>
    <sec id="sec-17">
      <title>Implement Details</title>
      <p>We use Huggingface pretrained language models bert-base- uncased1 and bert-base-chinese2 as the
text encoder for Twitter and Weibo, relatively. For images, we use the pretrained Faster R-CNN3 for
object detection and ResNet504 for encoding visual regions. All regions were shaped to a size of
224×224. The dimension of textual and visual features is 768. In addition, we limit the max length of
input sequences to 31. The weights of BERT, Faster R-CNN, and ResNet50 are frozen in the training
stage. We leverage the official version of pretrained CLIP named ViT-B/325 for Twitter. For Weibo
dataset, we use an open source CLIP model 6 pretrained on chinese corpus. Since the distinction of
1 https://huggingface.co/bert-base-uncased
2 https://huggingface.co/bert-base-chinese
3 https://pytorch.org/vision/stable/models/faster rcnn.html
4 https://pytorch.org/vision/stable/models/generated/torchvision.models.resnet50.html
5 https://github.com/openai/CLIP
6 https://huggingface.co/IDEA-CCNL/Taiyi-CLIP-Roberta-large-326M-Chinese</p>
      <p>
        Twitter
5,870
8,023
410
information density between text and image, we use a 2-layer self-attention module for text and a 1-layer
self-attention module for the image. A 2-layer co-attention module is used to capture the cross-modal
features. The Adam optimizer [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] is adopted for training, and we set the learning rate as 1e-5. The batch
size is set to 32 for Twitter, 64 for Weibo, and the epoch is set to 100 with an early stopping mechanism to
avoid over-fitting. The α and β in 11 are selected as 1.0 and 0.5, respectively.
4.3.
      </p>
    </sec>
    <sec id="sec-18">
      <title>Baselines</title>
      <p>
        We compare our proposed model with several existing multimodal approaches for fake news
detection to evaluate its effectiveness. The baselines are listed as follows:
• EANN [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] is an end-to-end framework with an event discriminator to remove the
eventspecific features and keep shared features among events, thus benefiting fake news detection.
• MVAE [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] trains a variational autoencoder, which is capable of learning shared representations
for image and text, thereby discovering correlations between modalities for multimodal fake
news detection.
• SpotFake [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] uses a VGG-19 as an image encoder to extract the visual features and a pretrained
BERT as a text encoder to obtain textual features. The two types of feature vectors are then
concatenated to the fake news classifier.
• SAFE [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] first extract textual and visual features separately with neural networks and design a
loss based on the similarity of the text and image based on the assumption that fake news tends
to use irrelevant images.
• MFN [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] utilizes the self-attention mechanism to fuse textual and visual features and introduces
a latent topic memory module to store the semantic information about real and fake news events.
• CALM [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] designs a cross-modal attention fusion mechanism to capture the latent correlations
of text and image and leverage a Bi-GRU to extract sequential information of text properly.
• CAFE [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] proposes an ambiguity-aware multimodal fake news detection method with a
crossmodal ambiguity learning module to estimate the ambiguity between different modalities and a
cross-modal fusion module to capture the cross-modal correlations.
4.4.
      </p>
    </sec>
    <sec id="sec-19">
      <title>Main Results</title>
      <p>Table 2 and Table 3 show the performance of our proposed SAAN on Twitter and Weibo,
respectively.</p>
      <p>First, we can find that our proposed SAAN achieves better performance than all the baselines on the
two datasets. Specifically, our method outperforms 8% in accuracy and 12.1% in F1 score than CALM
on Twitter. On Weibo dataset, it gains an improvement of 0.7% in accuracy and 0.1% in F1 score,
inferior to the performance on English datasets. One of the possible reasons is the reduction in the
Chinese pretraining corpus of the CLIP model, causing a decline in measuring the similarity between
text and image. For other metrics, SAAN also shows superiority among compared methods,
demonstrating the effectiveness of our method in the fake news detection task.</p>
      <p>Besides, the contrast among different kinds of methods shows the significance of the fusion manner
to the final performance. Methods with a fused feature vector obtained by simply concatenating text
and image features, such as EANN and SpotFake, lack sufficient cross-modal correlation information
and ignore the inconsistency between textual and visual information. Thus, their performance is lower
than approaches that concentrate more on multimodal fusion. SAFE leverages the inconsistency by
evaluating the mismatches between two types of features, but the image-to-text model has a limited
ability to project images to the same semantic space as texts. Our proposed SAAN adopts a cross-modal
co- attention module to extract the complementary information between modalities and a CLIP-guided
similarity evaluator to evaluate the contradiction between text and image, boosting the performance of
the fake news classifier.</p>
      <p>We conduct an ablation study on the image (w/o visual) and text (w/o textual) from our multimodal
model. In addition, we compare the performance of four variants with SAAN to further explore the
importance of different modules. We ablate the self-attention-based module (w/o self-att),
co-attentionbased module (w/o co-att), and CLIP-guided similarity evaluator (w/o CLIP) by excising corresponding
components from SAAN. w/o similarity loss is a variant keeping the CLIP-extracted features and
finetuning process but dropping the similarity-based loss away to the final prediction. All the results are
shown in Table 4.</p>
      <p>We observe that the performance drops by 31.5% in accuracy and 40.8% in F1 score on Twitter,
while only 1.6% in accuracy and 1.9% in F1 score on Weibo. In contrast, the decline of accuracy and
F1 score is much more pronounced on Weibo when we ablate text. We consider that the reason might
be the variability in the quality of different modality features in distinct datasets. For Twitter,
characteristics in vision such as tampering traces are more significant than that in text. Furthermore,
some semantic features such as writing style and syntax benefit more to Weibo.</p>
      <p>The results of different variants indicate that (1) complete SAAN that integrates all components
overperforms among all variants; (2) self-attention mechanism contributes most to the performance for
Twitter; (3) for Weibo, CLIP-guided similarity evaluator is the most important component among
others; (4) evaluating the mismatches of text and image can be beneficial to detecting fake news since
adding similarity-based loss improves the accuracy and F1 score on both datasets.
Twitter</p>
      <p>Weibo</p>
      <p>F1</p>
    </sec>
    <sec id="sec-20">
      <title>5. Conclusion</title>
      <p>In this paper, we propose a multimodal method for fake news detection, named SAAN. It provides
an available approach to integrating both the complementary and inconsistent information of news posts
with text and images. We design an attention-based multimodal feature extractor to capture the
correlation between modalities together with a CLIP-guided similarity evaluator to measure the
inconsistency between the text and image. Experimental results show that SAAN can defeat all the
multimodal baselines on two datasets.</p>
    </sec>
    <sec id="sec-21">
      <title>6. References</title>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhou</surname>
          </string-name>
          and
          <string-name>
            <given-names>R.</given-names>
            <surname>Zafarani</surname>
          </string-name>
          , “
          <article-title>A survey of fake news: Fundamental theories, detection methods</article-title>
          , and opportunities,
          <source>” ACM Comput. Surv.</source>
          , vol.
          <volume>53</volume>
          , no.
          <issue>5</issue>
          , pp.
          <volume>109</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>109</lpage>
          :
          <fpage>40</fpage>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Martin</given-names>
            <surname>Potthast</surname>
          </string-name>
          and
          <article-title>Johannes Kiesel and Kevin Reinartz and Janek Bevendorff and Benno Stein, “A stylometric inquiry into hyperparti- san and fake news,” in Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics</article-title>
          ,
          <string-name>
            <surname>ACL</surname>
          </string-name>
          <year>2018</year>
          , Melbourne, Australia,
          <source>July 15-20</source>
          ,
          <year>2018</year>
          , Volume
          <volume>1</volume>
          :
          <string-name>
            <given-names>Long</given-names>
            <surname>Papers</surname>
          </string-name>
          .
          <source>Association for Computational Linguistics</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>231</fpage>
          -
          <lpage>240</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>H.</given-names>
            <surname>Rashkin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Choi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. Y.</given-names>
            <surname>Jang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Volkova</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Choi</surname>
          </string-name>
          , “
          <article-title>Truth of varying shades: Analyzing language in fake news and political fact- checking</article-title>
          ,”
          <source>in Proceedings of the 2017 conference on empirical methods in natural language processing</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>2931</fpage>
          -
          <lpage>2937</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>C.</given-names>
            <surname>Castillo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mendoza</surname>
          </string-name>
          , and
          <string-name>
            <given-names>B.</given-names>
            <surname>Poblete</surname>
          </string-name>
          , “Information credibility on twitter,”
          <source>in Proceedings of the 20th international conference on World wide web</source>
          ,
          <year>2011</year>
          , pp.
          <fpage>675</fpage>
          -
          <lpage>684</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Hu</surname>
          </string-name>
          , and W. Gong, “
          <article-title>Attention-residual network with cnn for rumor detection</article-title>
          ,”
          <source>in Proceedings of the 28th ACM international conference on information and knowledge management</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>1121</fpage>
          -
          <lpage>1130</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>V.</given-names>
            <surname>Vaibhav</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. M.</given-names>
            <surname>Annasamy</surname>
          </string-name>
          , and E. Hovy, “
          <article-title>Do sentence interactions matter? leveraging sentence level representations for fake news classi- fication</article-title>
          ,”
          <source>in Proceedings of the Thirteenth Workshop on Graph-Based Methods for Natural Language Processing</source>
          ,
          <source>TextGraphs@EMNLP</source>
          <year>2019</year>
          ,
          <string-name>
            <given-names>Hong</given-names>
            <surname>Kong</surname>
          </string-name>
          , November 4,
          <year>2019</year>
          ,
          <year>2019</year>
          , pp.
          <fpage>134</fpage>
          -
          <lpage>139</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J.</given-names>
            <surname>Cao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Qi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Sheng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Guo</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          , “
          <article-title>Exploring the role of visual content in fake news detection,” CoRR</article-title>
          , vol. abs/
          <year>2003</year>
          .05096,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S.</given-names>
            <surname>Singhal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. R.</given-names>
            <surname>Shah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Chakraborty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Kumaraguru</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Satoh</surname>
          </string-name>
          , “
          <article-title>Spotfake: A multi-modal framework for fake news detection</article-title>
          ,” in
          <source>Fifth IEEE International Conference on Multimedia Big Data, BigMM</source>
          <year>2019</year>
          , Singapore,
          <source>September 11-13</source>
          ,
          <year>2019</year>
          ,
          <year>2019</year>
          , pp.
          <fpage>39</fpage>
          -
          <lpage>47</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Xie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. L.</given-names>
            <surname>Wang</surname>
          </string-name>
          , and W. Liu, “
          <article-title>Multimodal fusion network with latent topic memory for rumor detection</article-title>
          ,” in
          <source>2021 IEEE International Conference on Multimedia and Expo</source>
          ,
          <string-name>
            <surname>ICME</surname>
          </string-name>
          <year>2021</year>
          , Shenzhen,
          <source>China, July 5-9</source>
          ,
          <year>2021</year>
          ,
          <year>2021</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Xie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. L.</given-names>
            <surname>Wang</surname>
          </string-name>
          , and W. Liu, “
          <article-title>Cross-modal attention network with orthogonal latent memory for rumor detection</article-title>
          ,
          <source>” in Web Information Systems Engineering - WISE 2021 - 22nd International Conference on Web Information Systems Engineering, WISE</source>
          <year>2021</year>
          ,
          <article-title>Melbourne</article-title>
          ,
          <string-name>
            <surname>VIC</surname>
          </string-name>
          , Australia,
          <source>October 26-29</source>
          ,
          <year>2021</year>
          , Proceedings, Part I. Springer,
          <year>2021</year>
          , pp.
          <fpage>527</fpage>
          -
          <lpage>541</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wu</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Zafarani</surname>
          </string-name>
          , “
          <article-title>SAFE: similarity-aware multi-modal fake news detection,” in Advances in Knowledge Discovery and Data Mining -</article-title>
          24th
          <string-name>
            <surname>Pacific-Asia</surname>
            <given-names>Conference</given-names>
          </string-name>
          ,
          <string-name>
            <surname>PAKDD</surname>
          </string-name>
          <year>2020</year>
          , Singapore, May
          <volume>11</volume>
          -14,
          <year>2020</year>
          , Proceedings,
          <string-name>
            <surname>Part</surname>
            <given-names>II</given-names>
          </string-name>
          ,
          <year>2020</year>
          , pp.
          <fpage>354</fpage>
          -
          <lpage>367</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>M.</given-names>
            <surname>Potthast</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kiesel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Reinartz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Bevendorff</surname>
          </string-name>
          , and
          <string-name>
            <given-names>B.</given-names>
            <surname>Stein</surname>
          </string-name>
          , “
          <article-title>A stylometric inquiry into hyperpartisan and fake news,” in Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics</article-title>
          ,
          <string-name>
            <surname>ACL</surname>
          </string-name>
          <year>2018</year>
          , Melbourne, Australia,
          <source>July 15-20</source>
          ,
          <year>2018</year>
          , Volume
          <volume>1</volume>
          :
          <string-name>
            <given-names>Long</given-names>
            <surname>Papers</surname>
          </string-name>
          ,
          <year>2017</year>
          , pp.
          <fpage>231</fpage>
          -
          <lpage>240</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>B.</given-names>
            <surname>Han</surname>
          </string-name>
          , X. Han,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and X.</given-names>
            <surname>Cao</surname>
          </string-name>
          , “
          <article-title>Fighting fake news: Two stream network for deepfake detection via learnable SRM,”</article-title>
          <source>IEEE Trans. Biom. Behav. Identity Sci.</source>
          , vol.
          <volume>3</volume>
          , no.
          <issue>3</issue>
          , pp.
          <fpage>320</fpage>
          -
          <lpage>331</lpage>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>P.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Tian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Yao</surname>
          </string-name>
          , and G. Xu, “
          <article-title>Entity-oriented multi- modal alignment and fusion network for fake news detection</article-title>
          ,
          <source>” IEEE Trans. Multim.</source>
          , vol.
          <volume>24</volume>
          , pp.
          <fpage>3455</fpage>
          -
          <lpage>3468</lpage>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K.</given-names>
            <surname>Toutanova</surname>
          </string-name>
          , “
          <article-title>BERT: pre-training of deep bidirectional transformers for language understanding,” in Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, NAACL-HLT 2019, Minneapolis</article-title>
          , MN, USA, June 2-7,
          <year>2019</year>
          , Volume
          <volume>1</volume>
          (Long and Short Papers),
          <year>2019</year>
          , pp.
          <fpage>4171</fpage>
          -
          <lpage>4186</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>A.</given-names>
            <surname>Vaswani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Shazeer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Parmar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Uszkoreit</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Jones</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. N.</given-names>
            <surname>Gomez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Kaiser</surname>
          </string-name>
          ,
          <string-name>
            <surname>and I. Polosukhin</surname>
          </string-name>
          , “
          <article-title>Attention is all you need,”</article-title>
          <source>in Advances in Neural Information Processing Systems 30: Annual Conference on Neural Information Processing Systems 2017, December 4-9</source>
          ,
          <year>2017</year>
          , Long Beach, CA, USA,
          <year>2017</year>
          , pp.
          <fpage>5998</fpage>
          -
          <lpage>6008</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>C.</given-names>
            <surname>Boididou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Andreadou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Papadopoulos</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.-T.</surname>
            Dang-Nguyen,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Boato</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Riegler</surname>
            , and
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Kompatsiaris</surname>
          </string-name>
          , “
          <source>Verifying multimedia use at mediaeval</source>
          <year>2015</year>
          ,”
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Jin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Cao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Guo</surname>
          </string-name>
          , and
          <string-name>
            <surname>Y. Z.</surname>
          </string-name>
          andf Jiebo Luo, “
          <article-title>Multimodal fusion with recurrent neural networks for rumor detection on microblogs,”</article-title>
          <source>in Proceedings of the 2017 ACM on Multimedia Conference, MM</source>
          <year>2017</year>
          , Mountain View, CA, USA, October
          <volume>23</volume>
          -
          <issue>27</issue>
          ,
          <year>2017</year>
          ,
          <year>2017</year>
          , pp.
          <fpage>795</fpage>
          -
          <lpage>816</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>D. P.</given-names>
            <surname>Kingma</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Ba</surname>
          </string-name>
          , “
          <article-title>Adam: A method for stochastic optimiza- tion</article-title>
          ,”
          <source>in 3rd International Conference on Learning Representations, ICLR</source>
          <year>2015</year>
          , San Diego, CA, USA, May 7-
          <issue>9</issue>
          ,
          <year>2015</year>
          , Conference Track Proceedings,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Ma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Jin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yuan</surname>
          </string-name>
          , G. Xun,
          <string-name>
            <given-names>K.</given-names>
            <surname>Jha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Su</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Gao</surname>
          </string-name>
          , “
          <article-title>EANN: event adversarial neural networks for multi-modal fake news detection</article-title>
          ,”
          <source>in Proceedings of the 24th ACM SIGKDD International Conference on Knowledge Discovery &amp; Data Mining, KDD</source>
          <year>2018</year>
          , London, UK,
          <year>August</year>
          19-
          <issue>23</issue>
          ,
          <year>2018</year>
          ,
          <year>2018</year>
          , pp.
          <fpage>849</fpage>
          -
          <lpage>857</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>D.</given-names>
            <surname>Khattar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. S.</given-names>
            <surname>Goud</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gupta</surname>
          </string-name>
          , and
          <string-name>
            <given-names>V.</given-names>
            <surname>Varma</surname>
          </string-name>
          , “
          <article-title>MVAE: multimodal variational autoencoder for fake news detection</article-title>
          ,
          <source>” in The World Wide Web Conference, WWW</source>
          <year>2019</year>
          , San Francisco, CA, USA, May
          <volume>13</volume>
          -17,
          <year>2019</year>
          ,
          <year>2019</year>
          , pp.
          <fpage>2915</fpage>
          -
          <lpage>2921</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Lv</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Tun</surname>
          </string-name>
          , and L. Shang, “
          <article-title>Cross- modal ambiguity learning for multimodal fake news detection,”</article-title>
          <source>in WWW '22: The ACM Web Conference</source>
          <year>2022</year>
          ,
          <string-name>
            <given-names>Virtual</given-names>
            <surname>Event</surname>
          </string-name>
          , Lyon, France,
          <source>April 25 - 29</source>
          ,
          <year>2022</year>
          ,
          <year>2022</year>
          , pp.
          <fpage>2897</fpage>
          -
          <lpage>2905</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>