Balanced Pretraining Improves ASR for Central Asian Languages
A Conformer encoder trained on 2M hours uses cluster-level balancing and domain-aware fine-tuning to reduce head-language dominance.
Underlying Paper
GigaAM Multilingual: Foundation Model for Underrepresented Languages
Despite recent scaling successes, multilingual ASR performance remains highly uneven, with long-tail languages suffering from severe data scarcity. This work addresses the challenge of building robust foundation models for underrepresented Central Asian languages (Kazakh, Kyrgyz, Uzbek). We present GigaAM Multilingual, a Conformer encoder pre-trained on 2M hours of audio using a HuBERT-style objective. Crucially, we introduce a cluster-level data balancing strategy during pre-training and a domain-aware sampling method during fine-tuning to mitigate head-language dominance. In controlled comparisons, our approach outperforms strong open pretrained encoders (Whisper Large v3, Omnilingual-1B) on target languages, achieving significant gains on spontaneous speech while maintaining efficiency. We release the foundation encoder and ASR model, offering a proven recipe for effective multilingual adaptation under realistic data imbalance.
Multilingual ASR has scaled quickly, but the scaling curve is uneven: high-resource languages absorb most of the modeling capacity, while long-tail languages still face sparse labeled data, domain mismatch, and weak public benchmarks. This paper targets that gap for Kazakh, Kyrgyz, and Uzbek, three Central Asian languages that are large enough to matter in deployment but underrepresented in many open speech models. The authors introduce GigaAM Multilingual, a foundation encoder built for this imbalance rather than adapted after the fact.
Core Contribution
The central idea is not simply to add more languages to a large ASR model. The paper argues that multilingual pretraining has to control the sampling distribution before the model learns a representation dominated by head languages. GigaAM Multilingual uses a Conformer encoder pretrained with a HuBERT-style objective on 2M hours of audio, then adjusts both pretraining and fine-tuning so that low-resource target languages receive more useful representation capacity.
That makes the contribution practical: it is a recipe for multilingual ASR when the data are not cleanly balanced by language, confidence, or speech domain. The paper positions this against strong open pretrained systems such as Whisper Large v3 and Omnilingual-1B, with the main claim that targeted data balancing can beat general-scale multilingual pretraining on the languages of interest.
Technical Approach
The method has two sampling interventions. During pretraining, the authors introduce cluster-level balancing. Instead of letting the largest language or speech clusters dominate the HuBERT-style objective, the training mix is reweighted at the cluster level. This is meant to preserve diversity in the acoustic and linguistic representation learned by the Conformer encoder.
Figure 1 shows why this matters: the language-duration distribution is highly skewed, and some of the assigned language mass is explicitly marked as uncertain because it comes from low-confidence language predictions. The figure also identifies the subset of languages used in experiments, making the imbalance visible rather than treating it as a footnote.
Fine-tuning then adds domain-aware sampling. The goal is to prevent the supervised ASR stage from overfitting to whichever labeled corpus is largest or cleanest, especially when spontaneous speech is the deployment target. This is a narrower intervention than full model redesign, but it addresses the failure mode that often matters most in multilingual ASR: a model can look strong in aggregate while still missing the languages and domains the application needs.
Results and Analysis
The paper reports controlled comparisons against Whisper Large v3 and Omnilingual-1B on the target languages, with the strongest gains described for spontaneous speech. That result is credible in mechanism: a general multilingual model may have broader coverage, but it is not optimized for a Central Asian data distribution with explicit sampling corrections. The evaluation therefore supports the authors' main claim more than it supports a universal claim about multilingual ASR.
The most concrete scale result is the training setup itself: a 2M-hour pretraining pool feeding a foundation encoder, followed by fine-tuning focused on 3 target languages. The paper's value is in showing that this scale can be made more useful for underrepresented languages through sampling design, rather than only through more parameters or more raw hours. The comparison to Whisper Large v3 and Omnilingual-1B is the right baseline family because those systems represent the default open alternatives a practitioner would try before building a specialized model.
The evidence is still bounded. The paper is about Kazakh, Kyrgyz, and Uzbek, not a general solution for all long-tail languages. It also depends on language identification and clustering quality; the distribution figure explicitly marks uncertain predictions, which means some of the balancing signal is noisy. The authors' release of a foundation encoder and ASR model matters for reproducibility, but no working URL is available in the provided paper material, so the article should not claim a specific repository.
Limitations
The results should be read as a targeted adaptation study rather than a broad multilingual benchmark. The method is promising for practitioners working on underrepresented languages with imbalanced audio pools, but the paper does not show that the same sampling strategy transfers unchanged to unrelated language families, code-switching settings, or very low-resource languages without enough audio to form useful clusters. The practical takeaway is narrower and useful: when the problem is head-language dominance, data allocation can be as important as model choice.
Evidence Box
moderateKey Claims
- •Cluster-level balancing reduces head-language dominance during pretraining
- •Domain-aware fine-tuning improves target-language ASR adaptation
- •GigaAM Multilingual outperforms open pretrained encoders on Central Asian languages
- •Released foundation and ASR models support reuse
Key Results
- •Pretrained on 2M hours of multilingual audio
- •Evaluation focuses on 3 target languages: Kazakh, Kyrgyz, and Uzbek
- •Compared against 2 strong open pretrained baselines: Whisper Large v3 and Omnilingual-1B
- •Figure 1 reports language-duration distribution with uncertain low-confidence segments
Limitations & Caveats
- •Evaluation centered on Kazakh, Kyrgyz, and Uzbek rather than broad long-tail coverage
- •Language-duration balancing depends on cluster and language-identification quality
- •Some training-language assignments are explicitly marked as uncertain
- •No working release URL is visible in the provided paper material