An open API service indexing awesome lists of open source software.

https://github.com/andrewssobral/mctc4bmi

Matrix and Tensor Completion for Background Model Initialization
https://github.com/andrewssobral/mctc4bmi

background-modeling matlab matrix matrix-completion tensor-completion tensors

Last synced: about 1 year ago
JSON representation

Matrix and Tensor Completion for Background Model Initialization

Awesome Lists containing this project

README

          

[![View mctc4bmi on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/88738-mctc4bmi)

# mctc4bmi
Matrix and Tensor Completion for Background Model Initialization



### Usage example
Please refer to [main.m](https://github.com/andrewssobral/mctc4bmi/blob/master/main.m) and [demo.m](https://github.com/andrewssobral/mctc4bmi/blob/master/demo.m) files.

### Citation
If you use this code for your publications, please cite it as:
```
@article{sobral_sbmi_prl_2016,
title = {Matrix and Tensor Completion Algorithms for Background Model Initialization: A Comparative Evaluation},
author = {Sobral, A. and Zahzah, E.},
journal = {Pattern Recognition Letters},
doi = {10.1016/j.patrec.2016.12.019},
issn = {01678655},
year = {2016}
}
```

### Methods
List of the algorithms:

----------------------------------------------
|Type |Algorithm name
(click to see the source code)
| Author(s) |
|----------------|--------------------------------------------------------------|----------------------|
|**Matrix Completion**| | |
| | [GROUSE](https://github.com/andrewssobral/mctc4bmi/blob/master/algs_mc/GROUSE) | [Balzano and Wright (2013)](http://ieeexplore.ieee.org/document/6713992/) |
| | [IALM](https://github.com/andrewssobral/mctc4bmi/blob/master/algs_mc/IALM) | [Lin et al.(2010)](https://arxiv.org/abs/1009.5055) |
| | [LMaFit](https://github.com/andrewssobral/mctc4bmi/blob/master/algs_mc/LMaFit) | [Wen et al.(2012)](http://link.springer.com/article/10.1007/s12532-012-0044-1) |
| | [LRGeomCG](https://github.com/andrewssobral/mctc4bmi/blob/master/algs_mc/LRGeomCG) | [Vandereycken (2013)](https://arxiv.org/abs/1209.3834) |
| | [MC-NMF](https://github.com/andrewssobral/mctc4bmi/blob/master/algs_mc/MC-NMF) | [Xu et al.(2012)](https://arxiv.org/abs/1103.1168) |
| | [OptSpace](https://github.com/andrewssobral/mctc4bmi/blob/master/algs_mc/OptSpace) | [Keshavan et al.(2010)](https://arxiv.org/abs/0906.2027) |
| | [OR1MP](https://github.com/andrewssobral/mctc4bmi/blob/master/algs_mc/OR1MP) | [Wang et al.(2015)](https://arxiv.org/abs/1404.1377) |
| | [RMAMR](https://github.com/andrewssobral/mctc4bmi/blob/master/algs_mc/RMAMR) | [Ye et al.(2015)](http://ieeexplore.ieee.org/abstract/document/7014298/) |
| | [ScGrassMC](https://github.com/andrewssobral/mctc4bmi/blob/master/algs_mc/ScGrassMC) | [Ngo and Saad (2012)](http://dl.acm.org/citation.cfm?id=2999292) |
| | [SVP](https://github.com/andrewssobral/mctc4bmi/blob/master/algs_mc/SVP) | [Jain et al.(2010)](https://arxiv.org/abs/0909.5457) |
|**Tensor Completion**| | |
| | [BCPF](https://github.com/andrewssobral/mctc4bmi/tree/master/algs_tc/BCPF) | [Zhao et al. (2015)](https://arxiv.org/abs/1401.6497) |
| | [geomCG](https://github.com/andrewssobral/mctc4bmi/tree/master/algs_tc/geomCG) | [Kressner et al. (2013)](http://link.springer.com/article/10.1007/s10543-013-0455-z) |
| | [LRTC](https://github.com/andrewssobral/mctc4bmi/tree/master/algs_tc/LRTC) | [Liu et al. (2013)](http://ieeexplore.ieee.org/document/6138863/) |
| | [NCPC](https://github.com/andrewssobral/mctc4bmi/tree/master/algs_tc/NCPC) | [Xu et al. (2013)](http://epubs.siam.org/doi/abs/10.1137/120887795) |
| | [HoRPCA-IALM](https://github.com/andrewssobral/mctc4bmi/tree/master/algs_tc/RLRT) | [Goldfarb and Qin (2013)](https://arxiv.org/abs/1311.6182) |
| | [SPC](https://github.com/andrewssobral/mctc4bmi/tree/master/algs_tc/SPC) | [Yokota et al. (2016)](https://arxiv.org/abs/1505.06611) |
| | [TenALS](https://github.com/andrewssobral/mctc4bmi/tree/master/algs_tc/TenALS) | [Jain and Oh (2014)](https://arxiv.org/abs/1406.2784) |
| | [TMac](https://github.com/andrewssobral/mctc4bmi/tree/master/algs_tc/TMac) | [Xu et al. (2015)](https://arxiv.org/abs/1312.1254) |
| | [tSVD](https://github.com/andrewssobral/mctc4bmi/tree/master/algs_tc/tSVD) | [Zhang et al. (2014)](https://arxiv.org/abs/1407.1785) |
| | [t-TNN](https://github.com/andrewssobral/mctc4bmi/tree/master/algs_tc/t-TNN) | [Hu et al. (2015)](https://arxiv.org/abs/1509.02027) |