paper-with-me

Papers

Speech Prefix-Tuning with RNNT Loss for Improving LLM Predictions

2024-06-20 · Murali Karthick Baskar, Andrew Rosenberg, Bhuvana Ramabhadran, Neeraj Gaur, Zhong Meng

In this paper, we focus on addressing the constraints faced when applying LLMs to ASR. Recent works utilize prefixLM-type models, which directly apply speech as a prefix to LLMs for ASR. We have found that optimizing speech prefixes leads to better ASR performance and propose applying RNNT loss to perform speech prefix-tuning. This is a simple approach and does not increase the model complexity or alter the inference pipeline. We also propose language-based soft prompting to further improve with frozen LLMs. Empirical analysis on realtime testset from 10 Indic languages demonstrate that our proposed speech prefix-tuning yields improvements with both frozen and fine-tuned LLMs. Our recognition results on an average of 10 Indics show that the proposed prefix-tuning with RNNT loss results in a 12\% relative improvement in WER over the baseline with a fine-tuned LLM. Our proposed approches with the frozen LLM leads to a 31\% relative improvement over basic soft-prompting prefixLM.

📄 PDF Abstract BibTeX arXiv:2406.14701

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Knowledge Distillation for Neural Transducer-based Target-Speaker ASR: Exploiting Parallel Mixture/Single-Talker Speech Data

2023-05-25 · Takafumi Moriya, Hiroshi Sato, Tsubasa Ochiai, Marc Delcroix 외

Neural transducer (RNNT)-based target-speaker speech recognition (TS-RNNT) directly transcribes a target speaker's voice from a multi-talker mixture. It is a promising approach for streaming applications because it does …

Knowledge DistillationSpeech Extractionspeech-recognitionSpeech Recognition

Alignment-Free Training for Transducer-based Multi-Talker ASR

2024-09-30 · Takafumi Moriya, Shota Horiguchi, Marc Delcroix, Ryo Masumura 외

Extending the RNN Transducer (RNNT) to recognize multi-talker speech is essential for wider automatic speech recognition (ASR) applications. Multi-talker RNNT (MT-RNNT) aims to achieve recognition without relying on cost…

AllAutomatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognition+1

Language model fusion for streaming end to end speech recognition

2021-04-09 · Rodrigo Cabrera, Xiaofeng Liu, Mohammadreza Ghodsi, Zebulun Matteson 외

Streaming processing of speech audio is required for many contemporary practical speech recognition tasks. Even with the large corpora of manually transcribed speech data available today, it is impossible for such corpor…

Language ModelingLanguage Modellingspeech-recognitionSpeech Recognition

Improving Scheduled Sampling for Neural Transducer-based ASR

2023-05-25 · Takafumi Moriya, Takanori Ashihara, Hiroshi Sato, Kohei Matsuura 외

The recurrent neural network-transducer (RNNT) is a promising approach for automatic speech recognition (ASR) with the introduction of a prediction network that autoregressively considers linguistic aspects. To train the…

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

ASTRA: Aligning Speech and Text Representations for Asr without Sampling

2024-06-10 · Neeraj Gaur, Rohan Agrawal, Gary Wang, Parisa Haghani 외

This paper introduces ASTRA, a novel method for improving Automatic Speech Recognition (ASR) through text injection.Unlike prevailing techniques, ASTRA eliminates the need for sampling to match sequence lengths between s…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition