paper-with-me

Papers

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. While deep learning-based approaches improve feature extraction, they maintain this computational bottleneck through exhaustive pairwise similarity computations. We propose SDSNet (Scalable Deep Subspace Network), a deep subspace clustering framework that achieves $\mathcal{O}(n)$ complexity through (1) landmark-based approximation, avoiding full affinity matrices, (2) joint optimization of auto-encoder reconstruction with self-expression objectives, and (3) direct spectral clustering on factorized representations. The framework combines convolutional auto-encoders with subspace-preserving constraints. Experimental results demonstrate that SDSNet achieves comparable clustering quality to state-of-the-art methods with significantly improved computational efficiency.

📄 PDF Abstract BibTeX arXiv:2512.21434

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

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

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

Scalable Deep $k$-Subspace Clustering

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

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 embeddin…

Clustering

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