English

Trace norm regularization and faster inference for embedded speech recognition RNNs

Machine Learning 2018-02-07 v2 Computation and Language Audio and Speech Processing Machine Learning

Abstract

We propose and evaluate new techniques for compressing and speeding up dense matrix multiplications as found in the fully connected and recurrent layers of neural networks for embedded large vocabulary continuous speech recognition (LVCSR). For compression, we introduce and study a trace norm regularization technique for training low rank factored versions of matrix multiplications. Compared to standard low rank training, we show that our method leads to good accuracy versus number of parameter trade-offs and can be used to speed up training of large models. For speedup, we enable faster inference on ARM processors through new open sourced kernels optimized for small batch sizes, resulting in 3x to 7x speed ups over the widely used gemmlowp library. Beyond LVCSR, we expect our techniques and kernels to be more generally applicable to embedded neural networks with large fully connected or recurrent layers.

Keywords

Cite

@article{arxiv.1710.09026,
  title  = {Trace norm regularization and faster inference for embedded speech recognition RNNs},
  author = {Markus Kliegl and Siddharth Goyal and Kexin Zhao and Kavya Srinet and Mohammad Shoeybi},
  journal= {arXiv preprint arXiv:1710.09026},
  year   = {2018}
}

Comments

Our optimized inference kernels are available at: https://github.com/PaddlePaddle/farm (Note: This paper was submitted to, but rejected from, ICLR 2018. We believe it may still be of value to others. Please see the discussion here: https://openreview.net/forum?id=B1tC-LT6W)

R2 v1 2026-06-22T22:24:48.228Z