Towards implicit complexity control using variable-depth deep neural networks for automatic speech recognition
Abstract
In speech recognition, a trade-off can be made between transcription accuracy and computation time. In this paper, we empirically measure the performance of using the softmax outputs connected to different hidden layers of an already fine-tuned deep neural network (DNN) and explore decoding strategies that do not require computing all the hidden layers of the DNN. We find that selecting the specific outputs from a variable-depth DNN achieves better Phoneme Error Rates (PER) on the TIMIT task than directly training a fixed-depth DNN with the same number of layers. We experimented with different ways of stopping the forward-propagation early, first by using a threshold on the entropy of the respective outputs, and formulate a `gating' system on the hidden layers to predict when to stop the forward propagation.
BibTeX
@inproceedings{icassp2016_towardsimplicitc,
title = {Towards implicit complexity control using variable-depth deep neural networks for automatic speech recognition},
author = {Shawn Tan and Khe Chai Sim},
booktitle = {ICASSP 2016},
year = {2016}
}