stephenbeckr / fastRPCA

Matlab code for all variants of robust PCA and SPCP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fastRPCA

Matlab code for all variants of robust PCA and SPCP. This implements the code from the conference paper "A variational approach to stable principal component pursuit" by Aravkin, Becker, Cevher, Olsen; UAI 2014.

Not only is this code fast, but it is the only code we know of that solves all common stable principal component pursuit (SPCP) variants, including the new variants we introduced in the paper. All these variants are in some sense equivalent, but some of them are easier to solve, and some have parameters that are easier to estimate. See the paper for details

More info on robust PCA and stable principal component pursuit (websites with software, review articles, etc.)

Citation

bibtex:

@inproceedings{aravkin2014,
    author       = "Aravkin, A. and Becker, S. and Cevher, V. and Olsen, P.",
    title        = "A variational approach to stable principal component pursuit",
    booktitle    = "Conference on Uncertainty in Artificial Intelligence (UAI)",
    year         = "2014",
    month        = "July",
}

Code and installation

The code runs on MATLAB and does not require any mex files or installation. Just unzip the file and you are set. Run setup_fastRPCA to set the correct paths, and try the demos directory for sample usage of the code.

View fastRPCA on File Exchange

Authors

The code was developed by all the authors of the UAI paper, but primary development is due to Stephen Becker and Aleksandr (Sasha) Aravkin (when both were at IBM Research). Further contributions are welcome.

Contact us

About

Matlab code for all variants of robust PCA and SPCP

License:Other


Languages

Language:MATLAB 100.0%