Data Scale Drives Cross-Lingual ASR Encoder Transfer, Not Latency

Nenad Banfic· June 24, 2026 View original

Summary

This research finds that the advantage of multilingual (ML) encoder initialization over English-only (EN) for streaming Automatic Speech Recognition (ASR) is primarily data-limited, not latency-limited. The ML advantage diminishes significantly with increasing target-language data, becoming negligible at large scales.

When adapting a streaming Automatic Speech Recognition (ASR) model to a new language, developers often face a choice between initializing the encoder with a multilingual (ML) model or an English-only (EN) model. Conventional wisdom suggests that multilingual encoders offer a greater advantage, especially in low-data scenarios. This study systematically investigates how long this advantage persists, whether tight streaming latency amplifies it, and if it withstands deployment quantization. The researchers conducted a controlled experiment using a 0.6 B-parameter cache-aware FastConformer transducer across eight European languages. They varied target-language data scales from 100 hours to 2500 hours, tested three streaming tiers plus offline decoding, and evaluated up to four public test sets. The key finding reveals that the benefit of multilingual initialization is predominantly tied to the amount of available data, rather than streaming latency. Specifically, the mean word error rate (WER) gap between EN and ML initialization on the FLEURS dataset at 160ms latency decreased from +4.21 percentage points at 100 hours to a mere +0.20 percentage points at 2500 hours. A power-law fit indicates that doubling the target-language data roughly halves the remaining advantage. Across different streaming tiers, the EN-ML gap remained stable at various data scales and approached zero at 2500 hours. Furthermore, 4-bit weight-only encoder quantization, which reduced the encoder footprint by approximately 3x, resulted in only a minor average WER increase of about 0.5 percentage points. The practical guideline derived is to use multilingual initialization for low-data regimes, consider the choice largely irrelevant for large datasets, and make latency and quantization decisions independently.

Why it matters

For professionals developing and deploying global ASR systems, this research provides clear, data-backed guidance on initialization strategies, helping optimize model performance, reduce development costs, and make informed decisions about resource allocation for different language markets.

How to implement this in your domain

  1. 1Prioritize multilingual encoder initialization for ASR projects targeting languages with limited training data.
  2. 2Shift focus from initialization choice to data acquisition and quality for ASR systems with abundant target-language data.
  3. 3Evaluate the trade-offs of quantization independently of encoder initialization strategy for deployment.
  4. 4Benchmark ASR model performance across various data scales and latency tiers to validate findings in specific contexts.
  5. 5Allocate resources for data collection and augmentation in low-resource languages to maximize the benefit of multilingual models.

Who benefits

TelecommunicationsVoice AIGlobal TechCustomer ServiceAutomotive

Key takeaways

  • Multilingual ASR encoder initialization is most advantageous in low-data language regimes.
  • The benefit of multilingual initialization diminishes significantly with more target-language data.
  • Streaming latency does not substantially influence the cross-lingual transfer advantage.
  • Quantization decisions for ASR encoders can be made independently of initialization choice.

Original post by Nenad Banfic

"arXiv:2606.24169v1 Announce Type: new Abstract: Adapting a streaming speech recognition model to a new language requires choosing between two plausible warm starts: a multilingual (ML) encoder or an English-only (EN) encoder. The common intuition is that the multilingual encoder…"

View on X

Originally posted by Nenad Banfic on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses