ASCLLGJul 1, 2022

FitHuBERT: Going Thinner and Deeper for Knowledge Distillation of Speech Self-Supervised Learning

arXiv:2207.00555v140 citationsh-index: 13Has Code
Originality Incremental advance
AI Analysis

This work addresses the high entry barrier for academia in speech processing by providing a more efficient and performant distilled model, though it is incremental as it builds on existing distillation techniques.

The paper tackles the computational cost and performance degradation in distilling large speech self-supervised learning models by proposing FitHuBERT, which reduces model size to 23.8% and inference time to 35.9% compared to HuBERT while achieving a 12.1% word error rate and 13.3% phoneme error rate on the SUPERB benchmark.

Large-scale speech self-supervised learning (SSL) has emerged to the main field of speech processing, however, the problem of computational cost arising from its vast size makes a high entry barrier to academia. In addition, existing distillation techniques of speech SSL models compress the model by reducing layers, which induces performance degradation in linguistic pattern recognition tasks such as phoneme recognition (PR). In this paper, we propose FitHuBERT, which makes thinner in dimension throughout almost all model components and deeper in layer compared to prior speech SSL distillation works. Moreover, we employ a time-reduction layer to speed up inference time and propose a method of hint-based distillation for less performance degradation. Our method reduces the model to 23.8% in size and 35.9% in inference time compared to HuBERT. Also, we achieve 12.1% word error rate and 13.3% phoneme error rate on the SUPERB benchmark which is superior than prior work.

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