English

Tensor-to-Vector Regression for Multi-channel Speech Enhancement based on Tensor-Train Network

Audio and Speech Processing 2020-02-04 v1 Computation and Language Machine Learning Neural and Evolutionary Computing Sound

Abstract

We propose a tensor-to-vector regression approach to multi-channel speech enhancement in order to address the issue of input size explosion and hidden-layer size expansion. The key idea is to cast the conventional deep neural network (DNN) based vector-to-vector regression formulation under a tensor-train network (TTN) framework. TTN is a recently emerged solution for compact representation of deep models with fully connected hidden layers. Thus TTN maintains DNN's expressive power yet involves a much smaller amount of trainable parameters. Furthermore, TTN can handle a multi-dimensional tensor input by design, which exactly matches the desired setting in multi-channel speech enhancement. We first provide a theoretical extension from DNN to TTN based regression. Next, we show that TTN can attain speech enhancement quality comparable with that for DNN but with much fewer parameters, e.g., a reduction from 27 million to only 5 million parameters is observed in a single-channel scenario. TTN also improves PESQ over DNN from 2.86 to 2.96 by slightly increasing the number of trainable parameters. Finally, in 8-channel conditions, a PESQ of 3.12 is achieved using 20 million parameters for TTN, whereas a DNN with 68 million parameters can only attain a PESQ of 3.06. Our implementation is available online https://github.com/uwjunqi/Tensor-Train-Neural-Network.

Keywords

Cite

@article{arxiv.2002.00544,
  title  = {Tensor-to-Vector Regression for Multi-channel Speech Enhancement based on Tensor-Train Network},
  author = {Jun Qi and Hu Hu and Yannan Wang and Chao-Han Huck Yang and Sabato Marco Siniscalchi and Chin-Hui Lee},
  journal= {arXiv preprint arXiv:2002.00544},
  year   = {2020}
}

Comments

Accepted to ICASSP 2020. Update reproducible code

R2 v1 2026-06-23T13:28:35.168Z