paper-with-me

Papers

W2v-BERT: Combining Contrastive Learning and Masked Language Modeling for Self-Supervised Speech Pre-Training

2021-08-07 · Yu-An Chung, Yu Zhang, Wei Han, Chung-Cheng Chiu, James Qin, Ruoming Pang, Yonghui Wu

Motivated by the success of masked language modeling~(MLM) in pre-training natural language processing models, we propose w2v-BERT that explores MLM for self-supervised speech representation learning. w2v-BERT is a framework that combines contrastive learning and MLM, where the former trains the model to discretize input continuous speech signals into a finite set of discriminative speech tokens, and the latter trains the model to learn contextualized speech representations via solving a masked prediction task consuming the discretized tokens. In contrast to existing MLM-based speech pre-training frameworks such as HuBERT, which relies on an iterative re-clustering and re-training process, or vq-wav2vec, which concatenates two separately trained modules, w2v-BERT can be optimized in an end-to-end fashion by solving the two self-supervised tasks~(the contrastive task and MLM) simultaneously. Our experiments show that w2v-BERT achieves competitive results compared to current state-of-the-art pre-trained models on the LibriSpeech benchmarks when using the Libri-Light~60k corpus as the unsupervised data. In particular, when compared to published models such as conformer-based wav2vec~2.0 and HuBERT, our model shows~5\% to~10\% relative WER reduction on the test-clean and test-other subsets. When applied to the Google's Voice Search traffic dataset, w2v-BERT outperforms our internal conformer-based wav2vec~2.0 by more than~30\% relatively.

📄 PDF Abstract BibTeX arXiv:2108.06209

Code (4)

RoganInglis/AudioLM/tree/main/src/models pytorch
facebookresearch/fairseq/tree/ust/examples/w2vbert pytorch
pwc-1/Paper-9/tree/main/1/wav2vec2_bert mindspore
wenet-e2e/wenet pytorch

Tasks

Contrastive LearningLanguage ModelingLanguage ModellingMasked Language ModelingRepresentation LearningSpeech RecognitionSpeech Representation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

CoCo-BERT: Improving Video-Language Pre-training with Contrastive Cross-modal Matching and Denoising

2021-12-14 · Jianjie Luo, Yehao Li, Yingwei Pan, Ting Yao 외

BERT-type structure has led to the revolution of vision-language pre-training and the achievement of state-of-the-art results on numerous vision-language downstream tasks. Existing solutions dominantly capitalize on the …

Cross-Modal RetrievalDecoderDenoisingLanguage Modeling+6

POS-BERT: Point Cloud One-Stage BERT Pre-Training

2022-04-03 · Kexue Fu, Peng Gao, Shaolei Liu, Renrui Zhang 외

Recently, the pre-training paradigm combining Transformer and masked language modeling has achieved tremendous success in NLP, images, and point clouds, such as BERT. However, directly extending BERT from NLP to point cl…

Contrastive LearningLanguage ModelingLanguage ModellingMasked Language Modeling+2

Weighted Sampling for Masked Language Modeling

2023-02-28 · Linhan Zhang, Qian Chen, Wen Wang, Chong Deng 외

Masked Language Modeling (MLM) is widely used to pretrain language models. The standard random masking strategy in MLM causes the pre-trained language models (PLMs) to be biased toward high-frequency tokens. Representati…

Language ModelingLanguage ModellingMasked Language ModelingPrompt Learning+6

TOD-BERT: Pre-trained Natural Language Understanding for Task-Oriented Dialogue

2020-04-15 · EMNLP 2020 11 · Chien-Sheng Wu, Steven Hoi, Richard Socher, Caiming Xiong

The underlying difference of linguistic patterns between general text and task-oriented dialogue makes existing pre-trained language models less useful in practice. In this work, we unify nine human-human and multi-turn …

Dialogue State TrackingIntent DetectionLanguage ModelingLanguage Modelling+2

Designing BERT for Convolutional Networks: Sparse and Hierarchical Masked Modeling

2023-01-09 · Keyu Tian, Yi Jiang, Qishuai Diao, Chen Lin 외

We identify and overcome two key obstacles in extending the success of BERT-style pre-training, or the masked image modeling, to convolutional networks (convnets): (i) convolution operation cannot handle irregular, rando…

2D Object DetectionContrastive LearningDecoderImage Classification+5