CLAug 20, 2024

Speech Representation Learning Revisited: The Necessity of Separate Learnable Parameters and Robust Data Augmentation

arXiv:2408.10557v2h-index: 44
Originality Incremental advance
AI Analysis

This work addresses the challenge of effectively modeling both content and non-content information in speech for downstream tasks like speaker recognition, with incremental improvements over existing self-supervised learning methods.

The paper tackles the problem of sub-optimal speech representation learning by proposing a modified HuBERT model with separate parameters for 'other' information (e.g., speaker, emotion) and robust data augmentation, achieving state-of-the-art performance on the SUPERB benchmark with a 100M-parameter model trained on 960 hours of data.

Speech modeling methods learn one embedding for a fixed segment of speech, typically in between 10-25 ms. The information present in speech can be divided into two categories: "what is being said" (content) and "how it is expressed" (other) and these two are orthogonal in nature causing the optimization algorithm to find a sub-optimal solution if forced to optimize together. This leads to sub-optimal performance in one or all downstream tasks as shown by previous studies. Current self-supervised learning (SSL) methods such as HuBERT are very good at modeling the content information present in speech. Data augmentation improves the performance on tasks which require effective modeling of other information but this leads to a divided capacity of the model. In this work, we conduct a preliminary study to understand the importance of modeling other information using separate learnable parameters. We propose a modified version of HuBERT, termed Other HuBERT (O-HuBERT), to test our hypothesis. Our findings are twofold: first, the O-HuBERT method is able to utilize all layers to build complex features to encode other information; second, a robust data augmentation strategy is essential for learning the information required by tasks that depend on other information and to achieve state-of-the-art (SOTA) performance on the SUPERB benchmark with a similarly sized model (100 million parameters) and pre-training data (960 hours).

Foundations

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

Your Notes