English

Robust Long-Form Bangla Speech Processing: Automatic Speech Recognition and Speaker Diarization

Computation and Language 2026-02-26 v1 Machine Learning Sound

Abstract

We describe our end-to-end system for Bengali long-form speech recognition (ASR) and speaker diarization submitted to the DL Sprint 4.0 competition on Kaggle. Bengali presents substantial challenges for both tasks: a large phoneme inventory, significant dialectal variation, frequent code-mixing with English, and a relative scarcity of large-scale labelled corpora. For ASR we achieve a best private Word Error Rate (WER) of 0.37738 and public WER of 0.36137, combining a BengaliAI fine-tuned Whisper medium model with Demucs source separation for vocal isolation, silence-boundary chunking, and carefully tuned generation hyperparameters. For speaker diarization we reach a best private Diarization Error Rate (DER) of 0.27671 and public DER of 0.20936 by replacing the default segmentation model inside the pyannote.audio pipeline with a Bengali-fine-tuned variant, pairing it with wespeaker-voxceleb-resnet34-LM embeddings and centroid-based agglomerative clustering. Our experiments demonstrate that domain-specific fine-tuning of the segmentation component, vocal source separation, and natural silence-aware chunking are the three most impactful design choices for low-resource Bengali speech processing.

Keywords

Cite

@article{arxiv.2602.21741,
  title  = {Robust Long-Form Bangla Speech Processing: Automatic Speech Recognition and Speaker Diarization},
  author = {MD. Sagor Chowdhury and Adiba Fairooz Chowdhury},
  journal= {arXiv preprint arXiv:2602.21741},
  year   = {2026}
}

Comments

6 pages, 5 figures, 3 tables; system paper submitted to DL Sprint 4.0 (Kaggle)

R2 v1 2026-07-01T10:51:38.550Z