paper-with-me

Papers

Device-Directed Speech Detection: Regularization via Distillation for Weakly-Supervised Models

2022-03-30 · Vineet Garg, Ognjen Rudovic, Pranay Dighe, Ahmed H. Abdelaziz, Erik Marchi, Saurabh Adya, Chandra Dhir, Ahmed Tewfik

We address the problem of detecting speech directed to a device that does not contain a specific wake-word. Specifically, we focus on audio coming from a touch-based invocation. Mitigating virtual assistants (VAs) activation due to accidental button presses is critical for user experience. While the majority of approaches to false trigger mitigation (FTM) are designed to detect the presence of a target keyword, inferring user intent in absence of keyword is difficult. This also poses a challenge when creating the training/evaluation data for such systems due to inherent ambiguity in the user's data. To this end, we propose a novel FTM approach that uses weakly-labeled training data obtained with a newly introduced data sampling strategy. While this sampling strategy reduces data annotation efforts, the data labels are noisy as the data are not annotated manually. We use these data to train an acoustics-only model for the FTM task by regularizing its loss function via knowledge distillation from an ASR-based (LatticeRNN) model. This improves the model decisions, resulting in 66% gain in accuracy, as measured by equal-error-rate (EER), over the base acoustics-only model. We also show that the ensemble of the LatticeRNN and acoustic-distilled models brings further accuracy improvement of 20%.

📄 PDF Abstract BibTeX arXiv:2203.15975

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Methods 이 논문이 사용한 방법론

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.…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Adaptive Knowledge Distillation for Device-Directed Speech Detection

2025-08-04 · Hyung Gun Chi, Florian Pesce, Wonil Chang, Oggi Rudovic 외 arxiv

Device-directed speech detection (DDSD) is a binary classification task that separates the user's queries to a voice assistant (VA) from background speech or side conversations. This is important for achieving naturalist…

Knowledge DistillationBinary Classification

Streaming on-device detection of device directed speech from voice and touch-based invocation

2021-10-09 · Ognjen Rudovic, Akanksha Bindal, Vineet Garg, Pramod Simha 외

When interacting with smart devices such as mobile phones or wearables, the user typically invokes a virtual assistant (VA) by saying a keyword or by pressing a button on the device. However, in many cases, the VA can ac…

Computational Efficiency

Implicit Acoustic Echo Cancellation for Keyword Spotting and Device-Directed Speech Detection

2021-11-20 · Samuele Cornell, Thomas Balestri, Thibaud Sénéchal

In many speech-enabled human-machine interaction scenarios, user speech can overlap with the device playback audio. In these instances, the performance of tasks such as keyword-spotting (KWS) and device-directed speech d…

Acoustic echo cancellationKeyword Spotting

Modality Dropout for Multimodal Device Directed Speech Detection using Verbal and Non-Verbal Features

2023-10-23 · Gautam Krishna, Sameer Dharur, Oggi Rudovic, Pranay Dighe 외

Device-directed speech detection (DDSD) is the binary classification task of distinguishing between queries directed at a voice assistant versus side conversation or background speech. State-of-the-art DDSD systems use v…

Automatic Speech RecognitionBinary Classificationspeech-recognitionSpeech Recognition

Device-Directed Speech Detection for Follow-up Conversations Using Large Language Models

2024-10-28 · Ognjen, Rudovic, Pranay Dighe, Yi Su 외

Follow-up conversations with virtual assistants (VAs) enable a user to seamlessly interact with a VA without the need to repeatedly invoke it using a keyword (after the first query). Therefore, accurate Device-directed S…