Pith. sign in

REVIEW 2 cited by

Adaptive Contextual Biasing for Transducer Based Streaming Speech Recognition

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2306.00804 v3 pith:AJI32GWL submitted 2023-06-01 cs.SD cs.CLeess.AS

Adaptive Contextual Biasing for Transducer Based Streaming Speech Recognition

classification cs.SD cs.CLeess.AS
keywords biasingcontextualpersonalizedcommonpredictionstreamingwordsadaptive
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
Share X Bluesky LinkedIn Reddit HN
read the original abstract

By incorporating additional contextual information, deep biasing methods have emerged as a promising solution for speech recognition of personalized words. However, for real-world voice assistants, always biasing on such personalized words with high prediction scores can significantly degrade the performance of recognizing common words. To address this issue, we propose an adaptive contextual biasing method based on Context-Aware Transformer Transducer (CATT) that utilizes the biased encoder and predictor embeddings to perform streaming prediction of contextual phrase occurrences. Such prediction is then used to dynamically switch the bias list on and off, enabling the model to adapt to both personalized and common scenarios. Experiments on Librispeech and internal voice assistant datasets show that our approach can achieve up to 6.7% and 20.7% relative reduction in WER and CER compared to the baseline respectively, mitigating up to 96.7% and 84.9% of the relative WER and CER increase for common cases. Furthermore, our approach has a minimal performance impact in personalized scenarios while maintaining a streaming inference pipeline with negligible RTF increase.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Improving Synthetic Data Training for Contextual Biasing Models with a Keyword-Aware Cost Function

    cs.CL 2025-09 conditional novelty 6.0

    A keyword-aware loss with masked cross-entropy and binary gating terms reduces overfitting in synthetic-data training of TCPGen, improving Whisper WER on NSC Part 2 from 14.16% (AGEM baseline) to 11.81%.

  2. Efficient Trie-based Biasing using K-step Prediction for Rare Word Recognition

    cs.CL 2025-09 conditional novelty 5.0

    A future-token prediction branch in Whisper gates trie-based biasing rewards, letting greedy decoding recognize rare words without a beam-search reward revocation step.