<!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>CNRS TELECOM ParisTech at ImageCLEF 2016 Scalable Concept Image Annotation Task: Overcoming the Scarcity of Training Data</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Hichem SAHBI</string-name>
          <email>hichem.sahbi@telecom-paristech.fr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>CNRS TELECOM ParisTech, Paris-Saclay University 46</institution>
          <addr-line>rue Barrault, 75013 Paris</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <issue>100</issue>
      <abstract>
        <p>We introduce our participation at the ImageCLEF 2016 scalable concept detection and localization task. As in ImageCLEF 2015, this edition focuses on generating not only annotations (concept detection) but also localizing concepts into a large image collection. In our runs, we focus mainly on concept detection; our solution is purely visual and based on deep features combined with standard linear support vector machines (SVMs) built on top of well enriched training sets. Starting from loosely labeled training sets, we propose an algorithm that learns the statistical dependencies between concepts and allows us to enrich the labels of these training sets, resulting into more e ective SVMs for image annotation.</p>
      </abstract>
      <kwd-group>
        <kwd>label enrichment</kwd>
        <kwd>SVMs</kwd>
        <kwd>deep learning</kwd>
        <kwd>image annotation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Automatic image annotation is one of the major challenges in computer vision
and machine learning. It consists in learning intricate relationships between
keywords (a.k.a concepts/labels/categories) and training images, in order to assign
list of keywords to newly observed visual contents (see for instance [1{5]). These
concepts may either correspond to well de ned physical entities (pedestrians,
cars, etc.) or to high level, ne-grained notions resulting from the interaction of
many entities into scenes (parties, ghts, etc.). In both cases, image annotation
is challenging due to the perplexity when assigning concepts to scenes especially
when the number of possible concepts is taken from a large vocabulary, when
training data are scarce and also when analyzing highly semantic and variable
content.</p>
      <p>
        Early image annotation techniques are content-based (e.g. [6{9]). They model
straightforward \concept-image" relationships and learn how to assign concepts
to new images; they rst describe image observations using visual features1,
treat each concept as an independent class, and then train the corresponding
1 either handcrafted such as color, texture, etc. or learned such as deep features [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]
concept-speci c classi er to identify (separately) images belonging to that
concept using a variety of machine learning and inference techniques, either
generative or discriminative [11{16, 9, 17{24, 10, 25{36]. Extensions of these methods
achieve structured output predictions [
        <xref ref-type="bibr" rid="ref37 ref38">37, 38</xref>
        ] by modeling not only
\conceptimage" relationships, but also \concept-concept" dependencies [39{42]. Indeed,
concepts in image annotation are usually interdependent, i.e., the presence of
one concept may tell us something about the presence of another one; for
instance the presence of the concept \sea" usually implies the presence of other
concepts such as \sky" or \sand". Hence modeling the statistical dependencies
between concepts (both for training and inference) is crucial and this is usually
achieved with graphical models and markov/conditional random elds [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
Relationships between concepts can also be modeled by extracting (hand-crafted
or learned) mid-level characteristics which are common to di erent concepts.
This has recently received a particular attention in the context of deep networks
and transfer learning [
        <xref ref-type="bibr" rid="ref10 ref43 ref44">43, 10, 44</xref>
        ]. However, the lack of labeled data may severely
limit the usability of these methods and requires solutions in order to learn from
few shots. Hence, learning from common data and characteristics is valuable in
order to overcome the scarcity of training data especially when handling image
annotation problems with a large number of concepts.
      </p>
      <p>
        In this paper, we describe the participation of \CNRS-TELECOM
ParisTech" at the ImageCLEF 2016 Scalable Concept Image Annotation Task [
        <xref ref-type="bibr" rid="ref45 ref46">45,
46</xref>
        ]. Our solution focuses mainly on concept detection; it combines e ective deep
features with SVM classi ers. As training data are scarce, we propose a solution
that enriches the labels of these training data. This solution is based on
measuring the statistical correlation between concepts in the training set and makes it
possible to propagate labels to larger training sets. Note that our solution does
not require the use of the meta-data associated to training and test data; indeed
it is purely visual. In spite of this, the proposed runs are competitive.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Our Concept Prediction and Localization at a Glance</title>
      <p>
        Our concept detection and localization results are obtained according to the two
following steps:
i) Holistic concept detection: this step is achieved using global (holistic)
visual features. For that purpose, we train \one versus all" SVMs for each concept,
in order to detect whether that concept exists in a given test image (see extra
details in Section 4.2).
ii) Blind concept localization: concept localization is achieved blindly, i.e.,
without observing the content of a given test image. In contrast to our last year
participation [
        <xref ref-type="bibr" rid="ref47">47</xref>
        ], we did not investigate heuristics for concept localization and
we use the whole image dimensions as bounding boxes; this turns out to be
su cient for many concepts as discussed in Section 4.2. So in this participation,
Fig. 1. (Top) Sample of pictures taken from the ImageCLEF2016 database (dev set).
(Bottom) Sample of external pictures collected from the web; the leftmost picture
belongs to the category \beach", while the middle and rightmost pictures belong to the
categories \anchor" and \apple" respectively. It is clear that these pictures can also
be assigned to categories (\sea", \sand", \cloud"), (\boat"), (\tree"), etc. as these
concepts are highly correlated with the concepts \beach", \anchor" and \apple"
respectively. So these pictures can be reused to train the classi ers of these concepts.
we focus on the rst step only (i.e., Holistic concept detection) and mainly issues
about enriching training datasets.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Training Datasets and Label Enrichment</title>
      <p>
        Besides training data provided in ImageCLEF 2016, we collected automatically
an external training set using the \googlebot-image" crawler. This external set
consists in 42,272 images belonging to the 251 concepts of ImageCLEF. No post
processing of these images was achieved (the whole content is used in order to
train our SVM models and without localizing the concepts in images). Figs. 1, 2
show a sample of those images as well as the distribution of the number of images
per concept. We also use the 2,000 images of the dev set provided by the
ImageCLEF 2016 organizers as an internal training set in order to train and tune the
parameters of our SVM models. All images are described using the coe cients
of the FC7 layer of the pre-trained VGG network in [
        <xref ref-type="bibr" rid="ref48">48</xref>
        ].
      </p>
      <p>Label enrichment As some concepts are rare, we use the 2,000 images of the
dev set in order to enrich the labels of all the training set. The idea is to transfer
the knowledge about the co-occurrence of some labels using a simple principle:
given two concepts c and c0, if c, c0 are highly correlated, then the presence of
one of these two concepts in a given training image implies the presence of the
other concept.
00
00
50
100 Concepts 150
200
250
50
here N is the size of the dev set and K is the number of concepts (N = 2; 000,
K = 251 in practice) and Y 2 RN K is a matrix whose entry Yic = 1 i
the concept c is present into image Ii and Yic = 0 otherwise. As external
images are collected using \individual keywords" as queries, they have a single
label per image and cannot be used to learn these co-occurrences. In contrast,
dev set images have multiple labels and are used instead. Hence, labels in the
external set are enriched as follows 8c; c0 2 f1; : : : ; Kg, 8i 2 fN + 1; : : : ; N + N 0g
(N 0 = 42; 272), if Yic = 1 and C(c0jc) then Yic0 1 (see Section 4 about
the tuning of ).</p>
      <p>Fig (1, bottom) shows an example of this label enrichment process, where the
presence of concept \apple" implies the presence of the concept \tree". Note
that this enrichment process could also be achieved as a post processing step
(i.e., after image annotation), however due to shortage of time, this issue has
not been investigated.
4</p>
    </sec>
    <sec id="sec-4">
      <title>ImageCLEF 2016 Evaluation</title>
      <p>The targeted task is, again, concept detection and localization: given a picture,
the goal is to predict which concepts (classes) are present into that picture and
the coordinates of the bounding boxes surrounding these concepts.
4.1</p>
      <sec id="sec-4-1">
        <title>ImageCLEF 2016 Collection</title>
        <p>A very large amount of images was gathered by the organizers, and using
associated web pages, tags and meta-data were also provided. This set includes more
than 500k images with only 2k images with known ground truth (i.e., labels and
bounding boxes are given). These images belong to 251 concepts (see example
in Fig. 1). In our runs, each image is again described with a visual feature vector
corresponding to the FC7 layer of the VGG pretrained network. Note that the
parameters of this network are not ne-tuned on training data and concepts.
4.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>Submitted Runs</title>
        <p>All our submitted runs (discussed below) are based on SVM training. For each
concept, we trained \one-versus-all" SVM classi ers; we use many random folds
(taken from training data) for multiple SVM training and we use these SVMs in
order to predict the concepts on the test set. We repeat this training process, for
each concept, through di erent random folds from the training set and we take
the average scores of the underlying SVM classi ers. This makes classi cation
results less sensitive to the sampling of the training set. Given a test image x,
a concept c is declared as present into x i fc(x) &gt; , here fc(x) = L1 1fg`(x)&gt;0g
and g`() is an SVM classi er trained on a random fold of positive and negative
data (in practice L = 10; see also Tab. 1 for the setting of ).</p>
        <p>
          Our ten submitted runs correspond to the combination of ve dataset
enrichment strategies (see columns of Tab. 1 and section 3) and two datasets used for
SVM training (external and ImageCLEF16/dev set). For all the submitted runs,
performances are evaluated, by the organizers, using a variant of the Jaccard
measure; the latter is de ned as the intersection over union of bounding boxes
provided in the submitted runs and those in the ground truth. Mean average
precision (MAP) measures { based on di erent percentages of bounding box
overlaps { are given for each concept and also averaged through di erent
concepts (see our results in Tables 2, 3, 4, 5, 6). Details about these measures can be
found in the ImageCLEF 2016 website2. In contrast to our last year
participation, we do not address the issue of bounding box (BB) generation; our bounding
boxes cover the whole areas of the test images. We expect further improvement
of performances if we consider the BB generation heuristics used last year (as
already shown in [
          <xref ref-type="bibr" rid="ref47">47</xref>
          ]).
        </p>
        <p>From all these tables, we observe the following issues:
{ For all the runs shown in table 2, we observe that combining external data
with the ImageCLEF16 dev set provides a clear gain compared to the use of
external data only; this may be explained by the fact that the ImageCLEF16
dev set has (possibly) a similar distribution compared to ImageCLEF16 test
set, and this makes it possible to adapt training parameters (mainly the SVM
weights) to the conditions of the test data. In contrast, the use of external
data only does not allow to adapt these SVM parameters appropriately.
2 http://www.imageclef.org/2016/annotation#Results
{ The same behavior also occurs when considering the performance with 50%
overlap (see tables 5, 6). We also notice that concepts which are usually
centered in pictures (such as \motorcycle", \kitchen", \shirt") are relatively well
localized using our simple blind localization. Other di cult concepts (such
as \cat" in table 6) get substantial improvement. It is also clear that better
concept detection implies better localization results (see again tables 3, 4 vs.
tables 5, 6).
{ From all these results it is clear that the run \TAB.1.5.res" is better than
the run \TAB.1.3.res" as the former is more conservative (i.e., threshold is
relatively high) while the latter is less conservative and bene ts from larger
training sets. Finally, gures 3, 4 show the concepts for which we obtained
the best results among di erent participants in ImageCLEF16.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>We discussed in this paper, our participation at the ImageCLEF 2016 Scalable
Concept Image Annotation Task. In our runs, concept detection is based on deep
3 The correlation factor of a concept is de ned as F (c) = PcK0=1 1fC(c0jc) g.</p>
      <p>Our best run</p>
      <p>Other best run
anchorbootbowblucketbullectandleclockcrossdolldoorforkhkoeoykboarldibrarymirproarintingpenpenciplianpoicturepillowrackramprodrusgusntigclkassesswordwatchwheeleyenefawcsepmapaegrazineletteprotatroibbboannananut
Fig. 3. This</p>
      <p>gure shows the concepts for which we outperform other participants'
runs (blue bars: our best performances, red bars: other participants' best performances
on these concepts). These performances correspond to 0 % overlap.</p>
      <p>Our best run</p>
      <p>Other best run
50
45
40
35
30
25
20
15
10
5
0
anchor blanket bowl bullet candle farmhospital piano ramp rod rug swordewspaper letter salad hill
n
Fig. 4. This</p>
      <p>gure shows the concepts for which we outperform other participants'
runs (blue bars: our best performances, red bars: other participants' best performances
on these concepts). These performances correspond to 50 % overlap.
features combined with linear SVMs trained on well enriched datasets. The
enrichment process is based on measuring the co-occurrence of concepts and this
makes it possible to reuse training images across correlated concepts. Observed
results show that i) the enrichment process has a positive impact on
performances especially for concepts with high correlations with others, and ii) the
use of both external and provided ImageCLEF16 dev set enhances performances
compared to the use of external data only; indeed, in spite of being relatively
small, the provided dev set makes it possible to adapt the parameters of our
SVM models to the distribution of dev and test data.</p>
      <p>A future possible extension, of this work, is to make the enrichment process
label dependent, i.e., how to mix and select di erent enrichment strategies for
di erent concepts. Another possible extension is to achieve late label enrichment,
as a post processing step, by augmenting annotation results on the test set using
the same label enrichment strategy.</p>
      <p>Acknowledgments. This work was supported in part by a grant from the
Research Agency ANR (Agence Nationale de la Recherche) under the MLVIS
project ANR-11-BS02-0017.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>A.</given-names>
            <surname>Torralba</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.P.</given-names>
            <surname>Murphy</surname>
          </string-name>
          , and W.T. Freeman, \
          <article-title>Sharing visual features for multiclass and multiview object detection,"</article-title>
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence (PAMI)</source>
          vol
          <volume>25</volume>
          , issue 5,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>F.</given-names>
            <surname>Kang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Jin</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Sukthankar</surname>
          </string-name>
          , \
          <article-title>Correlated label propagation with application to multi-label learning," in Computer Vision</article-title>
          and Pattern Recognition,
          <source>2006 IEEE Computer Society Conference on. IEEE</source>
          ,
          <year>2006</year>
          , vol.
          <volume>2</volume>
          , pp.
          <volume>1719</volume>
          {
          <fpage>1726</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Wang</surname>
          </string-name>
          , \
          <article-title>Real-time computerized annotation of pictures,"</article-title>
          <source>Pattern Analysis and Machine Intelligence</source>
          , IEEE Transactions on, vol.
          <volume>30</volume>
          , no.
          <issue>6</issue>
          , pp.
          <volume>985</volume>
          {
          <issue>1002</issue>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>V.</given-names>
            <surname>Lavrenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Manmatha</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Jeon</surname>
          </string-name>
          , \
          <article-title>A model for learning the semantics of pictures,"</article-title>
          <source>In: Proc. of NIPS</source>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>S.</given-names>
            <surname>Moran</surname>
          </string-name>
          and
          <string-name>
            <given-names>V.</given-names>
            <surname>Lavrenko</surname>
          </string-name>
          , \
          <article-title>A sparse kernel relevance model for automatic image annotation,"</article-title>
          <source>International Journal of Multimedia Information Retrieval</source>
          , vol.
          <volume>3</volume>
          , no.
          <issue>4</issue>
          , pp.
          <volume>209</volume>
          {
          <issue>229</issue>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>C.</given-names>
            <surname>Carson</surname>
          </string-name>
          , M. Thomas,
          <string-name>
            <given-names>S.</given-names>
            <surname>Belongie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.M.</given-names>
            <surname>Hellerstein</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Malik</surname>
          </string-name>
          , \
          <article-title>Blobworld: A system for region-based image indexing and retrieval,"</article-title>
          <source>In Third International Conference on Visual Information Systems</source>
          , pp.
          <volume>509</volume>
          {
          <issue>516</issue>
          ,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Marszalek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lazebnik</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Schmid</surname>
          </string-name>
          , \
          <article-title>Local features and kernels for classi cation of texture and object categories: A comprehensive study,"</article-title>
          <source>In Proceedings of the Beyond Patches workshop, in conjunction with CVPR2006</source>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>J.</given-names>
            <surname>Jeon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Lavrenko</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Manmatha</surname>
          </string-name>
          , \
          <article-title>Automatic image annotation and retrieval using cross-media relevance models,"</article-title>
          <source>In: Proc. of ACM SIGIR</source>
          , pp.
          <fpage>119</fpage>
          -
          <lpage>126</lpage>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>G.</given-names>
            <surname>Carneiro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.B.</given-names>
            <surname>Chan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.J.</given-names>
            <surname>Moreno</surname>
          </string-name>
          , and
          <string-name>
            <given-names>N.</given-names>
            <surname>Vasconcelos</surname>
          </string-name>
          , \
          <article-title>Supervised learning of semantic classes for image annotation and retrieval,"</article-title>
          <source>Pattern Analysis and Machine Intelligence</source>
          , IEEE Transactions on, vol.
          <volume>29</volume>
          , no.
          <issue>3</issue>
          , pp.
          <volume>394</volume>
          {
          <issue>410</issue>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <given-names>A.</given-names>
            <surname>Krizhevsky</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Sutskever</surname>
          </string-name>
          , and G. Hinton, \
          <article-title>Imagenet classi cation with deep convolutional neural networks,"</article-title>
          <source>in Advances in Neural Information Processing Systems</source>
          <volume>25</volume>
          ,
          <year>2012</year>
          , pp.
          <volume>1106</volume>
          {
          <fpage>1114</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>K.</given-names>
            <surname>Barnard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Duygululu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Forsyth</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Blei</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Jordan</surname>
          </string-name>
          , \
          <article-title>Matching words and pictures,"</article-title>
          <source>The Journal of Machine Learning Research</source>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12. H. Sahbi, \
          <article-title>Network-dependent image annotation based on explicit contextdependent kernel maps," in Pattern Recognition (ICPR</article-title>
          ),
          <year>2014</year>
          22nd International Conference on. IEEE,
          <year>2014</year>
          , pp.
          <volume>625</volume>
          {
          <fpage>630</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>D.M. Blei</surname>
            and
            <given-names>M.I. Jordan</given-names>
          </string-name>
          , \
          <article-title>Modeling annotated data,"</article-title>
          <source>in Proceedings of the 26th Annual International ACM SIGIR Conference on Research and Development in Informaion Retrieval</source>
          , New York, NY, USA,
          <year>2003</year>
          , SIGIR '
          <volume>03</volume>
          , pp.
          <volume>127</volume>
          {
          <issue>134</issue>
          , ACM.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <given-names>O.</given-names>
            <surname>Yakhnenko</surname>
          </string-name>
          and
          <string-name>
            <given-names>V.</given-names>
            <surname>Honavar</surname>
          </string-name>
          , \
          <article-title>Annotating images and image objects using a hierarchical dirichlet process model," in Proceedings of the 9th International Workshop on Multimedia Data Mining: held in conjunction with the ACM SIGKDD 2008</article-title>
          . ACM,
          <year>2008</year>
          , pp.
          <volume>1</volume>
          {
          <fpage>7</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          and
          <string-name>
            <given-names>J. Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          , \
          <article-title>Automatic linguistic indexing of pictures by a statistical modeling approach,"</article-title>
          <source>IEEE Trans. on PAMI</source>
          , vol.
          <volume>25</volume>
          , no.
          <issue>9</issue>
          , pp.
          <volume>1075</volume>
          {
          <issue>1088</issue>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <given-names>X.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.S.</given-names>
            <surname>Zimel</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.A.</given-names>
            <surname>Carreira</surname>
          </string-name>
          , \
          <article-title>Multiscale conditional random elds for image labeling,"</article-title>
          <source>In CVPR</source>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <given-names>F.</given-names>
            <surname>Monay</surname>
          </string-name>
          and D. GaticaPerez, \
          <article-title>Plsa-based image autoannotation: Constraining the latent space,"</article-title>
          <source>in Proc. of ACM International Conference on Multimedia</source>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Gong</surname>
          </string-name>
          , \
          <article-title>Translating topics to words for image annotation,"</article-title>
          <source>In: Proc. of ACM CIKM</source>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <given-names>E.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Goh</surname>
          </string-name>
          , G. Sychay, and G. Wu, \
          <article-title>Cbsa: content-based soft annotation for multimodal image retrieval using bayes point machines," Circuits and Systems for Video Technology</article-title>
          , IEEE Transactions on, vol.
          <volume>13</volume>
          , no.
          <issue>1</issue>
          , pp.
          <volume>26</volume>
          {
          <issue>38</issue>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.C.</given-names>
            <surname>Berg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Maire</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Malik</surname>
          </string-name>
          , \
          <article-title>Svm-knn: Discriminative nearest neighbor classi cation for visual category recognition," in Computer Vision</article-title>
          and Pattern Recognition,
          <source>2006 IEEE Computer Society Conference on. IEEE</source>
          ,
          <year>2006</year>
          , vol.
          <volume>2</volume>
          , pp.
          <volume>2126</volume>
          {
          <fpage>2136</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>M. Guillaumin</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Mensink</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Verbeek</surname>
            , and
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Schmid</surname>
          </string-name>
          , \Tagprop:
          <article-title>Discriminative metric learning in nearest neighbor models for image auto-annotation,"</article-title>
          <source>in Computer Vision</source>
          ,
          <source>2009 IEEE 12th International Conference on. IEEE</source>
          ,
          <year>2009</year>
          , pp.
          <volume>309</volume>
          {
          <fpage>316</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <given-names>A.</given-names>
            <surname>Makadia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Pavlovic</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Kumar</surname>
          </string-name>
          , \
          <article-title>A new baseline for image annotation,"</article-title>
          <source>in Computer Vision{ECCV</source>
          <year>2008</year>
          , pp.
          <volume>316</volume>
          {
          <fpage>329</fpage>
          . Springer,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23. T. Mei,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.S.</given-names>
            <surname>Hua</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gong</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Li</surname>
          </string-name>
          , \
          <article-title>Coherent image annotation by learning semantic distance," in Computer Vision</article-title>
          and Pattern Recognition,
          <year>2008</year>
          .
          <article-title>CVPR 2008</article-title>
          .
          <article-title>IEEE Conference on</article-title>
          . IEEE,
          <year>2008</year>
          , pp.
          <volume>1</volume>
          {
          <fpage>8</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <given-names>D.</given-names>
            <surname>Grangier</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Bengio</surname>
          </string-name>
          , \
          <article-title>A discriminative kernel-based approach to rank images from text queries,"</article-title>
          <source>Pattern Analysis and Machine Intelligence</source>
          , IEEE Transactions on, vol.
          <volume>30</volume>
          , no.
          <issue>8</issue>
          , pp.
          <volume>1371</volume>
          {
          <issue>1384</issue>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>C. Cusano</surname>
            , G. Ciocca, and
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Schettini</surname>
          </string-name>
          , \
          <article-title>Image annotation using svm," in Electronic Imaging 2004</article-title>
          .
          <source>International Society for Optics and Photonics</source>
          ,
          <year>2003</year>
          , pp.
          <volume>330</volume>
          {
          <fpage>338</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <given-names>Y.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Fan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Xue</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Jain</surname>
          </string-name>
          , \
          <article-title>Automatic image annotation by incorporating feature hierarchy and boosting to scale up svm classi ers,"</article-title>
          <source>in Proc. of ACM MULTIMEDIA</source>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27. H.
          <string-name>
            <surname>Sahbi</surname>
            ,
            <given-names>J.Y.</given-names>
          </string-name>
          <string-name>
            <surname>Audibert</surname>
            , and
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Keriven</surname>
          </string-name>
          , \
          <article-title>Context-dependent kernels for object classi cation,"</article-title>
          <source>IEEE transactions on pattern analysis and machine intelligence</source>
          , vol.
          <volume>33</volume>
          , no.
          <issue>4</issue>
          , pp.
          <volume>699</volume>
          {
          <issue>708</issue>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28. H. Sahbi, \
          <article-title>Cnrs-telecom paristech at imageclef 2013 scalable concept image annotation task: Winning annotations with context dependent svms</article-title>
          .,
          <source>" in CLEF (Working Notes)</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <given-names>P.</given-names>
            <surname>Vo</surname>
          </string-name>
          and
          <string-name>
            <given-names>H.</given-names>
            <surname>Sahbi</surname>
          </string-name>
          , \
          <article-title>Transductive kernel map learning and its application to image annotation,"</article-title>
          <source>in BMVC</source>
          ,
          <year>2012</year>
          , pp.
          <volume>1</volume>
          {
          <fpage>12</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <given-names>H.</given-names>
            <surname>Sahbi</surname>
          </string-name>
          and
          <string-name>
            <given-names>X.</given-names>
            <surname>Li</surname>
          </string-name>
          , \
          <article-title>Context based support vector machines for interconnected image annotation (the saburo tsuji best regular paper award)," in In the Asian Conference on Computer Vision</article-title>
          (ACCV),
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <given-names>M.</given-names>
            <surname>Jiu</surname>
          </string-name>
          and
          <string-name>
            <given-names>H.</given-names>
            <surname>Sahbi</surname>
          </string-name>
          , \
          <article-title>Deep kernel map networks for image annotation,"</article-title>
          <source>in 2016 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)</source>
          . IEEE,
          <year>2016</year>
          , pp.
          <volume>1571</volume>
          {
          <fpage>1575</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <given-names>M.</given-names>
            <surname>Jiu</surname>
          </string-name>
          and
          <string-name>
            <given-names>H.</given-names>
            <surname>Sahbi</surname>
          </string-name>
          , \
          <article-title>Laplacian deep kernel learning for image annotation,"</article-title>
          <source>in 2016 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)</source>
          . IEEE,
          <year>2016</year>
          , pp.
          <volume>1551</volume>
          {
          <fpage>1555</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33. H. Sahbi, \
          <article-title>Imageclef annotation with explicit context-aware kernel maps,"</article-title>
          <source>International Journal of Multimedia Information Retrieval</source>
          , vol.
          <volume>4</volume>
          , no.
          <issue>2</issue>
          , pp.
          <volume>113</volume>
          {
          <issue>128</issue>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <given-names>P.</given-names>
            <surname>Vo</surname>
          </string-name>
          and
          <string-name>
            <given-names>H.</given-names>
            <surname>Sahbi</surname>
          </string-name>
          , \
          <article-title>Transductive inference &amp; kernel design for object class segmentation,"</article-title>
          <source>in 2012 19th IEEE International Conference on Image Processing. IEEE</source>
          ,
          <year>2012</year>
          , pp.
          <volume>2173</volume>
          {
          <fpage>2176</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <given-names>M.</given-names>
            <surname>Jiu</surname>
          </string-name>
          and
          <string-name>
            <given-names>H.</given-names>
            <surname>Sahbi</surname>
          </string-name>
          , \
          <article-title>Semi supervised deep kernel design for image annotation,"</article-title>
          <source>in 2015 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)</source>
          . IEEE,
          <year>2015</year>
          , pp.
          <volume>1156</volume>
          {
          <fpage>1160</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          36. H.
          <string-name>
            <surname>Sahbi</surname>
            ,
            <given-names>J.Y.</given-names>
          </string-name>
          <string-name>
            <surname>Audibert</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Rabarisoa</surname>
            , and
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Keriven</surname>
          </string-name>
          , \
          <article-title>Context-dependent kernel design for object matching and recognition," in Computer Vision and Pattern Recognition, CVPR</article-title>
          . IEEE,
          <year>2008</year>
          , pp.
          <volume>1</volume>
          {
          <fpage>8</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          37.
          <string-name>
            <given-names>B.</given-names>
            <surname>Taskar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Chatalbashev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Koller</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Guestrin</surname>
          </string-name>
          , \
          <article-title>Learning structured prediction models: A large margin approach,"</article-title>
          <source>in Proceedings of the 22nd international conference on Machine learning. ACM</source>
          ,
          <year>2005</year>
          , pp.
          <volume>896</volume>
          {
          <fpage>903</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          38. I. Tsochantaridis,
          <string-name>
            <given-names>T.</given-names>
            <surname>Joachims</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Hofmann</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Altun</surname>
          </string-name>
          , \
          <article-title>Large margin methods for structured and interdependent output variables,"</article-title>
          <source>in Journal of Machine Learning Research</source>
          ,
          <year>2005</year>
          , pp.
          <volume>1453</volume>
          {
          <fpage>1484</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          39.
          <string-name>
            <given-names>S.</given-names>
            <surname>Nowozin</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.H.</given-names>
            <surname>Lampert</surname>
          </string-name>
          , \
          <article-title>Structured learning and prediction in computer vision,"</article-title>
          <source>Foundations and Trends R in Computer Graphics and Vision</source>
          , vol.
          <volume>6</volume>
          , no.
          <issue>3</issue>
          {
          <issue>4</issue>
          , pp.
          <volume>185</volume>
          {
          <issue>365</issue>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          40. L.
          <string-name>
            <surname>Bertelli</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Vu</surname>
            , and
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Gokturk</surname>
          </string-name>
          , \
          <article-title>Kernelized structural svm learning for supervised object segmentation," in Computer Vision and Pattern Recognition (CVPR</article-title>
          ),
          <source>2011 IEEE Conference on. IEEE</source>
          ,
          <year>2011</year>
          , pp.
          <volume>2153</volume>
          {
          <fpage>2160</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          41.
          <string-name>
            <given-names>P.</given-names>
            <surname>Vo</surname>
          </string-name>
          and
          <string-name>
            <given-names>H.</given-names>
            <surname>Sahbi</surname>
          </string-name>
          , \
          <article-title>Modeling label dependencies in kernel learning for image annotation,"</article-title>
          <source>in 2014 IEEE International Conference on Image Processing (ICIP)</source>
          . IEEE,
          <year>2014</year>
          , pp.
          <volume>5886</volume>
          {
          <fpage>5890</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          42.
          <string-name>
            <given-names>P.</given-names>
            <surname>Vo</surname>
          </string-name>
          and
          <string-name>
            <given-names>H.</given-names>
            <surname>Sahbi</surname>
          </string-name>
          , \
          <article-title>Contextual kernel map learning for scene transduction,"</article-title>
          <source>in Image Processing (ICIP)</source>
          ,
          <source>2015 IEEE International Conference on. IEEE</source>
          ,
          <year>2015</year>
          , pp.
          <volume>3797</volume>
          {
          <fpage>3801</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          43.
          <string-name>
            <given-names>P.</given-names>
            <surname>Duygulu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Barnard</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.F.G.</surname>
          </string-name>
          deFreitas, and
          <string-name>
            <given-names>D.</given-names>
            <surname>Forsyth</surname>
          </string-name>
          , \
          <article-title>Object recognition as machine translation: Learning a lexicon for a xed image vocabulary,"</article-title>
          <source>In: Heyden</source>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Sparr</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Nielsen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Johansen</surname>
          </string-name>
          , P. (eds.)
          <article-title>ECCV 2002</article-title>
          .
          <article-title>LNCS</article-title>
          , vol.
          <volume>2353</volume>
          , pp.
          <fpage>97</fpage>
          -
          <lpage>112</lpage>
          . Springer, Heidelberg,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          44.
          <string-name>
            <given-names>S.J.</given-names>
            <surname>Pan</surname>
          </string-name>
          and
          <string-name>
            <given-names>Q.</given-names>
            <surname>Yang</surname>
          </string-name>
          , \
          <article-title>A survey on transfer learning," Knowledge and Data Engineering, IEEE Transactions on</article-title>
          , vol.
          <volume>22</volume>
          , no.
          <issue>10</issue>
          , pp.
          <volume>1345</volume>
          {
          <issue>1359</issue>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          45.
          <string-name>
            <given-names>A.</given-names>
            <surname>Gilbert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Piras</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Yan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ramisa</surname>
          </string-name>
          , E. Dellandrea,
          <string-name>
            <given-names>R.</given-names>
            <surname>Gaizauskas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Villegas</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K.</given-names>
            <surname>Mikolajczyk</surname>
          </string-name>
          , \
          <article-title>Overview of the ImageCLEF 2016 Scalable Concept Image Annotation Task,"</article-title>
          <source>in CLEF2016 Working Notes, Evora, Portugal, September 5-8</source>
          <year>2016</year>
          , CEUR Workshop Proceedings, CEUR-WS.org &lt;http://ceurws.org&gt;.
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          46.
          <string-name>
            <surname>M. Villegas</surname>
            , H. Muller, A. Garc a Seco de Herrera,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Schaer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Bromuri</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Gilbert</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Piras</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Yan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Ramisa</surname>
            , E. Dellandrea,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Gaizauskas</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Mikolajczyk</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Puigcerver</surname>
            ,
            <given-names>A.H.</given-names>
          </string-name>
          <string-name>
            <surname>Toselli</surname>
            ,
            <given-names>J.A.</given-names>
          </string-name>
          <string-name>
            <surname>Snchez</surname>
          </string-name>
          , and E. Vidal, \
          <article-title>General Overview of ImageCLEF at the CLEF 2016 Labs,"</article-title>
          <source>in ' ', Lecture Notes in Computer Science</source>
          . Springer International Publishing,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          47. H. Sahbi, \
          <article-title>Cnrs telecom paristech at imageclef 2015 scalable concept image annotation task: Concept detection with blind localization proposals," in CLEF 2015 Evaluation Labs</article-title>
          and Workshop, Online Working Notes,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref48">
        <mixed-citation>
          48. K. Chat eld,
          <string-name>
            <given-names>K.</given-names>
            <surname>Simonyan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Vedaldi</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Zisserman</surname>
          </string-name>
          , \
          <article-title>Return of the devil in the details: Delving deep into convolutional nets,"</article-title>
          <source>in British Machine Vision Conference</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>