paper-with-me

홈 › Papers

An Adapter based Multi-label Pre-training for Speech Separation and Enhancement

2022-11-11 · Tianrui Wang, Xie Chen, Zhuo Chen, Shu Yu, Weibin Zhu

In recent years, self-supervised learning (SSL) has achieved tremendous success in various speech tasks due to its power to extract representations from massive unlabeled data. However, compared with tasks such as speech recognition (ASR), the improvements from SSL representation in speech separation (SS) and enhancement (SE) are considerably smaller. Based on HuBERT, this work investigates improving the SSL model for SS and SE. We first update HuBERT's masked speech prediction (MSP) objective by integrating the separation and denoising terms, resulting in a multiple pseudo label pre-training scheme, which significantly improves HuBERT's performance on SS and SE but degrades the performance on ASR. To maintain its performance gain on ASR, we further propose an adapter-based architecture for HuBERT's Transformer encoder, where only a few parameters of each layer are adjusted to the multiple pseudo label MSP while other parameters remain frozen as default HuBERT. Experimental results show that our proposed adapter-based multiple pseudo label HuBERT yield consistent and significant performance improvements on SE, SS, and ASR tasks, with a faster pre-training speed, at only marginal parameters increase.

📄 PDF Abstract BibTeX arXiv:2211.06041

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingPseudo LabelSelf-Supervised Learningspeech-recognitionSpeech RecognitionSpeech Separation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Single-channel speech separation using Soft-minimum Permutation Invariant Training

2021-11-16 · Midia Yousefi, John H. L. Hansen

The goal of speech separation is to extract multiple speech sources from a single microphone recording. Recently, with the advancement of deep learning and availability of large datasets, speech separation has been formu…

Speech Separation

Stabilizing Label Assignment for Speech Separation by Self-supervised Pre-training

2020-10-29 · Sung-Feng Huang, Shun-Po Chuang, Da-Rong Liu, Yi-Chen Chen 외

Speech separation has been well developed, with the very successful permutation invariant training (PIT) approach, although the frequent label assignment switching happening during PIT training remains to be a problem wh…

Speaker SeparationSpeech EnhancementSpeech Separation

Probabilistic Permutation Invariant Training for Speech Separation

2019-08-04 · Midia Yousefi, Soheil Khorram, John H. L. Hansen

Single-microphone, speaker-independent speech separation is normally performed through two steps: (i) separating the specific speech sources, and (ii) determining the best output-label assignment to find the separation e…

Speech Separation

Separating Long-Form Speech with Group-Wise Permutation Invariant Training

2021-10-27 · Wangyou Zhang, Zhuo Chen, Naoyuki Kanda, Shujie Liu 외

Multi-talker conversational speech processing has drawn many interests for various applications such as meeting transcription. Speech separation is often required to handle overlapped speech that is commonly observed in …

FormSpeech Separation

Efficient Adapter Transfer of Self-Supervised Speech Models for Automatic Speech Recognition

2022-02-07 · Bethan Thomas, Samuel Kessler, Salah Karout

Self-supervised learning (SSL) is a powerful tool that allows learning of underlying representations from unlabeled data. Transformer based models such as wav2vec 2.0 and HuBERT are leading the field in the speech domain…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Self-Supervised Learningspeech-recognition+1