paper-with-me

홈 › Papers

Self-Train Before You Transcribe

2024-06-17 · Robert Flynn, Anton Ragni

When there is a mismatch between the training and test domains, current speech recognition systems show significant performance degradation. Self-training methods, such as noisy student teacher training, can help address this and enable the adaptation of models under such domain shifts. However, self-training typically requires a collection of unlabelled target domain data. For settings where this is not practical, we investigate the benefit of performing noisy student teacher training on recordings in the test set as a test-time adaptation approach. Similarly to the dynamic evaluation approach in language modelling, this enables the transfer of information across utterance boundaries and functions as a method of domain adaptation. A range of in-domain and out-of-domain datasets are used for experiments demonstrating large relative gains of up to 32.2%. Interestingly, our method showed larger gains than the typical self-training setup that utilises separate adaptation data.

📄 PDF Abstract BibTeX arXiv:2406.12937

Code (1)

robflynnyh/Self-Train-Before-You-Transcribe 공식 구현 pytorch

Tasks

Domain AdaptationLanguage Modellingspeech-recognitionSpeech RecognitionTest-time Adaptation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Stochastic Depth Stochastic Depth aims to shrink the depth of a network during training, while keeping it unchanged during testing. This is achieved by randomly dropping entire…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
RandAugment 설명 없음
Noisy Student 설명 없음

Similar Papers 제목 키워드 기반

Injecting Text in Self-Supervised Speech Pretraining

2021-08-27 · Zhehuai Chen, Yu Zhang, Andrew Rosenberg, Bhuvana Ramabhadran 외

Self-supervised pretraining for Automated Speech Recognition (ASR) has shown varied degrees of success. In this paper, we propose to jointly learn representations during pretraining from two different modalities: speech …

Contrastive LearningLanguage Modellingspeech-recognitionSpeech Recognition

Training Autoregressive Speech Recognition Models with Limited in-domain Supervision

2022-10-27 · Chak-Fai Li, Francis Keith, William Hartmann, Matthew Snover

Advances in self-supervised learning have significantly reduced the amount of transcribed audio required for training. However, the majority of work in this area is focused on read speech. We explore limited supervision …

DecoderSelf-Supervised Learningspeech-recognitionSpeech Recognition

Automatic Identification of Ruptures in Transcribed Psychotherapy Sessions

2021-06-01 · NAACL (CLPsych) 2021 6 · Adam Tsakalidis, Dana Atzil-Slonim, Asaf Polakovski, Natalie Shapira 외

We present the first work on automatically capturing alliance rupture in transcribed therapy sessions, trained on the text and self-reported rupture scores from both therapists and clients. Our NLP baseline outperforms a…

Making More of Little Data: Improving Low-Resource Automatic Speech Recognition Using Data Augmentation

2023-05-18 · Martijn Bartelds, Nay San, Bradley McDonnell, Dan Jurafsky 외

The performance of automatic speech recognition (ASR) systems has advanced substantially in recent years, particularly for languages for which a large amount of transcribed speech is available. Unfortunately, for low-res…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data Augmentationspeech-recognition+3

Semi-Supervised Spoken Language Understanding via Self-Supervised Speech and Language Model Pretraining

2020-10-26 · Cheng-I Lai, Yung-Sung Chuang, Hung-Yi Lee, Shang-Wen Li 외

Much recent work on Spoken Language Understanding (SLU) is limited in at least one of three ways: models were trained on oracle text input and neglected ASR errors, models were trained to predict only intents without the…

Language ModelingLanguage ModellingSpoken Language Understanding