paper-with-me

홈 › Papers

Enhanced Hybrid Transducer and Attention Encoder Decoder with Text Data

2025-06-23 · Yun Tang, Eesung Kim, Vijendra Raj Apsingekar

A joint speech and text optimization method is proposed for hybrid transducer and attention-based encoder decoder (TAED) modeling to leverage large amounts of text corpus and enhance ASR accuracy. The joint TAED (J-TAED) is trained with both speech and text input modalities together, while it only takes speech data as input during inference. The trained model can unify the internal representations from different modalities, and be further extended to text-based domain adaptation. It can effectively alleviate data scarcity for mismatch domain tasks since no speech data is required. Our experiments show J-TAED successfully integrates speech and linguistic information into one model, and reduce the WER by 5.8 ~12.8% on the Librispeech dataset. The model is also evaluated on two out-of-domain datasets: one is finance and another is named entity focused. The text-based domain adaptation brings 15.3% and 17.8% WER reduction on those two datasets respectively.

📄 PDF Abstract BibTeX arXiv:2506.19159

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDomain Adaptation

Similar Papers 제목 키워드 기반

Hybrid Transducer and Attention based Encoder-Decoder Modeling for Speech-to-Text Tasks

2023-05-04 · Yun Tang, Anna Y. Sun, Hirofumi Inaguma, Xinyue Chen 외

Transducer and Attention based Encoder-Decoder (AED) are two widely used frameworks for speech-to-text tasks. They are designed for different purposes and each has its own benefits and drawbacks for speech-to-text tasks.…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderLanguage Modelling+5

Modular Hybrid Autoregressive Transducer

2022-10-31 · Zhong Meng, Tongzhou Chen, Rohit Prabhavalkar, Yu Zhang 외

Text-only adaptation of a transducer model remains challenging for end-to-end speech recognition since the transducer has no clearly separated acoustic model (AM), language model (LM) or blank model. In this work, we pro…

DecoderLanguage ModelingLanguage Modellingspeech-recognition+1

Developing Real-time Streaming Transformer Transducer for Speech Recognition on Large-scale Dataset

2020-10-22 · Xie Chen, Yu Wu, Zhenghao Wang, Shujie Liu 외

Recently, Transformer based end-to-end models have achieved great success in many areas including speech recognition. However, compared to LSTM models, the heavy computational cost of the Transformer during inference is …

Decoderspeech-recognitionSpeech Recognition

Investigating Methods to Improve Language Model Integration for Attention-based Encoder-Decoder ASR Models

2021-04-12 · Mohammad Zeineldeen, Aleksandr Glushko, Wilfried Michel, Albert Zeyer 외

Attention-based encoder-decoder (AED) models learn an implicit internal language model (ILM) from the training transcriptions. The integration with an external LM trained on much more unpaired text usually leads to bette…

DecoderLanguage ModelingLanguage Modelling

BECTRA: Transducer-based End-to-End ASR with BERT-Enhanced Encoder

2022-11-02 · Yosuke Higuchi, Tetsuji Ogawa, Tetsunori Kobayashi, Shinji Watanabe

We present BERT-CTC-Transducer (BECTRA), a novel end-to-end automatic speech recognition (E2E-ASR) model formulated by the transducer with a BERT-enhanced encoder. Integrating a large-scale pre-trained language model (LM…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderLanguage Modelling+2