English

Inference skipping for more efficient real-time speech enhancement with parallel RNNs

Sound 2022-07-25 v1 Audio and Speech Processing

Abstract

Deep neural network (DNN) based speech enhancement models have attracted extensive attention due to their promising performance. However, it is difficult to deploy a powerful DNN in real-time applications because of its high computational cost. Typical compression methods such as pruning and quantization do not make good use of the data characteristics. In this paper, we introduce the Skip-RNN strategy into speech enhancement models with parallel RNNs. The states of the RNNs update intermittently without interrupting the update of the output mask, which leads to significant reduction of computational load without evident audio artifacts. To better leverage the difference between the voice and the noise, we further regularize the skipping strategy with voice activity detection (VAD) guidance, saving more computational load. Experiments on a high-performance speech enhancement model, dual-path convolutional recurrent network (DPCRN), show the superiority of our strategy over strategies like network pruning or directly training a smaller model. We also validate the generalization of the proposed strategy on two other competitive speech enhancement models.

Keywords

Cite

@article{arxiv.2207.11108,
  title  = {Inference skipping for more efficient real-time speech enhancement with parallel RNNs},
  author = {Xiaohuai Le and Tong Lei and Kai Chen and Jing Lu},
  journal= {arXiv preprint arXiv:2207.11108},
  year   = {2022}
}

Comments

11 pages, 8 figures, accepted by IEEE/ACM TASLP

R2 v1 2026-06-25T01:08:54.985Z