Voice Activation Detection for Transcription of Indigenous Languages

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing · Depth: Advanced, quick

Summary

Voice Activity Detection (VAD) is a critical initial step for automated transcription of Indigenous and low-resource languages, yet its performance in fieldwork settings remains largely untested. Fieldwork recordings often contain unique noise and interference conditions, which can challenge mainstream VAD models. This study evaluated energy-based (PyDub), GMM-based (WebRTC VAD), and neural-network based (Silero, SpeechBrain) VAD algorithms against human-annotated data from Bribri and Cook Islands Māori languages. Results indicate that hybrid architectures, specifically SpeechBrain, achieved the best accuracy, with 89% for Bribri and 94% for Cook Islands Māori. However, all systems struggled with tagging non-speech segments, suggesting a bias towards marking natural fieldwork noise as false-positive voice.

Key takeaway

For NLP Engineers developing Automatic Speech Recognition (ASR) workflows for Indigenous or low-resource languages, you should prioritize VAD tools with hybrid neural architectures like SpeechBrain. Its demonstrated 89% accuracy for Bribri and 94% for Cook Islands Māori makes it a strong candidate. Be prepared to address potential false positives for voice in noisy fieldwork recordings, and consider implementing post-processing steps to refine non-speech segment detection.

Key insights

Hybrid neural VAD models like SpeechBrain perform best for Indigenous language fieldwork audio, despite challenges with non-speech segments.

Principles

Method

Compared energy-based (PyDub), GMM-based (WebRTC VAD), and neural network (Silero, SpeechBrain) VAD algorithms against human annotations on Bribri and Cook Islands Māori fieldwork data.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer, AI Student

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.