paper-with-me

홈 › Papers

Should Top-Down Clustering Affect Boundaries in Unsupervised Word Discovery?

2025-07-25 · Simon Malan, Benjamin van Niekerk, Herman Kamper arxiv

We investigate the problem of segmenting unlabeled speech into word-like units and clustering these to create a lexicon. Prior work can be categorized into two frameworks. Bottom-up methods first determine boundaries and then cluster the fixed segmented words into a lexicon. In contrast, top-down methods incorporate information from the clustered words to inform boundary selection. However, it is unclear whether top-down information is necessary to improve segmentation. To explore this, we look at two similar approaches that differ in whether top-down clustering informs boundary selection. Our simple bottom-up strategy predicts word boundaries using the dissimilarity between adjacent self-supervised features, then clusters the resulting segments to construct a lexicon. Our top-down system is an updated version of the ES-KMeans dynamic programming method that iteratively uses K-means to update its boundaries. On the five-language ZeroSpeech benchmarks, both approaches achieve comparable state-of-the-art results, with the bottom-up system being nearly five times faster. Through detailed analyses, we show that the top-down influence of ES-KMeans can be beneficial (depending on factors like the candidate boundaries), but in many cases the simple bottom-up method performs just as well. For both methods, we show that the clustering step is a limiting factor. Therefore, we recommend that future work focus on improved clustering techniques and learning more discriminative word-like representations. Project code repository: https://github.com/s-malan/prom-seg-clus.

📄 PDF Abstract BibTeX arXiv:2507.19204

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Online Deep Clustering for Unsupervised Representation Learning

2020-06-18 · CVPR 2020 6 · Xiaohang Zhan, Jiahao Xie, Ziwei Liu, Yew Soon Ong 외

Joint clustering and feature learning methods have shown remarkable performance in unsupervised representation learning. However, the training schedule alternating between feature clustering and network parameters update…

ClusteringDeep ClusteringRepresentation Learning

Unsupervised Learning of Image Segmentation Based on Differentiable Feature Clustering

2020-07-20 · Wonjik Kim, Asako Kanezaki, Masayuki Tanaka

The usage of convolutional neural networks (CNNs) for unsupervised image segmentation was investigated in this study. In the proposed approach, label prediction and network parameter learning are alternately iterated to …

ClusteringImage SegmentationSegmentationSemantic Segmentation+1

An unsupervised learning approach for predicting wind farm power and downstream wakes using weather patterns

2023-02-12 · Mariana C A Clare, Simon C Warder, Robert Neal, B Bhaskaran 외

Wind energy resource assessment typically requires numerical models, but such models are too computationally intensive to consider multi-year timescales. Increasingly, unsupervised machine learning techniques are used to…

Clustering

Unsupervised neural and Bayesian models for zero-resource speech processing

2017-01-03 · Herman Kamper

In settings where only unlabelled speech data is available, zero-resource speech technology needs to be developed without transcriptions, pronunciation dictionaries, or language modelling text. There are two central prob…

ClusteringLanguage ModellingRepresentation Learning

Data Augmentation-free Unsupervised Learning for 3D Point Cloud Understanding

2022-10-06 · Guofeng Mei, Cristiano Saltori, Fabio Poiesi, Jian Zhang 외

Unsupervised learning on 3D point clouds has undergone a rapid evolution, especially thanks to data augmentation-based contrastive methods. However, data augmentation is not ideal as it requires a careful selection of th…

3D Object ClassificationContrastive LearningData AugmentationPseudo Label+1