<!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>Maestra at LifeCLEF 2014 Plant Task: Plant Identi cation using Visual Data</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ivica Dimitrovski</string-name>
          <email>ivica.dimitrovski@finki.ukim.mk</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gjorgji Madjarov</string-name>
          <email>gjorgji.madjarov@finki.ukim.mk</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Petre Lameski</string-name>
          <email>petre.lameski@finki.ukim.mk</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dragi Kocev</string-name>
          <email>dragi.kocev@ijs.si</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Knowledge Technologies, Jozef Stefan Institute Jamova 39</institution>
          ,
          <addr-line>1000 Ljubljana</addr-line>
          ,
          <country country="SI">Slovenia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Faculty of Computer Science and Engineering, University of Ss Cyril and Methodius Rugjer Boshkovikj 16</institution>
          ,
          <addr-line>1000 Skopje</addr-line>
          ,
          <country country="MK">Macedonia</country>
        </aff>
      </contrib-group>
      <fpage>705</fpage>
      <lpage>714</lpage>
      <abstract>
        <p>In this paper, we describe an approach to the automatic plant identi cation task of the LifeCLEF 2014 lab. The image descriptors for all submitted runs were obtained using the bag-of-visual-words method. For the leaf scans, we use multiscale triangular shape descriptor and for the other plant organs Opponent SIFT extracted around points of interest obtained using Harris-Laplace detector. We then use approximate k-means (AKM) algorithm to cluster these descriptors in large number of clusters/visual words (approximately 200K). Each image in the training and test dataset is represented as a sparse high-dimensional histogram of term (visual word) occurrences. The similarity between two images is de ned as a L2 distance over the obtained histograms. We use the standard tf-idf weighting scheme, which reduces the contribution that commonly occurring, and therefore less discriminative, words make to the similarity. To obtain the predictions, we employ a late fusion scheme for combining the similarities/ranks from multiple ranked image lists build for each type of view. Overall the proposed methods performed well, we ranked fth, out of 10 competing groups.</p>
      </abstract>
      <kwd-group>
        <kwd>plant identi cation</kwd>
        <kwd>opponent SIFT</kwd>
        <kwd>TSLA</kwd>
        <kwd>bag-of-visualwords</kwd>
        <kwd>approximate k-means</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        The ImageCLEF plant identication competition is organized every year since
