CVAIMay 15, 2017

Kernel Truncated Regression Representation for Robust Subspace Clustering

arXiv:1705.05108v314 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of clustering data on nonlinear subspaces, which is common in practice but not handled by most existing linear methods, representing an incremental advancement in the field.

The paper tackles the problem of subspace clustering for data on nonlinear subspaces by proposing a kernel truncated regression representation method, achieving improved performance and efficiency on six benchmarks compared to state-of-the-art approaches.

Subspace clustering aims to group data points into multiple clusters of which each corresponds to one subspace. Most existing subspace clustering approaches assume that input data lie on linear subspaces. In practice, however, this assumption usually does not hold. To achieve nonlinear subspace clustering, we propose a novel method, called kernel truncated regression representation. Our method consists of the following four steps: 1) projecting the input data into a hidden space, where each data point can be linearly represented by other data points; 2) calculating the linear representation coefficients of the data representations in the hidden space; 3) truncating the trivial coefficients to achieve robustness and block-diagonality; and 4) executing the graph cutting operation on the coefficient matrix by solving a graph Laplacian problem. Our method has the advantages of a closed-form solution and the capacity of clustering data points that lie on nonlinear subspaces. The first advantage makes our method efficient in handling large-scale datasets, and the second one enables the proposed method to conquer the nonlinear subspace clustering challenge. Extensive experiments on six benchmarks demonstrate the effectiveness and the efficiency of the proposed method in comparison with current state-of-the-art approaches.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes