<!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>Inferring visual semantic similarity with deep learning and Wikidata: Introducing imagesim-353 ?</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Finn Arup Nielsen</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lars Kai Hansen</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Cognitive Systems, DTU Compute, Technical University of</institution>
          <country country="DK">Denmark</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Aiming at multi-modal knowledge representation we construct a dataset with pairs of digital photos of objects. We manually score image pairs for semantic object similarity. A pre-trained ImageNetbased deep neural network predicts the objects and we use the output to estimate the similarity between two images. With a linkage between the neural network and Wikidata, we augment the model and incorporate knowledge graph information into the similarity measure. We compare the machine-based predicted similarity with the human-based semantic similarity.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        At the interface between machine learning and knowledge graphs lies
interesting avenues of research and the combination of the two techniques may yield
increased task performance. For instance, state-of-the-art results were obtained
with a combination of word embedding models and the ConceptNet knowledge
graph on a classical word similarity task [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].1 Knowledge graphs may also be
used in connection with machine learning models handling images, where deep
convolutional neural networks represent state-of-the-art. Several works have
integrated these models and knowledge graphs, e.g., for image classi cation,
object detection or video classi cation using WordNet [
        <xref ref-type="bibr" rid="ref15 ref8">8,15</xref>
        ] or ConceptNet [
        <xref ref-type="bibr" rid="ref17 ref4">4,17</xref>
        ].
