paper-with-me

Papers

Scalable Deep $k$-Subspace Clustering

2018-11-02 · Tong Zhang, Pan Ji, Mehrtash Harandi, Richard Hartley, Ian Reid

Subspace clustering algorithms are notorious for their scalability issues because building and processing large affinity matrices are demanding. In this paper, we introduce a method that simultaneously learns an embedding space along subspaces within it to minimize a notion of reconstruction error, thus addressing the problem of subspace clustering in an end-to-end learning paradigm. To achieve our goal, we propose a scheme to update subspaces within a deep neural network. This in turn frees us from the need of having an affinity matrix to perform clustering. Unlike previous attempts, our method can easily scale up to large datasets, making it unique in the context of unsupervised learning with deep architectures. Our experiments show that our method significantly improves the clustering accuracy while enjoying cheaper memory footprints.

📄 PDF Abstract BibTeX arXiv:1811.01045

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Scalable Sparse Subspace Clustering via Ordered Weighted $\ell_1$ Regression

2018-07-10 · Urvashi Oswal, Robert Nowak

The main contribution of the paper is a new approach to subspace clustering that is significantly more computationally efficient and scalable than existing state-of-the-art methods. The central idea is to modify the regr…

Clusteringregression

Scalable Deep Subspace Clustering Network

2025-12-24 · Nairouz Mrabah, Mohamed Bouguessa, Sihem Sami arxiv

Subspace clustering methods face inherent scalability limits due to the $O(n^3)$ cost (with $n$ denoting the number of data samples) of constructing full $n\times n$ affinities and performing spectral decomposition. Whil…

Computational Efficiency

Subspace Clustering of Subspaces: Unifying Canonical Correlation Analysis and Subspace Clustering

2025-09-23 · Paris A. Karakasis, Nicholas D. Sidiropoulos arxiv

We introduce a novel framework for clustering a collection of tall matrices based on their column spaces, a problem we term Subspace Clustering of Subspaces (SCoS). Unlike traditional subspace clustering methods that ass…

Selective Sampling-based Scalable Sparse Subspace Clustering

2019-12-01 · NeurIPS 2019 12 · Shin Matsushima, Maria Brbic

Sparse subspace clustering (SSC) represents each data point as a sparse linear combination of other data points in the dataset. In the representation learning step SSC finds a lower dimensional representation of data poi…

ClusteringRepresentation Learning

Oracle Based Active Set Algorithm for Scalable Elastic Net Subspace Clustering

2016-05-09 · CVPR 2016 6 · Chong You, Chun-Guang Li, Daniel P. Robinson, Rene Vidal

State-of-the-art subspace clustering methods are based on expressing each data point as a linear combination of other data points while regularizing the matrix of coefficients with $\ell_1$, $\ell_2$ or nuclear norms. $\…

ClusteringImage Clustering