Title :
Fast cross-validation of kernel Fisher discriminant classifiers
Author :
An, Senjian ; Liu, Wanquan ; Venkatesh, Svetha
Author_Institution :
Dept. of Comput., Curtin Univ. of Technol., Bentley, WA, Australia
Abstract :
Given n training examples, the training of a kernel Fisher discriminant (KFD) classifier corresponds to solving a linear system of dimension n. In cross-validating KFD, the training examples are split into 2 distinct subsets for a number of times (L) wherein a subset of m examples is used for validation and the other subset of (n - m) examples is used for training the classifier. In this case L linear systems of dimension (n - m) need to be solved. We propose a novel method for cross-validation of KFD in which instead of solving L linear systems of dimension (n - m), we compute the inverse of an n × n matrix and solve L linear systems of dimension 2m, thereby reducing the complexity when L is large and/or m is small. For typical 10-fold and leave-one-out cross-validations, the proposed algorithm is approximately 4 and ( 4/9 n ) times respectively as efficient as the naive implementations. Simulations are provided to demonstrate the efficiency of the proposed algorithms.
Keywords :
learning (artificial intelligence); matrix algebra; pattern classification; classifier training; fast cross-validation; kernel Fisher discriminant classifiers; linear system; matrix inversion; Analytical models; Computational complexity; Kernel; Least squares approximation; Least squares methods; Linear discriminant analysis; Linear systems; Machine learning algorithms; Support vector machine classification; Support vector machines;
Conference_Titel :
Machine Learning and Applications, 2005. Proceedings. Fourth International Conference on
Print_ISBN :
0-7695-2495-8
DOI :
10.1109/ICMLA.2005.31