Search papers, labs, and topics across Lattice.
This paper investigates the application of masked diffusion language models (MDLM) and uniform-state diffusion models (USDMs) to speech recognition tasks, specifically for ASR hypothesis rescoring. A novel joint-decoding method is introduced, combining CTC and USDM by integrating framewise and labelwise probability distributions. Experiments demonstrate that both USDM and MDLM significantly enhance the accuracy of recognized speech.
Diffusion language models can substantially boost speech recognition accuracy, rivaling traditional language models while offering unique advantages like bidirectional attention.
Diffusion language models have recently emerged as a leading alternative to standard language models, due to their ability for bidirectional attention and parallel text generation. In this work, we explore variants for their use in speech recognition. Specifically, we introduce a comprehensive guide to incorporating masked diffusion language models (MDLM) and uniform-state diffusion models (USDMs) for rescoring ASR hypotheses. Additionally, we design a new joint-decoding method that combines CTC and USDM by integrating the framewise probability distributions derived from CTC with the labelwise probability distributions computed by USDM at each decoding step, thereby generating new candidates that combine strong language knowledge from USDM and acoustic information from CTC. Our findings reveal that USDM, as well as MDLM, can significantly improve the accuracy of recognized text. We publish all our code and recipes.