<!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>Plant Identi cation System based on a Convolutional Neural Network for the LifeClef 2016 Plant Classi cation Task</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Sue Han Lee?</string-name>
          <email>cs.chan@um.edu.my</email>
          <email>leesuehan@siswa.um.edu.my</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yang Loong Chang?</string-name>
          <email>yangloong@siswa.um.edu.my</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Chee Seng Chan?</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Paolo Remagninoz</string-name>
        </contrib>
      </contrib-group>
      <abstract>
        <p>In this paper, we describe the architecture of our plant classi cation system for the LifeClef 2016 challenge [14]. The objective of the task is to identify 1000 species of images of plants corresponding to 7 di erent plant organs, as well as automatically detecting invasive species from unknown classes. To address the challenge [10], we proposed a plant classi cation system that uses a convolutional neural network (CNN).</p>
      </abstract>
      <kwd-group>
        <kwd>Plant classi cation</kwd>
        <kwd>deep learning</kwd>
        <kwd>convolutional neural network</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Plant classi cation has received particular attention in the computer vision eld
due to its important implications in agriculture automation and also for
environmental conservation. For instance, botanical knowledge of plants is essential
to improve agricultural development. Researchers in computer vision [
        <xref ref-type="bibr" rid="ref12 ref16 ref17 ref19 ref2 ref20 ref6">19, 17, 16,
2, 6, 12, 20</xref>
        ] have used variations of leaf characteristics as a comparative tool to
classify plant. The reason is because leaf characters have been used extensively
in traditional text-based taxonomic; they have been keys for plant identi cation
since the early days of botanical science [
        <xref ref-type="bibr" rid="ref4 ref5">5, 4</xref>
        ]. Although the structural features
of a leaf play an important role in the plant identi cation task, for certain plants,
such as deciduous plants or semi-evergreen plants, leaves are not available over
di erent periods of the years. Moreover, some species are hard to be di
erentiated using only their leaf organ as leaves in nature might have very similar
shape and colour [
        <xref ref-type="bibr" rid="ref20 ref9">20, 9</xref>
        ]. Therefore, botanists usually extend their observation
to more than one organ such as stems, owers, branches or fruits. Since 2013,
the LifeClef challenge [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] has provided the rst multi-organ plant dataset that
not only covers leaf-based images but di erent organs of given individual plants.
Such images of plants were collected in an unconstrained environment, at
different periods of time during the year, by di erent users. The objective of the
plant identi cation task [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] in the LifeClef 2016 [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] challenge is to identify
1000 species of images of plants corresponding to 7 di erent organs, as well as
automatically detecting invasive species from unknown classes.
      </p>
      <p>
        Inspired by the deep learning breakthrough in image classi cation, more
researchers have started to use deep learning models such as the CNN, to learn a
robust plant image representation [
        <xref ref-type="bibr" rid="ref1 ref21 ref24 ref3 ref8">1, 21, 3, 8, 24</xref>
        ]. In this work, we employ a CNN
model to build a plant classi cation system. We re-purpose the current
stateof-the-art VGG net [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] to incorporate species and organ features and solve the
multi-organ plant classi cation problem.
      </p>
      <p>The rest of the paper is organized as follows. In Section 2, we present the
methodology of our proposed architecture. Section 3 illustrates its training scheme.
Section 4 shows the experiments and results for both the validation and testing
set. Lastly, Section 5 presents conclusions and future work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Method Description</title>
      <p>
        The CNN model was initially designed to process multiple arrays of data such
as colour (RGB) images, signal or sequences as well as video. Due to the
availability of large scale image datasets, such as ImageNet [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], and, followed by the
advancement of technology, such as Graphic Processing Units (GPUs), CNN is
currently a commodity in the computer vision eld. The VGG net [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] o ers
currently the best state-of-the-art result for image classi cation.
      </p>
      <p>Fig. 1 depicts the con guration of the proposed 16 layers VGG net. In this
work, we initialize our model architecture based on the VGG net and modify
its higher level convolutional layer to learn the combined species and organ
features. Fig. 2 shows our proposed architecture. We do not handcraft any feature
descriptor for the fusion features, but introduce convolution layers to learn the
lters themselves. We could view these lters as the learned feature descriptors
encoding the distinctive fusion structures.</p>
      <p>
        Our architecture mainly comprises four components: (i) shared layers, (ii)
