From Sinhala to Dhivehi: Cross-Lingual Transfer Learning for Low-Resource Speech Recognition

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Speech Technology · Depth: Expert, extended

Summary

A study investigated cross-lingual transfer learning from Sinhala to improve Automatic Speech Recognition (ASR) for Dhivehi, a low-resource language with only 37 validated hours of speech data. Researchers conducted seventeen experiments across five paradigms: Dhivehi-only baselines, sequential fine-tuning, multilingual fine-tuning, continual pre-training, and a Turkish control. The strongest system, using continual pre-training on Sinhala followed by fine-tuning on Dhivehi with KenLM, achieved a 12.89% Word Error Rate (WER) and 2.70% Character Error Rate (CER). This significantly outperformed the Dhivehi-only baseline of 13.50% WER and 3.02% CER. The research confirmed that linguistic relatedness between Sinhala and Dhivehi, both Insular Indo-Aryan languages, is crucial for transfer gains, as the unrelated Turkish control performed worse. Critically, the external KenLM language model provided the most substantial performance improvement, reducing WER by 24-29 absolute points across all configurations.

Key takeaway

For Machine Learning Engineers developing ASR systems for low-resource languages, you should prioritize continual pre-training from a linguistically related source language. Your implementation must integrate a robust external language model like KenLM, as it provides the most significant performance gains. Be cautious with language ID tokens in bilingual fine-tuning, as they may degrade performance rather than improve it. This approach can yield substantial improvements over monolingual baselines, even surpassing existing benchmarks.

Key insights

Cross-lingual transfer for low-resource ASR benefits from linguistic relatedness and specific adaptation strategies, with external language models being critical.

Principles

Method

The study used Wav2Vec for ASR, applying sequential fine-tuning, multilingual fine-tuning, and continual pre-training from Sinhala to Dhivehi, with KenLM for decoding.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.