ASLGSDJun 23, 2022

Efficient Transformer-based Speech Enhancement Using Long Frames and STFT Magnitudes

arXiv:2206.11703v128 citationsh-index: 34
Originality Incremental advance
AI Analysis

This addresses computational bottlenecks in speech enhancement for real-time or resource-constrained applications, though it is incremental as it builds on the SepFormer architecture.

The paper tackled the computational inefficiency of transformer-based speech enhancement by replacing learned-encoder features with STFT magnitudes, enabling the use of long frames without performance loss, achieving equivalent quality and intelligibility scores while reducing operations by a factor of approximately 8 for a 10-second utterance.

The SepFormer architecture shows very good results in speech separation. Like other learned-encoder models, it uses short frames, as they have been shown to obtain better performance in these cases. This results in a large number of frames at the input, which is problematic; since the SepFormer is transformer-based, its computational complexity drastically increases with longer sequences. In this paper, we employ the SepFormer in a speech enhancement task and show that by replacing the learned-encoder features with a magnitude short-time Fourier transform (STFT) representation, we can use long frames without compromising perceptual enhancement performance. We obtained equivalent quality and intelligibility evaluation scores while reducing the number of operations by a factor of approximately 8 for a 10-second utterance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes