<!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>MediaEval 2016: A multimodal system for the Verifying Multimedia Use task</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Cedric Maigrot</string-name>
          <email>Cedric.Maigrot@irisa.fr</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Vincent Claveau</string-name>
          <email>Vincent.Claveau@irisa.fr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ewa Kijak</string-name>
          <email>Ewa.Kijak@irisa.fr</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ronan Sicre</string-name>
          <email>Ronan.Sicre@irisa.fr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>CNRS</institution>
          ,
          <addr-line>Rennes</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Univ. of Rennes 1</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2016</year>
      </pub-date>
      <fpage>20</fpage>
      <lpage>21</lpage>
      <abstract>
        <p>This paper presents a multi-modal hoax detection system composed of text, source, and image analysis. As hoax can be very diverse, we want to analyze several modalities to better detect them. This system is applied in the context of the Verifying Multimedia Use task of MediaEval 2016. Experiments show the performance of each separated modality as well as their combination.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. INTRODUCTION</title>
      <p>
        Social Networks (SN) have been of increasing importance
in our daily lives. When studying SN, one interesting
aspect is the publication propagation, e.g. news, facts, or
any information considered as important and shared across
communities. A major characteristic of the propagation is
its speed. However, users rarely verify the veracity of the
shared information. Moreover, veri ed false information is
often shared and spreading can not be contained [
        <xref ref-type="bibr" rid="ref11 ref9">11, 9</xref>
        ].
      </p>
      <p>
        Therefore, we are studying how to verify directly the
veracity of any information. Our goal is to create systems that
can inform users before sharing false information.
Consequently, we are extremely interested in the Veri cation
Multimedia Use task of MediaEval 2016, which aims at
classifying Twitter publications to detect fake information [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
Considering the nature of tweet data, diverse information
coming from the message and its meta-data can be extracted.
We explored in this work the predictive power of various
features. We propose di erent approaches based on text
information, source credibility, and image content.
      </p>
    </sec>
    <sec id="sec-2">
      <title>APPROACHES</title>
      <p>We propose four approaches: text-based (run-T),
sourcebased (run-S), image-based (run-I), and the combination
of the three approaches (run-C). For all of these methods
the prediction is rst made at the image-level, then
propagated to the tweets that contains the image, according to
the following rule: the tweet is predicted as real if all the
associated images are classi ed as real ; if at least one of the
images is classi ed as fake, the tweet is considered as fake.
2.1</p>
    </sec>
    <sec id="sec-3">
      <title>Text-based nearest neighbors prediction</title>
      <p>This approach exploits the textual contents of the tweets
and do not rely on any external data apart from the training
set. As previously explained, a tweet is classi ed based on
the images it contains; an image is described by the
concatenated texts of every tweet containing this image.The
idea here is to capture similar comments between an
unknown image and an image from the training set (such as
It's photoshopped ) or similar genres of comments (presence
of smileys, slang/journalistic languages...).</p>
      <p>
        Let us note Iq such a description for an unknown image,
and fIdi g the training set of image descriptions. The class
of Iq is decided based on the classes of the k similar image
descriptions in fIdi g. In practice, to compute the
similarities, we use a state-of-the-art information retrieval approach
called Okapi-BM25 [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. A language-detection system (based
on the Google translate service1) is used to detect non
English tweets, which are then translated into English with
Google translate. As another preprocessing, we use
orthographic and smiley normalization tools developed in-house.
The parameter k was set to 1 by cross-validation.
2.2
      </p>
    </sec>
    <sec id="sec-4">
      <title>Trusted sources prediction</title>
      <p>
        This approach, already used by [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], is conceptually the
simplest but rely on external (static) knowledge. As for the
previous run, prediction is made at the image level, and
an image is represented as the concatenation of every tweet
(translated in English if needed) in which it appears. The
prediction is made by detecting trustworthy sources in the
image description. Two types of sources are searched: 1) a
known news-related organism; 2) an explicit citation of the
source of the image. For the rst types, we gathered lists
of press agencies in the world, newspapers (mostly French
and English ones), news TV networks (French and English
ones). For the second types, we manually de ned some
patterns, like photographed by + Name, captured by + Name,
etc. Finally, an image is classi ed as fake by default, unless
a trustworthy source is found in its text description.
2.3
      </p>
    </sec>
    <sec id="sec-5">
      <title>Image retrieval prediction</title>
      <p>In this approach only the image content is used to provide
a prediction, at the image level. Note that some tweets do
not contain images but videos; such tweets are thus labeled
as unknown.
1https://translate.google.com/</p>
      <p>Images from the Veri cation Multimedia Use task are
