CLApr 24, 2019

Phonetically-Oriented Word Error Alignment for Speech Recognition Error Analysis in Speech Translation

arXiv:1904.11024v117 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This incremental improvement addresses the issue of error analysis in speech recognition for researchers and practitioners by enhancing alignment accuracy without requiring time boundary information.

The paper tackles the problem of inaccurate word alignments in speech recognition error analysis by proposing a phonetically-oriented variation of Word Error Rate (POWER), which adjusts word alignment labels using phonetic information and captures homophonic errors, resulting in similar scores to WER but with improved alignments for downstream tasks like speech translation.

We propose a variation to the commonly used Word Error Rate (WER) metric for speech recognition evaluation which incorporates the alignment of phonemes, in the absence of time boundary information. After computing the Levenshtein alignment on words in the reference and hypothesis transcripts, spans of adjacent errors are converted into phonemes with word and syllable boundaries and a phonetic Levenshtein alignment is performed. The aligned phonemes are recombined into aligned words that adjust the word alignment labels in each error region. We demonstrate that our Phonetically-Oriented Word Error Rate (POWER) yields similar scores to WER with the added advantages of better word alignments and the ability to capture one-to-many word alignments corresponding to homophonic errors in speech recognition hypotheses. These improved alignments allow us to better trace the impact of Levenshtein error types on downstream tasks such as speech translation.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes