<!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>Sabanci-Okan System in LifeCLEF 2015 Plant Identi cation Competition</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mostafa Mehdipour Ghazi</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Berrin Yanikoglu</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Erchan Aptoula</string-name>
          <email>erchan.aptoula@okan.edu.tr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ozlem Muslu</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Murat Can Ozdemir</string-name>
          <email>ozdemirmcang@sabanciuniv.edu</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Computer Engineering Department, Okan University</institution>
          ,
          <addr-line>Istanbul</addr-line>
          ,
          <country country="TR">Turkey</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Faculty of Engineering and Natural Sciences, Sabanci University</institution>
          ,
          <addr-line>Istanbul</addr-line>
          ,
          <country country="TR">Turkey</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>We present our deep learning based plant identi cation system in the LifeCLEF 2015. The approach is based on a simple deep convolutional network called PCANet and does not require large amounts of data due to using principal component analysis to learn the weights. After learning multistage lter banks, a simple binary hashing is applied to the ltered data, and features are pooled from block histograms. A multiclass linear support vector machine is then trained and the system is evaluated using the plant task datasets of LifeCLEF 2014 and 2015. As announced by the organizers, our submission achieved an overall inverse rank score of 0.153 in the image-based and an inverse rank score of 0.162 in the observation-based task of LifeCLEF 2015, as well as an inverse rank score of 0.51 for the LeafScan dataset of LifeCLEF 2014.</p>
      </abstract>
      <kwd-group>
        <kwd>plant identi cation</kwd>
        <kwd>deep learning</kwd>
        <kwd>PCANet</kwd>
        <kwd>support vector machine</kwd>
        <kwd>inverse rank score</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>In recent years, research in the area of automatic plant identi cation from
