ASAICLSDMay 19, 2023

Syllable Discovery and Cross-Lingual Generalization in a Visually Grounded, Self-Supervised Speech Model

arXiv:2305.11435v211 citations
Originality Incremental advance
AI Analysis

This addresses the problem of unsupervised speech segmentation for linguists and AI researchers, offering a novel approach with cross-lingual generalization, though it builds incrementally on existing self-supervised methods.

The paper tackled the problem of discovering syllabic units in speech by training a self-supervised model with visual grounding, resulting in a method that outperforms state-of-the-art syllabic segmentation on English and generalizes zero-shot to Estonian and word segmentation tasks on four other languages, beating previous SOTA in some cases.

In this paper, we show that representations capturing syllabic units emerge when training a self-supervised speech model with a visually-grounded training objective. We demonstrate that a nearly identical model architecture (HuBERT) trained with a masked language modeling loss does not exhibit this same ability, suggesting that the visual grounding objective is responsible for the emergence of this phenomenon. We propose the use of a minimum cut algorithm to automatically predict syllable boundaries in speech, followed by a 2-stage clustering method to group identical syllables together. We show that our model not only outperforms a state-of-the-art syllabic segmentation method on the language it was trained on (English), but also generalizes in a zero-shot fashion to Estonian. Finally, we show that the same model is capable of zero-shot generalization for a word segmentation task on 4 other languages from the Zerospeech Challenge, in some cases beating the previous state-of-the-art.

Code Implementations2 repos
Foundations

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

Your Notes