paper-with-me

홈 › Papers

Two-stage Textual Knowledge Distillation for End-to-End Spoken Language Understanding

2020-10-25 · Seongbin Kim, Gyuwan Kim, Seongjin Shin, Sangmin Lee

End-to-end approaches open a new way for more accurate and efficient spoken language understanding (SLU) systems by alleviating the drawbacks of traditional pipeline systems. Previous works exploit textual information for an SLU model via pre-training with automatic speech recognition or fine-tuning with knowledge distillation. To utilize textual information more effectively, this work proposes a two-stage textual knowledge distillation method that matches utterance-level representations and predicted logits of two modalities during pre-training and fine-tuning, sequentially. We use vq-wav2vec BERT as a speech encoder because it captures general and rich features. Furthermore, we improve the performance, especially in a low-resource scenario, with data augmentation methods by randomly masking spans of discrete audio tokens and contextualized hidden representations. Consequently, we push the state-of-the-art on the Fluent Speech Commands, achieving 99.7% test accuracy in the full dataset setting and 99.5% in the 10% subset setting. Throughout the ablation studies, we empirically verify that all used methods are crucial to the final performance, providing the best practice for spoken language understanding. Code is available at https://github.com/clovaai/textual-kd-slu.

📄 PDF Abstract BibTeX arXiv:2010.13105

Code (1)

clovaai/textual-kd-slu 공식 구현 pytorch

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data AugmentationKnowledge Distillationspeech-recognitionSpeech RecognitionSpoken Language Understanding

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
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…
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 Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.

Similar Papers 제목 키워드 기반

Contextualized Attention-based Knowledge Transfer for Spoken Conversational Question Answering

2020-10-21 · Chenyu You, Nuo Chen, Yuexian Zou

Spoken conversational question answering (SCQA) requires machines to model complex dialogue flow given the speech utterances and text corpora. Different from traditional text question answering (QA) tasks, SCQA involves …

Audio Signal ProcessingConversational Question AnsweringKnowledge DistillationQuestion Answering+1

A Unified Spoken Language Model with Injected Emotional-Attribution Thinking for Human-like Interaction

2026-01-08 · Qing Wang, Zehan Li, Yaodong Song, Hongjie Chen 외 arxiv

This paper presents a unified spoken language model for emotional intelligence, enhanced by a novel data construction strategy termed Injected Emotional-Attribution Thinking (IEAT). IEAT incorporates user emotional state…

Empathetic Response GenerationEmotional IntelligenceTrajectory Modeling

Cross-Modal Knowledge Distillation for Speech Large Language Models

2025-09-18 · Enzhi Wang, Qicheng Li, Zhiyuan Tang, Yuhang Jia arxiv

In this work, we present the first systematic evaluation of catastrophic forgetting and modality inequivalence in speech large language models, showing that introducing speech capabilities can degrade knowledge and reaso…

Knowledge Distillation

Sentence Embedder Guided Utterance Encoder (SEGUE) for Spoken Language Understanding

2023-05-20 · Yi Xuan Tan, Navonil Majumder, Soujanya Poria

The pre-trained speech encoder wav2vec 2.0 performs very well on various spoken language understanding (SLU) tasks. However, on many tasks, it trails behind text encoders with textual input. To improve the understanding …

Knowledge DistillationSentenceSpoken Language Understanding

Adaptive Knowledge Distillation between Text and Speech Pre-trained Models

2023-03-07 · Jinjie Ni, Yukun Ma, Wen Wang, Qian Chen 외

Learning on a massive amount of speech corpus leads to the recent success of many self-supervised speech models. With knowledge distillation, these models may also benefit from the knowledge encoded by language models th…

Knowledge DistillationSpoken Language Understanding