paper-with-me

홈 › Papers

Efficient Sparse Subspace Clustering by Nearest Neighbour Filtering

2017-04-13 · Stephen Tierney, Yi Guo, Junbin Gao

Sparse Subspace Clustering (SSC) has been used extensively for subspace identification tasks due to its theoretical guarantees and relative ease of implementation. However SSC has quadratic computation and memory requirements with respect to the number of input data points. This burden has prohibited SSCs use for all but the smallest datasets. To overcome this we propose a new method, k-SSC, that screens out a large number of data points to both reduce SSC to linear memory and computational requirements. We provide theoretical analysis for the bounds of success for k-SSC. Our experiments show that k-SSC exceeds theoretical expectations and outperforms existing SSC approximations by maintaining the classification performance of SSC. Furthermore in the spirit of reproducible research we have publicly released the source code for k-SSC

📄 PDF Abstract BibTeX arXiv:1704.03958

Code (1)

sjtrny/kssc 공식 구현

Tasks

ClusteringGeneral Classification

Similar Papers 제목 키워드 기반

Topological Stability: a New Algorithm for Selecting The Nearest Neighbors in Non-Linear Dimensionality Reduction Techniques

2019-11-13 · Mohammed Elhenawy, Mahmoud Masoud, Sebastian Glaser, Andry Rakotonirainy

In the machine learning field, dimensionality reduction is an important task. It mitigates the undesired properties of high-dimensional spaces to facilitate classification, compression, and visualization of high-dimensio…

Dimensionality Reduction

Measuring inter-cluster similarities with Alpha Shape TRIangulation in loCal Subspaces (ASTRICS) facilitates visualization and clustering of high-dimensional data

2021-07-15 · Joshua M. Scurll

Clustering and visualizing high-dimensional (HD) data are important tasks in a variety of fields. For example, in bioinformatics, they are crucial for analyses of single-cell data such as mass cytometry (CyTOF) data. Som…

ClusteringDimensionality Reduction

Improved Image Set Classification via Joint Sparse Approximated Nearest Subspaces

2013-06-01 · CVPR 2013 6 · Shaokang Chen, Conrad Sanderson, Mehrtash T. Harandi, Brian C. Lovell

Existing multi-model approaches for image set classification extract local models by clustering each image set individually only once, with fixed clusters used for matching with other image sets. However, this may result…

ClusteringGeneral Classification

Achieving stable subspace clustering by post-processing generic clustering results

2016-05-27 · Duc-Son Pham, Ognjen Arandjelovic, Svetha Venkatesh

We propose an effective subspace selection scheme as a post-processing step to improve results obtained by sparse subspace clustering (SSC). Our method starts by the computation of stable subspaces using a novel random s…

ClusteringFace ClusteringMotion Segmentation

Bags of Projected Nearest Neighbours: Competitors to Random Forests?

2025-03-12 · David P. Hofmeyr

In this paper we introduce a simple and intuitive adaptive k nearest neighbours classifier, and explore its utility within the context of bootstrap aggregating ("bagging"). The approach is based on finding discriminant s…

Diversity