paper-with-me

홈 › Papers

Efficiently Fusing Pretrained Acoustic and Linguistic Encoders for Low-resource Speech Recognition

2021-01-17 · Cheng Yi, Shiyu Zhou, Bo Xu

End-to-end models have achieved impressive results on the task of automatic speech recognition (ASR). For low-resource ASR tasks, however, labeled data can hardly satisfy the demand of end-to-end models. Self-supervised acoustic pre-training has already shown its amazing ASR performance, while the transcription is still inadequate for language modeling in end-to-end models. In this work, we fuse a pre-trained acoustic encoder (wav2vec2.0) and a pre-trained linguistic encoder (BERT) into an end-to-end ASR model. The fused model only needs to learn the transfer from speech to language during fine-tuning on limited labeled data. The length of the two modalities is matched by a monotonic attention mechanism without additional parameters. Besides, a fully connected layer is introduced for the hidden mapping between modalities. We further propose a scheduled fine-tuning strategy to preserve and utilize the text context modeling ability of the pre-trained linguistic encoder. Experiments show our effective utilizing of pre-trained modules. Our model achieves better recognition performance on CALLHOME corpus (15 hours) than other end-to-end models.

📄 PDF Abstract BibTeX arXiv:2101.06699

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modellingspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Semi-supervised Learning for Singing Synthesis Timbre

2020-11-05 · Jordi Bonada, Merlijn Blaauw

We propose a semi-supervised singing synthesizer, which is able to learn new voices from audio data only, without any annotations such as phonetic segmentation. Our system is an encoder-decoder model with two encoders, l…

Decoder

Temporal Order Preserved Optimal Transport-based Cross-modal Knowledge Transfer Learning for ASR

2024-09-03 · Xugang Lu, Peng Shen, Yu Tsao, Hisashi Kawai

Transferring linguistic knowledge from a pretrained language model (PLM) to an acoustic model has been shown to greatly improve the performance of automatic speech recognition (ASR). However, due to the heterogeneous fea…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)cross-modal alignmentspeech-recognition+2

Leveraging Acoustic and Linguistic Embeddings from Pretrained speech and language Models for Intent Classification

2021-02-15 · Bidisha Sharma, Maulik Madhavi, Haizhou Li

Intent classification is a task in spoken language understanding. An intent classification system is usually implemented as a pipeline process, with a speech recognition module followed by text processing that classifies…

ClassificationGeneral Classificationintent-classificationIntent Classification+6

Hierarchical Cross-Modality Knowledge Transfer with Sinkhorn Attention for CTC-based ASR

2023-09-28 · Xugang Lu, Peng Shen, Yu Tsao, Hisashi Kawai

Due to the modality discrepancy between textual and acoustic modeling, efficiently transferring linguistic knowledge from a pretrained language model (PLM) to acoustic encoding for automatic speech recognition (ASR) stil…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+3

Cross-stitched Multi-modal Encoders

2022-01-16 · ACL ARR January 2022 1 · Anonymous

In this paper, we propose a novel architecture for multi-modal speech and text input. We combine pretrained speech and text encoders using multi-headed cross-modal attention and jointly fine-tune on the target problem. T…

GPU