Learning Linearly Separable Features for Speech Recognition Using Convolutional Neural Networks

Abstract

Automatic speech recognition systems usually rely on spectral-based features, such as MFCC of PLP. These features are extracted based on prior knowledge such as, speech perception or/and speech production. Recently, convolutional neural networks have been shown to be able to estimate phoneme conditional probabilities in a completely data-driven manner, i.e. using directly temporal raw speech signal as input. This system was shown to yield similar or better performance than HMM/ANN based system on phoneme recognition task and on large scale continuous speech recognition task, using less parameters. Motivated by these studies, we investigate the use of simple linear classifier in the CNN-based framework. Thus, the network learns linearly separable features from raw speech. We show that such system yields similar or better performance than MLP based system using cepstral-based features as input.

Cite

Text

Palaz et al. "Learning Linearly Separable Features for Speech Recognition Using Convolutional Neural Networks." International Conference on Learning Representations, 2015.

Markdown

[Palaz et al. "Learning Linearly Separable Features for Speech Recognition Using Convolutional Neural Networks." International Conference on Learning Representations, 2015.](https://mlanthology.org/iclr/2015/palaz2015iclr-learning/)

BibTeX

@inproceedings{palaz2015iclr-learning,
  title     = {{Learning Linearly Separable Features for Speech Recognition Using Convolutional Neural Networks}},
  author    = {Palaz, Dimitri and Magimai-Doss, Mathew and Collobert, Ronan},
  booktitle = {International Conference on Learning Representations},
  year      = {2015},
  url       = {https://mlanthology.org/iclr/2015/palaz2015iclr-learning/}
}