paper-with-me

Papers

Voice trigger detection from LVCSR hypothesis lattices using bidirectional lattice recurrent neural networks

2020-02-29 · Woojay Jeon, Leo Liu, Henry Mason

We propose a method to reduce false voice triggers of a speech-enabled personal assistant by post-processing the hypothesis lattice of a server-side large-vocabulary continuous speech recognizer (LVCSR) via a neural network. We first discuss how an estimate of the posterior probability of the trigger phrase can be obtained from the hypothesis lattice using known techniques to perform detection, then investigate a statistical model that processes the lattice in a more explicitly data-driven, discriminative manner. We propose using a Bidirectional Lattice Recurrent Neural Network (LatticeRNN) for the task, and show that it can significantly improve detection accuracy over using the 1-best result or the posterior.

📄 PDF Abstract BibTeX arXiv:2003.00304

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Streaming Transformer for Hardware Efficient Voice Trigger Detection and False Trigger Mitigation

2021-05-14 · Vineet Garg, Wonil Chang, Siddharth Sigtia, Saurabh Adya 외

We present a unified and hardware efficient architecture for two stage voice trigger detection (VTD) and false trigger mitigation (FTM) tasks. Two stage VTD systems of voice assistants can get falsely activated to audio …

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

Lattice-based Improvements for Voice Triggering Using Graph Neural Networks

2020-01-25 · Pranay Dighe, Saurabh Adya, Nuoyu Li, Srikanth Vishnubhotla 외

Voice-triggered smart assistants often rely on detection of a trigger-phrase before they start listening for the user request. Mitigation of false triggers is an important aspect of building a privacy-centric non-intrusi…

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

Complementary Language Model and Parallel Bi-LRNN for False Trigger Mitigation

2020-08-18 · Rishika Agarwal, Xiaochuan Niu, Pranay Dighe, Srikanth Vishnubhotla 외

False triggers in voice assistants are unintended invocations of the assistant, which not only degrade the user experience but may also compromise privacy. False trigger mitigation (FTM) is a process to detect the false …

Language ModelingLanguage Modelling

Improving Voice Trigger Detection with Metric Learning

2022-04-05 · Prateeth Nayak, Takuya Higuchi, Anmol Gupta, Shivesh Ranjan 외

Voice trigger detection is an important task, which enables activating a voice assistant when a target user speaks a keyword phrase. A detector is typically trained on speech data independent of speaker information and u…

DecoderMetric Learning

Progressive Voice Trigger Detection: Accuracy vs Latency

2020-10-29 · Siddharth Sigtia, John Bridle, Hywel Richards, Pascal Clark 외

We present an architecture for voice trigger detection for virtual assistants. The main idea in this work is to exploit information in words that immediately follow the trigger phrase. We first demonstrate that by includ…