Deep Sparse Representation-based Classification
Mahdi Abavisani, Vishal M. Patel
TL;DR
The paper addresses the limitations of linear sparse representations by introducing a deep, transductive extension of SRC called DSRC. It integrates a convolutional autoencoder, a sparsity-enforcing sparse coding layer, and a decoder to learn a nonlinear mapping that supports sparse representation, trained end-to-end on both training and test data. Extensive experiments on USPS, SVHN, and UMDAA-01 show that DSRC achieves higher classification accuracy than classical SRC, kernel SRC, autoencoder-SRC, and even some pre-trained network baselines, with notable gains on more challenging datasets. The work demonstrates the effectiveness of learning representations specifically tailored for sparse coding in a transductive setting and provides code for replication.
Abstract
We present a transductive deep learning-based formulation for the sparse representation-based classification (SRC) method. The proposed network consists of a convolutional autoencoder along with a fully-connected layer. The role of the autoencoder network is to learn robust deep features for classification. On the other hand, the fully-connected layer, which is placed in between the encoder and the decoder networks, is responsible for finding the sparse representation. The estimated sparse codes are then used for classification. Various experiments on three different datasets show that the proposed network leads to sparse representations that give better classification results than state-of-the-art SRC methods. The source code is available at: github.com/mahdiabavisani/DSRC.
