Learning a Self-Expressive Network for Subspace Clustering
Shangzhi Zhang, Chong You, Ren\'e Vidal, Chun-Guang Li

TL;DR
This paper introduces SENet, a neural network-based framework for subspace clustering that generalizes to out-of-sample data and scales well to large datasets, showing competitive results on multiple benchmarks.
Contribution
The paper proposes SENet, a novel neural network model that learns self-expressive representations for subspace clustering, addressing generalization and scalability issues of prior methods.
Findings
SENet effectively handles out-of-sample data.
SENet performs well on large-scale datasets.
Achieves state-of-the-art results on CIFAR-10.
Abstract
State-of-the-art subspace clustering methods are based on 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace and Expression Recognition · Video Surveillance and Tracking Methods · Music and Audio Processing
MethodsKaiming Initialization · Average Pooling · Global Average Pooling · Max Pooling · Sigmoid Activation · Softmax · Dense Connections · Convolution · *Communicated@Fast*How Do I Communicate to Expedia? · Squeeze-and-Excitation Block
