<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">JCC</journal-id><journal-title-group><journal-title>Journal of Computer and Communications</journal-title></journal-title-group><issn pub-type="epub">2327-5219</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/jcc.2015.311025</article-id><article-id pub-id-type="publisher-id">JCC-61316</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Computer Science&amp;Communications</subject></subj-group></article-categories><title-group><article-title>
 
 
  Image Classification Based on Histogram Intersection Kernel
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Hanbin</surname><given-names>Xi</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Tiantian</surname><given-names>Chang</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib></contrib-group><aff id="aff1"><addr-line>School of Science, Xi’an University of Posts and Telecommunications, Xi’an, China</addr-line></aff><pub-date pub-type="epub"><day>19</day><month>11</month><year>2015</year></pub-date><volume>03</volume><issue>11</issue><fpage>158</fpage><lpage>163</lpage><history><date date-type="received"><day>October</day>	<month>2015</month>	</date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/</license-p></license></permissions><abstract><p>
 
 
   Histogram Intersection Kernel Support Vector Machines (SVM) was used for the image classification problem. Specifically, each image was split into blocks, and each block was represented by the Scale Invariant Feature Transform (SIFT) descriptors; secondly, k-means cluster method was applied to separate the SIFT descriptors into groups, each group represented a visual keywords; thirdly, count the number of the SIFT descriptors in each image, and histogram of each image should be constructed; finally, Histogram Intersection Kernel should be built based on these histograms. In our experimental study, we use Corel-low images to test our method. Compared with typical RBF kernel SVM, the Histogram Intersection kernel SVM performs better than RBF kernel SVM. 
 
