(Matlab) Codes and Datasets for Subspace Learning (Dimensionality Reduction)


We provide here some matlab codes of subspace learning algorithms, as well as some datasets in matlab format. All these codes and data sets are used in our experiments. The processed data in matlab format can only be used for non-commercial purpose.

If you have some problems or find some bugs in the codes, please email: dengcai2 AT cs DOT uiuc DOT edu


If you find these algoirthms and data sets useful, we appreciate it very much if you can cite our following works:

@article{CHH08,
author = {Deng Cai and Xiaofei He and Jiawei Han},
title = {SRDA: An Efficient Algorithm for Large-Scale Discriminant Analysis},
journal = {IEEE Trans. on Knowl. and Data Eng.},
volume = {20},
number = {1},
year = {2008},
pages = {1--12}}

@Inproceedings{CHH07b,
author = "Deng Cai and Xiaofei He and Jiawei Han",
title = "Spectral Regression for Efficient Regularized Subspace Learning",
booktitle = "IEEE International Conference on Computer Vision (ICCV)",
year = "2007"}

@Inproceedings{CHH07a,
author = "Deng Cai and Xiaofei He and Jiawei Han",
title = "Semi-Supervised Discriminant Analysis",
booktitle = "IEEE International Conference on Computer Vision (ICCV)",
year = "2007"}

@Article{CHHZ06,
author = "Deng Cai and Xiaofei He and Jiawei Han and Hong-Jiang Zhang",
title = "Orthogonal Laplacianfaces for Face Recognition",
journal = "IEEE Trans. Image Processing",
year = 2006,
volume = 15,
number = 11,
pages= "3608-3614"}

@Article{HYHNZ05,
author = "Xiaofei He and Shuicheng Yan and Yuxiao Hu and Partha Niyogi and Hong-Jiang Zhang",
title = "Face Recognition Using Laplacianfaces",
journal = "IEEE Trans. Pattern Anal. Mach. Intelligence",
year = 2005,
volume = 27,
number = 3,
pages= "328-340"}

@Inproceedings{HN03,
author = "Xiaofei He and Partha Niyogi",
title = " Locality Preserving Projections",
booktitle = "Advances in Neural Information Processing Systems 16",
year = "2003"}


Learning algorithms

All the codes have been rewritten. You can download the old version at here .


Data sets in matlab format


Reproducing experimental results


Return to Deng Cai's Homepage