Back to Feed
Training & Fine-Tuning / Benchmarks & Evals

Improving Burmese Clinical Speech Recognition

Original: myMediWhisper: Construction of Burmese Medical Speech Corpus and Whisper Fine-Tuning for Clinical Dialogue ASR

Listen to the summary

Uses a voice available on your device

Audio options
On this page 4 sections
Related concepts 3 concepts

Key Takeaways

  • Created a manually verified Burmese medical speech corpus recorded by native speakers.
  • Utilized rsLoRA for parameter-efficient fine-tuning of Whisper models.
  • Achieved a state-of-the-art word error rate of 23.44% with the myMediWhisper-Medium model.
  • Integrated multi-stage data augmentation to improve robustness in noisy and reverberant environments.

Summary & Methodology Analysis

The team addressed the lack of specialized Burmese medical speech data by building the myMediWhisper corpus. This involved manually verifying Burmese translations of clinical dialogues and recording them at 16 kHz in controlled environments. To simulate real-world audio challenges, they constructed training data using the Pyroomacoustics library to model various room impulse responses and applied multi-stage data augmentation. This process included waveform-level techniques such as pitch shifting and additive Gaussian noise, alongside spectrogram-level masking methods to improve model generalization. Fine-tuning, the process of adjusting a pre-trained model on domain-specific data, was performed using either full fine-tuning or parameter-efficient fine-tuning (PEFT) via Rank-Stabilized LoRA (rsLoRA). rsLoRA is a technique for updating only a small subset of model weights to reduce training overhead while maintaining performance. The resulting myMediWhisper-Medium model achieved a state-of-the-art word error rate of 23.44% on baseline tests without augmentation. While data augmentation helped in noisy and reverberant conditions, it showed reduced performance on clean speech samples. The authors note limitations regarding speaker diversity and regional dialect representation within the corpus. Furthermore, because robustness was evaluated using synthetic data, the performance in actual clinical environments may vary compared to the reported metrics. The paper does not specify the training time, hardware specifications, or absolute latency figures for the models.

Interactive System Flowchart

Click diagram to expand and zoom

Cross-Examination & FAQs

A deeper dive clarifying mechanics, constraints, and baseline evaluations.

Q1. What is the core contribution of this paper?

The authors created a specialized medical speech corpus for Burmese and used it to fine-tune Whisper models for better performance in clinical settings.

Q2. Why is this research necessary?

General-domain speech recognition models perform poorly on specialized medical speech, and there is a lack of large-scale, publicly available Burmese medical datasets.

Q3. What is the practical outcome of this work?

The myMediWhisper-Medium model serves as a specialized tool for clinical dialogue transcription, reaching a word error rate of 23.44%.

Q4. What specific fine-tuning method was used?

The team used full fine-tuning and parameter-efficient fine-tuning (PEFT) specifically via Rank-Stabilized LoRA (rsLoRA).

Q5. How did the researchers improve robustness?

They utilized the Pyroomacoustics library for room impulse response simulation and applied both waveform-level and spectrogram-level data augmentation.

Q6. Does data augmentation always improve performance?

No. While it helps with robustness in noisy and reverberant environments, the paper reports it actually reduces performance on clean speech.

Q7. What datasets were used or mentioned?

The paper references myMediWhisper, myMediCon, wav2vec2-bloom-speech-mya, whisper-large-v3-myanmar, MMS-1B, and FLEURS.

Q8. Are there limitations to the current evaluation?

Yes. The robustness evaluations rely on synthetic data, and the corpus has limited speaker diversity and regional dialect coverage.

Q9. Does the paper provide performance metrics for every model mentioned?

The paper does not specify performance metrics for all referenced models, focusing primarily on the result of the myMediWhisper-Medium model.