paper-with-me

홈 › Papers

Self-Attention Generative Adversarial Network for Speech Enhancement

2020-10-18 · Huy Phan, Huy Le Nguyen, Oliver Y. Chén, Philipp Koch, Ngoc Q. K. Duong, Ian McLoughlin, Alfred Mertins

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.

📄 PDF Abstract BibTeX arXiv:2010.09132

Code (1)

pquochuy/sasegan 공식 구현 tf

Tasks

Generative Adversarial NetworkSpeech Enhancement

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Adversarial Joint Training with Self-Attention Mechanism for Robust End-to-End Speech Recognition

2021-04-03 · Lujun Li, Yikai Kang, Yuchen Shi, Ludwig Kürzinger 외

Lately, the self-attention mechanism has marked a new milestone in the field of automatic speech recognition (ASR). Nevertheless, its performance is susceptible to environmental intrusions as the system predicts the next…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Speech Enhancementspeech-recognition+1

Characterizing Speech Adversarial Examples Using Self-Attention U-Net Enhancement

2020-03-31 · Chao-Han Huck Yang, Jun Qi, Pin-Yu Chen, Xiaoli Ma 외

Recent studies have highlighted adversarial examples as ubiquitous threats to the deep neural network (DNN) based speech recognition systems. In this work, we present a U-Net based attention model, U-Net$_{At}$, to enhan…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data AugmentationSpeech Enhancement+2

Towards Generalized Speech Enhancement with Generative Adversarial Networks

2019-04-06 · Santiago Pascual, Joan Serrà, Antonio Bonafonte

The speech enhancement task usually consists of removing additive noise or reverberation that partially mask spoken utterances, affecting their intelligibility. However, little attention is drawn to other, perhaps more a…

Generative Adversarial NetworkSpeech Enhancement

VSEGAN: Visual Speech Enhancement Generative Adversarial Network

2021-02-04 · Xinmeng Xu, Yang Wang, Dongxiang Xu, Yiyuan Peng 외

Speech enhancement is an essential task of improving speech quality in noise scenario. Several state-of-the-art approaches have introduced visual information for speech enhancement,since the visual aspect of speech is es…

Generative Adversarial NetworkSpeech Enhancement

EffiFusion-GAN: Efficient Fusion Generative Adversarial Network for Speech Enhancement

2025-08-20 · Bin Wen, Tien-Ping Tan arxiv

We introduce EffiFusion-GAN (Efficient Fusion Generative Adversarial Network), a lightweight yet powerful model for speech enhancement. The model integrates depthwise separable convolutions within a multi-scale block to …

Speech Enhancement