ICASSP 2016accepted0 citations

Recurrent support vector machines for speech recognition

Shi-Xiong Zhang, Rui Zhao, Chaojun Liu, Jinyu Li, Yifan Gong

Abstract

Recurrent Neural Networks (RNNs) using Long-Short Term Memory (LSTM) architecture have demonstrated the state-of-the-art performances on speech recognition. Most of deep RNNs use the softmax activation function in the last layer for classification. This paper illustrates small but consistent advantages of replacing the softmax layer in RNN with Support Vector Machines (SVMs). The parameters of RNNs and SVMs are jointly learned using a sequence-level max-margin criteria, instead of cross-entropy. The resulting model is termed Recurrent SVM. The conventional SVMs need to predefine a feature space and do not have internal states to deal with arbitrary long-term dependencies in sequences. The proposed recurrent SVM uses LSTMs to learn the feature space and to capture temporal dependencies, while using the SVM (in the last layer) for sequence classification. The model is evaluated on the Windows phone task for large vocabulary continuous speech recognition.

BibTeX
@inproceedings{icassp2016_recurrentsupport,
  title = {Recurrent support vector machines for speech recognition},
  author = {Shi-Xiong Zhang and Rui Zhao and Chaojun Liu and Jinyu Li and Yifan Gong},
  booktitle = {ICASSP 2016},
  year = {2016}
}