English

Scalable Deep Subspace Clustering Network

Computer Vision and Pattern Recognition 2025-12-29 v1 Machine Learning

Abstract

Subspace clustering methods face inherent scalability limits due to the O(n3)O(n^3) cost (with nn denoting the number of data samples) of constructing full n×nn\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 O(n)\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.

Keywords

Cite

@article{arxiv.2512.21434,
  title  = {Scalable Deep Subspace Clustering Network},
  author = {Nairouz Mrabah and Mohamed Bouguessa and Sihem Sami},
  journal= {arXiv preprint arXiv:2512.21434},
  year   = {2025}
}

Comments

Published at the 2025 IEEE 12th International Conference on Data Science and Advanced Analytics (DSAA)

R2 v1 2026-07-01T08:40:28.906Z