A Self-Representation Induced Classifier

Abstract

Almost all the existing representation based classifiers represent a query sample as a linear combination of training samples, and their time and memory cost will increase rapidly with the number of training samples. We investigate the representation based classification problem from a rather different perspective in this paper, that is, we learn how each feature (i.e., each element) of a sample can be represented by the features of itself. Such a self-representation property of sample features can be readily employed for pattern classification and a novel self-representation induced classifier (SRIC) is proposed. SRIC learns a self-representation matrix for each class. Given a query sample, its self-representation residual can be computed by each of the learned self-representation matrices, and classification can then be performed by comparing these residuals. In light of the principle of SRIC, a discriminative SRIC (DSRIC) method is developed. For each class, a discriminative self-representation matrix is trained to minimize the self-representation residual of this class while representing little the features of other classes. Experimental results on different pattern recognition tasks show that DSRIC achieves comparable or superior recognition rate to state-of-the-art representation based classifiers, however, it is much more efficient and needs much less storage space. PDF

Cite

Text

Zhu et al. "A Self-Representation Induced Classifier." International Joint Conference on Artificial Intelligence, 2016.

Markdown

[Zhu et al. "A Self-Representation Induced Classifier." International Joint Conference on Artificial Intelligence, 2016.](https://mlanthology.org/ijcai/2016/zhu2016ijcai-self/)

BibTeX

@inproceedings{zhu2016ijcai-self,
  title     = {{A Self-Representation Induced Classifier}},
  author    = {Zhu, Pengfei and Zhang, Lei and Zuo, Wangmeng and Feng, Xiangchu and Hu, Qinghua},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2016},
  pages     = {2442-2448},
  url       = {https://mlanthology.org/ijcai/2016/zhu2016ijcai-self/}
}