All Projects → mbrbic → Multi-view-LRSSC

mbrbic / Multi-view-LRSSC

Licence: other
Matlab implementation of multi-view low-rank sparse subspace clustering

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to Multi-view-LRSSC

awesome-multi-view-clustering
collections for advanced, novel multi-view clustering methods(papers , codes and datasets)
Stars: ✭ 247 (+502.44%)
Mutual labels:  multi-view-clustering, subspace-clustering
DSMO.course
Data Science and Matrix Optimization course
Stars: ✭ 64 (+56.1%)
Mutual labels:  subspace-clustering
libROM
Model reduction library with an emphasis on large scale parallelism and linear subspace methods
Stars: ✭ 66 (+60.98%)
Mutual labels:  subspace-learning
moses
Streaming, Memory-Limited, r-truncated SVD Revisited!
Stars: ✭ 19 (-53.66%)
Mutual labels:  subspace-learning
OLSTEC
OnLine Low-rank Subspace tracking by TEnsor CP Decomposition in Matlab: Version 1.0.1
Stars: ✭ 30 (-26.83%)
Mutual labels:  subspace-learning
Clustering Algorithms from Scratch
Implementing Clustering Algorithms from scratch in MATLAB and Python
Stars: ✭ 170 (+314.63%)
Mutual labels:  subspace-clustering

MultiViewLRSSC

MATLAB implementation of Multi-view Low-rank Sparse Subspace Clustering Algorithm.

Datasets

The datasets used in the paper can be found in the 'datasets' directory. UCI digit and Reuters datasets are from the UCI Machine Learning Repository. For Reuters dataset random sample of 100 documents per class is generated, resulting in a dataset consisting of 600 documents. 3-sources dataset is from the University College Dublin. Of 948 articles, we used 169 articles available in all three sources.
Prokaryotic phyla dataset contains 551 prokaryotic species described with heterogeneous multi-view data including textual data and different genomic representations. Textual data consists of bag-of-words representation of documents describing prokaryotic species, while genomic representations include the proteome composition and gene repertoire representations. Proteome composition is encoded as the relative frequencies of amino acids and gene repertoire is encoded as the presence/absence indicators of gene families in a genome. We applied PCA on each of the three views separately and retain principal components explaining 90% of the variance. Each species in the dataset is labeled with the phylum it belongs to (cluster assignments).

Citing

If you find our repository useful, please consider citing "Multi-view Low-rank Sparse Subspace Clustering" by Maria Brbic and Ivica Kopriva.

@article{brbic2018mlrscc,
    title={Multi-view Low-rank Sparse Subspace Clustering},
    author={Brbi\'c, Maria and Kopriva, Ivica},
    journal={Pattern Recognition},
    volume={73},
    pages={247--258},
    year={2018},
    doi = {https://doi.org/10.1016/j.patcog.2017.08.024}
}

Acknowledgements

This research project is supported by the Croatian Science Foundation grant IP-2016-06-5235 (Structured Decompositions of Empirical Data for Computationally-Assisted Diagnoses of Disease) and by the Croatian Science Foundation grant HRZZ-9623 (Descriptive Induction).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].