Giter Site home page Giter Site logo

onlinelrr-icml2016's Introduction

This code is used for the ICML 2016 work "Online Low-Rank Subspace Clustering by Basis Dictionary Pursuit", Jie Shen, Ping Li, Huan Xu.
Feel free to use it for research purpose.

We make the code highly separable and thus flexible, i.e., each file only include one function to do one thing.

1. How to use

In the Matlab command window, run

>> DEMO.m

This should reproduce all the figures in our paper.

If there is any issue in the code or you have any gentle feedback, please contact Jie Shen: [email protected]


2. Baseline code

* OR-PCA is implemented by Jiashi Feng in his NIPS 2013 work "Online Robust PCA via Stochastic Optimization"

* PCP (i.e. inexact_alm_rpca) is implemented by Zhouchen Lin. See his homepage http://www.cis.pku.edu.cn/faculty/vision/zlin/zlin.htm for a newly released version of inexact ALM.

* PROPACK is invoked by PCP, which can be downloaded at http://sun.stanford.edu/~rmunk/PROPACK/

* LRR/LRR2 is implemented by Guangcan Liu. See his homepage https://sites.google.com/site/guangcanliu/

* SSC is available at Ehsan Elhamifar's homepage http://www.ccs.neu.edu/home/eelhami/codes.htm (we use the ADMM version)

* For the function "Misclassification.m" in the SSC toolkit, it invokes "missclassGroups.m" which is not efficient. We download "Hungarian.m" which is a considerably efficient implementation. See http://www.mathworks.com/matlabcentral/fileexchange/47544-point-clustering-via-voting-maximization/content/Hungarian.m

* As we mentioned in the paper, SSC attempted to post-process the solution "X" which makes it tricky to understand the effectiveness of the algorithms. Therefore, we remove these operations. In particular, in line 43 of the file "SSC/SSC.m", we use

CKSym = BuildAdjacency(C);

instead of the original one

CKSym = BuildAdjacency(thrC(C,rho));


3. How to cite

If this code is useful for your research, please kindly cite our work:

@inproceedings{shen2016online,
  title 	= {Online Low-Rank Subspace Clustering by Basis Dictionary Pursuit},
  author	= {Jie Shen and Ping Li and Huan Xu},
  booktitle	= {Proceedings of the 33rd International Conference on Machine Learning},
  pages		= {622--631},
  year		= {2016}
}

onlinelrr-icml2016's People

Contributors

jieshen-sjtu avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

mq-jonathan-xu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.