Views
No views yet
openai/whisper-small on the wTIMIT-US dataset using the F1-Mask augmentation method. F1-Mask applies frequency masking below 1.1 kHz, targeting energy regions below the maximum F1 frequency observed across whispered vowels, which are particularly susceptible to misclassification in whispered speech.| Setup | Training Data | Augmentation | WER (Normal) | WER (Whispered) |
|---|---|---|---|---|
| No Fine-tuning | Zero-shot | None | 5.0 | 13.7 |
| Baseline | Both modes | None | 5.8 | 11.7 |
| SpecAugment | Both modes | SpecAugment (LD) | 5.2 | 12.3 |
| F1-Mask (Ours) | Both modes | F1-based Masking | 4.8 (★, p=0.038) | 12.1 (ns, p=0.631) |
Compared to SpecAugment, F1-Mask improved normal speech WER by 0.4% absolute (from 5.2% → 4.8%, p=0.038), a statistically significant improvement. On whispered speech, it achieved a 0.2% reduction in WER (p=0.631), which is not statistically significant.
If you use this model or build upon this work, please cite the thesis above.