paper-with-me

Papers

Scalable Exemplar-based Subspace Clustering on Class-Imbalanced Data

2018-09-01 · ECCV 2018 9 · Chong You, Chi Li, Daniel P. Robinson, Rene Vidal

Subspace clustering methods based on expressing each data point as a linear combination of a few other data points (e.g., sparse subspace clustering) have become a popular tool for unsupervised learning due to their empirical success and theoretical guarantees. However, their performance can be affected by imbalanced data distributions and large-scale datasets. This paper presents an exemplar-based subspace clustering method to tackle the problem of imbalanced and large-scale datasets. The proposed method searches for a subset of the data that best represents all data points as measured by the $ell_1$-norm of the representation coefficients. To solve our model efficiently, we introduce a farthest first search algorithm which iteratively selects the least well-represented point as an exemplar. When data comes from a union of subspaces, we prove that the computed subset contains enough exemplars from each subspace for expressing all data points even if the data are imbalanced. Our experiments demonstrate that the proposed method outperforms state-of-the-art subspace clustering methods in two large-scale image datasets that are imbalanced. We also demonstrate the effectiveness of our method on unsupervised data subset selection for a face image classification task.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Clusteringimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Self-Representation Based Unsupervised Exemplar Selection in a Union of Subspaces

2020-06-07 · Chong You, Chi Li, Daniel P. Robinson, Rene Vidal

Finding a small set of representatives from an unlabeled dataset is a core problem in a broad range of applications such as dataset summarization and information extraction. Classical exemplar selection methods such as $…

Clustering

One-step Bipartite Graph Cut: A Normalized Formulation and Its Application to Scalable Subspace Clustering

2023-05-12 · Si-Guo Fang, Dong Huang, Chang-Dong Wang, Jian-Huang Lai

The bipartite graph structure has shown its promising ability in facilitating the subspace clustering and spectral clustering algorithms for large-scale datasets. To avoid the post-processing via k-means during the bipar…

ClusteringGraph Learninggraph partitioning

Scalable Sparse Subspace Clustering

2013-06-01 · CVPR 2013 6 · Xi Peng, Lei Zhang, Zhang Yi

In this paper, we address two problems in Sparse Subspace Clustering algorithm (SSC), i.e., scalability issue and out-of-sample problem. SSC constructs a sparse similarity graph for spectral clustering by using sp-minimi…

ClusteringImage ClusteringMotion SegmentationOnline Clustering

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