LGNov 15, 2024

Back to Supervision: Boosting Word Boundary Detection through Frame Classification

arXiv:2411.10423v1h-index: 7ICPR
Originality Incremental advance
AI Analysis

This provides a robust preprocessing method for audio tokenization, but it is incremental as it builds on existing encoder models.

The paper tackled word boundary detection in speech by proposing a model-agnostic supervised framework with labels augmentation and output-frame selection, achieving new state-of-the-art F-values of 0.8427 on Buckeye and 0.7436 on TIMIT datasets.

Speech segmentation at both word and phoneme levels is crucial for various speech processing tasks. It significantly aids in extracting meaningful units from an utterance, thus enabling the generation of discrete elements. In this work we propose a model-agnostic framework to perform word boundary detection in a supervised manner also employing a labels augmentation technique and an output-frame selection strategy. We trained and tested on the Buckeye dataset and only tested on TIMIT one, using state-of-the-art encoder models, including pre-trained solutions (Wav2Vec 2.0 and HuBERT), as well as convolutional and convolutional recurrent networks. Our method, with the HuBERT encoder, surpasses the performance of other state-of-the-art architectures, whether trained in supervised or self-supervised settings on the same datasets. Specifically, we achieved F-values of 0.8427 on the Buckeye dataset and 0.7436 on the TIMIT dataset, along with R-values of 0.8489 and 0.7807, respectively. These results establish a new state-of-the-art for both datasets. Beyond the immediate task, our approach offers a robust and efficient preprocessing method for future research in audio tokenization.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes