<!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>Open-set Plant Identi cation Using an Ensemble of Deep Convolutional Neural Networks</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mostafa Mehdipour Ghazi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Berrin Yanikoglu</string-name>
          <email>berring@sabanciuniv.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Erchan Aptoula</string-name>
          <email>eaptoula@gtu.edu.tr</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Faculty of Engineering and Natural Sciences, Sabanci University</institution>
          ,
          <addr-line>Istanbul</addr-line>
          ,
          <country country="TR">Turkey</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Institute of Information Technologies, Gebze Technical University</institution>
          ,
          <addr-line>Kocaeli</addr-line>
          ,
          <country country="TR">Turkey</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Open-set recognition, a challenging problem in computer vision, is concerned with identi cation or veri cation tasks where queries may belong to unknown classes. This work describes a ne-grained plant identi cation system consisting of an ensemble of deep convolutional neural networks within an open-set identi cation framework. Two wellknown deep learning architectures of VGGNet and GoogLeNet, pretrained on the object recognition dataset of ILSVRC 2012, are netuned using the plant dataset of LifeCLEF 2015. Moreover, GoogLeNet is ne-tuned using plant and non-plant images for rejecting samples from non-plant classes. Our systems have been evaluated on the test dataset of PlantCLEF 2016 by the campaign organizers and our best proposed model has achieved an o cial score of 0.738 in terms of the mean average precision, while the best o cial score is 0.742.</p>
      </abstract>
      <kwd-group>
        <kwd>open-set recognition</kwd>
        <kwd>plant identi cation</kwd>
        <kwd>deep learning</kwd>
        <kwd>convolutional neural networks</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Automated plant identi cation is a ne-grained image classi cation problem
concerned with small inter-class and large intra-class variations. As with many
other problems, recent research in this area has concentrated on deep learning
schemes in which signi cant improvements have been obtained compared to
traditional methods [
        <xref ref-type="bibr" rid="ref1 ref2 ref3 ref4">1,2,3,4</xref>
        ]. Raw data is fed into these networks in multiple
levels, allowing the system to automatically discover high-level features for plant
species recognition. However, due to their high computational complexity for
training from scratch, the existing pre-trained deep networks are ne-tuned for
plant identi cation purposes [
        <xref ref-type="bibr" rid="ref2 ref3 ref5">2,3,5</xref>
        ].
      </p>
      <p>
        The plant identi cation challenge of the Conference and Labs of the
Evaluation Forum (CLEF) [
        <xref ref-type="bibr" rid="ref10 ref6 ref7 ref8 ref9">6,7,8,9,10</xref>
        ] is one of the most well-known annual events
that benchmark content-based image retrieval from structured plant databases
including photographs of leaves, branches, stems, owers, and fruits. The latest
annotated plant dataset is provided by the LifeCLEF 2015 campaign with over
100,000 pictures of herbs, trees, and ferns belonging to 1,000 species collected
from Western Europe.
      </p>
      <p>
        Open-set recognition is a challenging task in computer vision which deals
with identi cation or veri cation problems where samples from unknown classes
could be presented to the system as well [
        <xref ref-type="bibr" rid="ref11 ref12">11,12</xref>
        ]. To create a similar scenario,
the PlantCLEF 2016 campaign has provided a test image query which is very
di erent from the previous years' CLEF datasets in nature [
        <xref ref-type="bibr" rid="ref13 ref14">13,14</xref>
        ]. This dataset
is composed of unknown plant species and non-plant objects to create an
openworld plant dataset. Therefore, the task challenges are not limited to
automatically recognizing the known plant species, but also rejecting unknown plants
and objects as well.
      </p>
      <p>
        Our team participated in the PlantCLEF 2016 challenge under the name of
