Expectation-Maximization for Sparse and Non-Negative PCA
Abstract
We study the problem of finding the dominant eigenvector of the sample covariance matrix, under additional constraints on its elements: a cardinality constraint limits the number of non-zero elements, and non-negativity forces the elements to have equal sign. This problem is known as sparse and non-negative principal component analysis (PCA), and has many applications including dimensionality reduction and feature selection. Based on expectation-maximization for probabilistic PCA, we present an algorithm for any combination of these constraints. Its complexity is at most quadratic in the number of dimensions of the data. We demonstrate significant improvements in performance and computational efficiency compared to the state-of-the-art, using large data sets from biology and computer vision.
Cite
Text
Sigg and Buhmann. "Expectation-Maximization for Sparse and Non-Negative PCA." International Conference on Machine Learning, 2008. doi:10.1145/1390156.1390277Markdown
[Sigg and Buhmann. "Expectation-Maximization for Sparse and Non-Negative PCA." International Conference on Machine Learning, 2008.](https://mlanthology.org/icml/2008/sigg2008icml-expectation/) doi:10.1145/1390156.1390277BibTeX
@inproceedings{sigg2008icml-expectation,
title = {{Expectation-Maximization for Sparse and Non-Negative PCA}},
author = {Sigg, Christian D. and Buhmann, Joachim M.},
booktitle = {International Conference on Machine Learning},
year = {2008},
pages = {960-967},
doi = {10.1145/1390156.1390277},
url = {https://mlanthology.org/icml/2008/sigg2008icml-expectation/}
}