<!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>Mining Discriminative Visual Features Based on Semantic Relations</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Qing Wei</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Xiaowang Zhang</string-name>
          <email>xiaowangzhang@tju.edu.cn</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kewen Wang</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Zhiyong Feng</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>College of Intelligence and Computing, Tianjin University</institution>
          ,
          <addr-line>Tianjin 300350</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>School of Information and Communication Technology, Gri th University</institution>
          ,
          <addr-line>Brisbane, QLD 4111</addr-line>
          ,
          <country country="AU">Australia</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Tianjin Key Laboratory of Cognitive Computing and Application</institution>
          ,
          <addr-line>Tianjin</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this paper, we present an embedding-based framework for ne-grained image classi cation so that the semantic of background knowledge of images can be internally fused in image recognition. Specifically, we propose a semantic-fusion model which explores semantic embedding from both background knowledge (such as text, knowledge bases) and visual information. Moreover, we present a multi-level embedding model extract multiple semantic segmentations of backgroud knowledge. Experimental results on a challenging benchmark CUB-200-2011 dataset verify that our approach outperforms state-of-the-art methods.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>The goal of ne-grained image classi cation is to recognize subcategories of
objects, such as identifying the species of birds, under some basic-level categories.
Di erent from general-level object classi cation, ne-grained image classi cation
is challenging due to the large intra-class variance and small inter-class variance.
Often, human beings recognize an object not only by its visual outline but also
access their accumulated knowledge on the object.</p>
      <p>In this paper, we made full use of category attribute knowledge and deep
convolution neural network to construct a fusion-based model Semantic Visual
Representation Learning for ne-grained image classi cation. SVRL consists of
a multi-level embedding fusion model and a visual feature extract model.</p>
      <p>Our proposed SVRL has two distinct features: i) It is a novel weakly-supervised
model for ne-grained image classi cation, which can automatically obtain the
part region of image. ii) It can e ectively integrate the visual information and
relevant knowledge to improve the image classi cation.
* Copyright c 2019 for this paper by its authors. Use permitted under Creative
Commons License Attribution 4.0 International (CC BY 4.0).</p>
    </sec>
    <sec id="sec-2">
      <title>Semantic Visual Representation Learning</title>
      <p>
        The framework of SVRL is shown in Figure 1. Based on the intuition of
