Semi-Supervised Discriminant Analysis Using Robust Path-Based Similarity

Abstract

Linear Discriminant Analysis (LDA), which works by maximizing the within-class similarity and minimizing the between-class similarity simultaneously, is a popular dimensionality reduction technique in pattern recognition and machine learning. In real-world applications when labeled data are limited, LDA does not work well. Under many situations, however, it is easy to obtain unlabeled data in large quantities. In this paper, we propose a novel dimensionality reduction method, called Semi-Supervised Discriminant Analysis (SSDA), which can utilize both labeled and unlabeled data to perform dimensionality reduction in the semi-supervised setting. Our method uses a robust path-based similarity measure to capture the manifold structure of the data and then uses the obtained similarity to maximize the separability between different classes. A kernel extension of the proposed method for nonlinear dimensionality reduction in the semi-supervised setting is also presented. Experiments on face recognition demonstrate the effectiveness of the proposed method.

Cite

Text

Zhang and Yeung. "Semi-Supervised Discriminant Analysis Using Robust Path-Based Similarity." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2008. doi:10.1109/CVPR.2008.4587357

Markdown

[Zhang and Yeung. "Semi-Supervised Discriminant Analysis Using Robust Path-Based Similarity." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2008.](https://mlanthology.org/cvpr/2008/zhang2008cvpr-semi/) doi:10.1109/CVPR.2008.4587357

BibTeX

@inproceedings{zhang2008cvpr-semi,
  title     = {{Semi-Supervised Discriminant Analysis Using Robust Path-Based Similarity}},
  author    = {Zhang, Yu and Yeung, Dit-Yan},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2008},
  doi       = {10.1109/CVPR.2008.4587357},
  url       = {https://mlanthology.org/cvpr/2008/zhang2008cvpr-semi/}
}