Title :
SSVM: a simple SVM algorithm
Author :
Vishwanathan, S. V N ; Murty, M. Narasimha
Author_Institution :
Dept. of Comput. Sci. & Autom., Indian Inst. of Sci., Bangalore, India
fDate :
6/24/1905 12:00:00 AM
Abstract :
We present a fast iterative algorithm for identifying the support vectors of a given set of points. Our algorithm works by maintaining a candidate support vector set. It uses a greedy approach to pick points for inclusion in the candidate set. When the addition of a point to the candidate set is blocked because of other points already present in the set, we use a backtracking approach to prune away such points. To speed up convergence we initialize our algorithm with the nearest pair of points from opposite classes. We then use an optimization based approach to increase or prune the candidate support vector set. The algorithm makes repeated passes over the data to satisfy the KKT constraints. The memory requirements of our algorithm scale as O(|SI|2) in the average case, where |S| is the size of the support vector set. We show that the algorithm is extremely competitive as compared to other conventional iterative algorithms like SMO and the NPA. We present results on a variety of real life datasets to validate our claims
Keywords :
iterative methods; learning (artificial intelligence); learning automata; neural nets; optimisation; pattern classification; backtracking; convergence; greedy algorithm; iterative algorithm; machine learning; memory requirements; optimization; pattern classification; support vector machines; support vector set; Automation; Convergence; Iterative algorithms; Kernel; Machine learning; Machine learning algorithms; Memory management; Support vector machine classification; Support vector machines; Symmetric matrices;
Conference_Titel :
Neural Networks, 2002. IJCNN '02. Proceedings of the 2002 International Joint Conference on
Conference_Location :
Honolulu, HI
Print_ISBN :
0-7803-7278-6
DOI :
10.1109/IJCNN.2002.1007516