paper-with-me

홈 › Papers

Improving Transducer-Based Spoken Language Understanding with Self-Conditioned CTC and Knowledge Transfer

2025-01-03 · Vishal Sunder, Eric Fosler-Lussier

In this paper, we propose to improve end-to-end (E2E) spoken language understand (SLU) in an RNN transducer model (RNN-T) by incorporating a joint self-conditioned CTC automatic speech recognition (ASR) objective. Our proposed model is akin to an E2E differentiable cascaded model which performs ASR and SLU sequentially and we ensure that the SLU task is conditioned on the ASR task by having CTC self conditioning. This novel joint modeling of ASR and SLU improves SLU performance significantly over just using SLU optimization. We further improve the performance by aligning the acoustic embeddings of this model with the semantically richer BERT model. Our proposed knowledge transfer strategy makes use of a bag-of-entity prediction layer on the aligned embeddings and the output of this is used to condition the RNN-T based SLU decoding. These techniques show significant improvement over several strong baselines and can perform at par with large models like Whisper with significantly fewer parameters.

📄 PDF Abstract BibTeX arXiv:2501.01936

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech RecognitionSpoken Language UnderstandingTransfer Learning

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
WordPiece 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Finstreder: Simple and fast Spoken Language Understanding with Finite State Transducers using modern Speech-to-Text models

2022-06-29 · Daniel Bermuth, Alexander Poeppel, Wolfgang Reif

In Spoken Language Understanding (SLU) the task is to extract important information from audio commands, like the intent of what a user wants the system to do and special entities like locations or numbers. This paper pr…

Intent ClassificationSlot FillingSpeech-to-TextSpoken Language Understanding

RNN Transducer Models For Spoken Language Understanding

2021-04-08 · Samuel Thomas, Hong-Kwang J. Kuo, George Saon, Zoltán Tüske 외

We present a comprehensive study on building and adapting RNN transducer (RNN-T) models for spoken language understanding(SLU). These end-to-end (E2E) models are constructed in three practical settings: a case where verb…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition+1

Improving End-to-End Models for Set Prediction in Spoken Language Understanding

2022-01-28 · Hong-Kwang J. Kuo, Zoltan Tuske, Samuel Thomas, Brian Kingsbury 외

The goal of spoken language understanding (SLU) systems is to determine the meaning of the input speech signal, unlike speech recognition which aims to produce verbatim transcripts. Advances in end-to-end (E2E) speech mo…

Data AugmentationDecoderspeech-recognitionSpeech Recognition+1

Transducer-based language embedding for spoken language identification

2022-04-08 · Peng Shen, Xugang Lu, Hisashi Kawai

The acoustic and linguistic features are important cues for the spoken language identification (LID) task. Recent advanced LID systems mainly use acoustic features that lack the usage of explicit linguistic feature encod…

Language IdentificationSpoken language identification

Integrating Dialog History into End-to-End Spoken Language Understanding Systems

2021-08-18 · Jatin Ganhotra, Samuel Thomas, Hong-Kwang J. Kuo, Sachindra Joshi 외

End-to-end spoken language understanding (SLU) systems that process human-human or human-computer interactions are often context independent and process each turn of a conversation independently. Spoken conversations on …

Intent RecognitionSpoken Language Understanding