Convolutional neural networks for phoneme recognition
Résumé
This paper presents a novel application of convolutional neural networks to phoneme recognition. The
phonetic transcription of the TIMIT speech corpus is used to label spectrogram segments for training the
convolutional neural network. A window of a fixed size slides over the spectrogram of the TIMIT utterances
and the resulting spectrogram patches are assigned to the appropriate phone class by parsing TIMIT’s phone
transcription. The convolutional neural network is the standard GoogLeNet implementation trained with
stochastic gradient descent with mini batches. After training, phonetic rescoring is performed in the usual way
to map the TIMIT phone set to the smaller standard set. Benchmark results are presented for comparison to
other state-of-the-art approaches. Finally, conclusions and future directions with regard to extending the
approach are discussed.