paper-with-me

홈 › Papers

Leveraging Unpaired Text Data for Training End-to-End Speech-to-Intent Systems

2020-10-08 · Yinghui Huang, Hong-Kwang Kuo, Samuel Thomas, Zvi Kons, Kartik Audhkhasi, Brian Kingsbury, Ron Hoory, Michael Picheny

Training an end-to-end (E2E) neural network speech-to-intent (S2I) system that directly extracts intents from speech requires large amounts of intent-labeled speech data, which is time consuming and expensive to collect. Initializing the S2I model with an ASR model trained on copious speech data can alleviate data sparsity. In this paper, we attempt to leverage NLU text resources. We implemented a CTC-based S2I system that matches the performance of a state-of-the-art, traditional cascaded SLU system. We performed controlled experiments with varying amounts of speech and text training data. When only a tenth of the original data is available, intent classification accuracy degrades by 7.6% absolute. Assuming we have additional text-to-intent data (without speech) available, we investigated two techniques to improve the S2I system: (1) transfer learning, in which acoustic embeddings for intent classification are tied to fine-tuned BERT text embeddings; and (2) data augmentation, in which the text-to-intent data is converted into speech-to-intent data using a multi-speaker text-to-speech system. The proposed approaches recover 80% of performance lost due to using limited intent-labeled speech.

📄 PDF Abstract BibTeX arXiv:2010.04284

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentationintent-classificationIntent Classificationtext-to-speechText to SpeechTransfer Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
WordPiece 설명 없음
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Almost Unsupervised Text to Speech and Automatic Speech Recognition

2019-05-13 · Yi Ren, Xu Tan, Tao Qin, Sheng Zhao 외

Text to speech (TTS) and automatic speech recognition (ASR) are two dual tasks in speech processing and both achieve impressive performance thanks to the recent advance in deep learning and large amount of aligned speech…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DenoisingLanguage Modeling+5

Unpaired Image-to-Speech Synthesis with Multimodal Information Bottleneck

2019-08-19 · ICCV 2019 10 · Shuang Ma, Daniel McDuff, Yale Song

Deep generative models have led to significant advances in cross-modal generation such as text-to-image synthesis. Training these models typically requires paired data with direct correspondence between modalities. We in…

Image GenerationSpeech Synthesis

Augmenting text for spoken language understanding with Large Language Models

2023-09-17 · Roshan Sharma, Suyoun Kim, Daniel Lazar, Trang Le 외

Spoken semantic parsing (SSP) involves generating machine-comprehensible parses from input speech. Training robust models for existing application domains represented in training data or extending to new domains requires…

Semantic ParsingSpoken Language Understandingtext-to-speechText to Speech

SpeechUT: Bridging Speech and Text with Hidden-Unit for Encoder-Decoder Based Speech-Text Pre-training

2022-10-07 · Ziqiang Zhang, Long Zhou, Junyi Ao, Shujie Liu 외

The rapid development of single-modal pre-training has prompted researchers to pay more attention to cross-modal pre-training methods. In this paper, we propose a unified-modal speech-unit-text pre-training model, Speech…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognition+2

token2vec: A Joint Self-Supervised Pre-training Framework Using Unpaired Speech and Text

2022-10-30 · Xianghu Yue, Junyi Ao, Xiaoxue Gao, Haizhou Li

Self-supervised pre-training has been successful in both text and speech processing. Speech and text offer different but complementary information. The question is whether we are able to perform a speech-text joint pre-t…

intent-classificationIntent ClassificationLanguage ModelingLanguage Modelling