ASCLLGSep 24, 2019

Understanding Semantics from Speech Through Pre-training

arXiv:1909.10924v16 citations
Originality Incremental advance
AI Analysis

This addresses the data scarcity issue in SLU for applications like voice assistants, though it is incremental as it builds on existing pre-training methods.

The paper tackles the problem of limited task-specific training data for the semantic component in end-to-end spoken language understanding (SLU) by proposing large-scale unsupervised pre-training, resulting in over 12.5% error reduction compared to state-of-the-art systems.

End-to-end Spoken Language Understanding (SLU) is proposed to infer the semantic meaning directly from audio features without intermediate text representation. Although the acoustic model component of an end-to-end SLU system can be pre-trained with Automatic Speech Recognition (ASR) targets, the SLU component can only learn semantic features from limited task-specific training data. In this paper, for the first time we propose to do large-scale unsupervised pre-training for the SLU component of an end-to-end SLU system, so that the SLU component may preserve semantic features from massive unlabeled audio data. As the output of the acoustic model component, i.e. phoneme posterior sequences, has much different characteristic from text sequences, we propose a novel pre-training model called BERT-PLM, which stands for Bidirectional Encoder Representations from Transformers through Permutation Language Modeling. BERT-PLM trains the SLU component on unlabeled data through a regression objective equivalent to the partial permutation language modeling objective, while leverages full bi-directional context information with BERT networks. The experiment results show that our approach out-perform the state-of-the-art end-to-end systems with over 12.5% error reduction.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes