Phone-to-audio alignment without text: A Semi-supervised Approach
About
The task of phone-to-audio alignment has many applications in speech research. Here we introduce two Wav2Vec2-based models for both text-dependent and text-independent phone-to-audio alignment. The proposed Wav2Vec2-FS, a semi-supervised model, directly learns phone-to-audio alignment through contrastive learning and a forward sum loss, and can be coupled with a pretrained phone recognizer to achieve text-independent alignment. The other model, Wav2Vec2-FC, is a frame classification model trained on forced aligned labels that can both perform forced alignment and text-independent segmentation. Evaluation results suggest that both proposed methods, even when transcriptions are not available, generate highly close results to existing forced alignment tools. Our work presents a neural pipeline of fully automated phone-to-audio alignment. Code and pretrained models are available at https://github.com/lingjzhu/charsiu.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Word Alignment | Buckeye | Mean Boundary Error29.24 | 45 | |
| Phone alignment | Buckeye | Mean Time (ms)18.43 | 16 | |
| Phone alignment | TIMIT | Mean Alignment Error (ms)17.79 | 16 | |
| Word Alignment | TIMIT | Mean Boundary Error (ms)27.18 | 11 |