organ layers, (iii) species layers, and (iv) fusion layers that handle those
combinations of both species and organ features. We introduce shared layers for both
species and organ components. The reasons are threefold. First, [
        <xref ref-type="bibr" rid="ref23 ref25">25, 23</xref>
        ]
demonstrated that preceding layers in deep networks response to low-level features
such as corners and edges. Since both higher level species or organ components
require low-level features to build higher level features, we introduce shared
preceding layer for both components. Second, according to [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], the shared layers
may reduce both oating point operations and the memory footprint of the
network execution, which are of importance for real world application. Lastly,
using shared layers helps to reduce the number of training parameters, which is
bene cial to the architecture performance.
      </p>
      <p>To incorporate both organ and species features, we rstly train the organ
layers CNN based on organ classes. Then, we keep the shared and the organ
layers unaltered, in order to reuse it to train the species layers. After we trained
the species layers, we cascade both of them to learn the fusion features. Before
cascading both features, a feature downsizing convolution layer is added in each
layer to reduce the feature maps dimension and produce compact based features.
This step is essential to reduce the number of training parameters, to compensate
the over tting issue. Last but not least, we train three fully connected layers as
the classi er to classify input images to its corresponding species classes. To
embed four components into one pipeline and jointly trained end-to-end, we
employ the multiple steps training as outlined in Sec. 3.</p>
      <p>(a) Pre-Training Two-Path CNN
(b) Initializing Organ Layers
(c) Initializing Species Layers
(d) Initializing Fusion Layers</p>
      <p>Fig. 3: Multiple steps training scheme for Organ-species high level fusion</p>
    </sec>
    <sec id="sec-3">
      <title>Training</title>
      <p>The algorithm below shows the training procedure of the proposed high level
fusion architecture:</p>
      <p>Algorithm of our proposed high-level fusion architecture:
procedure High-level fusion architecture training</p>
      <p>Step 1: Pre-Training Two-Path CNN
Step 2: Initializing Organ Layers
Step 3: Initializing Species Layers
Step 4: Initializing Fusion Layers</p>
      <p>
        Step 5: Finetuning Organ-species high level fusion
Step 1: Pre-Training Two-Path CNN We initially design a two-path CNN
for the purpose of training two di erent components (species and organ) as
shown in Fig. 3a. Each path of the CNN con guration is similar to the VGG-net
16 layer architecture [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ], except that each of them share the preceeding layers.
Step 2: Initializing Organ Layers After we have the two-path CNN
pretrained with Imagenet dataset, we re-purpose one of the path to train an
organ layer as shown in Fig. 3b. We perform ne-tuning with seven organ labels:
branch, entire, ower, fruit, leaf, leafscan and stem. These organ labels are
annotated together with species in PlantClef Dataset. We netune the VGG-16
network by replacing the nal fully connected layer with a total of seven
neurons corresponding to seven classes.
      </p>
      <p>Step 3: Initializing Species Layers After we obtained the organ layers, we
train the species layers based on the species labeled dataset as shown in Fig.
3c. As mentioned in Sec. 2, we allow both species and organ layers to share the
common proceeding layers. Hence, to make the sharing of the lters possible, we
keep the rst two convolutional layers' weights to be consistent by setting the
learning rate to zero during the species layers training. In addition to that, we
set the organ layers learning rate to zero in order to avoid having their lters
altered throughout the species layers training.</p>
      <p>Step 4: Initializing Fusion Layers After having both organ and species
components ne-tuned on the two-path CNN, we rst migrate its convolutional layers
to a new architecture as shown in Fig 3d. Then, we add a convolution layer to
each component to reduce the feature map dimension and follow by another
two stacks of convolutional layers to learn the fusion features. Lastly, we assign
three fully connected layers for species classi cation. When training, we set the
prede ned layers' learning rate to zero and only train the newly assigned
convolutional layers with species labeled dataset. Typically, we could see this third
step as the fusion feature learning stage.</p>
      <p>Step 5: Finetuning Organ-species high level fusion Finally, we netune
