paper-with-me

Papers

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

2021-05-14 · Vineet Garg, Wonil Chang, Siddharth Sigtia, Saurabh Adya, Pramod Simha, Pranay Dighe, Chandra Dhir

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 segments acoustically similar to the trigger phrase of interest. FTM systems cancel such activations by using post trigger audio context. Traditional FTM systems rely on automatic speech recognition lattices which are computationally expensive to obtain on device. We propose a streaming transformer (TF) encoder architecture, which progressively processes incoming audio chunks and maintains audio context to perform both VTD and FTM tasks using only acoustic features. The proposed joint model yields an average 18% relative reduction in false reject rate (FRR) for the VTD task at a given false alarm rate. Moreover, our model suppresses 95% of the false triggers with an additional one second of post-trigger audio. Finally, on-device measurements show 32% reduction in runtime memory and 56% reduction in inference time compared to non-streaming version of the model.

📄 PDF Abstract BibTeX arXiv:2105.06598

Code (0)

등록된 구현이 없습니다.

Tasks

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

Similar Papers 제목 키워드 기반

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

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

LTS-VoiceAgent: A Listen-Think-Speak Framework for Efficient Streaming Voice Interaction via Semantic Triggering and Incremental Reasoning

2026-01-26 · Wenhao Zou, Yuwei Miao, Zhanyu Ma, Jun Xu 외 arxiv

Real-time voice agents face a dilemma: end-to-end models often lack deep reasoning, while cascaded pipelines incur high latency by executing ASR, LLM reasoning, and TTS strictly in sequence, unlike human conversation whe…

Hybrid Transformer/CTC Networks for Hardware Efficient Voice Triggering

2020-08-05 · Saurabh Adya, Vineet Garg, Siddharth Sigtia, Pramod Simha 외

We consider the design of two-pass voice trigger detection systems. We focus on the networks in the second pass that are used to re-score candidate segments obtained from the first-pass. Our baseline is an acoustic model…

DecoderMulti-Task Learning

Building Accurate Low Latency ASR for Streaming Voice Search

2023-05-29 · Abhinav Goyal, Nikesh Garera

Automatic Speech Recognition (ASR) plays a crucial role in voice-based applications. For applications requiring real-time feedback like Voice Search, streaming capability becomes vital. While LSTM/RNN and CTC based ASR s…

Action DetectionActivity DetectionAutomatic Speech RecognitionAutomatic Speech Recognition (ASR)+2