ASAILGSep 11, 2022

Applying wav2vec2 for Speech Recognition on Bengali Common Voices Dataset

arXiv:2209.06581v110 citationsh-index: 5
Originality Synthesis-oriented
AI Analysis

This work addresses speech recognition for Bengali speakers, but it is incremental as it applies an existing method to a new dataset.

The researchers tackled speech recognition for Bengali by fine-tuning wav2vec 2.0 on the Bengali Common Voice dataset, achieving a Levenshtein Distance of 6.234 on a hidden dataset, which was 1.1049 units lower than other submissions.

Speech is inherently continuous, where discrete words, phonemes and other units are not clearly segmented, and so speech recognition has been an active research problem for decades. In this work we have fine-tuned wav2vec 2.0 to recognize and transcribe Bengali speech -- training it on the Bengali Common Voice Speech Dataset. After training for 71 epochs, on a training set consisting of 36919 mp3 files, we achieved a training loss of 0.3172 and WER of 0.2524 on a validation set of size 7,747. Using a 5-gram language model, the Levenshtein Distance was 2.6446 on a test set of size 7,747. Then the training set and validation set were combined, shuffled and split into 85-15 ratio. Training for 7 more epochs on this combined dataset yielded an improved Levenshtein Distance of 2.60753 on the test set. Our model was the best performing one, achieving a Levenshtein Distance of 6.234 on a hidden dataset, which was 1.1049 units lower than other competing submissions.

Foundations

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

Your Notes