LGApr 6, 2022

Greedier is Better: Selecting Multiple Neighbors per Iteration for Sparse Subspace Clustering

arXiv:2204.02572v1h-index: 16
Originality Incremental advance
AI Analysis

This is an incremental improvement for computational efficiency in subspace clustering, particularly useful in applications like face recognition.

The paper tackles sparse subspace clustering by proposing a generalized orthogonal matching pursuit (GOMP) method that selects multiple neighbors per iteration with a new stopping rule, showing it retrieves more true neighbors and yields higher clustering accuracy than conventional OMP in simulations.

Sparse subspace clustering (SSC) using greedy-based neighbor selection, such as orthogonal matching pursuit (OMP), has been known as a popular computationally-efficient alternative to the popular L1-minimization based methods. This paper proposes a new SSC scheme using generalized OMP (GOMP), a soup-up of OMP whereby multiple neighbors are identified per iteration, along with a new stopping rule requiring nothing more than a knowledge of the ambient signal dimension. Compared to conventional OMP, which identifies one neighbor per iteration, the proposed GOMP method involves fewer iterations, thereby enjoying lower algorithmic complexity; advantageously, the proposed stopping rule is free from off-line estimation of subspace dimension and noise power. Under the semi-random model, analytic performance guarantees, in terms of neighbor recovery rates, are established to justify the advantage of the proposed GOMP. The results show that, with a high probability, GOMP (i) is halted by the proposed stopping rule, and (ii) can retrieve more true neighbors than OMP, consequently yielding higher final data clustering accuracy. Computer simulations using both synthetic data and real human face data are provided to validate our analytic study and evidence the effectiveness of the proposed approach.

Foundations

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

Your Notes