Ganesh Ramakrishnan, Ashish Mittal, Isha Pandey, Vartul Bahuguna
We lifted 1 functions out of this paper's own repositories and ran 1 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| iishapandey/SMEAR-MoE-ASR | — | 1 of 1 |
| Function | Status | Where it lives |
|---|---|---|
| MoELayer_SMEAR | Ran | iishapandey/SMEAR-MoE-ASR/src/slam_llm/models/smear.py code served (permissive licence) · get_code("9d950d736fe1ac66") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Recent advances in LLM-based ASR connect frozen speech encoders with Large Language Models (LLMs) via lightweight projectors. While effective in monolingual settings, a single projector struggles to capture the diverse acoustic-to-semantic mappings required for multilingual ASR. To address this, we propose SMEAR-MoE, a stabilized Mixture-of-Experts projector that ensures dense gradient flow to all experts, preventing expert collapse while enabling cross-lingual sharing. We systematically compare monolithic, static multi-projector, and dynamic MoE designs across four Indic languages (Hindi, Marathi, Tamil, Telugu). Our SMEAR-MoE achieves strong performance, delivering upto a 7.6% relative WER reduction over the single-projector baseline, while maintaining comparable runtime efficiency. Analysis of expert routing further shows linguistically meaningful specialization, with related languages sharing experts. These results demonstrate that stable multi-expert projectors are key to scalable and robust multilingual ASR. We have released our code at 1
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2601.19451")
get_code_for_paper("2601.19451")
have("2601.19451")
Connect an agent — have() is free.