English

BLSTM-Based Confidence Estimation for End-to-End Speech Recognition

Audio and Speech Processing 2023-12-25 v1 Computation and Language

Abstract

Confidence estimation, in which we estimate the reliability of each recognized token (e.g., word, sub-word, and character) in automatic speech recognition (ASR) hypotheses and detect incorrectly recognized tokens, is an important function for developing ASR applications. In this study, we perform confidence estimation for end-to-end (E2E) ASR hypotheses. Recent E2E ASR systems show high performance (e.g., around 5% token error rates) for various ASR tasks. In such situations, confidence estimation becomes difficult since we need to detect infrequent incorrect tokens from mostly correct token sequences. To tackle this imbalanced dataset problem, we employ a bidirectional long short-term memory (BLSTM)-based model as a strong binary-class (correct/incorrect) sequence labeler that is trained with a class balancing objective. We experimentally confirmed that, by utilizing several types of ASR decoding scores as its auxiliary features, the model steadily shows high confidence estimation performance under highly imbalanced settings. We also confirmed that the BLSTM-based model outperforms Transformer-based confidence estimation models, which greatly underestimate incorrect tokens.

Keywords

Cite

@article{arxiv.2312.14609,
  title  = {BLSTM-Based Confidence Estimation for End-to-End Speech Recognition},
  author = {Atsunori Ogawa and Naohiro Tawara and Takatomo Kano and Marc Delcroix},
  journal= {arXiv preprint arXiv:2312.14609},
  year   = {2023}
}

Comments

Accepted to ICASSP 2021

R2 v1 2026-06-28T13:59:46.097Z