<!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>LIA @ MediaEval 2013 Crowdsourcing Task: Metadata or not Metadata? That is a Fashion Question</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mohamed Morchid</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Richard Dufour</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mohamed Bouallegue</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Georges Linarès</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Driss Matrouf</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>LIA - University of Avignon</institution>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2013</year>
      </pub-date>
      <fpage>18</fpage>
      <lpage>19</lpage>
      <abstract>
        <p>In this paper, we describe the LIA system proposed for the MediaEval 2013 Crowdsourcing for Social Multimedia task. The aim is to associate an accurate label to an image among multiple noisy labels collected from a crowdsourcing platform. In particular, the task participants have to predict two types of binary labels for each considered image. The rst one mentions that an image is truly fashion-related or not, while the second label indicates that the fashion tag assigned to the image is related to the content of the image or not. The proposed system combines noisy crowdsourcing labels, image metadata and external resources.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. INTRODUCTION</title>
      <p>Since the advent of Web 2.0 [6], Internet users actively
participate in information construction and propagation.
Thus, many companies rely on users to give their opinion on
movies or on musics, to annotate speci c data... In June
2006, Je Howe [1] de ned for the rst time this new
behavior with the term of crowdsourcing.</p>
      <p>Thus, crowdsourcing makes it possible to rapidly and
cheaply collect supervised labeled data. Nonetheless, annotation
quality is uneven since it depends of the annotator, its
implication, or its expertise level. As part of the collected data
can be very noisy and inaccurate, solutions should be
proposed to evaluate the relevance of the labeled data with a
minimum time cost.</p>
      <p>For these reasons, the Crowdsourcing task becomes a more
and more popular and helpful task [3, 2]. In this paper,
we describe the LIA system presented at the MediaEval
2013 Crowdsourcing task. The proposed system uses di
erent parts of the image metadata: the annotator contribution
(con dence1, label), the image context, its geographic
coordinates, and text descriptors (title, tags). All this described
image metadata will be used in our system to decide if an
image is truly fashion-related or not (Label1) while the
relevance of the fashion category (Label2) will be chosen using
the annotator content only.</p>
    </sec>
    <sec id="sec-2">
      <title>PROPOSED APPROACH</title>
      <p>The proposed approach focuses on the textual part of the
images such as the image metadata, its geo-localization and
1Self-reported con dence of the image category.
the metadata of the images occurring in the same context.
Five systems (i.e., runs) are submitted. Each run is divided
into two subtasks. The rst one is to evaluate a score x~i
(with fi = 1; : : : ; 5g) for each label j (j = 1 for the label Yes
and j = 0 for No) and then to select the label li with the
highest score x~i as:
li =</p>
      <p>Y es if x~i0 x~i1</p>
      <p>N o otherwise</p>
      <sec id="sec-2-1">
        <title>RUN 1: Crowdsourcing Annotation</title>
        <p>
          The crowdsourcing annotation contributed by the
general crowd is used to decide if an image is
fashionrelated or not, and if it has been correctly tagged. The
best label x~1 knowing a set of workers W for both
questions is estimated in a similar way with a Naive Bayes
method. This Yes/No classi cation is expressed by:
(
          <xref ref-type="bibr" rid="ref1">1</xref>
          )
(
          <xref ref-type="bibr" rid="ref2">2</xref>
          )
(
          <xref ref-type="bibr" rid="ref3">3</xref>
          )
x~j1 = argmax P (Xj = xjYwj )
        </p>
        <p>x
/ P (Ywj jXj)P (Xj)
= Y P (Ywj jXj )P (Xj )</p>
        <p>w2W
where we assume that labels of each worker are
conditionally independent. Ywj corresponds to one label of
the worker w; Xj also corresponds to one label and x
is the true label. Thus, each image is labeled with the
label l1 as explained in the previous section.</p>
      </sec>
      <sec id="sec-2-2">
        <title>RUN 2: Context</title>
        <p>Each image is potentially related to other images: they
have been grouped into sets or pools c according to
annotators whether they were annotated by the same
person. The annotator label of these images is used to
estimate a score of the image context x~j2 for
fashionrelatedness:
x~j2 = x~1
j
c d
X X P (Xj jdik)
i=1 k=0
where dik is the kth image of the context (set or pool)
i, Xj is a label (Yes or No), and x~j1 the crowdsourcing
annotation score.</p>
      </sec>
      <sec id="sec-2-3">
        <title>RUN 3: Geo-Localization</title>
        <p>An image could be localized close to one or several
other ones. Here, a geo-localization score x~j3 is de ned.
This score is calculated for the images that have a
distance of zero to the current image. Furthermore, only
images that have a label probability Xj greater than
23 (estimated on the development set) are considered
close and relevant for the fashion-relatedness question:
x~j3 = x~1
j
where di is an image from the set s of images with a
distance equals to 0, and x~j1 the crowdsourcing
annotation score.</p>
      </sec>
      <sec id="sec-2-4">
        <title>RUN 4: External Resources</title>
        <p>
          Each image comes with metadata (title and tags2) and
a search rank on the hosting service. The rst step is
to collect a set of relevant pictures that are
fashionrelated. The Flickr API is used to compose a new set
of 4; 328 images that responds to the query fashion.
The metadata are extracted from this set of images.
The second step computes the probability score of each
word based on the frequency of the word in the
metadata. Thus, a metadata score x~j4 is calculated for an
image d by using the probabilistic model and the rank
r of the image for the question 1 (fashion or not):
x~j4 = x~j1 +
(
          <xref ref-type="bibr" rid="ref1">1</xref>
          )j+1 jdj
        </p>
        <p>X P (wijd)