2011 and aims to benchmark the progress in the area of plant identication from
images [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Similar to the previous years, the task in 2014 is evaluated as a plant
species retrieval task based on multi-image plant observations queries. The goal
is to retrieve the correct plant species among the top results of a ranked list of
species returned by the evaluated system. The number of species in this year
task is about 500, which is an important step towards covering the entire ora
of a given region.
      </p>
      <p>
        Contrary to previous plant identi cation benchmarks, queries are not de ned
as single images but as plant observations, meaning a set of 1 to 5 images
depicting the same individual plant observed by the same person the same day.
Each image of a query observation is associated with a single view type (entire
plant, branch, leaf, fruit, ower, stem or leaf scan) and with contextual
metadata (data, location, author). The motivation of the task is to t better with a
real scenario where one user tries to identify a plant by observing its di erent
organs. The details of this competition are described in [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>
        In this paper, we describe our approach and runs submitted to the LifeCLEF
2014 Plant Task. The approach is based on bag-of-visual-words representation.
We are using Harris-Laplace detector to detect points of interest. From these
points, local invariant descriptors are then extracted. We used Opponent SIFT
as local descriptors [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. For the leaf scans we use the multiscale triangular shape
descriptor [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Approximate k-means (AKM) algorithm is applied to cluster
these descriptors in large number of clusters/visual words (approximately 200K)
[
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. In AKM, the exact nearest neighbor search is replaced with approximate
nearest neighbor search in the assignment step when searching for the nearest
cluster center for each point. Each image in the training and testing dataset
is represented as a sparse high-dimensional histogram of term (visual word)
occurrences. The similarity between each query/test image histogram and each
histogram from the training set is measured by using a L2 distance. We use
the standard tf-idf weighting scheme [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], which down-weights the contribution
that commonly occurring, and therefore less discriminative, words make to the
relevance score.
      </p>
      <p>The remainder of this paper is organized as follows. Section 2 brie y presents
the training and test dataset. The image processing and feature extraction
algorithms are described in Section 3. Section 4 presents the information fusion
and classi cation algorithms that we used to obtain the predictions. Section 5
presents the results from the experimental evaluation. Finally, the conclusions
and a summary are given in Section 6.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Training and Test Dataset</title>
      <p>
        The Plant Identi cation task is based on the Pl@ntView dataset which focuses
on 500 herb, tree and fern species centered on France (some plants observations
are from neighboring countries) [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. The complete dataset contains 60961 images
belonging each to one of the 7 types of view reported into the meta-data, in a
xml le (one per image) with explicit tags. The views are as follows: Scan (scan
or scan-like pictures of leaf), photos of Flower, Fruit, Stem, Leaf, Branch and
Entire views. On Figure 1 example images from each type of view are shown.
      </p>
      <p>The distribution of training and test data of the Pl@ntView dataset is
depicted in Table 1. As can be seen from the presented data, most of the images
in the training and the test dataset are from the Flower view.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Feature Extraction and Image Description</title>
      <p>
        For image description, we used the bag-of-visual-words approach [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
It consists of three phases: creation of visual vocabulary, image description and
      </p>
      <sec id="sec-3-1">
        <title>Leaf Flower Branch Entire</title>
      </sec>
      <sec id="sec-3-2">
        <title>Stem</title>
      </sec>
      <sec id="sec-3-3">
        <title>Fruit</title>
      </sec>
      <sec id="sec-3-4">
        <title>Leaf Scan</title>
        <sec id="sec-3-4-1">
          <title>Scan Flower Fruit Stem Leaf Branch Entire Training dataset 11335 13164 3753 3466 7754 1987 6356 47815 Test dataset 696 4559 1184 935 2058 731 2983 13146 Complete dataset 12031 17723 4937 4401 9812 2718 9339 60961</title>
          <p>similarity de nition. The creation of the visual vocabulary starts with
detection of interesting points in the images, and then proceeds with extracting local
invariant descriptors from them. Finally, the visual codebook is obtained by
clustering the large set of descriptors obtained from all of the images. The resulting
clusters represent the visual words, while all the visual words comprise the visual
codebook. The image description phase assigns all of the local image descriptors
to the visual words from the visual codebook. Each image is then described with
a high-dimensional histogram and each component from the histogram is the
number of descriptors that are assigned to a given visual word. Finally, the
images are ranked using term frequency inverse document frequency (tf-idf) scores
which reduce the in uence of visual words which occur in many images. In the
reminder of this section, we explain the phases in more details.
3.1</p>
          <p>Image Processing and Feature Extraction
The images can be categorized in two groups. The rst group is represented by
scan and scan-like images, and in the second group are images from plants organs
in natural surroundings, like branch, leaf, fruit, stem, ower and images from
the entire plant. Having this in mind, we used two di erent feature extraction
algorithms for the given images.</p>
          <p>
            For the rst group of images (scans and scan-like images of leaf) we used
the triangle side lengths and angle (TSLA) descriptor from [
            <xref ref-type="bibr" rid="ref10">10</xref>
            ], [
            <xref ref-type="bibr" rid="ref2">2</xref>
            ]. TSLA is a
multiscale triangular shape descriptor where the triangles are described by their
lengths and an angle. Similar as in [
            <xref ref-type="bibr" rid="ref2">2</xref>
            ], the leaf contour in our experiments is
described by 400 sample points, each point is represented by 10 triangles, with
a distance d=5 between the triangle points at two successive scales. The TSLA
descriptors require a preliminary leaf boundary extraction/segmentation of the
image. In our experiments, we performed the boundary detection with the Otsu
thresholding method [
            <xref ref-type="bibr" rid="ref11">11</xref>
            ]. The resulting descriptor for each image is a set of 400
points, each point represented with 30 oat values.
          </p>
          <p>
            For the second group of images, we used Opponent SIFTs as local descriptors
extracted over the area around points of interest [
            <xref ref-type="bibr" rid="ref13">13</xref>
            ]. First, we extracted points
of interest in the images using a Harris-Laplace interest point detector [
            <xref ref-type="bibr" rid="ref9">9</xref>
            ]. The
Harris-Laplace detector uses the Harris corner detector to nd scale-invariant
interesting points. It then selects a subset of these points for which the
Laplacianof-Gaussians reaches a maximum over scale [
            <xref ref-type="bibr" rid="ref9">9</xref>
            ]. For the given set of images,
especially (for the owers and branch) more than 20000 points were sampled per
image. In addition, a rhomboid-shaped mask was applied to the input image to
minimize the e ect of the cluttered background, and to reduce the number of
points as in [
            <xref ref-type="bibr" rid="ref2">2</xref>
            ]. We kept only the points that were inside the applied mask. This
assumption is justi ed because in most of the images the observed plant organ
is placed in the center.
          </p>
          <p>
            Secondly, over the area around points of interest, Opponent SIFT descriptors
were extracted. Opponent SIFT describes all the channels in the opponent color
space (eq. 1) using SIFT descriptors [
            <xref ref-type="bibr" rid="ref8">8</xref>
            ]. The information in the O3 channel
is equal to the intensity information, while the other channels (O1 and O2)
describe the color information in the image. These other channels do contain
some intensity information, but due to the normalization of the SIFT descriptor
they are invariant to changes in light intensity. The R, G and B values in eq. 1
represent the channels of the RGB color space. The resulting descriptor for each
image in this case is a set of 1000 points, each point represented with 384 integer
values.
          </p>
          <p>
            Approximate k-means (AKM)
The construction of a visual codebook is an essential part of the
bag-of-visualwords approach to image representation. For example, in our case, we are
clustering more than 10M local descriptors into more than 200K clusters. Generating
clusters from such a large quantity of data presents challenges to traditionally
used algorithms like k-means [
            <xref ref-type="bibr" rid="ref12">12</xref>
            ]. As a alternative, we use approximate k-means.
          </p>
          <p>
            In typical k-means, the vast majority of computation time is spent on
calculating nearest neighbours between the points and cluster centers. We replace
this exact computation by an approximate nearest neighbor method, and use a
forest of 8 randomized k-d trees built over the cluster centers at the beginning
of each iteration to increase speed. We use the implementation from Philbin
et al. [
            <xref ref-type="bibr" rid="ref12">12</xref>
            ]. This implementation uses randomized k-d tree code, optimized for
matching SIFT descriptors [
            <xref ref-type="bibr" rid="ref8">8</xref>
            ]. Usually in a k-d tree, each node splits the dataset
using the dimension with the highest variance for all the data points falling into
that node and the splitting value is found by taking the median value along that
dimension (although the mean can also be used). In the randomized version,
the splitting dimension is chosen at random from among a set of the dimensions
with highest variance and the split value is randomly chosen using a point close
to the median.
          </p>
          <p>
            The conjunction of these trees creates an overlapping partition of the feature
space and helps to mitigate quantization e ects, where features which fall close
to a partition boundary are assigned to an incorrect nearest neighbour. This
robustness is especially important in high-dimensions, where due to the "curse of
dimensionality" [
            <xref ref-type="bibr" rid="ref12">12</xref>
            ], points will be more likely to lie close to a boundary. A new
data point is assigned to the (approximately) closest cluster center as follows.
Initially, each tree is traversed to a leaf and the distances to the discriminating
boundaries are recorded in a single priority queue for all trees. Then, iteratively
the most promising branch from all trees is chosen and keep adding unseen nodes
into the priority queue. The stop criteria is the exploration of a xed number
of tree paths. This way, more trees can be used without signi cantly increasing
the search time.
          </p>
          <p>Flower</p>
          <p>Fruit</p>
          <p>Stem</p>
          <p>Leaf</p>
          <p>Branch
The complete pipeline for extracting the visual descriptors, creating the visual
codebook and obtaining the image descriptors is presented in Figure 2. The
proposed pipeline for obtaining the image descriptors is as follows. First, we
apply Harris-Laplace detector on the images (training and test) that belong to
the second group of images (leaf, ower, fruit, stem, entire and branch) and
generate opponent SIFT local descriptors around the detected points. For the
rst group of images (scans of leaves), we generate TSLA descriptors. Next,
we use the generated descriptors to construct the visual codebooks. Note that,
di erent visual codebooks were created for the di erent views of the plants (seven
in total, one for each view). We randomly select a subset of the local descriptors
(TSLA and opponent SIFT) from the training images for each view separately.
The number of the local descriptors is varying from 6M for the scans to 10M
for the owers. We use these descriptors as a input to the approximate k-means
algorithm to obtain the clusters/visual words that will constitute the visual
codebooks. Finally, each image in the training and test dataset is represented as
a sparse high-dimensional histogram of term (visual word) occurrences.</p>
          <p>
            The similarity between two images is de ned as a L2 distance over the
obtained histograms. We use the standard tf-idf weighting scheme [
            <xref ref-type="bibr" rid="ref1">1</xref>
            ], which
downweights the contribution that commonly occurring, and therefore less
discriminative, words make to the similarity.
4
          </p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Information Fusion and Classi cation</title>
      <p>
        For each run, we used the fact that images in the test dataset are associated with
plant observations to perform multiple image queries for all image organs and
scans having the same ObservationID value [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. The overall process is presented
in Figure 3. More precisely, for each descriptor:
{ We rst grouped all the images I1, ..., Ik coming from the same plant
observation using the ObservationID in metadata.
{ Then, we computed similarity ranking lists of the retrieved images L1, ...,
      </p>
      <p>Lk corresponding to the query images I1, ..., Ik.
{ Finally, the 300 rst image results were kept for each list and were merged
into a nal list L using a late fusion scheme.</p>
      <p>
        We used three di erent late fusion schemes to obtain the nal predictions.
1. Min. rank fusion: For this fusion scheme, we used the Leave Out
algorithm (LO) [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Lists L1, ..., Lk are merged by setting the rank of an image
to the minimum of the ranks in each list. Thus, the best position of an image
among the returned lists is kept. The minimal ranks of the classes
associated to the corresponding images are considered as a nal predictions of the
observations.
2. Probability fusion: For this fusion scheme, rst the classes associated to
the images from the lists L1, ..., Lk are ranked per organ (i.e. scans),
according to the average L2 distance between the corresponding query images
and the images from their ranked lists L1, ..., Lk. We took into account only
the best two ranked images of one observation. The nal predictions (per
observation) are obtained by calculating the minimal ranks of the classes.
3. Mixed fusion: This fusion scheme is a combination of the previous two
schemes. In particular, for this setup we used min. rank fusion for the scans
images and probability fusion for the organ images.
n
o
i
s
u
F
      </p>
      <p>...</p>
      <p>List of Images
I1
I2
.
.
.</p>
      <p>Ik
Same ObservationID</p>
      <p>Img.D
Img.D</p>
      <p>Img.D
We submitted three runs for the LifeCLEF 2014 Plant Task. As we stated
previously, the three runs rely on the same visual descriptors but we used di erent
fusion schemes to obtain the nal predictions. The results from the runs are
presented in Tabale 2. The table contains the scores by image and observation.
In our submitted runs, these two values for each run are the same. First we
obtained the predictions for the observations and later on, we just apply these
predictions for the images that are part of the corresponding observation.</p>
      <p>The best performing run is the run named FINKI Run 1. This run is a
combination of the other two runs. Namely, the predictions for the test images
denoted with Leaf Scans were taken from the FINKI Run 2 and the predictions
for the other images were taken from the run with name FINKI Run 3. We made
this combination because in the validation phase, when we apply the algorithm
on the ImageCLEF 2013 Plant Task, we obtained better results for the images
denoted with Leaf Scan using the technique implemented in FINKI Run 1.
.
.
.</p>
      <p>L
..1.</p>
      <p>L
..2.</p>
      <p>By comparing the second and third run in Table 2 we can conclude that
taking into consideration the distribution of the images across the di erent species
does help in boosting the predictive performance. The run named FINKI Run 3
has better score compared to the run with name FINKI Run 2.</p>
      <p>In Table 3, we present the detailed scores obtained for each type of plant
organs. The best results are obtained for the Leaf Scan images. This is to be
expected because these images contain only leaves and are taken in very controlled
environment, in most of the cases on a white sheet as a background. The second
best score is obtained for the images with owers. The lowest score is obtained
for the images with branches and images that contain the entire plant. These
images are most challenging in respect to the variant background and lightening
conditions under which these images are taken.</p>
      <sec id="sec-4-1">
        <title>Run name Branch Entire Flower Fruit Leaf Leaf Scan Stem FINKI Run 1 0.088 0.117 0.255 0.177 0.160 0.400 0.157 FINKI Run 2 0.108 0.099 0.187 0.160 0.140 0.399 0.180 FINKI Run 3 0.088 0.117 0.255 0.177 0.162 0.360 0.159</title>
        <p>Our best performing run was ranked fth from 10 di erent participants/research
group.
6</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Summary and Discussion</title>
      <p>We submitted three runs on LifeCLEF 2014 Plant Task. The image descriptors
for all three runs are obtained using the bag-of-visual-words approach. For the
leaf scans we are using multiscale triangular shape descriptor and for the other
plant organs we are using Opponent SIFT extracted around points of
interest obtained using Harris-Laplace detector. We are using approximate k-means
(AKM) algorithm to cluster these descriptors in large number of clusters/visual
words (approximately 200K). Each image in the training and test dataset is
represented as a sparse high-dimensional histogram of term (visual word)
occurrences. The similarity between two images is de ned as a L2 distance over
the obtained histograms. We use the standard tf-idf weighting scheme, which
reduces the contribution that commonly occurring, and therefore less
discriminative, words make to the similarity.</p>
      <p>Applied on the LifeCLEF 2014 Plant Task our approach was ranked fth, out
of 10 competing groups. The approach we presented is general. We are planning
to extend it with di erent image descriptors in order to tackle the di erent
aspects of each plant organ/view. The inclusion of more image descriptors requires
development of di erent and more complex weighting/fusion schemes.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgment</title>
      <p>We would like to acknowledge the support of the European Commission through
the project MAESTRA - Learning from Massive, Incompletely annotated, and
Structured Data (Grant number ICT-2013-612944).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Baeza-Yates</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ribeiro-Neto</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Modern Information Retrieval</article-title>
          . ACM Press (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bakic</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mouine</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ouertani-Litayem</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Verroust-Blondet</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yahiaoui</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          , Goeau, H.,
          <string-name>
            <surname>Joly</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Inria's participation at ImageCLEF 2013 Plant Identi cation Task</article-title>
          . In: CLEF (Online Working Notes/Labs/Workshop) 2013 (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Dimitrovski</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kocev</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Loskovska</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Dzeroski, S.:
          <article-title>Fast and scalable image retrieval using predictive clustering trees</article-title>
          .
          <source>In: Discovery Science</source>
          . pp.
          <volume>33</volume>
          {
          <issue>48</issue>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Dimitrovski</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kocev</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Loskovska</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Dzeroski, S.:
          <article-title>Fast and e cient visual codebook construction for multi-label annotation using predictive clustering trees</article-title>
          .
          <source>Pattern Recognition Letters</source>
          <volume>38</volume>
          ,
          <issue>38</issue>
          {
          <fpage>45</fpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5. 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="ref6">
        <mixed-citation>
          6. 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>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>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Jovi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hatakeyama</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dong</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hirota</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Image retrieval based on similarity score fusion from feature similarity ranking lists</article-title>
          . In: Wang,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Jiao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Shi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            ,
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <surname>J</surname>
          </string-name>
          . (eds.)
          <source>Fuzzy Systems and Knowledge Discovery, Lecture Notes in Computer Science</source>
          , vol.
          <volume>4223</volume>
          , pp.
          <volume>461</volume>
          {
          <fpage>470</fpage>
          . Springer Berlin Heidelberg (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Lowe</surname>
            ,
            <given-names>D.G.</given-names>
          </string-name>
          :
          <article-title>Distinctive image features from scale-invariant keypoints</article-title>
          .
          <source>International Journal of Computer Vision</source>
          <volume>60</volume>
          (
          <issue>2</issue>
          ),
          <volume>91</volume>
          {
          <fpage>110</fpage>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Mikolajczyk</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tuytelaars</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schmid</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zisserman</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Matas</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , Scha alitzky, F.,
          <string-name>
            <surname>Kadir</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gool</surname>
            ,
            <given-names>L.V.</given-names>
          </string-name>
          :
          <article-title>A comparison of a ne region detectors</article-title>
          .
          <source>International Journal of Computer Vision</source>
          <volume>65</volume>
          (
          <issue>1-2</issue>
          ),
          <volume>43</volume>
          {
          <fpage>72</fpage>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Mouine</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yahiaoui</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Verroust-Blondet</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>A shape-based approach for leaf classi cation using multiscaletriangular representation</article-title>
          .
          <source>In: Proceedings of the 3rd ACM Conference on International Conference on Multimedia Retrieval</source>
          . pp.
          <volume>127</volume>
          {
          <fpage>134</fpage>
          . ICMR '
          <volume>13</volume>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Otsu</surname>
          </string-name>
          , N.:
          <article-title>A threshold selection method from gray-level histograms</article-title>
          .
          <source>IEEE Transactions on Systems, Man and Cybernetics</source>
          <volume>9</volume>
          (
          <issue>1</issue>
          ),
          <volume>62</volume>
          {
          <fpage>66</fpage>
          (
          <year>1979</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Philbin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chum</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Isard</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sivic</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zisserman</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Object retrieval with large vocabularies and fast spatial matching</article-title>
          .
          <source>In: IEEE Conference on Computer Vision and Pattern Recognition</source>
          . pp.
          <volume>1</volume>
          {
          <issue>8</issue>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13. van de Sande,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Gevers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Snoek</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          :
          <article-title>Evaluating color descriptors for object and scene recognition</article-title>
          .
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          <volume>32</volume>
          (
          <issue>9</issue>
          ),
          <volume>1582</volume>
          {
          <fpage>1596</fpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Sivic</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zisserman</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Video google: a text retrieval approach to object matching in videos</article-title>
          .
          <source>In: IEEE Conference on Computer Vision</source>
          . pp.
          <volume>1470</volume>
          {
          <issue>1477</issue>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>