Tokenizer Transplantation: Mitigating Autoregressive Collapse in Edge-Efficient Bengali ASR
Lightweight speech recognition models are critical for edge deployment, yet highly optimized architectures like Moonshine often fail on morphologically rich, non-Latin languages such as Bengali. This study identifies the root cause of this failure as the model's English-centric byte-level tokenizer, which fragments Bengali words into high-fertility byte chains and triggers catastrophic autoregressive collapse during inference. To resolve this, a novel vocabulary transplantation pipeline is proposed to replace the decoder vocabulary with the native-script BanglaBERT WordPiece vocabulary and resize the corresponding token embedding matrix. Experimental results demonstrate a reduction in token fertility from 9.16 to 1.30. By decreasing autoregressive sequence length by 85.8%, decoding instability is entirely mitigated. When evaluated on the 882-hour Lipi-Ghor dataset, the modified architecture achieves a competitive 21.54% Word Error Rate (WER) and a Real-Time Factor (RTF) of 0.0053. Ultimately, this research provides a scalable, reproducible blueprint for cross-script adaptation of compact ASR models without the need for resource-intensive pre-training.
提出字典移植方法解决孟加拉语自动语音识别中的自回归崩溃问题
- 核心方法
- 设计词汇移植管道,使用 BanglaBERT WordPiece 词汇替换解码器词汇,并调整相应的词嵌入矩阵大小
- 适合谁读
- 研究者、工程师
- 要解决的问题
- Morphologically rich, non-Latin 语言(如孟加拉语)在边缘设备上使用轻量级自动语音识别模型时,由于模型的英语中心化字节级分词器而导致自回归崩溃问题
- 关键实验
- 在 882 小时的 Lipi-Ghor 数据集上测试,修改后的模型取得了 21.54% 的词错误率 (WER) 和 0.0053 的实时因子 (RTF)
- 主要贡献
- 减少了词符的生育率,减轻了自回归序列长度,改善了解码稳定性,达到了有竞争力的词错误率
- 意义与局限
- 为紧凑型自动语音识别模型的跨脚本适应提供了可扩展、可复现的解决方案,无需资源密集型预训练