the whole architecture end-to-end using the same learning rate.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Experiments and Results</title>
      <p>
        We evaluate the architectures on the PlantClef2015 dataset [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. The models
are trained using the Ca e [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] software. For the parameter setting in training,
we employ xed learning policy. We set the learning rate to 0.01, and then
decrease it by a factor of 10, when the validation set accuracy stops improving.
The momentum is set to 0.9 and the weight decay to 0.0001. The networks are
trained with back-propagation, using stochastic gradient descent [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. We run
the experiments using multiple GPUs on two NVIDIA TitanX graphics cards.
4.1
      </p>
      <sec id="sec-4-1">
        <title>Data augmentation</title>
        <p>The images used for training capture living plants, where every object in the
image can be captured at di erent size. Multi-scale training is therefore proposed.
We isotropically rescale the training images into three di erent sizes: 256, 385
and 512, then randomly crop 224 *224 pixels from the rescaled images to feed
into the network for training. Thus, the crop from the larger scaled images will
correspond to the small part of the image or particularly subpart of the organ
that may be an important feature for recognition. Besides that, we also increase
the data size by mirroring the input image during training. Finally, we have a
new set of training images that contains 272892 images and a validation set of
66711 images.
4.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>Experimental results on the validation set</title>
        <p>For the evaluation of our validation set, we directly employ the softmax output
from the model, i.e. we assign each test image the label with maximum softmax
output from the classi ers and measure the numbers of correctly assigned labels
over all the testing images.</p>
        <p>
          Contribution of Imagenet pretraining. In this section, we evaluate the
contribution of the Imagenet dataset [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] pretraining to the plant classi cation
task. We perform transfer learning experiments on the PlantClef2015 dataset.
We re-purpose a VGG-16 net by performing ne-tuning on the top fully
connected layer. We compare it to the model trained directly from scratch using the
PlantClef2015 dataset without any pretraining. The results of our analysis show
that the VGG-16 net pretrained using Imagenet data improves by 9.5%, the
original 61.7 % score. Hence, pretraining from a larger diversity dataset like
Imagenet [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] is clearly bene cial, as it helps to improve the generalization accuracy
of the model.
        </p>
        <p>Contribution of data augmentation Table 1 demonstrates the results of
data augmentation. We can observe that the VGG-16 net gains 14.8% while the
proposed high level fusion gains 14.5%. Hence, it can be deduced that data
augmentation is important for the plant classi cation task, especially when training
a large CNN with limited amount of data. Indeed, this enables models to
expose to larger amount of data with higher diversity. However, the proposed high
level fusion method has lower classi cation accuracy compared to the netuned
VGG-16 net. This might be because the VGG net uses species features only,
performing better than the fusion of features, robust enough to represent plant
images.
We have submitted four runs using the LifeClef 2016 - multi-organ plant dataset.
The characteristics of each runs are stated as below:
{ UM RUN 1: pretrain VGG-16 net with Imagenet 2012, then netune the top
most layer with augmented PlantClef2015 training dataset.
{ UM Run 2: train VGG-16 net from scratch with augmented PlantClef2015
training dataset.
{ UM Run 3: train the proposed high level fusion architecture with augmented</p>
        <p>PlantClef2015 training dataset
{ UM Run 4: netune UM Run 1 architecture with validation set.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusions and Future work</title>
      <p>This paper proposed using the CNN model to incorporate species and organ
features for the plant classi cation task. We described the methodology of our
architecture and analyzed the results based on both validation and testing set.
The results of the proposed high level fusion architecture is promising but still
limited compared to the VGG net. In future, we will focus on exploring the CNN
model for the plant classi cation task including its implication in the open-set
recognition task.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Champ</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lorieul</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Servajean</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joly</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>A comparative study of ne-grained classi cation methods in the context of the lifeclef plant identi cation challenge 2015</article-title>
          .
          <source>In: CLEF 2015</source>
          . vol.
          <volume>1391</volume>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Charters</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chi</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tsoi</surname>
            ,
            <given-names>A.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Feng</surname>
          </string-name>
          , D.D.:
          <article-title>Eagle: A novel descriptor for identifying plant species using leaf lamina vascular features</article-title>
          .
          <source>In: Multimedia and Expo Workshops</source>
          , 2014 IEEE International Conference on. pp.
          <volume>1</volume>
          {
          <issue>6</issue>
          .
          <string-name>
            <surname>IEEE</surname>
          </string-name>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Choi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Plant identi cation with deep convolutional neural network: Snumedinfo at lifeclef plant identi cation task 2015</article-title>
          . In: Working notes of CLEF 2015 conference (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Clarke</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barman</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Remagnino</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bailey</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kirkup</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mayo</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wilkin</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Venation pattern analysis of leaf images</article-title>
          .
          <source>In: Advances in Visual Computing</source>
          , pp.
          <volume>427</volume>
          {
          <fpage>436</fpage>
          . Springer (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Cope</surname>
            ,
            <given-names>J.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corney</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Clark</surname>
            ,
            <given-names>J.Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Remagnino</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wilkin</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Plant species identication using digital morphometrics: A review</article-title>
          .
          <source>Expert Systems with Applications</source>
          <volume>39</volume>
          (
          <issue>8</issue>
          ),
          <volume>7562</volume>
          {
          <fpage>7573</fpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Cope</surname>
            ,
            <given-names>J.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Remagnino</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barman</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wilkin</surname>
            ,
            <given-names>P.:</given-names>
          </string-name>
          <article-title>The extraction of venation from leaf images by evolved vein classi ers and ant colony algorithms</article-title>
          .
          <source>In: Advanced Concepts for Intelligent Vision Systems</source>
          . pp.
          <volume>135</volume>
          {
          <fpage>144</fpage>
          . Springer (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <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>
          ,
          <string-name>
            <surname>Fei-Fei</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Imagenet: A largescale hierarchical image database</article-title>
          .
          <source>In: IEEE Conference on Computer Vision and Pattern Recognition</source>
          ,
          <year>2009</year>
          . pp.
          <volume>248</volume>
          {
          <issue>255</issue>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Ge</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mccool</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corke</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Content speci c feature learning for ne-grained plant classi cation</article-title>
          .
          <source>In: Working notes of CLEF 2015 conference (</source>
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9. Goeau, H.,
          <string-name>
            <surname>Bonnet</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barbe</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bakic</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joly</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Molino</surname>
            ,
            <given-names>J.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barthelemy</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boujemaa</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <article-title>: Multi-organ plant identi cation</article-title>
          .
          <source>In: Proc. of the 1st ACM international workshop on Multimedia analysis for ecological data</source>
          . pp.
          <volume>41</volume>
          {
          <issue>44</issue>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10. Goeau, H.,
          <string-name>
            <surname>Bonnet</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joly</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Plant identi cation in an open-world (lifeclef 2016)</article-title>
          .
          <source>In: CLEF working notes 2016</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11. Goeau, H.,
          <string-name>
            <surname>Bonnet</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joly</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bakic</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barthelemy</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boujemaa</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Molino</surname>
            ,
            <given-names>J.F.</given-names>
          </string-name>
          :
          <article-title>The imageclef 2013 plant identi cation task</article-title>
          .
          <source>In: CLEF</source>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Hall</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McCool</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dayoub</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sunderhauf</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Upcroft</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Evaluation of features for leaf classi cation in challenging conditions</article-title>
          .
          <source>In: Applications of Computer Vision (WACV)</source>
          ,
          <source>2015 IEEE Winter Conference on</source>
          . pp.
          <volume>797</volume>
          {
          <issue>804</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Jia</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shelhamer</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Donahue</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karayev</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Long</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Girshick</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guadarrama</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Darrell</surname>
          </string-name>
          , T.:
          <article-title>Ca e: Convolutional architecture for fast feature embedding</article-title>
          .
          <source>In: Proc. of the ACM International Conference on Multimedia</source>
          . pp.
          <volume>675</volume>
          {
          <issue>678</issue>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Joly</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Goeau, H.,
          <string-name>
            <surname>Glotin</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Spampinato</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bonnet</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vellinga</surname>
            ,
            <given-names>W.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Champ</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Planque</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palazzo</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Muller, H.:
          <article-title>Lifeclef 2016: multimedia life species identi cation challenges</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Joly</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Goeau, H.,
          <string-name>
            <surname>Glotin</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Spampinato</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bonnet</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vellinga</surname>
            ,
            <given-names>W.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Planque</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rauber</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palazzo</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Fisher,
          <string-name>
            <surname>B.</surname>
          </string-name>
          , et al.:
          <article-title>Lifeclef 2015: multimedia life species identi cation challenges</article-title>
          .
          <source>In: Experimental IR Meets Multilinguality, Multimodality, and Interaction</source>
          , pp.
          <volume>462</volume>
          {
          <fpage>483</fpage>
          . Springer (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Kadir</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nugroho</surname>
            ,
            <given-names>L.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Susanto</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Santosa</surname>
            ,
            <given-names>P.I.</given-names>
          </string-name>
          :
          <article-title>Leaf classi cation using shape, color, and texture features</article-title>
          .
          <source>International Journal of Computer Trends and Technology</source>
          <volume>1</volume>
          (
          <issue>3</issue>
          ),
          <volume>306</volume>
          {
          <fpage>311</fpage>
          (
          <article-title>July to August</article-title>
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Kalyoncu</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toygar</surname>
            ,
            <given-names>O</given-names>
          </string-name>
          .
          <article-title>: Geometric leaf classi cation</article-title>
          .
          <source>Computer Vision and Image Understanding</source>
          <volume>133</volume>
          ,
          <issue>102</issue>
          {
          <fpage>109</fpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Krizhevsky</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hinton</surname>
          </string-name>
          , G.E.:
          <article-title>Imagenet classi cation with deep convolutional neural networks</article-title>
          .
          <source>In: Advances in neural information processing systems</source>
          . pp.
          <volume>1097</volume>
          {
          <issue>1105</issue>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Belhumeur</surname>
            ,
            <given-names>P.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Biswas</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jacobs</surname>
            ,
            <given-names>D.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kress</surname>
            ,
            <given-names>W.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lopez</surname>
            ,
            <given-names>I.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soares</surname>
            ,
            <given-names>J.V.</given-names>
          </string-name>
          :
          <article-title>Leafsnap: A computer vision system for automatic plant species identi cation</article-title>
          .
          <source>In: Computer Vision-ECCV</source>
          <year>2012</year>
          , pp.
          <volume>502</volume>
          {
          <fpage>516</fpage>
          . Springer (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>S.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chan</surname>
            ,
            <given-names>C.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wilkin</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Remagnino</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Deep-plant: Plant identi cation with convolutional neural networks</article-title>
          .
          <source>In: IEEE International Conference on Image Processing</source>
          <year>2015</year>
          . pp.
          <volume>452</volume>
          {
          <issue>456</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Reyes</surname>
            ,
            <given-names>A.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Caicedo</surname>
            ,
            <given-names>J.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Camargo</surname>
            ,
            <given-names>J.E.</given-names>
          </string-name>
          :
          <article-title>Fine-tuning deep convolutional networks for plant recognition</article-title>
          .
          <source>In: Working notes of CLEF 2015 conference (</source>
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Simonyan</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zisserman</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Very deep convolutional networks for large-scale image recognition</article-title>
          .
          <source>CoRR, abs/1409</source>
          .1556 (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Yan</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          , Zhang, H.,
          <string-name>
            <surname>Piramuthu</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jagadeesh</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>DeCoste</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Di</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Hdcnn: Hierarchical deep convolutional neural networks for large scale visual recognition</article-title>
          .
          <source>In: Proc. of the IEEE International Conference on Computer Vision</source>
          . pp.
          <volume>2740</volume>
          {
          <issue>2748</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Yanikoglu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tolga</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tirkaz</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>FuenCaglartes</surname>
          </string-name>
          , E.:
          <article-title>Sabanci-okan system at lifeclef 2014 plant identi cation competition</article-title>
          .
          <source>In: Working notes of CLEF 2014 conference (</source>
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Zeiler</surname>
            ,
            <given-names>M.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fergus</surname>
          </string-name>
          , R.:
          <article-title>Visualizing and understanding convolutional networks</article-title>
          .
          <source>In: Computer vision{ECCV</source>
          <year>2014</year>
          , pp.
          <volume>818</volume>
          {
          <fpage>833</fpage>
          . Springer (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>