English

Self-Attention Generative Adversarial Network for Speech Enhancement

Sound 2021-02-09 v3 Machine Learning Audio and Speech Processing

Abstract

Existing generative adversarial networks (GANs) for speech enhancement solely rely on the convolution operation, which may obscure temporal dependencies across the sequence input. To remedy this issue, we propose a self-attention layer adapted from non-local attention, coupled with the convolutional and deconvolutional layers of a speech enhancement GAN (SEGAN) using raw signal input. Further, we empirically study the effect of placing the self-attention layer at the (de)convolutional layers with varying layer indices as well as at all of them when memory allows. Our experiments show that introducing self-attention to SEGAN leads to consistent improvement across the objective evaluation metrics of enhancement performance. Furthermore, applying at different (de)convolutional layers does not significantly alter performance, suggesting that it can be conveniently applied at the highest-level (de)convolutional layer with the smallest memory overhead.

Keywords

Cite

@article{arxiv.2010.09132,
  title  = {Self-Attention Generative Adversarial Network for Speech Enhancement},
  author = {Huy Phan and Huy Le Nguyen and Oliver Y. Chén and Philipp Koch and Ngoc Q. K. Duong and Ian McLoughlin and Alfred Mertins},
  journal= {arXiv preprint arXiv:2010.09132},
  year   = {2021}
}

Comments

46th IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP 2021). Source code is available at http://github.com/pquochuy/sasegan

R2 v1 2026-06-23T19:26:10.249Z