paper-with-me

Papers

Self-Supervised Syllable Discovery Based on Speaker-Disentangled HuBERT

2024-09-16 · Ryota Komatsu, Takahiro Shinozaki

Self-supervised speech representation learning has become essential for extracting meaningful features from untranscribed audio. Recent advances highlight the potential of deriving discrete symbols from the features correlated with linguistic units, which enables text-less training across diverse tasks. In particular, sentence-level Self-Distillation of the pretrained HuBERT (SD-HuBERT) induces syllabic structures within latent speech frame representations extracted from an intermediate Transformer layer. In SD-HuBERT, sentence-level representation is accumulated from speech frame features through self-attention layers using a special CLS token. However, we observe that the information aggregated in the CLS token correlates more with speaker identity than with linguistic content. To address this, we propose a speech-only self-supervised fine-tuning approach that separates syllabic units from speaker information. Our method introduces speaker perturbation as data augmentation and adopts a frame-level training objective to prevent the CLS token from aggregating paralinguistic information. Experimental results show that our approach surpasses the current state-of-the-art method in most syllable segmentation and syllabic unit quality metrics on Librispeech, underscoring its effectiveness in promoting syllabic organization within speech-only models.

📄 PDF Abstract BibTeX arXiv:2409.10103

Code (1)

ryota-komatsu/speaker_disentangled_hubert 공식 구현 pytorch

Tasks

Acoustic Unit DiscoveryClusteringData AugmentationRepresentation LearningSelf-Supervised LearningSpeech Representation LearningSpeech Tokenization

Methods 이 논문이 사용한 방법론

Attention 설명 없음
BYOL 설명 없음
AdamW AdamW is a stochastic optimization method that modifies the typical implementation of weight decay in Adam, by decoupling [weight…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Speaker-Disentangled Chunk-Wise Regression for Syllabic Tokenization

2026-07-05 · Ryota Komatsu, Kota Kawakita, Takuma Okamoto, Takahiro Shinozaki hf

Unsupervised syllabic tokenization aims to learn discrete syllabic tokens that capture latent linguistic content-related structure from raw speech. Recent syllabic tokenization methods employ teacher-student distillation…

Boundary Detection

A segmental framework for fully-unsupervised large-vocabulary speech recognition

2016-06-22 · Herman Kamper, Aren Jansen, Sharon Goldwater

Zero-resource speech technology is a growing research area that aims to develop methods for speech processing in the absence of transcriptions, lexicons, or language modelling text. Early term discovery systems focused o…

Language ModellingSpeech RecognitionUnsupervised Speech Recognition

Detecting Syllable-Level Pronunciation Stress with A Self-Attention Model

2023-11-01 · Wang Weiying, Nakajima Akinori

One precondition of effective oral communication is that words should be pronounced clearly, especially for non-native speakers. Word stress is the key to clear and correct English, and misplacement of syllable stress ma…

Bird Vocalization Embedding Extraction Using Self-Supervised Disentangled Representation Learning

2024-12-28 · Runwu Shi, Katsutoshi Itoyama, Kazuhiro Nakadai

This paper addresses the extraction of the bird vocalization embedding from the whole song level using disentangled representation learning (DRL). Bird vocalization embeddings are necessary for large-scale bioacoustic ta…

Representation Learning

Enhancing the Stability of LLM-based Speech Generation Systems through Self-Supervised Representations

2024-02-05 · Álvaro Martín-Cortinas, Daniel Sáez-Trigueros, Iván Vallés-Pérez, Biel Tura-Vecino 외

Large Language Models (LLMs) are one of the most promising technologies for the next era of speech generation systems, due to their scalability and in-context learning capabilities. Nevertheless, they suffer from multipl…

DecoderIn-Context Learningtext-to-speechText to Speech+1