From Monolingual to Multilingual: Evaluating Mamba for ASR in South African Languages

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

This work evaluates the Mamba state space model for Automatic Speech Recognition (ASR) across seven South African languages, comparing its performance against a Conformer baseline of similar parameter scale. In monolingual experiments, Mamba achieved recognition accuracy comparable to Conformer while utilizing fewer computational resources and demonstrating faster training times, using 50 hours of speech per language. Both models, however, struggled to generalize to speech significantly longer than their training data. Multilingual training consistently improved ASR performance over monolingual approaches. While adding explicit language-family information via embeddings did not enhance in-domain performance, it significantly improved cross-corpus robustness. Ablation studies in low-resource settings, using 5-hour and 10-hour per-language training data, further confirmed the benefits of language embeddings, revealing they function as task-specific control vectors rather than capturing typological linguistic similarity.

Key takeaway

For NLP Engineers developing ASR systems for low-resource South African languages, consider Mamba models for their computational efficiency and comparable accuracy to Conformer. You should prioritize multilingual training, as it consistently improves performance. Integrate language embeddings, especially in low-resource settings, to enhance cross-corpus robustness. Understand these embeddings act as task-specific control vectors, not linguistic similarity indicators. This approach can optimize resource usage while improving model generalization.

Key insights

Mamba offers Conformer-level ASR accuracy with less compute, and multilingual training with control vectors improves robustness for low-resource languages.

Principles

Method

The study evaluates Mamba and Conformer models for ASR, using monolingual and multilingual training with language/language-family embeddings and multitask learning (CTC ASR + LID head).

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.