English

Complexity Scaling for Speech Denoising

Audio and Speech Processing 2023-09-15 v1 Sound

Abstract

Computational complexity is critical when deploying deep learning-based speech denoising models for on-device applications. Most prior research focused on optimizing model architectures to meet specific computational cost constraints, often creating distinct neural network architectures for different complexity limitations. This study conducts complexity scaling for speech denoising tasks, aiming to consolidate models with various complexities into a unified architecture. We present a Multi-Path Transform-based (MPT) architecture to handle both low- and high-complexity scenarios. A series of MPT networks present high performance covering a wide range of computational complexities on the DNS challenge dataset. Moreover, inspired by the scaling experiments in natural language processing, we explore the empirical relationship between model performance and computational cost on the denoising task. As the complexity number of multiply-accumulate operations (MACs) is scaled from 50M/s to 15G/s on MPT networks, we observe a linear increase in the values of PESQ-WB and SI-SNR, proportional to the logarithm of MACs, which might contribute to the understanding and application of complexity scaling in speech denoising tasks.

Keywords

Cite

@article{arxiv.2309.07757,
  title  = {Complexity Scaling for Speech Denoising},
  author = {Hangting Chen and Jianwei Yu and Chao Weng},
  journal= {arXiv preprint arXiv:2309.07757},
  year   = {2023}
}

Comments

Submitted to ICASSP2024

R2 v1 2026-06-28T12:21:38.091Z