Non-Autoregressive Minimum Bayes' Risk Decoding for Fast Speech Recognition
This paper proposes a novel non-autoregressive (NAR) decoding framework based on minimum Bayes' risk (MBR) for speech recognition, which outperforms previous NAR decoding and runs faster than autoregressive decoding.
Proposed a new decoding framework for non-autoregressive speech recognition based on minimum Bayes' risk.
Before reading this…
Applications
- →Speech recognition
To understand this paper, make sure you know these concepts first:
- Understanding of speech recognition and decoding frameworksfind papers →
Abstract
More Like ThisNon-autoregressive (NAR) decoding generates output tokens in parallel, making speech recognition faster than autoregressive decoding, which generates them sequentially from left to right. However, the recognition performance is degraded because NAR decoding cannot resolve uncertainty by conditioning on previously generated tokens. To address this issue, we propose a novel NAR decoding framework based on minimum Bayes' risk (MBR) decoding, termed NAR-MBR decoding, that maximizes the expected utility calculated from samples drawn from the output probability of an NAR model rather than maximizing the output probability. Notably, by leveraging the nature of NAR models, multiple samples are obtained efficiently with a single forward computation. Our experiments across LibriSpeech, Switchboard, AMI, and web presentation corpus demonstrated that our NAR-MBR decoding outperformed previous NAR decoding and ran faster than AR decoding.