paper-with-me

Papers

Implementing contextual biasing in GPU decoder for online ASR

2023-06-23 · Iuliia Nigmatulina, Srikanth Madikeri, Esaú Villatoro-Tello, Petr Motliček, Juan Zuluaga-Gomez, Karthik Pandia, Aravind Ganapathiraju

GPU decoding significantly accelerates the output of ASR predictions. While GPUs are already being used for online ASR decoding, post-processing and rescoring on GPUs have not been properly investigated yet. Rescoring with available contextual information can considerably improve ASR predictions. Previous studies have proven the viability of lattice rescoring in decoding and biasing language model (LM) weights in offline and online CPU scenarios. In real-time GPU decoding, partial recognition hypotheses are produced without lattice generation, which makes the implementation of biasing more complex. The paper proposes and describes an approach to integrate contextual biasing in real-time GPU decoding while exploiting the standard Kaldi GPU decoder. Besides the biasing of partial ASR predictions, our approach also permits dynamic context switching allowing a flexible rescoring per each speech segment directly on GPU. The code is publicly released and tested with open-sourced test sets.

📄 PDF Abstract BibTeX arXiv:2306.15685

Code (1)

idiap/contextual-biasing-on-gpus 공식 구현

Tasks

CPUDecoderGPULanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

A Neural Model for Contextual Biasing Score Learning and Filtering

2025-10-27 · Wanting Huang, Weiran Wang arxiv

Contextual biasing improves automatic speech recognition (ASR) by integrating external knowledge, such as user-specific phrases or entities, during decoding. In this work, we use an attention-based biasing decoder to pro…

Speech Recognition

Efficient Long-Form Speech Recognition for General Speech In-Context Learning

2024-09-29 · Hao Yen, Shaoshi Ling, Guoli Ye

We propose a novel approach to end-to-end automatic speech recognition (ASR) to achieve efficient speech in-context learning (SICL) for (i) long-form speech decoding, (ii) test-time speaker adaptation, and (iii) test-tim…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderForm+3

Tree-constrained Pointer Generator for End-to-end Contextual Speech Recognition

2021-09-01 · Guangzhi Sun, Chao Zhang, Philip C. Woodland

Contextual knowledge is important for real-world automatic speech recognition (ASR) applications. In this paper, a novel tree-constrained pointer generator (TCPGen) component is proposed that incorporates such knowledge …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognition+1

CIF-based Collaborative Decoding for End-to-end Contextual Speech Recognition

2020-12-17 · Minglun Han, Linhao Dong, Shiyu Zhou, Bo Xu

End-to-end (E2E) models have achieved promising results on multiple speech recognition benchmarks, and shown the potential to become the mainstream. However, the unified structure and the E2E training hamper injecting co…

Decoderspeech-recognitionSpeech Recognition

TurboBias: Universal ASR Context-Biasing powered by GPU-accelerated Phrase-Boosting Tree

2025-08-09 · Andrei Andrusenko, Vladimir Bataev, Lilit Grigoryan, Vitaly Lavrukhin 외 arxiv

Recognizing specific key phrases is an essential task for contextualized Automatic Speech Recognition (ASR). However, most existing context-biasing approaches have limitations associated with the necessity of additional …

Speech Recognition