Cascade Subspace Clustering

Abstract

In this paper, we recast the subspace clustering as a verification problem. Our idea comes from an assumption that the distribution between a given sample x and cluster centers Omega is invariant to different distance metrics on the manifold, where each distribution is defined as a probability map (i.e. soft-assignment) between x and Omega. To verify this so-called invariance of distribution, we propose a deep learning based subspace clustering method which simultaneously learns a compact representation using a neural network and a clustering assignment by minimizing the discrepancy between pair-wise sample-centers distributions. To the best of our knowledge, this is the first work to reformulate clustering as a verification problem. Moreover, the proposed method is also one of the first several cascade clustering models which jointly learn representation and clustering in end-to-end manner. Extensive experimental results show the effectiveness of our algorithm comparing with 11 state-of-the-art clustering approaches on four data sets regarding to four evaluation metrics.

Cite

Text

Peng et al. "Cascade Subspace Clustering." AAAI Conference on Artificial Intelligence, 2017. doi:10.1609/AAAI.V31I1.10824

Markdown

[Peng et al. "Cascade Subspace Clustering." AAAI Conference on Artificial Intelligence, 2017.](https://mlanthology.org/aaai/2017/peng2017aaai-cascade/) doi:10.1609/AAAI.V31I1.10824

BibTeX

@inproceedings{peng2017aaai-cascade,
  title     = {{Cascade Subspace Clustering}},
  author    = {Peng, Xi and Feng, Jiashi and Lu, Jiwen and Yau, Wei-Yun and Yi, Zhang},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2017},
  pages     = {2478-2484},
  doi       = {10.1609/AAAI.V31I1.10824},
  url       = {https://mlanthology.org/aaai/2017/peng2017aaai-cascade/}
}