paper-with-me

홈 › Papers

Revisiting speech segmentation and lexicon learning with better features

2024-01-31 · Herman Kamper, Benjamin van Niekerk

We revisit a self-supervised method that segments unlabelled speech into word-like segments. We start from the two-stage duration-penalised dynamic programming method that performs zero-resource segmentation without learning an explicit lexicon. In the first acoustic unit discovery stage, we replace contrastive predictive coding features with HuBERT. After word segmentation in the second stage, we get an acoustic word embedding for each segment by averaging HuBERT features. These embeddings are clustered using K-means to get a lexicon. The result is good full-coverage segmentation with a lexicon that achieves state-of-the-art performance on the ZeroSpeech benchmarks.

📄 PDF Abstract BibTeX arXiv:2401.17902

Code (0)

등록된 구현이 없습니다.

Tasks

Acoustic Unit DiscoverySegmentation

Methods 이 논문이 사용한 방법론

InfoNCE 설명 없음
Contrastive Predictive Coding Contrastive Predictive Coding (CPC) learns self-supervised representations by predicting the future in latent space by using powerful autoregressive models. The model uses a…

Similar Papers 제목 키워드 기반

DP-Parse: Finding Word Boundaries from Raw Speech with an Instance Lexicon

2022-06-22 · Robin Algayres, Tristan Ricoul, Julien Karadayi, Hugo Laurençon 외

Finding word boundaries in continuous speech is challenging as there is little or no equivalent of a 'space' delimiter between words. Popular Bayesian non-parametric models for text segmentation use a Dirichlet process t…

Language ModelingLanguage ModellingSegmentationText Segmentation

Unsupervised Word Discovery: Boundary Detection with Clustering vs. Dynamic Programming

2024-09-22 · Simon Malan, Benjamin van Niekerk, Herman Kamper

We look at the long-standing problem of segmenting unlabeled speech into word-like segments and clustering these into a lexicon. Several previous methods use a scoring model coupled with dynamic programming to find an op…

Boundary DetectionClustering

Developing Resources for Automated Speech Processing of Quebec French

2020-05-01 · LREC 2020 5 · M{\'e}lanie Lancien, Marie-H{\'e}l{\`e}ne C{\^o}t{\'e}, Brigitte Bigi

The analysis of the structure of speech nearly always rests on the alignment of the speech recording with a phonetic transcription. Nowadays several tools can perform this speech segmentation automatically. However, none…

SegmentationText Normalization

Revisiting Lexicon Evaluation in Unsupervised Word Discovery

2026-06-04 · Simon Malan, Danel Slabbert, Herman Kamper arxiv

Building a lexicon from discovered word-like units is a central goal in zero-resource speech processing. But do our evaluations provide a trustworthy indication of lexicon quality? A common metric, normalized edit distan…

Lexicon Enhanced Chinese Sequence Labeling Using BERT Adapter

2021-05-15 · ACL 2021 5 · Wei Liu, Xiyan Fu, Yue Zhang, Wenming Xiao

Lexicon information and pre-trained models, such as BERT, have been combined to explore Chinese sequence labelling tasks due to their respective strengths. However, existing methods solely fuse lexicon features via a sha…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Part-Of-Speech Tagging