paper-with-me

Papers

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

2022-07-01 · Yeonghyeon Lee, Kangwook Jang, Jahyun Goo, Youngmoon Jung, Hoirin Kim

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.

📄 PDF Abstract BibTeX arXiv:2207.00555

Code (1)

glory20h/FitHuBERT 공식 구현 pytorch

Tasks

Knowledge DistillationPhoneme RecognitionSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

FitNets: Hints for Thin Deep Nets

2014-12-19 · Adriana Romero, Nicolas Ballas, Samira Ebrahimi Kahou, Antoine Chassang 외

While depth tends to improve network performances, it also makes gradient-based training more difficult since deeper networks tend to be more non-linear. The recently proposed knowledge distillation approach is aimed at …

Knowledge Distillation

ESPnet How2 Speech Translation System for IWSLT 2019: Pre-training, Knowledge Distillation, and Going Deeper

2019-11-01 · EMNLP (IWSLT) 2019 11 · Hirofumi Inaguma, Shun Kiyono, Nelson Enrique Yalta Soplin, Jun Suzuki 외

This paper describes the ESPnet submissions to the How2 Speech Translation task at IWSLT2019. In this year, we mainly build our systems based on Transformer architectures in all tasks and focus on the end-to-end speech t…

AllKnowledge DistillationNMTTranslation

Training Thinner and Deeper Neural Networks: Jumpstart Regularization

2022-01-30 · Carles Riera, Camilo Rey, Thiago Serra, Eloi Puertas 외

Neural networks are more expressive when they have multiple layers. In turn, conventional training methods are only successful if the depth does not lead to numerical issues such as exploding or vanishing gradients, whic…

Model CompressionQuantization

Is Smaller Always Faster? Tradeoffs in Compressing Self-Supervised Speech Transformers

2022-11-17 · Tzu-Quan Lin, Tsung-Huan Yang, Chun-Yao Chang, Kuang-Ming Chen 외

Transformer-based self-supervised models have achieved remarkable success in speech processing, but their large size and high inference cost present significant challenges for real-world deployment. While numerous compre…

Knowledge DistillationModel CompressionSelf-Supervised Learning

Knowledge Projection for Deep Neural Networks

2017-10-26 · Zhi Zhang, Guanghan Ning, Zhihai He

While deeper and wider neural networks are actively pushing the performance limits of various computer vision and machine learning tasks, they often require large sets of labeled data for effective training and suffer fr…