<!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>Flood detection using Social Media Data and Spectral Regression based Kernel Discriminant Analysis</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Muhammad Hanif</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Muhammad Atif Tahir</string-name>
          <email>atif.tahir@nu.edu.pk</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mahrukh Khan</string-name>
          <email>mahrukh.khan@nu.edu.pk</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mohammad Rafi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>School of Computer Science National University of Computer and Emerging Sciences, Karachi Campus</institution>
          ,
          <country country="PK">Pakistan</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2017</year>
      </pub-date>
      <fpage>13</fpage>
      <lpage>15</lpage>
      <abstract>
        <p>Natural disasters destroy valuable resources and are necessary to recognize so that appropriate strategies may be designed. In recent past, social networks are very good source to gather event specific information. This working notes paper is based on the task of Disaster Image Retrieval from Social Media dataset (DRISM), as a part of MediaEval, 2017. The Dataset of images and their relevant metadata is taken from various social networks including Twitter and Flicker. An ensemble approach is adopted in this paper where diferent visual and metadata features are integrated. Kernel Discriminant analysis using spectral regression is then used as dimensionality reduction technique. Mean Average Precision (MAP) at various cutofs are reported in this paper.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        The solution is submitted in Multimedia Satellite Task at
MediaEval, 2017, on the task “Disaster image retrieval from social media"
[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The goal of the challenge is to retrieve images, having direct
evidence of flood in descending order of probability value for the
task.
      </p>
    </sec>
    <sec id="sec-2">
      <title>APPROACH</title>
      <p>
        Information is provided in two forms, first includes visual features,
while other includes textual metadata of each image. For
processing of visual data, features are ensembled to perform classification
at the later stage. Figure 1 shows our proposed approach. In this
approach, all visual features provided by organizer [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] including
AutoColor Correlation, Edge Histogram, Tamura etc are integrated.
Kernel Discriminant Analysis using Spectral Regression [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] is then
used during classification. Spectral methods have now established
as a great technique for both manifold learning and dimensionality
reduction and [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Spectral Regression in combination with Kernel
Discriminant Analysis (SRKDA) has proved successful in many
classification tasks such as multilabel classification, action recognition
[
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ]. Large matrix decomposition becomes less complex in this
method due to spectral graph analysis. We have also investigated
various machine learning techniques such as Random Forest,
Support Vector Machine. On validation data and using 10 Fold Cross
Validation, the best results were obtained using SRKDA and thus
adopted in this task.
      </p>
      <p>
        In metadata, most valuable features of ’usertags’ are selected
for prediction. To enhance efectiveness, stop words are removed
from selected features. Afterwards, for each image, Term Frequency
Inverse Document Frequency (TFIDF) of every user tag is calculated
and resultant matrix of TFIDF vectors are saved [
        <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
        ]. The matrix
is analyzed with SRKDA to predict the confidence of respective
class of each image, as shown in Figure 2.
      </p>
      <p>Moreover, a combination of metadata and all visual features are
ensembled to produce and processed through SRKDA, as shown in
Figure 3.
3</p>
    </sec>
    <sec id="sec-3">
      <title>RESULTS AND ANALYSIS</title>
      <p>Flood prediction is performed by using datasets of visual features,
metadata and combination of both visual features and metadata of
each image using SRKDA algorithm.
3.1</p>
    </sec>
    <sec id="sec-4">
      <title>Parameter Tunings using Training Data</title>
      <p>The most important parameter in our approach is the selection of
kernel. Leave one out cross validation is used to select the best
kernel in KDA including cityblock, euclidean and chi-squared kernel.
Results of visual features are collected by tuning diferent
parameters of SRKDA and the best results were obtained by using distance
as city block and value of Gamma as 0.05 in KDA. Average precision
is calculated at diferent values of k = 50, 100, 200, 300 and 400 and
500 as shown in Figure 4 and Table 1. Average precision were quite
high as we able to obtained around 0.94 using fusion of visual and
metadata.
The proposed system is then evaluated on test data and predicted
values of all test images are submitted to organizers for independent
evaluation. Using visual features, we able to obtain around average
precision of 0.649 at 480 cutof point while for metadata, we able to
obtain average precision of around average precision of 0.65. The
fusion of visual and meta give us around 0.646 average precision
which is surprising as we were expecting better results using fusion.
It is part of future work to explore the reasons behind poor
performance of fusion. Table 2 shows mean average precisions at diferent
cutofs. The best results were obtained using visual features which
are around 80.98%. Figure 5 shows top 4 images correctly retrieved
by the system. Future work aims to identify images that are not
correctly retrieved by the system and investigate deep learning
approaches to improve the overall system.</p>
      <p>The experiments using SRKDA, indicates that fusion of visual
and textual features produce better results on validation set. But on
test data, the performance drops using fusion of visual and textual
features. Particularly for metadata, prediction can be improved
by using all provided metadata information including title and
description.
4</p>
    </sec>
    <sec id="sec-5">
      <title>CONCLUSION</title>
      <p>In this paper, we have presented our runs on Disaster Image
Retrieval from Social Media task (DRISM). SRKDA technique is
investigated to train and test the model using ensemble of 6 diferent
features. Our proposed system able to obtain around 0.81 mean
average precisions at diferent cutofs (50, 100, 250, 480).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Bischke</surname>
          </string-name>
          , Benjamin and Helber, Patrick and Schulze, Christian and Venkat, Srinivasan and Dengel, Andreas and Borth, Damian,
          <year>2017</year>
          . “The Multimedia Satellite Task at MediaEval 2017:
          <article-title>Emergence Response for Flooding Events"</article-title>
          ,
          <source>Proc. of the MediaEval 2017 Workshop</source>
          , Dublin, Ireland
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Cai</given-names>
            <surname>Deng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>He</given-names>
            <surname>Xiaofei</surname>
          </string-name>
          , and Han Jiawei,
          <year>2011</year>
          . “
          <article-title>Speed up kernel discriminant analysis"</article-title>
          ,
          <source>The VLDB Journal</source>
          ,
          <volume>20</volume>
          (
          <issue>1</issue>
          ),
          <fpage>21</fpage>
          -
          <lpage>33</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Tahir</given-names>
            <surname>Muhammad</surname>
          </string-name>
          <string-name>
            <surname>Atif</surname>
          </string-name>
          , Fei Yan,
          <string-name>
            <given-names>Peter</given-names>
            <surname>Koniusz</surname>
          </string-name>
          , Muhammad Awais, Mark Barnard, Krystian Mikolajczyk, Ahmed Bouridane, and Josef Kittler,
          <year>2013</year>
          .
          <article-title>A robust and scalable visual category and action recognition system using kernel discriminant analysis with spectral regression</article-title>
          .
          <source>IEEE Transactions on Multimedia</source>
          ,
          <volume>15</volume>
          (
          <issue>7</issue>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Tahir</given-names>
            <surname>Muhammad</surname>
          </string-name>
          <string-name>
            <surname>Atif</surname>
          </string-name>
          ,
          <source>Josef Kittler and Ahmed Bouridane</source>
          ,
          <year>2016</year>
          . ”
          <article-title>Multilabel classification using stacked spectral kernel discriminant analysis</article-title>
          .
          <source>" Neurocomputing</source>
          <volume>171</volume>
          ,
          <fpage>127</fpage>
          -
          <lpage>137</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Bramer</surname>
          </string-name>
          , Max,
          <year>2013</year>
          . ”
          <source>Principles of Data Mining." Springer-Verlag London.</source>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6] John, Vineet, and Olga Vechtomova,
          <year>2017</year>
          . “
          <article-title>Sentiment Analysis on Financial News Headlines using Training Dataset Augmentation"</article-title>
          ,
          <source>Proceedings of the 11th International Workshop on Semantic Evaluation.</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>