# Performance Monitoring for End-to-End Speech Recognition

**Authors:** Ruizhi Li, Gregory Sell, Hynek Hermansky

arXiv: 1904.04896 · 2019-04-11

## TL;DR

This paper explores performance monitoring techniques for end-to-end speech recognition systems, adapting existing measures and proposing an RNN predictor, to evaluate system performance without ground-truth, especially in unseen domains.

## Contribution

It introduces adapted performance monitoring measures and a novel RNN predictor for end-to-end ASR, highlighting decoder features as more effective than attention probabilities.

## Key findings

- Decoder-level features outperform attention probabilities for monitoring.
- M-measure on decoder posteriors achieves 8.8% prediction error.
- Entropy and RNN measures are effective for unseen conditions.

## Abstract

Measuring performance of an automatic speech recognition (ASR) system without ground-truth could be beneficial in many scenarios, especially with data from unseen domains, where performance can be highly inconsistent. In conventional ASR systems, several performance monitoring (PM) techniques have been well-developed to monitor performance by looking at tri-phone posteriors or pre-softmax activations from neural network acoustic modeling. However, strategies for monitoring more recently developed end-to-end ASR systems have not yet been explored, and so that is the focus of this paper. We adapt previous PM measures (Entropy, M-measure and Auto-encoder) and apply our proposed RNN predictor in the end-to-end setting. These measures utilize the decoder output layer and attention probability vectors, and their predictive power is measured with simple linear models. Our findings suggest that decoder-level features are more feasible and informative than attention-level probabilities for PM measures, and that M-measure on the decoder posteriors achieves the best overall predictive performance with an average prediction error 8.8%. Entropy measures and RNN-based prediction also show competitive predictability, especially for unseen conditions.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.04896/full.md

## Figures

15 figures with captions in the complete paper: https://tomesphere.com/paper/1904.04896/full.md

## References

29 references — full list in the complete paper: https://tomesphere.com/paper/1904.04896/full.md

---
Source: https://tomesphere.com/paper/1904.04896