paper-with-me

홈 › Papers

Speechformer: Reducing Information Loss in Direct Speech Translation

2021-09-09 · EMNLP 2021 11 · Sara Papi, Marco Gaido, Matteo Negri, Marco Turchi

Transformer-based models have gained increasing popularity achieving state-of-the-art performance in many research fields including speech translation. However, Transformer's quadratic complexity with respect to the input sequence length prevents its adoption as is with audio signals, which are typically represented by long sequences. Current solutions resort to an initial sub-optimal compression based on a fixed sampling of raw audio features. Therefore, potentially useful linguistic information is not accessible to higher-level layers in the architecture. To solve this issue, we propose Speechformer, an architecture that, thanks to reduced memory usage in the attention layers, avoids the initial lossy compression and aggregates information only at a higher level according to more informed linguistic criteria. Experiments on three language pairs (en->de/es/nl) show the efficacy of our solution, with gains of up to 0.8 BLEU on the standard MuST-C corpus and of up to 4.0 BLEU in a low resource scenario.

📄 PDF Abstract BibTeX arXiv:2109.04574

Code (1)

sarapapi/fbk-fairseq 공식 구현 pytorch

Tasks

Speech-to-Text TranslationTranslation

Similar Papers 제목 키워드 기반

SpeechFormer++: A Hierarchical Efficient Framework for Paralinguistic Speech Processing

2023-02-27 · Weidong Chen, Xiaofen Xing, Xiangmin Xu, Jianxin Pang 외

Paralinguistic speech processing is important in addressing many issues, such as sentiment and neurocognitive disorder analyses. Recently, Transformer has achieved remarkable success in the natural language processing fi…

Alzheimer's Disease DetectionEmotion RecognitionSpeech Emotion Recognition

ViSpeechFormer: A Phonemic Approach for Vietnamese Automatic Speech Recognition

2026-02-10 · Khoa Anh Nguyen, Long Minh Hoang, Nghia Hieu Nguyen, Luan Thanh Nguyen 외 arxiv

Vietnamese has a phonetic orthography, where each grapheme corresponds to at most one phoneme and vice versa. Exploiting this high grapheme-phoneme transparency, we propose ViSpeechFormer (\textbf{Vi}etnamese \textbf{Spe…

Speech Recognition

DMOSpeech: Direct Metric Optimization via Distilled Diffusion Model in Zero-Shot Speech Synthesis

2024-10-14 · Yingahao Aaron Li, Rithesh Kumar, Zeyu Jin

Diffusion models have demonstrated significant potential in speech synthesis tasks, including text-to-speech (TTS) and voice cloning. However, their iterative denoising processes are computationally intensive, and previo…

DenoisingSpeaker VerificationSpeech Synthesistext-to-speech+3

RHR-Net: A Residual Hourglass Recurrent Neural Network for Speech Enhancement

2019-04-15 · Jalal Abdulbaqi, Yue Gu, Ivan Marsic

Most current speech enhancement models use spectrogram features that require an expensive transformation and result in phase information loss. Previous work has overcome these issues by using convolutional networks to le…

Speech Enhancement

MTP-S2UT: Enhancing Speech-to-Speech Translation Quality with Multi-token Prediction

2025-10-11 · Jianjin Wang, Runsong Zhao, Xiaoqian Liu, Yuan Ge 외 arxiv

Current direct speech-to-speech translation methods predominantly employ speech tokens as intermediate representations. However, a single speech token is not dense in semantics, so we generally need multiple tokens to ex…

Speech-to-Speech Translation