Matlab Codes for dimensionality reduction (subspace learning) If your find these algoirthms and data sets useful, we appre Ciate it very much if can cite we related works: (Publications sort by topic)
Deng Cai, Xiaofei He, Jiawei Han, and Hong-jiang Zhang, "orthogonal laplacianfaces to face recognition", in IEEE TIP, 2006.
BibTeX source Deng Cai, Xiaofei He, and Jiawei Han, "Document clustering Using locality preserving-indexing", I n IEEE tkde, 2005.
BibTeX source Deng Cai, Xiaofei He and Jiawei Han, "semi-supervised discriminant analysis", I CCV ' 07.
BibTeX source Deng Cai, Xiaofei He, Yuxiao Hu, Jiawei Han and Thomas Huang, "Learning a spatially Smooth SubSpace for face recognition ", CVPR ' 07.
BibTeX source Xiaofei The He, Shuicheng Yan, Yuxiao Hu, Partha Niyogi, and Hong-jiang Zhang, "Face recognition Using laplacianfaces", in IEEE Tpami, 2005.
BibTeX Source Xiaofei He and Partha Niyogi, "locality preserving projections", NIPS, 2003.
BibTeX source Algorithms
Some General functions eudist2:calculate the Euclidean distance matrix of two data matrix. Mysvd:an efficient SVD. Normalizefea:normalize the data matrix. Constructw:function used to construct the affinity matrix. Constructkernel:function used to construct the kernel matrix. Analysis of Pca:principal Component
Analysis of Kpca:kernel Principal Component
LGE: (regularized) Linear Graph Embedding (provides a general framework for Graph based subspace. This function is called by LPP, NPE, Isoprojection, LSDA, MMP ...)
Olge: (regularized) orthogonal Linear graph embedding (provides a general framework for Graph based subspace Learning (ORT hogonal basis vectors). This function is called by OLPP. It is also very easy to develop ONPE, oisoprojection, OLSDA, MMP ...)
Tensorlge:tensor Linear Graph Embedding (provides a general framework for Graph based Tensor subspace. This function is called by TENSORLPP. It is also very easy to develop TENSORNPE, tensorisoprojection, TENSORLSDA, tensormmp ...)
Kge: (regularized) Kernel Graph Embedding (provides a general framework for Graph based Kernel subspace. This function is called by KERNELLPP. It is also very easy to develop KERNELNPE, kernelisoprojection, KERNELLSDA, kernelmmp ...)
Deng Cai, Xiaofei He and Jiawei Han, "Spectral regression for efficient regularized subspace Learning", ICCV ' 07.
BibTeX source Deng Cai, Xiaofei He, Yuxiao Hu, Jiawei Han and Thomas Huang, Learning a spatially Smooth Recognition ", CVPR ' 07.
BibTeX source LDA: (regularized) Linear discriminant analysis (Generally, LDA can also use LGE as a subroutine. However, we can use the special graph structure of LDA to obtain some computational.)
KDA: (regularized) Kernel discriminant analysis (Generally, KDA can also use Kge as a subroutine. However, we can use the special graph structure of KDA to obtain some computational.)
Deng Cai, Xiaofei He and Jiawei Han, "srda:an efficient algorithm for large-scale analysis", IEEE discriminant 2008.
BibTeX source Deng Cai, Xiaofei He, Jiawei Han, "Speed-up Kernel-discriminant analysis", the VLDB Journal, 2011.
BibTeX source lpp:locality Preserving projection (you need to download LGE.M as OK as constructw.m).
Olpp:orthogonal locality preserving projections (you need to download OLGE.M as OK as CONSTRUCTW.M)
Tensorlpp:tensor locality preserving projections (you need to download TENSORLGE.M as OK as CONSTRUCTW.M)
Kernellpp:kernel locality preserving projections (you need to download KGE.M as OK as CONSTRUCTW.M)
Deng Cai, Xiaofei He, Jiawei Han, and Hong-jiang Zhang, "orthogonal laplacianfaces to face recognition", in IEEE TIP, 200 6.
BibTeX source Xiaofei He, Deng Cai, and Partha Niyogi, "Tensor-subspace Analysis", NIPS 2005.
BibTeX source Xiaofei He, Shuicheng Yan, Yuxiao Hu, Partha Niyogi, and Hong-jiang Zhang, "Face recognition Using Laplacian Faces ", in IEEE Tpami, 2005.
BibTeX source Xiaofei He and Partha Niyogi, "locality preserving projections", NIPS 16, 2003.
BibTeX source Npe:neighborhood Preserving embedding (you need to download LGE.M)
Xiaofei He, Deng Cai, Shuicheng Yan and Hong-jiang Zhang, "neighborhood preserving embedding," ICCV 2005.
BibTeX source Isoprojection:isometric projection (you need to download LGE.M)
Dijkstra.mexw32 (for 32bit Windows)
Dijkstra.mexw64 (for 64bit Windows)
DIJKSTRA.MEXGLX (for Linux): Dijkstra algorithm (your can download the source code at here)
Deng Cai, Xiaofei He, and Jiawei Han, "isometric projection," Aaai 2007.
BibTeX source lsda:locality Sensitive discriminant analysis (with need to download LGE.M)
Deng Cai, Xiaofei He, Kun Zhou, Jiawei Han and Hujun Bao, "locality sensitive the analysis," discriminant ' 07.
BibTeX Source sda:semi-supervised discriminant Analysis
Deng Cai, Xiaofei He and Jiawei Han, "semi-supervised discriminant analysis", ICCV ' 07.
BibTeX Source
Mmp:maximum Margin Projection
Xiaofei He, Deng Cai, Jiawei Han, "Learning a Maximum Margin subspace for Image retrieval," TKDE 2008
BibTeX source Genspatialsmoothregularizer:generate The spatially smooth Regularizer
Deng Cai, Xiaofei He, Yuxiao Hu, Jiawei Han and Thomas Huang, "Learning a spatially Smooth for the face subspace", CVPR ' 07.
BibTeX Source
Return to codes and Data
From:http://www.cad.zju.edu.cn/home/dengcai/data/dimensionreduction.html