</p></abstract><kwd-group><kwd>Classification</kwd><kwd> Bag of Word</kwd><kwd> Support Vector Machine</kwd><kwd> Kernel Function</kwd><kwd> Visual Keywords</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. Introduction</title><p>With the rapid increase of digital images, it is impossible to label them manually. How to classify these images quickly and accurately becomes an important research topic currently.</p><p>Support vector machine (SVM) is a kernel based supervised learning classifier, based on Statistical Learning Theory (SLT), which is a widely used method in classification problems, e.g., natural language processing [<xref ref-type="bibr" rid="scirp.61316-ref1">1</xref>], information retrieval [<xref ref-type="bibr" rid="scirp.61316-ref2">2</xref>] [<xref ref-type="bibr" rid="scirp.61316-ref3">3</xref>] and data mining [<xref ref-type="bibr" rid="scirp.61316-ref4">4</xref>] [<xref ref-type="bibr" rid="scirp.61316-ref5">5</xref>]. However, how to choose a right kernel is a challenge work in the SVM. Wu proposed an interpolation kernel, which has less subjectivity and more predominance of generalization than most of traditional kernel functions while needing vast calculation [<xref ref-type="bibr" rid="scirp.61316-ref6">6</xref>]. Neumann use wavelet kernel SVM as a classifier which solves difficult signal classification problems in cases where solely using a large margin classifier may fail [<xref ref-type="bibr" rid="scirp.61316-ref7">7</xref>]. Radial Basis kernel Function was proved its effective learning performance, while its extrapolation capability decreases with the parameters’ increasing. Polynomial kernel function has a good performance in global, while its performance is poor in local. Different kernels result in different results; therefore, it’s essential to choose a right kernel for specific classification task.</p><p>In this paper, Histogram Intersection Kernel SVM was used in the image classification. Firstly, the original images were split into blocks by the regular grid with equal size of B &#215; B. Secondly the Scale Invariant Feature Transform (SIFT) descriptors were extracted from those blocks. In order to get the dictionary of Bag Of Word (BOW) model, we use k-means clustering algorithm to cluster those descriptors into k groups, each of them was regarded as a visual keywords which making up the dictionary, and we can get the histogram of each images, that gives the frequency of each visual keywords contained in the dictionary. Finally, Histogram Intersection Kernel should be constructed with these histograms.</p></sec><sec id="s2"><title>2. Image Preprocessing and Feature Extraction</title><sec id="s2_1"><title>2.1. Image Preprocessing</title><p>We use the Corel-low image to test our method, and the original images were split into blocks which have equal size of B &#215; B with the regular grid. <xref ref-type="fig" rid="fig1">Figure 1</xref> shows the schematic diagram of how to split the original images.</p></sec><sec id="s2_2"><title>2.2. Extracting Feature</title><p>Scale Invariant Feature Transform (SIFT) was first proposed by David G.L. in 1999 [<xref ref-type="bibr" rid="scirp.61316-ref8">8</xref>], and was improved in 2004 [<xref ref-type="bibr" rid="scirp.61316-ref9">9</xref>]. SIFT descriptor is an invariant image local feature description operator of invariant image that is based on scale space, image rotation and even affine transformation. The core issue of object recognition is that to match a target to its images no matter if they are at different times, different light, and different poses. However, since the state of target and the impact of the environment, the image in the same type differs from each other greatly in different scenes, and therefore people can identify the same object by the local common character. The so-called local feature descriptor is used to describe the local feature of the image. The ideal local feature should be robust to translation, scaling, rotation, the lighting changes, affine and projector impact. SIFT descriptor is a typical local feature.</p><p>Then we extract SIFT descriptor from each block after preprocessing of the original images, <xref ref-type="fig" rid="fig2">Figure 2</xref> shows the diagram of the extraction of SIFT descriptor, and the green marks are the SIFT descriptor. A SIFT descriptor is denoted by a circle, representing its support region, and one of its radii, representing its orientation.</p></sec><sec id="s2_3"><title>2.3. Bag-of-Words Model</title><p>Bag-of-Words (BOW) model was used to express a document (or sentence) as a histogram of frequency of words, ignoring the order of these words in natural language processing firstly [<xref ref-type="bibr" rid="scirp.61316-ref10">10</xref>]. It was used to perform the classification of computer images by Li [<xref ref-type="bibr" rid="scirp.61316-ref11">11</xref>].This model can learn characteristic labels of scenes without human intervention in the training database. But its performance for the images of indoor scenes is lackluster [<xref ref-type="bibr" rid="scirp.61316-ref11">11</xref>].</p><p>Since SIFT descriptors were extracted, the local feature of each image was obtained. Then these descriptors were clustered into k groups via k-means clustering algorithm. The k groups are regarded as visual keywords making up the dictionary. In order to let the images represented by the visual keywords of the dictionary, every descriptor of each image is replaced by a nearest visual keyword in Euclidean distance. All the descriptors of the</p><fig-group id="fig1"><label><xref ref-type="fig" rid="fig1">Figure 1</xref></label><caption><title>Each image was partitioned into blocks with regular grid.</title></caption><fig id ="fig1_1"><label></label><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/61316x4.png"/></fig></fig-group><fig-group id="fig2"><label><xref ref-type="fig" rid="fig2">Figure 2</xref></label><caption><title> Example of extracting SIFT descriptor.</title></caption><fig id ="fig2_1"><label></label><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/61316x5.png"/></fig><fig id ="fig2_2"><label></label><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/61316x6.png"/></fig><fig id ="fig2_3"><label></label><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/61316x7.png"/></fig><fig id ="fig2_4"><label></label><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/61316x8.png"/></fig></fig-group><p>images can be represented as the visual keywords. After that, the images were expressed with a histogram of the frequencies of the visual keywords. Assume that each image is expressed by a histogram<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x9.png" xlink:type="simple"/></inline-formula>, where <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x10.png" xlink:type="simple"/></inline-formula> is the number of all the images.</p></sec></sec><sec id="s3"><title>3. Support Vector Machine</title><p>Support Vector Machines (SVM) was proposed by Vapnik [<xref ref-type="bibr" rid="scirp.61316-ref12">12</xref>] [<xref ref-type="bibr" rid="scirp.61316-ref13">13</xref>], which is commonly used in classification, regression, and other learning tasks [<xref ref-type="bibr" rid="scirp.61316-ref14">14</xref>]. SVM is built on the theory of max-margin classification hyper-plane.</p><p>Given<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x11.png" xlink:type="simple"/></inline-formula>, where <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x12.png" xlink:type="simple"/></inline-formula> is training data and <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x13.png" xlink:type="simple"/></inline-formula> is the corresponding label. Maximizing the margin is to solve the optimization problem:</p><disp-formula id="scirp.61316-formula104"><label>(1)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/61316x14.png"  xlink:type="simple"/></disp-formula><p>where <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x15.png" xlink:type="simple"/></inline-formula> is the penalty factor, <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x16.png" xlink:type="simple"/></inline-formula>is the slack factor [<xref ref-type="bibr" rid="scirp.61316-ref15">15</xref>].</p><p>The dual problem of the Equation (1) is defined as follow.</p><disp-formula id="scirp.61316-formula105"><label>(2)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/61316x17.png"  xlink:type="simple"/></disp-formula><p>where <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x18.png" xlink:type="simple"/></inline-formula> is the Lagrange multiplier. By solving the Equation (2), <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x19.png" xlink:type="simple"/></inline-formula>should be obtained, and we have:</p><disp-formula id="scirp.61316-formula106"><label>(3)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/61316x20.png"  xlink:type="simple"/></disp-formula><p>Then we get the decision function:</p><disp-formula id="scirp.61316-formula107"><label>(4)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/61316x21.png"  xlink:type="simple"/></disp-formula><p>where <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x22.png" xlink:type="simple"/></inline-formula> is a bias value.</p><p>However, in the practical applications, the problems are nonlinear separable. The solution to this problem is to induce a kernel function into the optimization problem, which maps the data into a higher dimensional space. To avoid complicated calculation in the higher dimension, the kernel function that satisfies Mercer’s theorem has</p><p>calculated the data in the original dimension beforehand. Given<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x23.png" xlink:type="simple"/></inline-formula>, the kernel function is defined as:<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x23.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x24.png" xlink:type="simple"/></inline-formula>, and <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x23.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x24.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x25.png" xlink:type="simple"/></inline-formula> is a mapping [<xref ref-type="bibr" rid="scirp.61316-ref16">16</xref>].</p><p>Here are some typical kernel functions [<xref ref-type="bibr" rid="scirp.61316-ref17">17</xref>]:</p><p> Linear kernel: <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x26.png" xlink:type="simple"/></inline-formula></p><p> Polynomial kernel: <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x27.png" xlink:type="simple"/></inline-formula></p><p> Radial Basis Function (RBF) kernel: <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x28.png" xlink:type="simple"/></inline-formula></p><p>Here <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x29.png" xlink:type="simple"/></inline-formula> and <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x29.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x30.png" xlink:type="simple"/></inline-formula> are kernel parameters.</p></sec><sec id="s4"><title>4. Histogram Intersection Kernel Construction</title><p>Each image is divided into blocks with the equal size B &#215; B on a regular grid, the spatial position can be characterized for each block in an image, and the SIFT descriptors are extracted from each block. The frequency of these visual keywords in an image can be represented as a histogram<inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x31.png" xlink:type="simple"/></inline-formula>, where <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x31.png" xlink:type="simple"/></inline-formula><inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x32.png" xlink:type="simple"/></inline-formula> is the number of the images. The histogram intersection kernel is defined as:</p><disp-formula id="scirp.61316-formula108"><label>(5)</label><graphic position="anchor" xlink:href="http://html.scirp.org/file/61316x33.png"  xlink:type="simple"/></disp-formula><p>This function is a positive definite kernel, so it can be used to quantify the similarity of two images, which also satisfies the Mercer’s theorem.</p><p>Histogram intersection kernel function, which contains the spatial location of objects, is robust to many transformations. Such as, distractions in the background of the object, view point changing, occlusion [<xref ref-type="bibr" rid="scirp.61316-ref18">18</xref>].</p></sec><sec id="s5"><title>5. Experiment and Analysis</title><p>Our PC configuration is: windows 8.1 system, Intel Core i7 2.3 GHz, with 6 GB memory and the programming software is Matlab 2012a. We use the Corel-low images as our experimental data, which contains 59 classes and each class has 100 pictures. The number of classes has an influence on the result of classification. In order to make sure that whither the classification result of Histogram Intersection kernel SVM is robust to different numbers of classes Thus, two groups of experiment were designed. The first group contains 12 classes selected from the 59 classes randomly, and 70 pictures of each class are used for training and the rest for testing randomly too, we name it the group one. The second is to use all the 59 classes and take 80 pictures of each class for training and the rest for testing, we name it the group two.</p><p>The size of the regular grids is given 16 &#215; 16, split the original images into blocks. Then SIFT descriptors were extracted from every block. The size of dictionary has a great influence on the classification accuracy. At the same time the larger size cost more in the calculation. So we get the dictionary size by seeking a tradeoff between the classification accuracy and the calculation cost. Finally the size of the dictionary is 1000 for the group one and 3000 for the group two. Note that RBF kernel is a typical kernel for SVM [<xref ref-type="bibr" rid="scirp.61316-ref14">14</xref>], so RBF kernel function is taken as ground-truth to compare with histogram intersection kernel SVM. RBF kernel function has one kernel parameter γ. In C-Support Vector Machine (C-SVM), there is a penalty parameter C which is the cost of C-SVM. We find the parameter by grid searching method.</p><p><xref ref-type="table" rid="table1">Table 1</xref> shows the size of dictionary, best parameters of SVM and average classification accuracy of the two kernels for both groups of experiments. The average classification accuracy of RBF kernel is about 5.8% lower than Histogram Intersection kernel in group one and 0.8% lower than Histogram Intersection kernel in group two. The RBF kernel costs more in the calculation and needs lots of time to find the best parameters since it requests two parameters.</p><p>And <xref ref-type="fig" rid="fig3">Figure 3</xref> is the confusion matrix of these two kernels for Group One. From the confusion matrix, we can see that except class Flower and Africa, the accuracy of Histogram Intersection kernel is higher than the RBF kernel.</p><p><xref ref-type="fig" rid="fig4">Figure 4</xref> is the confusion matrix of these two kernels for Group Two. There are 37 classes whose prediction accuracy of Histogram Intersection kernel is higher than or equal to the RBF kernel in the 59 classes.</p><p>Comparing histogram intersection kernel with RBF kernel, we made a conclusion that histogram intersection kernel has higher accuracy and requests less computation time than RBF kernel for image classification.</p><fig-group id="fig3"><label><xref ref-type="fig" rid="fig3">Figure 3</xref></label><caption><title> Confusion matrix of group one.</title></caption><fig id ="fig3_1"><label></label><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/61316x34.png"/></fig><fig id ="fig3_2"><label></label><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/61316x35.png"/></fig></fig-group><fig-group id="fig4"><label><xref ref-type="fig" rid="fig4">Figure 4</xref></label><caption><title> Confusion matrix of group two.</title></caption><fig id ="fig4_1"><label></label><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/61316x36.png"/></fig><fig id ="fig4_2"><label></label><graphic mimetype="image"   position="float"  xlink:type="simple"  xlink:href="http://html.scirp.org/file/61316x37.png"/></fig></fig-group><table-wrap id="table1" ><label><xref ref-type="table" rid="table1">Table 1</xref></label><caption><title> The parameters and average classification of the two groups</title></caption><table><tbody><thead><tr><th align="center" valign="middle"  rowspan="2"  ></th><th align="center" valign="middle"  colspan="2"  >RBF Kernel</th><th align="center" valign="middle"  colspan="2"  >Histogram Intersection Kernel</th></tr></thead><tr><td align="center" valign="middle" >Group One</td><td align="center" valign="middle" >Group Two</td><td align="center" valign="middle" >Group One</td><td align="center" valign="middle" >Group Two</td></tr><tr><td align="center" valign="middle" >Size of Dictionary</td><td align="center" valign="middle" >1000</td><td align="center" valign="middle" >3000</td><td align="center" valign="middle" >1000</td><td align="center" valign="middle" >3000</td></tr><tr><td align="center" valign="middle" >Best <inline-formula><inline-graphic xlink:href="http://html.scirp.org/file/61316x38.png" xlink:type="simple"/></inline-formula></td><td align="center" valign="middle" >2.8284</td><td align="center" valign="middle" >0</td><td align="center" valign="middle" >-</td><td align="center" valign="middle" >-</td></tr><tr><td align="center" valign="middle" >Best C</td><td align="center" valign="middle" >64</td><td align="center" valign="middle" >1024</td><td align="center" valign="middle" >2</td><td align="center" valign="middle" >8</td></tr><tr><td align="center" valign="middle" >Average Classification Accuracy (%)</td><td align="center" valign="middle" >72.9167</td><td align="center" valign="middle" >46.7232</td><td align="center" valign="middle" >78.7500</td><td align="center" valign="middle" >47.5141</td></tr></tbody></table></table-wrap></sec><sec id="s6"><title>6. Conclusions</title><p>Image classification is an important research field in pattern recognition; SVM is a good classifier for non-linear classification problem. And the kernel function selection is the core for the classification. To find a right kernel is important to the classification problem. The experimental results show that, the performance of the Histogram Intersection Kernel is better than RBF kernel SVM. In our future work, there are several problems we should consider. 1) The size of dictionary influences on both the classification accuracy and the computation time greatly, therefore a new method that is used to represent an image, needs to be proposed. 2) A kernel whose effect is robust to the increase of the number of classes has to be proposed in the future.</p></sec><sec id="s7"><title>Acknowledgements</title><p>This work was jointly supported by the Natural Science Fund Project of Education Department of Shaanxi Provincial Government (Grant No. 14JK1658), the Natural Science Foundation of China (Grant No. 61302050), and the College students innovation and entrepreneurship training program of Xi’an University of Posts and Telecommunications.</p></sec><sec id="s8"><title>Cite this paper</title><p>Hanbin Xi,Tiantian Chang, (2015) Image Classification Based on Histogram Intersection Kernel. Journal of Computer and Communications,03,158-163. doi: 10.4236/jcc.2015.311025</p></sec></body><back><ref-list><title>References</title><ref id="scirp.61316-ref1"><label>1</label><mixed-citation publication-type="other" xlink:type="simple">Kudo, T.K. and Matsumoto, Y.J. (2001) Chunking with Support Vector Machines. Proceedings of the Second Meeting of the North American Chapter of the Association for Computational Linguistics on Language Technologies, 816.  
http://dx.doi.org/10.3115/1073336.1073361</mixed-citation></ref><ref id="scirp.61316-ref2"><label>2</label><mixed-citation publication-type="other" xlink:type="simple">Zhang, D. and Lee, W.S. (2003) Question Classification Using Support Vector Machines. SIGIR, 3, 26-32. 
http://dx.doi.org/10.1145/860435.860443</mixed-citation></ref><ref id="scirp.61316-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">Yang, C.H., Lin, K.H.Y. and Chen, H.H. (2007) Emotion Classification Using Web Blog Corpora. IEEE/WIC/ACM International Conference on Web Intelligence, 275-278. http://dx.doi.org/10.1109/WI.2007.51</mixed-citation></ref><ref id="scirp.61316-ref4"><label>4</label><mixed-citation publication-type="other" xlink:type="simple">Yoshikawa, Y.Y., Iwata, T.H. and Sawada, H.S. (2014) Latent Support Measure Machines for Bag-of-Words Data Classification. Advances in Neural Information Processing Systems, 27.</mixed-citation></ref><ref id="scirp.61316-ref5"><label>5</label><mixed-citation publication-type="other" xlink:type="simple">Kolari, P., Finin, F. and Joshi, A. (2006) SVMs for the Blogosphere: Blog Identification and Splog Detection. AAAI Spring Symposium on Computational Approaches to Analysing Weblogs, University of Maryland, Baltimore County.</mixed-citation></ref><ref id="scirp.61316-ref6"><label>6</label><mixed-citation publication-type="other" xlink:type="simple">Wu, T., He, H.G. and He, M.K. (2003) Interpolation Based Kernel Function’s Construction. Chinese Journal of Computers, 26, 990-996.</mixed-citation></ref><ref id="scirp.61316-ref7"><label>7</label><mixed-citation publication-type="other" xlink:type="simple">Neumann, J., Schn?rr, C. and Steidl, G. (2005) Efficient Wavelet Adaptation for Hybrid Wavelet-Large Marge Classifiers. Pattern Recognition, 38, 1815-1830. http://dx.doi.org/10.1016/j.patcog.2005.01.024 </mixed-citation></ref><ref id="scirp.61316-ref8"><label>8</label><mixed-citation publication-type="other" xlink:type="simple">Lowe, D.G. (1999) Object Recognition from Local Scale-Invariant Features. IEEE International Conference on Computer Vision. http://dx.doi.org/10.1109/iccv.1999.790410</mixed-citation></ref><ref id="scirp.61316-ref9"><label>9</label><mixed-citation publication-type="other" xlink:type="simple">Lowe, D.G. (2004) Distinctive Image Features from Scale Invariant Keypoints. International Journal of Computer Vision, 60, 91-110. http://dx.doi.org/10.1023/B:VISI.0000029664.99615.94</mixed-citation></ref><ref id="scirp.61316-ref10"><label>10</label><mixed-citation publication-type="other" xlink:type="simple">Jiu, M.Y., Wolf, C., Garcia, C. and Baskurt, A. (2012) Supervised Learning and Codebook Optimization for Bag-of- Words Models. Cognitive Computation, 4, 409-419. http://dx.doi.org/10.1007/s12559-012-9137-4</mixed-citation></ref><ref id="scirp.61316-ref11"><label>11</label><mixed-citation publication-type="other" xlink:type="simple">Li, F.F. and Pietro, P. (2005) A Bayesian Hierarchical Model for Learning Natural Scene Categories. Computer Vision and Pattern Recognition, 2, 524-531.</mixed-citation></ref><ref id="scirp.61316-ref12"><label>12</label><mixed-citation publication-type="other" xlink:type="simple">Cortes, C. and Vapnik, V. (1995) Support-Vector Networks. Machine Learning, 20, 273-397.  
http://dx.doi.org/10.1007/BF00994018</mixed-citation></ref><ref id="scirp.61316-ref13"><label>13</label><mixed-citation publication-type="other" xlink:type="simple">Vapnik, V. (2000) The Nature of Statistical Learning Theory. 2nd Edition, Springer-Verlag, New York. 
http://dx.doi.org/10.1007/978-1-4757-3264-1</mixed-citation></ref><ref id="scirp.61316-ref14"><label>14</label><mixed-citation publication-type="other" xlink:type="simple">Chang, C.C. and Lin, C.J. (2011) LIBSVM: A Library for Support Vector Machines. ACM Transactions on Intelligent Systems and Technology, 2, 27. http://dx.doi.org/10.1145/1961189.1961199</mixed-citation></ref><ref id="scirp.61316-ref15"><label>15</label><mixed-citation publication-type="other" xlink:type="simple">Chang, T.T., Horace, H.S.Ip. and Feng, J. (2010) Large Scale Image Clustering with Support Vector Machine Based on Visual Keywords. MDMKDD 2010. http://dx.doi.org/10.1145/1814245.1814250</mixed-citation></ref><ref id="scirp.61316-ref16"><label>16</label><mixed-citation publication-type="other" xlink:type="simple">Keerthi, S.S. and Lin, C.J. (2003) Asymptotic Behaviors of Support Vector Machines with Gaussian Kernel. Neural Computation, 15, 1667-1689. http://dx.doi.org/10.1162/089976603321891855</mixed-citation></ref><ref id="scirp.61316-ref17"><label>17</label><mixed-citation publication-type="other" xlink:type="simple">Aneja, K., Saroj and Jyoti (2013) A Genetic Algorithm Approach to Kernel Functions Parameters Selection for SVM. International Journal of Current Engineering and Technology, 2, 713-716.</mixed-citation></ref><ref id="scirp.61316-ref18"><label>18</label><mixed-citation publication-type="other" xlink:type="simple">Boughorbel, S., Tarel, J.-P. and Nozha, B. (2005) Generalized Histogram Intersection Kernel for Image Recognition. ICIP 2005. http://dx.doi.org/10.1109/icip.2005.1530353</mixed-citation></ref></ref-list></back></article>