Incremental Linear Discriminant Analysis Using Sufficient Spanning Set Approximations
Abstract
This paper presents a new incremental learning solution for linear discriminant analysis (LDA). We apply the concept of the sufficient spanning set approximation in each update step, i.e. for the between-class scatter matrix, the projected data matrix as well as the total scatter matrix. The algorithm yields a more general and efficient solution to incremental LDA than previous methods. It also significantly reduces the computational complexity while providing a solution which closely agrees with the batch LDA result. The proposed algorithm has a time complexity of O(Nd <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">2</sup> ) and requires O(Nd) space, where d is the reduced subspace dimension and N the data dimension. We show two applications of incremental LDA: First, the method is applied to semi-supervised learning by integrating it into an EM framework. Secondly, we apply it to the task of merging large databases which were collected during MPEG standardization for face image retrieval.
Cite
Text
Kim et al. "Incremental Linear Discriminant Analysis Using Sufficient Spanning Set Approximations." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2007. doi:10.1109/CVPR.2007.382985Markdown
[Kim et al. "Incremental Linear Discriminant Analysis Using Sufficient Spanning Set Approximations." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2007.](https://mlanthology.org/cvpr/2007/kim2007cvpr-incremental/) doi:10.1109/CVPR.2007.382985BibTeX
@inproceedings{kim2007cvpr-incremental,
title = {{Incremental Linear Discriminant Analysis Using Sufficient Spanning Set Approximations}},
author = {Kim, Tae-Kyun and Wong, Shu-Fai and Stenger, Björn and Kittler, Josef and Cipolla, Roberto},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2007},
doi = {10.1109/CVPR.2007.382985},
url = {https://mlanthology.org/cvpr/2007/kim2007cvpr-incremental/}
}