English

SNDCNN: Self-normalizing deep CNNs with scaled exponential linear units for speech recognition

Machine Learning 2020-03-25 v3 Computation and Language Sound Audio and Speech Processing Machine Learning

Abstract

Very deep CNNs achieve state-of-the-art results in both computer vision and speech recognition, but are difficult to train. The most popular way to train very deep CNNs is to use shortcut connections (SC) together with batch normalization (BN). Inspired by Self- Normalizing Neural Networks, we propose the self-normalizing deep CNN (SNDCNN) based acoustic model topology, by removing the SC/BN and replacing the typical RELU activations with scaled exponential linear unit (SELU) in ResNet-50. SELU activations make the network self-normalizing and remove the need for both shortcut connections and batch normalization. Compared to ResNet- 50, we can achieve the same or lower (up to 4.5% relative) word error rate (WER) while boosting both training and inference speed by 60%-80%. We also explore other model inference optimization schemes to further reduce latency for production use.

Keywords

Cite

@article{arxiv.1910.01992,
  title  = {SNDCNN: Self-normalizing deep CNNs with scaled exponential linear units for speech recognition},
  author = {Zhen Huang and Tim Ng and Leo Liu and Henry Mason and Xiaodan Zhuang and Daben Liu},
  journal= {arXiv preprint arXiv:1910.01992},
  year   = {2020}
}
R2 v1 2026-06-23T11:34:44.113Z