Sparse Representation or Collaborative Representation: Which Helps Face Recognition?

Abstract

As a recently proposed technique, sparse representation based classification (SRC) has been widely used for face recognition (FR). SRC first codes a testing sample as a sparse linear combination of all the training samples, and then classifies the testing sample by evaluating which class leads to the minimum representation error. While the importance of sparsity is much emphasized in SRC and many related works, the use of collaborative representation (CR) in SRC is ignored by most literature. However, is it really the l1-norm sparsity that improves the FR accuracy? This paper devotes to analyze the working mechanism of SRC, and indicates that it is the CR but not the l1-norm sparsity that makes SRC powerful for face classification. Consequently, we propose a very simple yet much more efficient face classification scheme, namely CR based classification with regularized least square (CRC_RLS). The extensive experiments clearly show that CRC_RLS has very competitive classification results, while it has significantly less complexity than SRC.

Cite

Text

Zhang et al. "Sparse Representation or Collaborative Representation: Which Helps Face Recognition?." IEEE/CVF International Conference on Computer Vision, 2011. doi:10.1109/ICCV.2011.6126277

Markdown

[Zhang et al. "Sparse Representation or Collaborative Representation: Which Helps Face Recognition?." IEEE/CVF International Conference on Computer Vision, 2011.](https://mlanthology.org/iccv/2011/zhang2011iccv-sparse/) doi:10.1109/ICCV.2011.6126277

BibTeX

@inproceedings{zhang2011iccv-sparse,
  title     = {{Sparse Representation or Collaborative Representation: Which Helps Face Recognition?}},
  author    = {Zhang, Lei and Yang, Meng and Feng, Xiangchu},
  booktitle = {IEEE/CVF International Conference on Computer Vision},
  year      = {2011},
  pages     = {471-478},
  doi       = {10.1109/ICCV.2011.6126277},
  url       = {https://mlanthology.org/iccv/2011/zhang2011iccv-sparse/}
}