photographs has concentrated around annual plant identi cation competitions that
are organized within the CLEF campaigns including ImageCLEF [1{3] and
LifeCLEF [4{6]. CLEF is devoted to promoting and evaluating multilingual and
multimodal information retrieval systems and the main goal of these
competitions is to benchmark the challenging task of content-based identi cation and
retrieval of plant species which is of immense importance in botany, agriculture,
plant taxonomy, pharmacy, and pharmacology. The task is carried out using
images of di erent types of plant parts, such as leaves, branches, stems, owers,
and fruits.</p>
      <p>
        Since 2011, competitive submissions for the plant identi cation task have
been made to ImageCLEF and LifeCLEF in which the participating systems
have utilized widely di erent approaches; still, the problem is far from being
solved due to several challenges including large variations in color, illumination,
background, size, and shape. Deep learning approaches are new and suitable for
solving such problems with large amounts of intra-class variability [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>
        There are two tasks within the LifeCLEF 2015 campaign: image-based and
observation-based plant identi cation tasks. The image-based task requires
identi cation given a single image while the goal of the observation-based task is to
identify plants based on multi-image query. The latter corresponds to the
scenario in which a photographer uses the same camera to take snapshots from
di erent views of various organs of a plant species under the similar lighting
conditions and on the same day. The campaign started in 2011 with the
imagebased task covering over 70 tree species, and the observation-based task became
the main track later in 2014. By 2015 [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], the number of species has reached
about 1000, covering the entire ora of a given region.
      </p>
      <p>
        In this work, we have utilized a system di erent from our previous
submissions [8{11] to recognize plant species using a new deep convolutional network
known as PCANet [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Although the PCANet method is suboptimal in
comparison with common convolutional neural networks (CNN) [
        <xref ref-type="bibr" rid="ref12 ref13">12,13</xref>
        ], our experiments
using PCANet resulted in good performances for aligned images such as scanned
leaves.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>PCANet</title>
      <p>
        PCANet is a recently proposed convolutional network architecture that combines
the strengths of principal component analysis (PCA) and deep learning [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. In
comparison with the CNN which attempts to nd optimal lters for feature
mapping, PCANet is suboptimal in that it learns the lter banks by applying
PCA on the input data. On the other hand, its advantages lie in the facts that
it does not require large amounts of data or long learning time while still using
the core concept of the deep convolutional network architecture.
      </p>
      <p>The general structure of PCANet and our proposed architecture for plant
identi cation are presented in this section.
2.1</p>
      <sec id="sec-2-1">
        <title>General PCANet Architecture</title>
        <p>PCANet initializes by applying principal component analysis to overlapping
patches of all images. The selected principal components form the rst layer
lters and the projections of the patches on to the principal components form
the response of units in the rst layer.</p>
        <p>We then repeat this methodology to form a cascaded linear map in the next
layers of the deep convolutional network architecture. Next, the method uses
binary quantization and hashing for the multi-stage ltered image sets to
concatenate them in the decimal form. Finally, local histograms are extracted from
the blocks of the quantized images and spatial pyramid pooling method is
applied to these histograms to extract features.</p>
        <p>The algorithm is explained in detail as follows. The training data contains
i = 1; 2; :::; N images Ii of size m n. In the rst stage, patches of size k1 k2
pixels are extracted around each pixel in the image Ii. Afterwards, all such
overlapping patches are collected, vectorized, and mean subtracted to obtain
Xi. Repeating this operation for all images, we obtain a patch collection X, as:
Iil1 = Ii
where k kF is Frobenius norm, IL1 is the identity matrix of size L1 L1 and the
solution simply consists of nding L1 principal eigenvectors of XXT . Therefore,
the PCA lters for the rst layer form weights Wl11 for l1 = 1; 2; :::; L1, by
converting the eigenvectors to matrices of size k1 k2. Hence, the l1th ltered
image is calculated by convolving the l1th lter with the ith patch-mean removed
image, Ii, as,
(1)
(2)
(3)
(4)
(5)
(6)</p>
        <p>X = [X1; X2; :::; XN ] 2 Rk1k2 Nmn
Next, in order to calculate the desired lter banks of orthonormal lters, V , PCA
minimizes the reconstruction error to compute their L1 principal components.
The constrained optimization is formulated as:</p>
        <p>Til1 =</p>
        <p>L2
X 2l2 1H(Iil1
l2=1</p>
        <p>Wl22 )
In fact, this conversion maps each L2 binary bits acquired from corresponding
pixels of the double ltered binary images into a single graylevel image pixel in
the range [0; 2L2 1].</p>
        <p>We can repeat the same approach to learn L2 PCA lters for the second layer
to create double ltered images. For this purpose, all the overlapping patches of
each ltered image Iil1 are collected, vectorized, and mean subtracted to obtain
Yil1 . Repeating this algorithm for all ltered images, we obtain,</p>
        <p>Y = [Y11; :::; YN1 ; Y12; :::; YN2 ; :::; Y1L1 ; :::; YNL1 ] 2 Rk1k2 L1Nmn
Similnadrilny,gPLC2Aprilntceirpsafloerigthenevseecctoonrds olafyYerY, WTla22nfdorrel2ar=ra1n;g2in;:g::;tLhe2m,aares ombattariinceeds
by
of size k1 k2. Therefore, the double ltered image, computed sequentially using
the l1th and l2th lters, is obtained by convolving the l2th lter with the ith
patch-mean removed ltered image, Iil1 , as,</p>
        <p>Ol1;l2 = Iil1
i</p>
        <p>Wl22
As can be seen, in the output O for each image, we have L1 L2 double ltered
images with real values. To decrease the number of images, it is proposed to rst
binarize them using Heaviside step function H( ). Next, for each pixel, we map
L2 quantized binary bits to a decimal number as
̅
̅
̅
,
, ,
,
ℎ
Input Layer</p>
        <p>First Stage
mean removal – applying PCA filters</p>
        <p>Second Stage
mean removal – applying PCA filters</p>
        <p>Output Layer
binarization and mapping – feature pooling</p>
        <p>Finally, we partition each of L1 decimal images (Til1 ) into B blocks and
compute block histograms (with 2L2 bins) for all L1 images as the features of
ith image,</p>
        <p>fi = [hist1(Ti1); :::; histB(Ti1); :::; hist1(TiL1 ); :::; histB(TiL1 )] 2 R1 2L2 L1B (7)
where histj ( ) indicates the histogram of the jth block of the partitioned
image. Utilizing local histograms provides translation invariance in the extracted
features. Figure 1 displays the block diagram of a two-stage PCANet.
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>PCANet Architecture for Plant Identi cation</title>
        <p>
          In order to process each plant image, color images are converted from RGB
to HSY color space [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] and scaled identically to 128 128 pixels. We apply
PCANet on each color component of the scaled plant images assuming a 2-stage
convolutional network with L1 = 10 and L2 = 8 as the number of lter banks in
each stage with the overlapping image patches of size 7 7 and histogram block
size of 20 10. Because of the massive size of data obtained after feature pooling,
we chose the multi-class linear Support Vector Machine (SVM) classi er for
complexity and accuracy issues in the nal stage. For the SVM implementation,
we used the Liblinear toolbox [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ] and applied the dual L2-regularized-L2-loss
model and a misclassi cation penalty cost of one.
2.3
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>Score Fusion in the Observation-Based Task</title>
        <p>
          For the observation-based task, we applied the Borda count fusion method [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ]
to the proposed system outputs to combine the scores obtained by di erent
photographs of individual plants. In this method, each class that appears in
the list of top classes returned by the classi er receives a vote that is inversely
proportional to its rank in that list. Note that for each observation with k images,
there are k such class lists. We modi ed the Borda count in this problem such
that votes are distributed not only to the class, but also to the members in the
same genus.
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Performance Analysis</title>
      <p>In this section, we will explain the competition datasets and adjust optimal
parameters of our proposed system by extracting validation sets from the
training data. We then de ne the performance metrics and report the experimental
results on the validation and o cial test sets.
3.1</p>
      <sec id="sec-3-1">
        <title>Dataset</title>
        <p>The plant identi cation task in LifeCLEF 2015 involves identifying 1,000 species
of trees, herbs, and ferns from photographs of their di erent organs mostly taken
within France by di erent users. The collected dataset contains 113,205 pictures,
91,759 images for training and 21,446 images for testing. Table 1 shows the details
of the provided datasets and their sample images.</p>
        <p>To validate our results, we used the proportionate strati ed random sampling,
i.e. we rst randomly split the training dataset into two subsets after placing
images of each plant species into both the training and the validation sets. The
proportion of validation sets to training sets is assumed to be around 1 to 3.
In other words, for any dataset, we randomly selected one-fourth of available
samples of each individual class, if possible, as samples of the validation set.
We next applied our proposed plant identi cation system for di erent plant
categories on the obtained training and validation sets. Table 2 shows the system
performance in terms of the obtained rst rank classi cation accuracies. As
expected, the ower, fruit, and stem photographs are relatively easier to classify
compared to branch, leaf, and entire categories.</p>
        <p>LifeCLEF lab itself employs a user-based metric called the average inverse
rank score [17] instead of the total classi cation accuracy. The average inverse
where U is the number of users who have taken the query pictures; Pu is the
number of individual plants observed by the uth user; Nu;p is the number of
pictures taken from the pth plant observed by the uth user; and su;p;n is the
inverse of the rank of the correct species for the given image, ranging from 0 to
1. Considering this metric, we applied PCANet to the test sets using the learned
parameters in the training step and submitted our prediction results to the
organizers of LifeCLEF 2015 for o cial evaluation. Table 3 displays the inverse rank
scores of our best run in the image-based LifeCLEF 2015 for di erent categories
of plant identi cation task. In the observation-based task, our approach using
Borda count achieved an inverse rank score of 0.162.</p>
        <p>Bearing in mind that this large dataset consists of 1,000 classes of similar
categories, our o cial overall rank score of 0.153 in the image-based task shows
a fair performance for our submission. Comparing the o cial test results given
in Table 3 with the higher accuracies reported in Table 2, we conclude that a
considerable amount of over tting existed during validation. This situation could
have been improved if we had used more data, but the time complexity was an
issue even with the simple architecture.</p>
        <p>Furthermore, since a very small subset of the test data in LifeCLEF 2015
belonged to scanned leaves, we skipped the preprocessing and segmentation
phase [18] which had been applied to the LeafScan category in our previous
submissions [8{11]. Once we applied PCANet to the segmented and preprocessed
LeafScan images of LifeCLEF 2014, we achieved the inverse rank score of 0.51
as measured by the campaign organizers.
3.3</p>
      </sec>
      <sec id="sec-3-2">
        <title>Time Complexity</title>
        <p>We measured the complexity of our system in terms of the running time for
feature extraction and training the classi er. On average over all categories,
PCANet took 1.37 seconds/image and 6.13 seconds/image for feature extraction
and training, respectively. All codes were implemented in MATLAB (run in 80
GB RAM and 2.50 GHz CPU with two processors).</p>
        <p>Although the campaign within the LifeCLEF 2015 had allowed using external
training data, we restricted ourselves to the provided LifeCLEF datasets. That
was due to the reasons that PCANet does not require large data to learn the
weights and that using external datasets would increase the processing time for
our system.
3.4</p>
      </sec>
      <sec id="sec-3-3">
        <title>E ects of Parameter Selection</title>
        <p>Parameters of the proposed PCANet-based plant identi cation system were
selected experimentally through validation. Due to combinatorial increase, each
time we adjusted only one of the parameters until nding the optimal point. For
instance, we observed that by increasing or decreasing the image patch size from
7 7, the performance rapidly decreased. The same conditions were held for the
block size of histograms (20 10).</p>
        <p>On the other hand, we observed that by increasing the normalization size of
input images and/or the number of lter banks (especially within the rst stage),
the performance improved. However, there was a trade-o between complexity
and accuracy, i.e. by increasing the input image size and/or the number of lters,
the accuracy improved slightly while the size of the output feature vectors
expanded as well. Consequently, the training time increased drastically. Therefore,
we set the system parameters equal to values mentioned in the Section 2.2 to
evaluate our system.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Summary and Discussions</title>
      <p>In this work, we used a simple deep convolutional approach called PCANet in
order to identify the plant species within the LifeCLEF 2015 plant identi
cation dataset. Our best run has shown a fair performance with overall inverse
rank scores of 0.153 and 0.162 in the image-based and observation-based tasks,
respectively. It seems that the proposed system is fast and e cient for aligned
images such as preprocessed scanned leaves.</p>
      <p>Acknowledgments. This project is supported by Turkish Scienti c and
Research Council of Turkey (TUBITAK) under project number 113E499.
17. Muller, H., Clough, P., Deselarers, T., Caputo, B.: ImageCLEF: Experimental
evaluation in visual information retrieval. Volume 32 of The Information Retrieval
Series. Springer (2010)
18. Yanikoglu, B., Aptoula, E., Tirkaz, C.: Automatic plant identi cation from
photographs. Machine Vision and Applications 25(6) (2014) 1369{1383</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1. 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), Amsterdam (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2. 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), Rome (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3. 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>
          ,
          <source>Valencia</source>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4. 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), She eld (
          <year>2014</year>
          )
          <volume>598</volume>
          {
          <fpage>615</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <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: CLEF 2015 Proceedings. Springer LNCS</source>
          (
          <year>2015</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>
          <article-title>LifeCLEF plant identi cation task 2015</article-title>
          . In: CLEF (Working Notes), Toulouse (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Chan</surname>
            ,
            <given-names>T.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jia</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gao</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zeng</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          , Ma, Y.:
          <article-title>PCANet: A simple deep learning baseline for image classi cation? Computing Research Repository (CoRR - arXiv</article-title>
          ) (
          <year>2014</year>
          ) arXiv:
          <fpage>1404</fpage>
          .
          <year>3606v2</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Yanikoglu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aptoula</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tirkaz</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Sabanci-Okan system at ImageClef 2011: Plant identi cation task</article-title>
          . In: CLEF (Notebook Papers/Labs/Workshop). (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Yanikoglu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aptoula</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tirkaz</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Sabanci-Okan system at ImageClef 2012: Combining features and classi ers for plant identi cation</article-title>
          . In: CLEF (Online Working Notes/Labs/Workshop). (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Yanikoglu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aptoula</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yildiran</surname>
          </string-name>
          , S.T.:
          <article-title>Sabanci-Okan system at ImageClef 2013 plant identi cation competition</article-title>
          .
          <source>In: CLEF (Working Notes)</source>
          . (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Yanikoglu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yildiran</surname>
            ,
            <given-names>S.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tirkaz</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aptoula</surname>
          </string-name>
          , E.:
          <article-title>Sabanci-Okan system at LifeCLEF 2014 plant identi cation competition</article-title>
          .
          <source>In: CLEF (Working Notes)</source>
          . (
          <year>2014</year>
          )
          <volume>771</volume>
          {
          <fpage>777</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>LeCun</surname>
          </string-name>
          , Y.,
          <string-name>
            <surname>Bottou</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ha</surname>
            <given-names>ner</given-names>
          </string-name>
          , P.:
          <article-title>Gradient-based learning applied to document recognition</article-title>
          .
          <source>Proceedings of the IEEE</source>
          <volume>86</volume>
          (
          <issue>11</issue>
          ) (
          <year>1998</year>
          )
          <volume>2278</volume>
          {
          <fpage>2324</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <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: Neural Information Processing Systems</source>
          . (
          <year>2012</year>
          )
          <volume>1106</volume>
          {
          <fpage>1114</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Hanbury</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>A 3D-polar coordinate colour representation well adapted to image analysis</article-title>
          .
          <source>In: Proceedings of the 13th Scandinavian conference on Image analysis.</source>
          (
          <year>2003</year>
          )
          <volume>804</volume>
          {
          <fpage>811</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Fan</surname>
            ,
            <given-names>R.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>K.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hsieh</surname>
            ,
            <given-names>C.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>X.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>C.J.:</given-names>
          </string-name>
          <article-title>LIBLINEAR: A library for large linear classi cation</article-title>
          .
          <source>Journal of Machine Learning Research</source>
          <volume>9</volume>
          (
          <year>2008</year>
          )
          <year>1871</year>
          {
          <fpage>1874</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Mladenov</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koprinkova-Hristova</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palm</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Villa</surname>
            ,
            <given-names>A.E.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Appollini</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kasabov</surname>
          </string-name>
          , N.:
          <article-title>Arti cial neural networks and machine learning</article-title>
          .
          <source>In: Proceedings of the 23rd International Conference on Arti cial Neural Networks</source>
          . (
          <year>2013</year>
          ) 8{
          <fpage>9</fpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>