knowledge conducting, we propose a multi-level fusion-based Semantic Visual
Representation Learning model for learning latent semantic representations.
Discriminative Patch Detector In this part, we adopt discriminative
midlevel feature to classify images. Speci cally, we set 1 1 convolutional lter as a
small patch detector [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Firstly, the input image through a sequence of
convolutional and pooling layers, each C 1 1 vector across channels at xed spatial
location represents a small patch at a corresponding location in the original
image and the maximum value of the region can be found simply by picking the
location in the entire feature map. In this way, we picked out the discriminative
region feature of the image.
      </p>
      <p>Multi Embedding Fusion From Figure 1, the knowledge stream consists of
Cgate and visual fusion components. In our work, we use word2vector and
TransR embedding method, note that, we can adaptively use N embedding
methods not only two methods. Given weight parameter w 2 W , embedding
space e 2 E, N is the number of embedding methods. The equation of Cgate
as follow: Cgate = N1 P1N wi ei. where P1N wi = 1. After we get the
integrated feature space, we map semantic space into visual space by the same
visual full connection F C b which is only trained by part stream visual vector.
From here, we proposed an asynchronous learning, the semantic feature vector is
trained every p epoch, but it does not update parameters of F C b. So the
asynchronous method can not only keep semantic information but also learn better
visual feature to fuse semantic space and visual space. The equation of fusion is
T = V + V (tanh(S)). The V is visual feature vector, S is semantic vector
and T is fusion vector. Dot product is a fusion method which can intersect
multiple information. The dimension of S, V , and T are 200 we designed. The gate
Mining Discriminative Visual Features Based on Semantic Relations
mechanism is consist of Cgate, tanh gate and the dot product of visual feature
with semantic feature.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Experiments and Evaluation</title>
      <p>
        In our experiments, we train our model using SGD with mini-batches 64 and
learning rate is 0.0007. The hyperparameter weight of vision stream loss and
knowledge stream loss are set 0.6, 0.3, 0.1. Two embedding weights are 0.3, 0.7.
Classi cation Result and Comparison Compared with 9 state-of-the-art
ne-grained image classi cation methods, the result on CUB [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] of our SVRL
are presented in Table 1. In our experiments, we did not use part annotations
and BBox. We get 1.6% higher accuracy than the best part-based method AGAL
which both use part annotations and BBox. Compared with T-CNN and CVL
which do not use annotations and BBox, our method got 0.9%, 1.6% higher
accuracy respectively. These works got better performance combined knowledge
and vision, the di erence between us is we fused multi-level embedding to get
the knowledge representation and the mid-level vision patch region learns the
discriminative feature.
      </p>
      <p>Knowledge Components Accuracy(%) Vision Components Accuracy(%)
Knowledge-W2V 82.2 Global-Stream Only 80.8</p>
      <p>Knowledge-TransR 83.0 Part-Stream Only 81.9
Knowledge Stream-VGG 83.2 Vision Stream-VGG 85.2
Knowledge Stream-ResNet 83.6 Vision Stream-ResNet 85.9</p>
      <p>Our SVRL-VGG 86.5 Our SVRL-ResNet 87.1
More Experiments and Visualization We compare di erent variants of
our SVRL approach. From Table 2, we can observe that combining vision and
multi-level knowledge can achieve high accuracy than only one stream, which
demonstrates that visual information with text description and knowledge are
complementary in ne-grained image classi cation. Fig 2 is the visualization of
discriminative region in CUB dataset.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Conclusion</title>
      <p>In this paper, we proposed a novel ne-grained image classi cation model SVRL
as a way of e ciently leveraging external knowledge to improve ne-grained
image classi cation. One important advantage of our approach was that our
SVRL model could reinforce vision and knowledge representation, which can
capture better discriminative feature for ne-grained classi cation. We believe
that our proposal is helpful in fusing semantics internally when processing the
cross media multi-information.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgments</title>
      <p>This work is supported by the National Key Research and Development Program
of China (2017YFC0908401) and the National Natural Science Foundation of
China (61976153,61972455). Xiaowang Zhang is supported by the Peiyang Young
Scholars in Tianjin University (2019XRX-0032).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>He</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peng</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Fine-grained image classi cation via combining vision and language</article-title>
          .
          <source>In Proc. of CVPR</source>
          <year>2017</year>
          , pp.
          <volume>7332</volume>
          {
          <fpage>7340</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wen</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ding</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Localizing by describing: Attributeguided attention localization for ne-grained recognition</article-title>
          .
          <source>In Proc. of AAAI</source>
          <year>2017</year>
          , pp.
          <volume>4190</volume>
          {
          <fpage>4196</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Wah</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Branson</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Welinder</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perona</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Belongie</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>The caltech-ucsd birds</article-title>
          <string-name>
            <surname>-</surname>
          </string-name>
          200-2011 dataset,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Morariu</surname>
            ,
            <given-names>V.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Davis</surname>
            ,
            <given-names>L.S.</given-names>
          </string-name>
          :
          <article-title>Learning a discriminative lter bank within a cnn for ne-grained recognition</article-title>
          .
          <source>In Proc. of CVPR</source>
          <year>2018</year>
          , pp.
          <volume>4148</volume>
          {
          <fpage>4157</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Qi</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gao</surname>
          </string-name>
          , H.:
          <article-title>Fine-grained image classi cation by visual-semantic embedding</article-title>
          .
          <source>In Proc. of IJCAI</source>
          <year>2018</year>
          , pp.
          <volume>1043</volume>
          {
          <fpage>1049</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>