Learning a Self-Expressive Network for Subspace Clustering

Abstract

State-of-the-art subspace clustering methods are based on the self-expressive model, which represents each data point as a linear combination of other data points. However, such methods are designed for a finite sample dataset and lack the ability to generalize to out-of-sample data. Moreover, since the number of self-expressive coefficients grows quadratically with the number of data points, their ability to handle large-scale datasets is often limited. In this paper, we propose a novel framework for subspace clustering, termed Self-Expressive Network (SENet), which employs a properly designed neural network to learn a self-expressive representation of the data. We show that our SENet can not only learn the self-expressive coefficients with desired properties on the training data, but also handle out-of-sample data. Besides, we show that SENet can also be leveraged to perform subspace clustering on large-scale datasets. Extensive experiments conducted on synthetic data and real world benchmark data validate the effectiveness of the proposed method. In particular, SENet yields highly competitive performance on MNIST, Fashion MNIST and Extended MNIST and state-of-the-art performance on CIFAR-10.

Cite

Text

Zhang et al. "Learning a Self-Expressive Network for Subspace Clustering." Conference on Computer Vision and Pattern Recognition, 2021. doi:10.1109/CVPR46437.2021.01221

Markdown

[Zhang et al. "Learning a Self-Expressive Network for Subspace Clustering." Conference on Computer Vision and Pattern Recognition, 2021.](https://mlanthology.org/cvpr/2021/zhang2021cvpr-learning-d/) doi:10.1109/CVPR46437.2021.01221

BibTeX

@inproceedings{zhang2021cvpr-learning-d,
  title     = {{Learning a Self-Expressive Network for Subspace Clustering}},
  author    = {Zhang, Shangzhi and You, Chong and Vidal, Rene and Li, Chun-Guang},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2021},
  pages     = {12393-12403},
  doi       = {10.1109/CVPR46437.2021.01221},
  url       = {https://mlanthology.org/cvpr/2021/zhang2021cvpr-learning-d/}
}