paper-with-me

홈 › Papers

Audio-to-Intent Using Acoustic-Textual Subword Representations from End-to-End ASR

2022-10-21 · Pranay Dighe, Prateeth Nayak, Oggi Rudovic, Erik Marchi, Xiaochuan Niu, Ahmed Tewfik

Accurate prediction of the user intent to interact with a voice assistant (VA) on a device (e.g. on the phone) is critical for achieving naturalistic, engaging, and privacy-centric interactions with the VA. To this end, we present a novel approach to predict the user's intent (the user speaking to the device or not) directly from acoustic and textual information encoded at subword tokens which are obtained via an end-to-end ASR model. Modeling directly the subword tokens, compared to modeling of the phonemes and/or full words, has at least two advantages: (i) it provides a unique vocabulary representation, where each token has a semantic meaning, in contrast to the phoneme-level representations, (ii) each subword token has a reusable "sub"-word acoustic pattern (that can be used to construct multiple full words), resulting in a largely reduced vocabulary space than of the full words. To learn the subword representations for the audio-to-intent classification, we extract: (i) acoustic information from an E2E-ASR model, which provides frame-level CTC posterior probabilities for the subword tokens, and (ii) textual information from a pre-trained continuous bag-of-words model capturing the semantic meaning of the subword tokens. The key to our approach is the way it combines acoustic subword-level posteriors with text information using the notion of positional-encoding in order to account for multiple ASR hypotheses simultaneously. We show that our approach provides more robust and richer representations for audio-to-intent classification, and is highly accurate with correctly mitigating 93.3% of unintended user audio from invoking the smart assistant at 99% true positive rate.

📄 PDF Abstract BibTeX arXiv:2210.12134

Code (0)

등록된 구현이 없습니다.

Tasks

intent-classificationIntent Classification

Similar Papers 제목 키워드 기반

Robust Acoustic and Semantic Contextual Biasing in Neural Transducers for Speech Recognition

2023-05-09 · Xuandi Fu, Kanthashree Mysore Sathyendra, Ankur Gandhe, Jing Liu 외

Attention-based contextual biasing approaches have shown significant improvements in the recognition of generic and/or personal rare-words in End-to-End Automatic Speech Recognition (E2E ASR) systems like neural transduc…

Automatic Speech RecognitionLanguage Modellingspeech-recognitionSpeech Recognition

Confusion2vec 2.0: Enriching Ambiguous Spoken Language Representations with Subwords

2021-02-03 · Prashanth Gurunath Shivakumar, Panayiotis Georgiou, Shrikanth Narayanan

Word vector representations enable machines to encode human language for spoken language understanding and processing. Confusion2vec, motivated from human speech production and perception, is a word vector representation…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Intent DetectionNatural Language Understanding+4

TECO: Improving Multimodal Intent Recognition with Text Enhancement through Commonsense Knowledge Extraction

2024-12-11 · Quynh-Mai Thi Nguyen, Lan-Nhi Thi Nguyen, Cam-Van Thi Nguyen

The objective of multimodal intent recognition (MIR) is to leverage various modalities-such as text, video, and audio-to detect user intentions, which is crucial for understanding human language and context in dialogue s…

Intent RecognitionMultimodal Intent Recognition

Medical Speech Symptoms Classification via Disentangled Representation

2024-03-08 · Jianzong Wang, Pengcheng Li, xulong Zhang, Ning Cheng 외

Intent is defined for understanding spoken language in existing works. Both textual features and acoustic features involved in medical speech contain intent, which is important for symptomatic diagnosis. In this paper, w…

Classification

AudioFormer: Audio Transformer learns audio feature representations from discrete acoustic codes

2023-08-14 · Zhaohui Li, Haitao Wang, Xinghua Jiang

We propose a method named AudioFormer,which learns audio feature representations through the acquisition of discrete acoustic codes and subsequently fine-tunes them for audio classification tasks. Initially,we introduce …

Audio ClassificationClassificationLanguage ModelingLanguage Modelling+1