paper-with-me

Papers

Exploring Length Generalization For Transformer-based Speech Enhancement

2025-06-07 · Qiquan Zhang, Hongxu Zhu, Xinyuan Qian, Eliathamby Ambikairajah, Haizhou Li

Transformer network architecture has proven effective in speech enhancement. However, as its core module, self-attention suffers from quadratic complexity, making it infeasible for training on long speech utterances. In practical scenarios, speech enhancement models are often required to perform on noisy speech at run-time that is substantially longer than the training utterances. It remains a challenge how a Transformer-based speech enhancement model can generalize to long speech utterances. In this paper, extensive empirical studies are conducted to explore the model's length generalization ability. In particular, we conduct speech enhancement experiments on four training objectives and evaluate with five metrics. Our studies establish that positional encoding is an effective instrument to dampen the effect of utterance length on speech enhancement. We first explore several existing positional encoding methods, and the results show that relative positional encoding methods exhibit a better length generalization property than absolute positional encoding methods. Additionally, we also explore a simpler and more effective positional encoding scheme, i.e. LearnLin, that uses only one trainable parameter for each attention head to scale the real relative position between time frames, which learns the different preferences on short- or long-term dependencies of these heads. The results demonstrate that our proposal exhibits excellent length generalization ability with comparable or superior performance than other state-of-the-art positional encoding strategies.

📄 PDF Abstract BibTeX arXiv:2506.06697

Code (0)

등록된 구현이 없습니다.

Tasks

Speech Enhancement

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

An Exploration of Length Generalization in Transformer-Based Speech Enhancement

2024-06-17 · Qiquan Zhang, Hongxu Zhu, Xinyuan Qian, Eliathamby Ambikairajah 외

The use of Transformer architectures has facilitated remarkable progress in speech enhancement. Training Transformers using substantially long speech utterances is often infeasible as self-attention suffers from quadrati…

PositionSpeech Enhancement

Robust and Unbounded Length Generalization in Autoregressive Transformer-Based Text-to-Speech

2024-10-29 · Eric Battenberg, RJ Skerry-Ryan, Daisy Stanton, Soroosh Mariooryad 외

Autoregressive (AR) Transformer-based sequence models are known to have difficulty generalizing to sequences longer than those seen during training. When applied to text-to-speech (TTS), these models tend to drop or repe…

Decodertext-to-speechText to Speech

Enhancing Speech Quality through the Integration of BGRU and Transformer Architectures

2025-02-25 · Souliman Alghnam, Mohammad Alhussien, Khaled Shaheen

Speech enhancement plays an essential role in improving the quality of speech signals in noisy environments. This paper investigates the efficacy of integrating Bidirectional Gated Recurrent Units (BGRU) and Transformer …

Speech Enhancement

Exploring Length Generalization in Large Language Models

2022-07-11 · Cem Anil, Yuhuai Wu, Anders Andreassen, Aitor Lewkowycz 외

The ability to extrapolate from short problem instances to longer ones is an important form of out-of-distribution generalization in reasoning tasks, and is crucial when learning from datasets where longer problem instan…

Automated Theorem ProvingIn-Context LearningOut-of-Distribution Generalization

DPATD: Dual-Phase Audio Transformer for Denoising

2023-10-30 · Junhui Li, Pu Wang, Jialu Li, Xinzhe Wang 외

Recent high-performance transformer-based speech enhancement models demonstrate that time domain methods could achieve similar performance as time-frequency domain methods. However, time-domain speech enhancement systems…

DenoisingSpeech Enhancement