paper-with-me

홈 › Papers

Improving Speech Translation Accuracy and Time Efficiency with Fine-tuned wav2vec 2.0-based Speech Segmentation

2023-04-25 · Ryo Fukuda, Katsuhito Sudoh, Satoshi Nakamura

Speech translation (ST) automatically converts utterances in a source language into text in another language. Splitting continuous speech into shorter segments, known as speech segmentation, plays an important role in ST. Recent segmentation methods trained to mimic the segmentation of ST corpora have surpassed traditional approaches. Tsiamas et al. proposed a segmentation frame classifier (SFC) based on a pre-trained speech encoder called wav2vec 2.0. Their method, named SHAS, retains 95-98% of the BLEU score for ST corpus segmentation. However, the segments generated by SHAS are very different from ST corpus segmentation and tend to be longer with multiple combined utterances. This is due to SHAS's reliance on length heuristics, i.e., it splits speech into segments of easily translatable length without fully considering the potential for ST improvement by splitting them into even shorter segments. Longer segments often degrade translation quality and ST's time efficiency. In this study, we extended SHAS to improve ST translation accuracy and efficiency by splitting speech into shorter segments that correspond to sentences. We introduced a simple segmentation algorithm using the moving average of SFC predictions without relying on length heuristics and explored wav2vec 2.0 fine-tuning for improved speech segmentation prediction. Our experimental results reveal that our speech segmentation method significantly improved the quality and the time efficiency of speech translation compared to SHAS.

📄 PDF Abstract BibTeX arXiv:2304.12659

Code (1)

ahclab/wav2vecsegmenter 공식 구현 pytorch

Tasks

SegmentationTranslation

Similar Papers 제목 키워드 기반

Finetuning End-to-End Models for Estonian Conversational Spoken Language Translation

2024-07-04 · Tiia Sildam, Andra Velve, Tanel Alumäe

This paper investigates the finetuning of end-to-end models for bidirectional Estonian-English and Estonian-Russian conversational speech-to-text translation. Due to the limited availability of speech translation data fo…

Machine Translationspeech-recognitionSpeech RecognitionSpeech-to-Text+2

Chunk-wise Attention Transducers for Fast and Accurate Streaming Speech-to-Text

2026-02-27 · Hainan Xu, Vladimir Bataev, Travis M. Bartley, Jagadeesh Balam arxiv

We propose Chunk-wise Attention Transducer (CHAT), a novel extension to RNN-T models that processes audio in fixed-size chunks while employing cross-attention within each chunk. This hybrid approach maintains RNN-T's str…

Speech Recognition

Code-Mixed Telugu-English Hate Speech Detection

2025-02-15 · Santhosh Kakarla, Gautama Shastry Bulusu Venkata

Hate speech detection in low-resource languages like Telugu is a growing challenge in NLP. This study investigates transformer-based models, including TeluguHateBERT, HateBERT, DeBERTa, Muril, IndicBERT, Roberta, and Hin…

Hate Speech DetectionMultilingual NLPTranslation

Multilingual Speech Translation from Efficient Finetuning of Pretrained Models

2021-08-01 · ACL 2021 5 · Xian Li, Changhan Wang, Yun Tang, Chau Tran 외

We present a simple yet effective approach to build multilingual speech-to-text (ST) translation through efficient transfer learning from a pretrained speech encoder and text decoder. Our key finding is that a minimalist…

DecoderSpeech-to-TextText GenerationTransfer Learning+1

Multilingual Speech Translation with Efficient Finetuning of Pretrained Models

2020-10-24 · Xian Li, Changhan Wang, Yun Tang, Chau Tran 외

We present a simple yet effective approach to build multilingual speech-to-text (ST) translation by efficient transfer learning from pretrained speech encoder and text decoder. Our key finding is that a minimalistic LNA …

Cross-Lingual TransferDecoderSpeech-to-TextText Generation+2