r i=1
where P (wijd) is the probability of a word wi from the
image metadata of d knowing the model m of term
frequencies. An image is labeled with the label l4 knowing
the annotator score x~j1 and the term frequency model.</p>
      </sec>
      <sec id="sec-2-5">
        <title>RUN 5: Combination</title>
        <p>
          A nal run using a combination of the 4 scores x~ij
described above is submitted. A label is assigned to a
picture if this label responds to the di erent aspects of
the image metadata:
(
          <xref ref-type="bibr" rid="ref4">4</xref>
          )
(
          <xref ref-type="bibr" rid="ref5">5</xref>
          )
the use of the crowdsourcing annotation only. This
demonstrates that the crowdsourcing annotation is at least as
reliable as the metadata provided with the images, or that these
other information sources should be better handled (other
approaches or data selection) to expect classi cation gains.
On the fashion tag classi cation (Label2), a F-measure of
0.7175 has been obtained (no image metadata used).
        </p>
        <p>Run Id
1
2
3
4
5</p>
      </sec>
      <sec id="sec-2-6">
        <title>Submission</title>
        <p>Crowdsourcing Annotation
Context
Geo-Localization
External Resources
Combination
F1 Label1
0.7239
0.7171
0.7236
0.7176
0.7183
4.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>CONCLUSIONS</title>
      <p>
        In this paper, an automatic image classi cation system
has been proposed. This system combines di erent aspects
of the metadata content. The main observation is that best
results are obtained with the crowdsourcing annotation only
(Label1). No gains have been observed using metadata on
the test set, but e orts on new approaches and metadata
selection should be continued to improve classi cation
performance. Finally, the use of the image metadata will be
explored for the fashion tag task (Label2).
x~j5 = x~1
j
xj2
xj3
xj4
(
        <xref ref-type="bibr" rid="ref6">6</xref>
        )
5.
      </p>
    </sec>
    <sec id="sec-4">
      <title>ACKNOWLEDGMENTS</title>
      <p>This score allows to associate an image with the
general label l5. We can notice that the score xij is:
xij =
with i 6= 1
3.</p>
    </sec>
    <sec id="sec-5">
      <title>EXPERIMENTS</title>
      <p>The proposed system is evaluated in the MediaEval 2013
benchmark [4]. In this task, we use the fashion social dataset
[5]. Figure 3 presents 3 images extracted from the train
dataset with di erent combinations of label mode-classi
cation: (a) is not fashion-related (Culottes); (b) is not
fashionrelated but well categorized (Androgyny) and (c) is
fashionrelated and well categorized (Cowboy hat).</p>
      <p>Table 1 presents results obtained in fashion-relatedness
classi cation of images (Label1) in terms of F-measure. We
can see that the best results are obtained using the
crowdsourcing annotation only. Although slight gains were
observed during the development phase of our systems, we have
to note that the use of metadata information sources in
addition to the crowdsourcing annotation do not improve the
classi cation performance on the test set in comparison to
2Note that experiments on the development set showed that
description or personal notes do not improve the results.</p>
      <p>This work was funded by the SUMACC project supported
by the French National Research Agency (ANR) under
contract ANR-10-CORD-007.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>J.</given-names>
            <surname>Howe</surname>
          </string-name>
          .
          <article-title>The rise of crowdsourcing</article-title>
          .
          <source>Wired magazine</source>
          ,
          <volume>14</volume>
          (
          <issue>6</issue>
          ):1{
          <issue>4</issue>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M.</given-names>
            <surname>Lease</surname>
          </string-name>
          and
          <string-name>
            <given-names>O.</given-names>
            <surname>Alonso</surname>
          </string-name>
          .
          <article-title>Crowdsourcing for search evaluation and social-algorithmic search</article-title>
          .
          <source>In ACM SIGIR conference on Research and development in information retrieval</source>
          , pages
          <volume>1180</volume>
          {
          <fpage>1180</fpage>
          . ACM,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>M.</given-names>
            <surname>Lease</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Carvalho</surname>
          </string-name>
          , and E. Yilmaz, editors.
          <source>Workshop on Crowdsourcing for Search and Data Mining (CSDM)</source>
          .
          <source>February</source>
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>B.</given-names>
            <surname>Loni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Larson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bozzon</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L.</given-names>
            <surname>Gottlieb</surname>
          </string-name>
          .
          <article-title>Crowdsourcing for Social Multimedia at MediaEval 2013: Challenges, data set, and evaluation</article-title>
          . In MediaEval 2013 Workshop, Barcelona, Spain,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>B.</given-names>
            <surname>Loni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Menendez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Georgescu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Galli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Massari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. S.</given-names>
            <surname>Altingovde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Martinenghi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Melenhorst</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Vliegendhart</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Larson</surname>
          </string-name>
          .
          <article-title>Fashion-focused creative commons social dataset</article-title>
          .
          <source>In ACM Multimedia Systems Conference</source>
          , pages
          <volume>72</volume>
          {
          <fpage>77</fpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>T. O'Reilly</surname>
          </string-name>
          .
          <source>What is Web 2.0</source>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>