ICASSP 2023accepted0 citations

Building Keyword Search System from End-To-End Asr Systems

Ruizhe Huang, Matthew Wiesner, Leibny Paola García-Perera, Daniel Povey, Jan Trmal, Sanjeev Khudanpur

Abstract

Keyword search (KWS) systems are commonly built on top of existing automatic speech recognition (ASR) systems. However, end-to-end (E2E) ASR models are not naturally equipped with word-level timing information or confidence. Existing methods for re-purposing E2E ASR systems for KWS are largely heuristic or model-specific. In this paper, we describe a general KWS pipeline, applicable to any ASR model that generates N-best lists. We extract timing information using either external word-aligners, or time-preserving weighted finite-state transducer-based decoders. We show that our light-weight, ASR-agnostic approach for confidence estimation based on N-best lists outperforms other commonly used heuristics, such as using the decoder’s softmax probability, and even a more complicated dedicated confidence estimation model (CEM). Finally, we compare our performance to hybrid ASR models, extensively evaluating the impact of word-level timing, confidence, and recall on KWS performance. Our KWS pipeline is available online<sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">1</sup>, suitable for evaluating the aforementioned ASR components as downstream tasks.

BibTeX
@inproceedings{icassp2023_buildingkeywords,
  title = {Building Keyword Search System from End-To-End Asr Systems},
  author = {Ruizhe Huang and Matthew Wiesner and Leibny Paola García-Perera and Daniel Povey and Jan Trmal and Sanjeev Khudanpur},
  booktitle = {ICASSP 2023},
  year = {2023}
}