CLSDASOct 23, 2022

Bootstrapping meaning through listening: Unsupervised learning of spoken sentence embeddings

arXiv:2210.12857v1292 citationsh-index: 14
Originality Incremental advance
AI Analysis

This addresses the problem of speech mining and understanding for data-driven systems, but it is incremental as it builds on existing methods like acoustic unit discovery and knowledge distillation.

The study tackled unsupervised learning of semantic representations from speech signals, achieving a moderate correlation of 0.5-0.6 with human judgments without using labels or transcriptions, and showed that adding transcriptions improves performance.

Inducing semantic representations directly from speech signals is a highly challenging task but has many useful applications in speech mining and spoken language understanding. This study tackles the unsupervised learning of semantic representations for spoken utterances. Through converting speech signals into hidden units generated from acoustic unit discovery, we propose WavEmbed, a multimodal sequential autoencoder that predicts hidden units from a dense representation of speech. Secondly, we also propose S-HuBERT to induce meaning through knowledge distillation, in which a sentence embedding model is first trained on hidden units and passes its knowledge to a speech encoder through contrastive learning. The best performing model achieves a moderate correlation (0.5~0.6) with human judgments, without relying on any labels or transcriptions. Furthermore, these models can also be easily extended to leverage textual transcriptions of speech to learn much better speech embeddings that are strongly correlated with human annotations. Our proposed methods are applicable to the development of purely data-driven systems for speech mining, indexing and search.

Code Implementations1 repo
Foundations

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

Your Notes