Linking the ImageNet dataset [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], through WordNet synsets to the Wikidata
knowledge graph [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], the latter could also be used as a resource in computer
vision systems. Work on using machine learning to populate Wikidata with quality
images is ongoing [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>
        In purely text based semantics several word similarity datasets exist, see,
e.g., [
        <xref ref-type="bibr" rid="ref13 ref14 ref5">5,13,14</xref>
        ]. Similarity may also be computed on the semantic/synset level.
For instance, NLTK implements a range of similarity measures for WordNet
synsets based on the WordNet graph [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. A method for computing similarity
also exists for pairs of Wikidata items [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Semantic similarity has also been
considered for images, e.g., [
        <xref ref-type="bibr" rid="ref16 ref3">3,16</xref>
        ], and the Image Similarity Data dataset exists
with triplets of images scored for similarity.2
? This work is licensed under CC BY-SA. For image licenses, see Fig. 1 caption.
1 For a list of the state-of-the-art see https://aclweb.org/aclwiki/
      </p>
      <p>WordSimilarity-353_Test_Collection_(State_of_the_art).
2 https://sites.google.com/site/imagesimilaritydata/</p>
      <p>In the following, we describe the construction of a semantic similarity dataset
(imagesim-353 ) and the combination of a pre-trained deep learning neural
network used together with the Wikidata knowledge graph as a means for
machinebased visual semantic similarity estimation.
2
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>Method</title>
      <sec id="sec-2-1">
        <title>Constructing a visual semantic similarity dataset</title>
        <p>
          Our inspiration for constructing a visual semantic similarity data is the
wordsim353 dataset [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] with 353 pairs of words scored for similarities by humans with a
value between 0 and 10 (The lowest value is 0.23, viz. `king' and `cabbage'). The
dataset has 437 di erent words and these words are mostly nouns, both common
and proper nouns (e.g., monk, drug, proton vs. Freud, FBIS, OPEC) as well as
concrete and abstract nouns (e.g., CD, tiger, cemetery vs. category, endurance,
recommendation). We set up the following requirements for the images:
1. Must be a color photo of reasonable quality in the JPEG format, neither a
drawing nor a gray-scale photo.
2. Must be of a su ciently large size to input to a neural network. Keras'
NASNetLarge model uses images with size 331-by-331, and may be the largest
images among the ImageNet-based image classi ers, so the photo should be
larger than this size.
3. Should display one single type of recognizable object (understood in a broad
sense, i.e. both man-made and natural entities) in the central location of the
photo. The object should not necessarily be among the ImageNet challenge
categories.
4. No photos of images, paintings nor other forms of depictions. This is to avoid
the the ambiguity of what is in the image, e.g., would a photo of a relief
display a relief or what the relief displays? Mirrors where neither included.
5. Should not display a person.
6. Should not contain elements that require very speci c cultural knowledge of
what the object is.
7. Should be freely licensed from Wikimedia Commons.
        </p>
        <p>
          To collect the images, we used the \Random le" MediaWiki facility in the
Wikimedia Commons wiki at https://commons.wikimedia.org/wiki/Special:
Random/File, and iterated until a suitable image was identi ed. Using the
Wikidata Query Service, we also queried for images that was associated with a
Wikidata item linked to a ImageNet WordNet synset with a SPARQL query [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ].
Based on the returned list of images, we added relevant images to our list. We
also included a few di erent images of the same object: the leaning tower in Pisa.
We collected a total of 353 images. They had varying sizes.
        </p>
        <p>We sought to select images and pair them so the range of similarities was
roughly equally represented. The images were not selected equally frequent. In
the pairing, 163 images were used once, 108 twice, while one image was used 11
times.
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Human rating of similarity</title>
        <p>
          We constructed a small Flask web application running on the local computer
for scoring the similarity of 353 image object pairs. For scoring the similarity,
we stressed the di erence between similarity and relatedness [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]3 as well as the
di erence between conceptual and perceptual similarity, see, e.g., [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. Our target
is conceptual similarity, i.e., image pairs should neither be scored for relatedness
nor perceptual similarity. We scored images with discrete integer values between
0 (no similarity) and 10 (completely similar). So far the dataset is only scored
by a single human (FAN).
2.3
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>Machine-based similarity</title>
        <p>
          We use the Keras4 Python deep learning framework to analyze the images. There
are various models implemented in Keras which are pre-trained on the ImageNet
image recognition dataset. They yield a 1000-dimensional output representing
probabilities over 1000 prede ned and xed classes. We use the ResNet50 model
[
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] and the included image loading function that resamples the images to a shape
that ts with the input of the neural network. We also use the Keras ResNet50
preprocessing function before the image data is feed to the model.
        </p>
        <p>From the output of the neural network for the i'th image, yi, we compute
the correlation coe cient between image pairs, yi and yj, i.e., using the entire
distributed representation of an image, rather than just the most probable class
label. To explore the information content in the class probabilities for the
nondominant classes we also compute the correlation coe cient from the
elementwise logarithm of the output vectors, ln(yi) = y~i and ln(yj) = y~j.</p>
        <p>As a form of (low) baseline measure we compute the similarity between two
images as the correlation coe cient between pixel values. We expect this method
to perform poorly, but better than chance.</p>
        <p>To incorporate a knowledge graph into the similarity computation, we query
the Wikidata Query Service with a SPARQL query to obtain a list of properties
for each Wikidata item that is linked to ImageNet via a WordNet synset URI.
SELECT
? item
( SAMPLE (? synset_ ) AS ? synset )
( GROUP_CONCAT (? pid ) AS ? properties )
WITH {</p>
        <p>SELECT ? item ? uri WHERE {
? item wdt : P2888 ? uri .</p>
        <p>FILTER STRSTARTS ( STR (? uri ),</p>
        <p>" http :// wordnet - rdf . princeton . edu / wn30 /")
}
} AS % items
WHERE {
3 https://www.cl.cam.ac.uk/~fh295/simlex.html
4 https://keras.io/</p>
        <p>INCLUDE % items
? item ? p [] .
? property wikibase : d i r e c t C l a i m ? p .</p>
        <p>BIND ( SUBSTR ( STR (? p ) , 37) AS ? pid )</p>
        <p>
          BIND ( CONCAT ( 'n ' , SUBSTR ( STR (? uri ) , 39 , 8)) AS ? synset_ )
}
GROUP BY ? item
With this at hand, we build a bag-of-properties matrix, W, where each row
corresponds to one of the 1000 ImageNet classes (i.e., the ResNet50 outputs
and ?item variable in the SPARQL query) and each column corresponds to a
speci c Wikidata property. The element values of the matrix are set to the count
of the number of times a Wikidata property is used for a speci c class. The
bagof-properties matrix is scaled via the t df transformer in scikit-learn [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] and
columns with a count of only zero or one in the matrix are excluded. This scaled
matrix, W~ , is used to project the output of the neural network, e.g., Y~ W~ = Z,
where Y~ is the full set of logarithm-transformed output from all 353 images.
        </p>
        <p>
          To compare the machine-based similarity score with the human ground truth,
we use Spearman's correlation, | the standard measure for word similarity [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ].
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <p>We nd a Spearman correlation between human similarity scores and
machinebased similarity score of 0.62 for correlation coe cients on untransformed neural
network output and on 0.67 for correlation coe cients on logarithm-transformed
output. The simple baseline on correlation of image (color) pixel values yields
0.12. We did not generally see an improvement when we projected the neural
network output through the transformed bag-of-properties matrix, obtaining a
resulting matrix on 192 columns. For instance, with Y~ W~ = Z, a Spearman
correlation of 0.60 showed a deterioration in performance. However, combining
the logarithm-transformed output matrix with a projection, [ln(Y); ln(YW~ )],
to a total of 1192 columns provided a slight improvement in performance to a
Spearman correlation of 0.70. Figure 1 shows the swarmplot between the human
scoring and similarities computed with this 1192-dimensional space.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Discussion</title>
      <p>Objects in the natural world are usually \surrounded by context" which make it
di cult to dissociate the object from the context. For instance, liquids such as
co ee are usually found in a container, such as a co ee mug. For a viewer (human
or machine), it may be ambiguous whether a photo of co ee is a photo of co ee
or a co ee mug. Another example is a bridge over a river: Is it the bridge or
the river that is the object? The distinction between similarity and relatedness
is harder to maintain for these cases. Another problem for the determination
of a ground truth similarity may be the recognizability of the objects and the
required detailed knowledge of the similarity between the objects depicted.
Furthermore, what similarity should be assigned to an object photographed from
di erent angles or at di erent times? There are probably no de nite answer to
this question, cf. the philosophic discussion of temporal parts.</p>
      <p>Many extensions of this work are possible: Keras contains several other
pretrained models apart from ResNet50. The evaluation of these models should be
straightforward. The use of the last internal layers of the neural network|instead
of just the output|could also be interesting to explore.</p>
      <p>Our dataset is small, restricting the use of machine learning to optimize
a model for similarity. Crowd-sourcing could create a larger dataset, Multiple
human annotators of the similarity might also improve the quality of the human
scoring and give an indication of the variability of the human visual semantic
similarity scoring.</p>
      <p>Acknowledgment: This research is funded by the Innovation Foundation
Denmark through the DABAI project.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Bird</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klein</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Loper</surname>
          </string-name>
          , E.
          <source>Natural Language Processing with Python.</source>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Deng</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dong</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Socher</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>L.-J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>F.-F.</given-names>
          </string-name>
          <article-title>ImageNet: A large-scale hierarchical image database</article-title>
          .
          <source>2009 IEEE Conference on Computer Vision</source>
          and Pattern
          <string-name>
            <surname>Recognition</surname>
          </string-name>
          (
          <year>June 2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Deselaers</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Ferrari</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <article-title>Visual and semantic similarity in ImageNet</article-title>
          .
          <source>Proceedings of the 2011 IEEE Conference on Computer Vision</source>
          and Pattern
          <string-name>
            <surname>Recognition</surname>
          </string-name>
          (
          <year>June 2011</year>
          ),
          <volume>1777</volume>
          {
          <fpage>1784</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Fang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kuan</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tan</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Chandrasekhar</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <article-title>Object Detection Meets Knowledge Graphs</article-title>
          .
          <source>Proceedings of the Twenty-Sixth International Joint Conference on Arti cial Intelligence</source>
          (
          <year>August 2017</year>
          ),
          <volume>1661</volume>
          {
          <fpage>1667</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Finkelstein</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gabrilovich</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Matias</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rivlin</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Solan</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wolfman</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Ruppin</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <article-title>Placing search in context: the concept revisited</article-title>
          .
          <source>ACM Transactions on Information Systems 20 (January</source>
          <year>2002</year>
          ),
          <volume>116</volume>
          {
          <fpage>131</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>He</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ren</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Sun</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <article-title>Deep Residual Learning for Image Recognition</article-title>
          .
          <source>2016 IEEE Conference on Computer Vision</source>
          and Pattern
          <string-name>
            <surname>Recognition</surname>
          </string-name>
          (
          <year>December 2015</year>
          ),
          <volume>770</volume>
          {
          <fpage>778</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Hill</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reichart</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Korhonen</surname>
          </string-name>
          , A. SimLex-999:
          <article-title>Evaluating Semantic Models with (Genuine) Similarity Estimation</article-title>
          .
          <source>Computational Linguistics</source>
          <volume>41</volume>
          (
          <year>August 2014</year>
          ),
          <volume>665</volume>
          {
          <fpage>695</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Marino</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Salakhutdinov</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <article-title>The More You Know: Using Knowledge Graphs for Image Classi cation</article-title>
          .
          <source>2017 IEEE Conference on Computer Vision</source>
          and Pattern
          <string-name>
            <surname>Recognition</surname>
          </string-name>
          (
          <year>July 2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Nielsen</surname>
            ,
            <given-names>F. A.</given-names>
          </string-name>
          <string-name>
            <surname>Wembedder</surname>
          </string-name>
          <article-title>: Wikidata entity embedding web service</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Nielsen</surname>
            ,
            <given-names>F. A.</given-names>
          </string-name>
          <string-name>
            <surname>Linking ImageNet WordNet Synsets with Wikidata</surname>
          </string-name>
          .
          <source>WWW '18 Companion: The 2018 Web Conference Companion, April</source>
          <volume>23</volume>
          {
          <fpage>27</fpage>
          ,
          <year>2018</year>
          , Lyon, France (
          <year>April 2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Pedregosa</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Varoquaux</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gramfort</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Michel</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thirion</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grisel</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blondel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Prettenhofer</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weiss</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dubourg</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vanderplas</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Passos</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cournapeau</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brucher</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perrot</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>and Edouard</given-names>
            <surname>Duchesnay</surname>
          </string-name>
          .
          <article-title>Scikit-learn: Machine Learning in Python</article-title>
          .
          <source>Journal of Machine Learning Research</source>
          <volume>12</volume>
          (
          <year>October 2011</year>
          ),
          <volume>2825</volume>
          {
          <fpage>2830</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Redi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <article-title>How we're using machine learning to visually enrich Wikidata</article-title>
          .
          <source>Wikimedia Blog (March</source>
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>L. B.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Heise</surname>
            ,
            <given-names>D. Perceptual</given-names>
          </string-name>
          <string-name>
            <surname>Similarity</surname>
            and
            <given-names>Conceptual</given-names>
          </string-name>
          <string-name>
            <surname>Structure</surname>
          </string-name>
          .
          <source>Percepts, Concepts and Categories The Representation and Processing of Information (December</source>
          <year>1992</year>
          ),
          <volume>233</volume>
          {
          <fpage>272</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Speer</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Havasi</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <article-title>ConceptNet 5.5: An Open Multilingual Graph of General Knowledge</article-title>
          .
          <source>Proceedings of the Thirty-First AAAI Conference on Arti cial Intelligence (December</source>
          <year>2016</year>
          ),
          <volume>4444</volume>
          {
          <fpage>4451</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Tang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gao</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dellandrea</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gaizauskas</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>L. Large</given-names>
          </string-name>
          <article-title>Scale Semi-Supervised Object Detection Using Visual and Semantic Knowledge Transfer</article-title>
          .
          <source>2016 IEEE Conference on Computer Vision</source>
          and Pattern
          <string-name>
            <surname>Recognition</surname>
          </string-name>
          (
          <year>June 2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Wang</surname>
          </string-name>
          , J., song, Y.,
          <string-name>
            <surname>Leung</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosenberg</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Philbin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <article-title>Learning Fine-grained Image Similarity with Deep Ranking</article-title>
          .
          <source>2014 IEEE Conference on Computer Vision and Pattern Recognition (April</source>
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Yuan</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>D'Haro</surname>
            ,
            <given-names>L. F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jae</surname>
            ,
            <given-names>K. J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zeng</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Chandrasekhar</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <article-title>End-to-End Video Classi cation with Knowledge Graphs</article-title>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>