Title :
Geometric SVM: a fast and intuitive SVM algorithm
Author :
Vishwanathan, S. V N ; Murty, M. Narasimha
Author_Institution :
Dept. of Comput. Sci. & Autom., Indian Inst. of Sci., Bangalore, India
Abstract :
We present a geometrically motivated algorithm for finding the Support Vectors of a given set of points. This algorithm is reminiscent of the DirectSVM algorithm, in the way it picks data points for inclusion in the Support Vector set, but it uses an optimization based approach to add them to the Support Vector set. This ensures that the algorithm scales to O(n3) in the worst case and O(n|S|2) in the average case where n is the total number of points in the data set and |S| is the number of Support Vectors. Further the memory requirements also scale as O(n2) in the worst case and O(|S|2) in the average case. The advantage of this algorithm is that it is more intuitive and performs extremely well when the number of Support Vectors is only a small fraction of the entire data set. It can also be used to calculate leave one out error based on the order in which data points were added to the Support Vector set. We also present results on real life data sets to validate our claims.
Keywords :
pattern classification; sonar signal processing; vector processor systems; data points; fast intuitive SVM algorithm; geometric SVM algorithm; memory requirements; optimization based approach; pattern classification; real life data sets; sonar dataset; support vector machines; support vector set; Automation; Computational Intelligence Society; Kernel; Lagrangian functions; Libraries; Machine learning; Pattern classification; Stability; Support vector machine classification; Support vector machines;
Conference_Titel :
Pattern Recognition, 2002. Proceedings. 16th International Conference on
Print_ISBN :
0-7695-1695-X
DOI :
10.1109/ICPR.2002.1048235