Fast Subspace Clustering Based on the Kronecker Product
Lei Zhou, Xiao Bai, Xianglong Liu, Jun Zhou, Hancock Edwin

TL;DR
This paper introduces a novel subspace clustering method leveraging the Kronecker product to significantly reduce computational complexity, enabling efficient clustering of large-scale high-dimensional data.
Contribution
The proposed model uses the Kronecker product to efficiently learn block diagonal representation matrices, improving scalability and efficiency over traditional spectral clustering methods.
Findings
Reduces computational complexity to O(kN^{3/k})
Significantly faster than state-of-the-art methods on public datasets
Demonstrates scalability on synthetic large-scale data
Abstract
Subspace clustering is a useful technique for many computer vision applications in which the intrinsic dimension of high-dimensional data is often smaller than the ambient dimension. Spectral clustering, as one of the main approaches to subspace clustering, often takes on a sparse representation or a low-rank representation to learn a block diagonal self-representation matrix for subspace generation. However, existing methods require solving a large scale convex optimization problem with a large set of data, with computational complexity reaches O(N^3) for N data points. Therefore, the efficiency and scalability of traditional spectral clustering methods can not be guaranteed for large scale datasets. In this paper, we propose a subspace clustering model based on the Kronecker product. Due to the property that the Kronecker product of a block diagonal matrix with any other matrix is…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace and Expression Recognition · Remote-Sensing Image Classification · Video Surveillance and Tracking Methods
MethodsSpectral Clustering
