TL;DR
This paper introduces a pseudo-supervised deep subspace clustering method that leverages pairwise similarity, pseudo-graphs, and pseudo-labels to improve clustering performance and reduce memory costs, outperforming existing approaches.
Contribution
It proposes a novel pseudo-supervised framework that enhances deep subspace clustering by integrating similarity learning with pseudo-labels and pseudo-graphs, addressing memory and scalability issues.
Findings
Outperforms existing deep subspace clustering methods on benchmark datasets.
Effectively handles large-scale and out-of-sample data with k-nearest neighbors.
Reduces memory consumption compared to traditional self-expression layer approaches.
Abstract
Auto-Encoder (AE)-based deep subspace clustering (DSC) methods have achieved impressive performance due to the powerful representation extracted using deep neural networks while prioritizing categorical separability. However, self-reconstruction loss of an AE ignores rich useful relation information and might lead to indiscriminative representation, which inevitably degrades the clustering performance. It is also challenging to learn high-level similarity without feeding semantic labels. Another unsolved problem facing DSC is the huge memory cost due to similarity matrix, which is incurred by the self-expression layer between an encoder and decoder. To tackle these problems, we use pairwise similarity to weigh the reconstruction loss to capture local structure information, while a similarity is learned by the self-expression layer. Pseudo-graphs and pseudo-labels, which…
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
MethodsAutoencoders
