<!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>AgSPPR at ImageCLEF 2013 plant identification task</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Lu Zhang</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Cheng Cai</string-name>
          <email>cheney.chengcai@gmail.com</email>
        </contrib>
      </contrib-group>
      <abstract>
        <p>The paper describes our methods of three runs for the participation to the plant identification task of ImageCLEF2013.We use three kind of image features to do identification, which are spatial principal component analysis of census transform histograms (SPACT) ,a descriptor based on the global shape feature and scale invariant feature transform (SIFT). And the classifier we employed is the Support Vector Machine(SVM). The result show that the SIFT method perform best.</p>
      </abstract>
      <kwd-group>
        <kwd>census transform histograms</kwd>
        <kwd>scale invariant feature transform</kwd>
        <kwd>Support Vector Machine</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Methods
In the plant identification task of ImageClef 2013,our team submitted three runs.All
of these runs are fully automatic.But because of the limited capacity and the limited
time,we only dealt with the kind of SheetAsBackground.</p>
      <p>
        In our three runs, we used three kinds of features to do identification
.
2.1 run1
In this run,we extracted three descriptors which are based on the global shape features
of the leaf image.The features are about the area of leaf and the length of major axis
and length of minor axis[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. As illustrated in figure 1, the three descriptors are:
(1) √A
(2) h1/h2
(3) A/(h1+h2)×(v1+v2)
The classifier is a multi-class classification SVM with a radial basis function kernel.
And the SVM tool we employed is libsvm for matlab[2].
2.2 run2
In this run,we employed the Scale Invariant Feature Transform (SIFT) algorithm to
find key points of every photo. And the algorithm is developed by David Lowe[3].
Then we matched one test photo’s key points with every train photo’s key points.The
rank of every test photo’s predeterminate classids is based on the numbles of matched
points between this test photo and a train photo.
2.3 run3
In this run,the descriptors are based on CENTRIST (CENsus Transform hISTogram).
It is called Spatial Principal Component Analysis of Census Transform
Histograms(SPACT)[4][5].
      </p>
      <p>In this method, firstly we should transform the gray image to the census transform
histogram(CT). As illustrated in figure 2, for every pixel of the gray image,comparing
the gray level of the pixels in its 8 neighbourhoods with this pixel’s gray level. If one
neighborhood pixel’s gray level is greater than the middle pixel’s, then set this
neighbour pixel to bit 1. Else set it to bit 0.</p>
      <p>Calculate the CT value of one pixel</p>
      <p>The CT image transformed from gray image
After calculate all pixels of the gray image,in order to get the more detailedness
information of the image,the CT image is divided to small pieces and resized as
illustrated in figure 4.</p>
      <p>Resize and divide the CT image
Then we get 31 small pieces. For every small pieces,we census the numbles of the
value between 0 and 255. So we get 31*256 descriptors for one image. Because of so
many numbles of descriptors, we use PCA to reduce the dimension. As illustrated in
figure 5, the contribution of the top 50 components is more than 99%, so we get the
top 20 components.
And The classifier is a multi-class classification SVM with a radial basis function
kernel.
3 conclusion
We think that if combine one descriptor with others, maybe we can get better result.
In the kind of SheetAsBackgroud,our best rank is run2 which place is 18th.Though
our performance is not nice,the participation of this task add our experience about this
filed.
2.LIBSVM--Chih-Chung Chang and Chih-Jen Lin:
http://www.csie.ntu.edu.tw/~cjlin/libsvm/
3.Lowe, D. G. 2004. Distinctive image features from scale-invariant keypoints.
International journal of computer vision, 60(2), 91-110.
4.Wu, J., &amp; Rehg, J. M. 2011. CENTRIST: A visual descriptor for scene
categorization. Pattern Analysis and Machine Intelligence, IEEE Transactions on,
33(8), 1489-1501.
5.Wu, J., &amp; Rehg, J. M. 2008. Where am I: Place instance and category recognition
using spatial PACT. In Computer Vision and Pattern Recognition, CVPR 2008. IEEE
Conference (pp. 1-8). IEEE.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Granitto</surname>
            ,
            <given-names>P. M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Navone</surname>
            ,
            <given-names>H. D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Verdes</surname>
            ,
            <given-names>P. F.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Ceccatto</surname>
            ,
            <given-names>H. A.</given-names>
          </string-name>
          <year>2002</year>
          .
          <article-title>Weed seeds identification by machine vision</article-title>
          . Computers and Electronics in Agriculture,
          <volume>33</volume>
          (
          <issue>2</issue>
          ),
          <fpage>91</fpage>
          -
          <lpage>103</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>