ICASSP 2021accepted0 citations

Leveraging Acoustic and Linguistic Embeddings from Pretrained Speech and Language Models for Intent Classification

Bidisha Sharma, Maulik C. Madhavi, Haizhou Li

Abstract

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 the intents. There are also studies of end-to-end system that take acoustic features as input and classifies the intents directly. Such systems don’t take advantage of relevant linguistic information, and suffer from limited training data. In this work, we propose a novel intent classification framework that employs acoustic features extracted from a pretrained speech recognition system and linguistic features learned from a pretrained language model. We use knowledge distillation technique to map the acoustic embeddings towards linguistic embeddings. We perform fusion of both acoustic and linguistic embeddings through cross-attention approach to classify intents. With the pro-posed method, we achieve 90.86% and 99.07% accuracy on ATIS and Fluent speech corpus, respectively.

BibTeX
@inproceedings{icassp2021_leveragingacoust,
  title = {Leveraging Acoustic and Linguistic Embeddings from Pretrained Speech and Language Models for Intent Classification},
  author = {Bidisha Sharma and Maulik C. Madhavi and Haizhou Li},
  booktitle = {ICASSP 2021},
  year = {2021}
}