paper-with-me

Papers

Efficient Dynamic WFST Decoding for Personalized Language Models

2019-10-23 · Jun Liu, Jiedan Zhu, Vishal Kathuria, Fuchun Peng

We propose a two-layer cache mechanism to speed up dynamic WFST decoding with personalized language models. The first layer is a public cache that stores most of the static part of the graph. This is shared globally among all users. A second layer is a private cache that caches the graph that represents the personalized language model, which is only shared by the utterances from a particular user. We also propose two simple yet effective pre-initialization methods, one based on breadth-first search, and another based on a data-driven exploration of decoder states using previous utterances. Experiments with a calling speech recognition task using a personalized contact list demonstrate that the proposed public cache reduces decoding time by factor of three compared to decoding without pre-initialization. Using the private cache provides additional efficiency gains, reducing the decoding time by a factor of five.

📄 PDF Abstract BibTeX arXiv:1910.10670

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderLanguage ModelingLanguage Modellingspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Breaking Through the Spike: Spike Window Decoding for Accelerated and Precise Automatic Speech Recognition

2025-01-01 · Wei zhang, Tian-Hao Zhang, Chao Luo, Hui Zhou 외

Recently, end-to-end automatic speech recognition has become the mainstream approach in both industry and academia. To optimize system performance in specific scenarios, the Weighted Finite-State Transducer (WFST) is ext…

Automatic Speech Recognitionspeech-recognitionSpeech Recognition

Arabic Code-Switching Speech Recognition using Monolingual Data

2021-07-04 · Ahmed Ali, Shammur Chowdhury, Amir Hussein, Yasser Hifny

Code-switching in automatic speech recognition (ASR) is an important challenge due to globalization. Recent research in multilingual ASR shows potential improvement over monolingual systems. We study key issues related t…

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

WNARS: WFST based Non-autoregressive Streaming End-to-End Speech Recognition

2021-04-08 · Zhichao Wang, Wenwen Yang, Pan Zhou, Wei Chen

Recently, attention-based encoder-decoder (AED) end-to-end (E2E) models have drawn more and more attention in the field of automatic speech recognition (ASR). AED models, however, still have drawbacks when deploying in c…

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

LLM-based phoneme-to-grapheme for phoneme-based speech recognition

2025-06-05 · Te Ma, Min Bi, Saierdaer Yusuyin, Hao Huang 외

In automatic speech recognition (ASR), phoneme-based multilingual pre-training and crosslingual fine-tuning is attractive for its high data efficiency and competitive results compared to subword-based models. However, We…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data Augmentationspeech-recognition+2

End-to-end Adaptation with Backpropagation through WFST for On-device Speech Recognition System

2019-05-17 · Emiru Tsunoo, Yosuke Kashiwagi, Satoshi Asakawa, Toshiyuki Kumakura

An on-device DNN-HMM speech recognition system efficiently works with a limited vocabulary in the presence of a variety of predictable noise. In such a case, vocabulary and environment adaptation is highly effective. In …

speech-recognitionSpeech Recognition