paper-with-me

홈 › Papers

Soft Clustering Anchors for Self-Supervised Speech Representation Learning in Joint Embedding Prediction Architectures

2026-01-30 · Georgios Ioannides, Adrian Kieback, Judah Goldfeder, Linsey Pang, Aman Chadha, Aaron Elkins, Yann LeCun, Ravid Shwartz-Ziv arxiv

Joint Embedding Predictive Architectures (JEPA) offer a promising approach to self-supervised speech representation learning, but suffer from representation collapse without explicit grounding. We propose GMM-Anchored JEPA, which fits a Gaussian Mixture Model once on log-mel spectrograms and uses its frozen soft posteriors as auxiliary targets throughout training. A decaying supervision schedule allows GMM regularization to dominate early training before gradually yielding to the JEPA objective. Unlike HuBERT and WavLM, which require iterative re-clustering, our approach clusters input features once with soft rather than hard assignments. On ~50k hours of speech, GMM anchoring improves ASR (28.68% vs. 33.22% WER), emotion recognition (67.76% vs. 65.46%), and slot filling (64.7% vs. 59.1% F1) compared to a WavLM-style baseline with matched compute. Cluster analysis shows GMM-anchored representations achieve up to 98% entropy compared to 31% for WavLM-style, indicating substantially more uniform cluster utilization. Code is made available at https://github.com/gioannides/clustering-anchored-jepa.

📄 PDF Abstract BibTeX arXiv:2602.09040

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningEmotion RecognitionSlot Filling

Similar Papers 제목 키워드 기반

vq-wav2vec: Self-Supervised Learning of Discrete Speech Representations

2019-10-12 · ICLR 2020 1 · Alexei Baevski, Steffen Schneider, Michael Auli

We propose vq-wav2vec to learn discrete representations of audio segments through a wav2vec-style self-supervised context prediction task. The algorithm uses either a gumbel softmax or online k-means clustering to quanti…

ClusteringGeneral ClassificationSelf-Supervised Learningspeech-recognition+1

DinoSR: Self-Distillation and Online Clustering for Self-supervised Speech Representation Learning

2023-05-17 · NeurIPS 2023 11 · Alexander H. Liu, Heng-Jui Chang, Michael Auli, Wei-Ning Hsu 외

In this paper, we introduce self-distillation and online clustering for self-supervised speech representation learning (DinoSR) which combines masked language modeling, self-distillation, and online clustering. We show t…

ClusteringLanguage ModelingLanguage ModellingMasked Language Modeling+3

Self-supervised Fine-tuning for Improved Content Representations by Speaker-invariant Clustering

2023-05-18 · Heng-Jui Chang, Alexander H. Liu, James Glass

Self-supervised speech representation models have succeeded in various tasks, but improving them for content-related problems using unlabeled data is challenging. We propose speaker-invariant clustering (Spin), a novel s…

Acoustic Unit DiscoveryClusteringGPUSelf-Supervised Learning+2

Representation Learning via Consistent Assignment of Views to Clusters

2021-12-31 · Thalles Silva, Adín Ramírez Rivera

We introduce Consistent Assignment for Representation Learning (CARL), an unsupervised learning method to learn visual representations by combining ideas from self-supervised contrastive learning and deep clustering. By …

ClusteringContrastive LearningDeep ClusteringLinear evaluation+2

A Comparative Study of Self-supervised Speech Representation Based Voice Conversion

2022-07-10 · Wen-Chin Huang, Shu-wen Yang, Tomoki Hayashi, Tomoki Toda

We present a large-scale comparative study of self-supervised speech representation (S3R)-based voice conversion (VC). In the context of recognition-synthesis VC, S3Rs are attractive owing to their potential to replace e…

Voice Conversion