SabanciUGebzeTU achieved the second rank with a very small di erence from
the rst-ranked team. In our proposed systems, we ne-tune the pre-trained deep
convolutional neural networks of GoogLeNet [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] and VGGNet [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] for plant
identi cation using the LifeCLEF 2015 plant task datasets. We augment this
data using di erent image transforms such as rotation, translation, re ection,
and scaling to overcome over tting while training and to improve the
performance during testing the system on highly noisy test data. The overall system
is then composed of these two networks using score-level averaging. To enable
rejections, we train another deep learning system to separate plants from
nonplants. Speci cally, we ne-tuned GoogLeNet using the ImageNet Large-Scale
Visual Recognition Challenge (ILSVRC) 2012 dataset as negative examples{after
removing the potted plant category.
      </p>
      <p>The rest of this paper is organized as follows. Section 2 describes the proposed
methods based on ne-tuning of the GoogLeNet and VGGNet models for plant
identi cation and open-set rejection, data augmentation, and classi er fusion.
Section 3 is dedicated to the description of the utilized dataset and presentation
of designed experiments and their results. The paper concludes in Section 4 with
the summary and discussion of the utilized methods and obtained results.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Proposed Method</title>
      <p>
        Our proposed method for automated plant identi cation is based on ne-tuning
and fusing of two successful deep learning models, i.e. GoogLeNet [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] and
VGGNet[
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. These models are, respectively, the rst-ranked and second-ranked
architectures of the ILSVRC 2014{both trained on the ILSVRC 2012 dataset
with 1.2 million labeled images of 1,000 object classes.
      </p>
      <p>
        GoogLeNet [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] contains 57 convolutional layers, 14 pooling layers, and one
fully-connected layer while VGGNet [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] involves 16 convolutional layers, ve
pooling layers, and three fully-connected layers. Both networks take color image
patches of size 224 224 pixels as the input and connect a linear layer with
Softmax activation in the output.
      </p>
      <p>We used the plant task datasets of LifeCLEF 2015 for ne-tuning the
pretrained models. The training parameters consist of a weight decay of 0.0002, a
base learning rate of 0.001, and a batch size of 20. Data augmentation is applied
to decrease the chance of over tting during training and to improve performance
while testing. For this purpose, we randomly extract K square patches from
each original image around its center. The original image is also rotated by R
degrees and the largest square image is cropped from the center of each rotated
image. All the extracted patches as well as the original image (K + 3 images)
are then scaled to 256 256 pixels and the mean image is subtracted from them.
Finally, ve patches of size 224 224 pixels are extracted from four corners
and the center of each image. These patches are then also re ected horizontally,
resulting in 10 (K + 3) patches per input image in total.</p>
      <p>Score-level averaging is applied to combine the prediction scores assigned to
each class for all the augmented patches within a single network. Finally, the
obtained scores from every deep network classi er are combined using the same
averaging rule. The observation id that indicates di erent images of the same
unique plant is not used in our systems; hence the recognition results are based
only on single images.</p>
      <p>For the unknown-class rejection task within the unseen data, we separately
ne-tuned the GoogLeNet model for a binary classi cation problem, i.e. plants
vs. non-plants. The training samples for this purpose consist of plant images from
LifeCLEF 2015 and non-plant images from ILSVRC 2012. Using the obtained
results from the binary classi er, we reject those images that are classi ed as
non-plant and receive a low con dence score in the main plant identi cation
system.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Experiments and Results</title>
      <p>
        To train and validate our systems, we used the plant dataset of LifeCLEF 2015
[
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] consisting of 113,204 images of di erent plant organs belonging to 1,000
species of trees, herbs, and ferns. We randomly divided the training portion of
the dataset into two subsets for training and validation, with 70,904 and 20,854
images, respectively. The test portion of the dataset consists of a separate set of
21,446 images; however the ground-truth for the test dataset was only recently
released and thus used in a limited fashion in our system. In the remainder of
this paper, we will call these three subsets train, validation, and test subsets,
respectively.
      </p>
      <p>
        The PlantCLEF 2016 test dataset includes 8,000 samples submitted by the
users of the mobile application Pl@ntNet [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. This dataset is highly noisy and
essentially di erent from the plant task datasets of LifeCLEF 2015 since it
contains pictures of unknown plants and objects. We use the data augmentation
approach explained in Section 2 and set K = 5 and R = 10 to train and test 80
patches per input image. In some experiments, we set K = 9 and R = f10; 20g
to train and test 140 patches per image.
      </p>
      <p>To ne-tune GoogLeNet for the open-set unknown-class rejection task, K is
set to zero and no rotation is applied so as to augment data with only 10 patches
per image. The training data for this problem is obtained by combining the
earlier training subset of LifeCLEF 2015 for the plant class samples and an equal
number of non-plant object samples from ILSVRC 2012, giving about 140,000
samples in total. In addition, the validation set is obtained from combining the
earlier validation subset of LifeCLEF 2015 and an equal number of non-plant
object samples of ILSVRC 2012, resulting in about 40,000 samples in total.
Images used in the training and validation subsets contained distinct samples.</p>
      <p>
        We implemented the GoogLeNet and VGGNet deep models using the Ca e
deep learning framework [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] with pre-trained weights obtained from Ca e Model
Zoo provided by the Berkeley Vision and Learning Center (BVLC). In the rest
of this section, we explain our conducted experiments, their validation results,
and the prepared runs.
      </p>
      <p>It is worth mentioning that we have not used additional plant images for
training any of the systems. Furthermore, all systems are fully automatic
except for Run 3 where we manually remove 90 images in order to measure our
performance in the case of a closed set problem (no query from unknown classes).
Run 1. In this run, we rst ne-tuned the pre-trained models of GoogLeNet
and VGGNet using the train subset of LifeCLEF 2015 that we augmented with
140 and 80 patches per image till 600,000 and 500,000 iterations, respectively.
Next, we ne-tuned the pre-trained GoogLeNet with almost all of the data
(train+test+validation/2) augmented with 80 patches per image until 200,000
iterations. We fused all the obtained scores for augmented image patches from
di erent networks' classi ers. With this system, we achieved an accuracy of
79.80% on the given validation set (validation/2).</p>
      <p>To reject test samples of unknown classes, we ne-tuned the pre-trained
GoogLeNet with the obtained plant/non-plant dataset until 100,000 iterations
and achieved an accuracy of almost 100% on the given validation set. Next,
we tested the combined deep model on the non-plant validation set; from the
obtained plant identi cation prediction scores it was inferred that these scores
have a uniform-like distribution. We set the rejection threshold to T = 0:4 based
on the top-1 score for maximal rejection of non-plant samples and minimum
rejection of plant data. In the test stage, we utilized our combined system for
score prediction as well as rejection of samples whose top-1 score was less than
0.4. We rejected 480 images from the PlantCLEF 2016 test dataset in this manner
and obtained our rst run.</p>
      <p>Run 2. All the implemented steps for achieving this run were the same as
those performed for Run 1. The only di erence was that no image rejection was
performed in obtaining this run.</p>
      <p>
        Run 3. All the steps utilized in preparing this run were common with Run
1 except for the rejection method. In this experiment, we manually reviewed
the test images and set aside 90 non-plant images. This was done to measure
the system performance with only known classes; however, as this score is later
provided by campaign organizers, this system is not very relevant.
Test Results. We submitted the classi cation results of the aforementioned
systems on the o cial test set of the PlantCLEF 2016. The utilized metric for
evaluation was the mean average precision. In other words, all prediction scores
were extracted for each class and sorted in the descending order to compute
the average precision for that class. Finally, the mean was computed across
all classes. The released results by the challenge organizers [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] are shown in
Figure 1. As the o cials results indicate, we obtained the second place in the
open-set plant identi cation competition of PlantCLEF 2016. Moreover, the
uno cial results indicate that we achieved the top score in the image-based plant
identi cation.
      </p>
      <p>From the o cial results, we can conclude that the automatic rejection method
(Run 1) was the top performer among our three systems followed by the manual
rejection scheme (Run 3) and the method with no rejection (Run 2).</p>
      <p>Comparing automatic rejection (Run 1) and no rejection (Run 2) systems,
we see that the error in automatic rejection is very small when considering only
known classes (0.806 vs 0.807), while the gains in the open-set and invasive
species problems are slightly more signi cant (0.738 vs 0.736 and 0.704 vs 0.683,
respectively).
4</p>
    </sec>
    <sec id="sec-4">
      <title>Conclusions</title>
      <p>In this paper, we reviewed the details of our proposed systems used in the
openset plant identi cation problem of PlantCLEF 2016 campaign. We fused two
powerful deep learning methods of VGGNet and GoogLeNet after ne-tuning
them with the augmented plant task datasets of LifeCLEF 2015. Meanwhile, we
used plant and non-plant images to ne-tune GoogLeNet for a binary classi
cation to perform unknown-class rejection. Our systems were o cially evaluated
on the test dataset of PlantCLEF 2016 and our best proposed model achieved a
mean average precision of 0.738.</p>
      <p>
        Our main focus in PlantCLEF 2016 was to see how we could improve the
competitive results obtained in LifeCLEF 2015 [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. To this end, we studied
the best ways to ne-tune deep learning models; in particular, we experimented
with the iteration size, batch size, and data augmentation. We observed that the
accuracy steadily improved with the increased number of iterations and with
data augmentation.
      </p>
      <p>Acknowledgments. This work is supported by the Scienti c and Technological
Research Council of Turkey (TUBITAK) under the grant number 113E499. Dr.
Aptoula was a liated with Okan University when this work was conducted.</p>
      <p>Fig. 1. The o cial released results of PlantCLEF 2016</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Abedini</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garnavi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          : IBM research Australia at LifeCLEF 2014:
          <article-title>Plant identi cation task</article-title>
          .
          <source>In: CLEF (Working Notes)</source>
          . (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <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: CLEF (Working Notes). (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <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 negrained classi cation methods in the context of the LifeCLEF plant identi cation challenge 2015</article-title>
          . In: CLEF (Working Notes). (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Ghazi</surname>
            ,
            <given-names>M.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yanikoglu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Atoula</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Muslu</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ozdemir</surname>
            ,
            <given-names>M.C.</given-names>
          </string-name>
          :
          <article-title>Sabanci-Okan system in LifeCLEF 2015 plant identi cation competition</article-title>
          .
          <source>In: CLEF (Working Notes)</source>
          . (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <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>Sanderson</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: CLEF (Working Notes)</source>
          . (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6. 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>Boujemaa</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barthelemy</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Molino</surname>
            ,
            <given-names>J.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Birnbaum</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mouysset</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Picard</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>The CLEF 2011 plant images classi cation task</article-title>
          . In: CLEF (Notebook Papers/Labs/Workshop). (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7. 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>Yahiaoui</surname>
            ,
            <given-names>I.</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 2012 plant identi cation task</article-title>
          . In: CLEF (Online Working Notes/Labs/Workshop). (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8. 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 (Working Notes)</source>
          . (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9. Goeau, H.,
          <string-name>
            <surname>Joly</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bonnet</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Selmi</surname>
            ,
            <given-names>S.</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>
          </string-name>
          , N.:
          <article-title>LifeCLEF plant identi cation task 2014</article-title>
          . In: CLEF (Working Notes). (
          <year>2014</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>LifeCLEF plant identi cation task 2015</article-title>
          . In: CLEF (Working Notes). (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Scheirer</surname>
            ,
            <given-names>W.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jain</surname>
            ,
            <given-names>L.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boult</surname>
          </string-name>
          , T.E.:
          <article-title>Probability models for open set recognition</article-title>
          .
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          <volume>36</volume>
          (
          <issue>11</issue>
          ) (
          <year>2014</year>
          )
          <volume>2317</volume>
          {
          <fpage>2324</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Bendale</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boult</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Towards open world recognition</article-title>
          .
          <source>In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition</source>
          . (
          <year>2015</year>
          )
          <year>1893</year>
          {
          <fpage>1902</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <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>
          .
          <source>In: Proceedings of CLEF</source>
          <year>2016</year>
          .
          <article-title>(</article-title>
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14. 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)</source>
          . (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Szegedy</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jia</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sermanet</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reed</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Anguelov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Erhan</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vanhoucke</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rabinovich</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Going deeper with convolutions</article-title>
          .
          <source>In: IEEE Conference on Computer Vision and Pattern Recognition</source>
          . (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <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>Computing Research Repository (CoRR)</source>
          (
          <year>2014</year>
          ) arXiv:
          <fpage>1409</fpage>
          .
          <fpage>1556</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Joly</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Goeau, H.,
          <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>
          , Muller, H.:
          <article-title>LifeCLEF 2015: multimedia life species identi cation challenges</article-title>
          .
          <source>In: Experimental IR Meets Multilinguality</source>
          , Multimodality, and Interaction. (
          <year>2015</year>
          )
          <volume>462</volume>
          {
          <fpage>483</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <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: Proceedings of the 22nd ACM International Conference on Multimedia.</source>
          (
          <year>2014</year>
          )
          <volume>675</volume>
          {
          <fpage>678</fpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>