classi ed using external information. We perform image
retrieval, which consists in querying a database of known
fake/real images to discover already known fake images.
The database is built by collecting images from 5 specialized
websites, i.e www.hoaxbuster.com/, hoax-busters.org,
urbanlegends.about.com, snopes.com, and www.hoax-slayer.com/.
The set contains around 500 original images and 7500 fake
samples.</p>
      <p>
        Generic image descriptors are computed using the very
deep Convolutional Neural Networks (CNN) [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. First, we
apply the convolutional layers [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] of the network on
images scaled to a standard size of 544 544. Then, the two
rst fully connected layers are kernelized and applied, on
the output feature map, producing a new 11 11 4096
dimensional feature map. Finally, average pooling followed
by l2 -normalization is performed, giving a 4096-dimensional
descriptor [
        <xref ref-type="bibr" rid="ref3 ref6 ref7">3, 7, 6</xref>
        ]. Once all images descriptors are obtained,
cosine similarity is computed between the query and all
images from the database. If the highest similarity is higher
than a threshold of 0:9 (set on the training dataset), then
the query receives the label of the most similar image.
Otherwise, the query is labeled as unknown.
2.4
      </p>
    </sec>
    <sec id="sec-6">
      <title>Combination</title>
      <p>This last approach aims at combining the three preceding
ones in a late fusion process. Thus, for a given image, it
takes as input the predictions given by the three systems
describe above. As before, the nal prediction on the image
is then propagated to the tweets containing it.</p>
      <p>
        Instead of using a simple fusion process (for instance, a
majority vote), we try to automatically build a fusion model
ne-tuned to the task. We thus use a machine learning
algorithm, namely boosting (adaboost.MH) over decision trees
[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], which takes as input the predictions of the three previous
approaches, and also the scores associated to these
predictions (for run-T and run-I). The parameters of the machine
learning algorithm are set by cross-validation on the training
data: the number of iterations for boosting is 500 and the
depth of the trees is 3. Finally, the fusion model is learned
on the whole training set; it is then used on the test set
images.
      </p>
    </sec>
    <sec id="sec-7">
      <title>RESULTS</title>
      <p>The four approaches are applied on the MediaEval 2016
test set and results are reported in Figure 1. The test set
is composed of 2228 Twitter messages associated with 130
images. Moreover, 65% and 26% of the tweets of the
development and test set respectively are associated with a single
event.</p>
      <p>We observe that the approach based on the source
trustworthiness level (run-S) outperforms the text-based approach
(run-T), which outperforms the image-based approach
(runI). We can see that the text-based approach competes with
the source-based approach in terms of recall. It means that
the text approach tends to classify every tweet as fake. This
may be explained by the fact that the training set is
unbalanced as it contains 3 times more fake than real.</p>
      <p>We note that the prediction based on the image approach
has several drawbacks and performs poorly. In particular,
the precision is low compared to what we estimated on the
training set. Several explanations can be given. First, only
86% of the test tweets are associated with one or more
im%
n
i
e
r
o
c
S
ages (the rest are associated with video content), meaning
that the image approach is evaluated only on this portion
of the dataset. Therefore, recall and F-score are directly
impacted. Secondly, the reference database that we built
is small and unbalanced, resulting in a high number of
unknown labels in the predictions. Thirdly, the base does not
always contain the original images and small modi cations
between forged image and its original version can be
considered as similar. Finally, images shared on SN often present
speci c editing characteristics, as visible added watermarks
like fake,rumor or real, circles, text annotations, etc. Such
edits impair the similarity computation between images.</p>
      <p>Concerning the run-C, we note that the combination using
late fusion does not o er any gain, and perform even worse
than the run-S alone. This result is disappointing, as it
di ers from what we evaluated on the training set by
crossvalidation. It may be explained by an over tting problem
when learning the fusion model, and by the lower precision
(compared to the one estimated on training set) obtained by
the run-I which is used as input.
4.</p>
    </sec>
    <sec id="sec-8">
      <title>CONCLUSION</title>
      <p>A multi-modal hoax detection system based on text, source,
and image analysis is presented. This system uses di erent
categories of external knowledge: static and general ones,
such as press agency lists, and dynamic and dedicated ones
such as hoax listing websites, etc. Our evaluation conforts
previous results on the good performance of the source
analysis; conversely, the image approach shows poor results. Yet,
we still consider this later approach as promising; several
improvements are foreseen to improve both the database and
the content comparison. Finally, multimodality remains a
challenge, as integrating di erent sources of knowledge may
result in performance loss.</p>
    </sec>
    <sec id="sec-9">
      <title>ACKNOWLEDGEMENTS</title>
      <p>This work is partly supported by the Direction Generale
de l'Armement, France (DGA).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Nathalie</given-names>
            <surname>Camelin Antoine Laurent</surname>
          </string-name>
          and
          <string-name>
            <given-names>Christian</given-names>
            <surname>Raymond</surname>
          </string-name>
          .
          <article-title>Boosting bonsai trees for e cient features combination : application to speaker role identi cation</article-title>
          .
          <source>In Proc. of InterSpeech</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Christina</given-names>
            <surname>Boididou</surname>
          </string-name>
          , Symeon Papadopoulos,
          <string-name>
            <surname>Duc-Tien</surname>
            Dang-Nguyen,
            <given-names>Giulia</given-names>
          </string-name>
          <string-name>
            <surname>Boato</surname>
            , Michael Riegler, Stuart E. Middleton, Katerina Andreadou, and
            <given-names>Yiannis</given-names>
          </string-name>
          <string-name>
            <surname>Kompatsiaris</surname>
          </string-name>
          .
          <article-title>Verifying multimedia use at mediaeval 2016</article-title>
          .
          <source>In Working Notes Proceedings of the MediaEval 2016 Workshop</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Mircea</given-names>
            <surname>Cimpoi</surname>
          </string-name>
          , Subhransu Maji, Iasonas Kokkinos, and
          <string-name>
            <given-names>Andrea</given-names>
            <surname>Vedaldi</surname>
          </string-name>
          .
          <article-title>Deep lter banks for texture recognition, description, and segmentation</article-title>
          .
          <source>International Journal of Computer Vision</source>
          ,
          <volume>118</volume>
          (
          <issue>1</issue>
          ):
          <volume>65</volume>
          {
          <fpage>94</fpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Stuart</given-names>
            <surname>Middleton</surname>
          </string-name>
          .
          <article-title>Extracting attributed veri cation and debunking reports from social media: mediaeval2015 trust and credibility analysis of image and video</article-title>
          .
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Stephen</surname>
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Robertson</surname>
          </string-name>
          , Steve Walker, and
          <string-name>
            <surname>Micheline</surname>
          </string-name>
          Hancock-Beaulieu.
          <article-title>Okapi at TREC-7: Automatic Ad Hoc, Filtering, VLC and Interactive</article-title>
          .
          <source>In Proc. of the 7th Text Retrieval Conference, TREC-7</source>
          , pages
          <fpage>199</fpage>
          {
          <fpage>210</fpage>
          ,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Ronan</given-names>
            <surname>Sicre</surname>
          </string-name>
          and
          <string-name>
            <given-names>Herve</given-names>
            <surname>Jegou</surname>
          </string-name>
          .
          <article-title>Memory vectors for particular object retrieval with multiple queries</article-title>
          .
          <source>In Proceedings of the 5th ACM on International Conference on Multimedia Retrieval</source>
          , pages
          <volume>479</volume>
          {
          <fpage>482</fpage>
          . ACM,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Ronan</given-names>
            <surname>Sicre</surname>
          </string-name>
          and
          <string-name>
            <given-names>Frederic</given-names>
            <surname>Jurie</surname>
          </string-name>
          .
          <article-title>Discriminative part model for visual recognition</article-title>
          .
          <source>Computer Vision</source>
          and Image Understanding,
          <volume>141</volume>
          :
          <fpage>28</fpage>
          {
          <fpage>37</fpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Karen</given-names>
            <surname>Simonyan</surname>
          </string-name>
          and
          <string-name>
            <given-names>Andrew</given-names>
            <surname>Zisserman</surname>
          </string-name>
          .
          <article-title>Very deep convolutional networks for large-scale image recognition</article-title>
          .
          <source>arXiv preprint arXiv:1409.1556</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Hokky</given-names>
            <surname>Situngkir</surname>
          </string-name>
          .
          <article-title>Spread of hoax in social media</article-title>
          .
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Giorgos</surname>
            <given-names>Tolias</given-names>
          </string-name>
          , Ronan Sicre, and
          <string-name>
            <given-names>Herve</given-names>
            <surname>Jegou</surname>
          </string-name>
          .
          <article-title>Particular object retrieval with integral max-pooling of cnn activations</article-title>
          .
          <source>In ICLR</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>Jaewon</given-names>
            <surname>Yang</surname>
          </string-name>
          and
          <string-name>
            <given-names>Jure</given-names>
            <surname>Leskovec</surname>
          </string-name>
          .
          <article-title>Modeling information di usion in implicit networks</article-title>
          .
          <source>In 2010 IEEE International Conference on Data Mining</source>
          , pages
          <volume>599</volume>
          {
          <fpage>608</fpage>
          . IEEE,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>