Locality Sensitive Discriminant Analysis

Abstract

Linear Discriminant Analysis (LDA) is a popular data-analytic tool for studying the class relationship between data points. A major disadvantage of LDA is that it fails to discover the local geometrical structure of the data manifold. In this paper, we introduce a novel linear algorithm for discriminant analysis, called {\bf Locality Sensitive Discriminant Analysis} (LSDA). When there is no sufficient training samples, local structure is generally more important than global structure for discriminant analysis. By discovering the local manifold structure, LSDA finds a projection which maximizes the margin between data points from different classes at each local area. Specifically, the data points are mapped into a subspace in which the nearby points with the same label are close to each other while the nearby points with different labels are far apart. Experiments carried out on several standard face databases show a clear improvement over the results of LDA-based recognition.

Cite

Text

Cai et al. "Locality Sensitive Discriminant Analysis." International Joint Conference on Artificial Intelligence, 2007.

Markdown

[Cai et al. "Locality Sensitive Discriminant Analysis." International Joint Conference on Artificial Intelligence, 2007.](https://mlanthology.org/ijcai/2007/cai2007ijcai-locality/)

BibTeX

@inproceedings{cai2007ijcai-locality,
  title     = {{Locality Sensitive Discriminant Analysis}},
  author    = {Cai, Deng and He, Xiaofei and Zhou, Kun and Han, Jiawei and Bao, Hujun},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2007},
  pages     = {708-713},
  url       = {https://mlanthology.org/ijcai/2007/cai2007ijcai-locality/}
}