Speech Model Pre-training for End-to-End Spoken Language Understanding
Loren Lugosch, Mirco Ravanelli, Patrick Ignoto, Vikrant Singh Tomar, Yoshua Bengio
TL;DR
The paper tackles the data-hungry nature of end-to-end spoken language understanding by introducing a pre-training regime that predicts both phonemes and words before fine-tuning on SLU tasks. It presents Fluent Speech Commands, a new open dataset for realistic SLU evaluation, and demonstrates that ASR-target pre-training improves performance on both full and limited-data scenarios, with strong generalization to unseen wordings. The approach leverages a modular architecture (phoneme, word, and intent modules) and a gradual unfreezing schedule to preserve useful pre-trained representations. Overall, the work offers a practical pathway to data-efficient end-to-end SLU and provides an open benchmark for future research on language variability and generalization.
Abstract
Whereas conventional spoken language understanding (SLU) systems map speech to text, and then text to intent, end-to-end SLU systems map speech directly to intent through a single trainable model. Achieving high accuracy with these end-to-end models without a large amount of training data is difficult. We propose a method to reduce the data requirements of end-to-end SLU in which the model is first pre-trained to predict words and phonemes, thus learning good features for SLU. We introduce a new SLU dataset, Fluent Speech Commands, and show that our method improves performance both when the full dataset is used for training and when only a small subset is used. We also describe preliminary experiments to gauge the model's ability to generalize to new phrases not heard during training.
