CVJul 4, 2016

Improving Sparse Representation-Based Classification Using Local Principal Component Analysis

arXiv:1607.01059v63 citations
Originality Incremental advance
AI Analysis

This work addresses classification accuracy issues in computer vision for applications like face recognition, but it is incremental as it builds on existing SRC methods.

The paper tackles the problem of sparse representation-based classification (SRC) by proposing a method that uses local principal component analysis to enlarge the training set with tangent basis vectors, achieving higher classification accuracy in cases of sparse sampling, nonlinear manifolds, and dimension reduction.

Sparse representation-based classification (SRC), proposed by Wright et al., seeks the sparsest decomposition of a test sample over the dictionary of training samples, with classification to the most-contributing class. Because it assumes test samples can be written as linear combinations of their same-class training samples, the success of SRC depends on the size and representativeness of the training set. Our proposed classification algorithm enlarges the training set by using local principal component analysis to approximate the basis vectors of the tangent hyperplane of the class manifold at each training sample. The dictionary in SRC is replaced by a local dictionary that adapts to the test sample and includes training samples and their corresponding tangent basis vectors. We use a synthetic data set and three face databases to demonstrate that this method can achieve higher classification accuracy than SRC in cases of sparse sampling, nonlinear class manifolds, and stringent dimension reduction.

Foundations

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

Your Notes