← Search

Alexei Baevski

17 accepted papers

2023

Efficient Self-supervised Learning with Contextualized Target Representations for Vision, Speech and Language

ICML 2023oral

Current self-supervised learning algorithms are often modality-specific and require large amounts of computational resources. To address these issues, we increase the training efficiency of data2vec, a learning objective that generalizes across several modalities. We do not encode masked tokens, use…

2023

Introducing Semantics into Speech Encoders

ACL 2023long

Recent studies find existing self-supervised speech encoders contain primarily acoustic rather than semantic information. As a result, pipelined supervised automatic speech recognition (ASR) to large language model (LLM) systems achieve state-of-the-art results on semantic spoken language tasks by u…

Cited by 4SourcePDFScholar
2023

Toward Joint Language Modeling for Speech Units and Text

EMNLP 2023long findings

Speech and text are two major forms of human language. The research community has been focusing on mapping speech to text or vice versa for many years. However, in the field of language modeling, very little effort has been made to model them jointly. In light of this, we explore joint language mode…

Cited by 0SourceScholar
2022

Improved Language Identification Through Cross-Lingual Self-Supervised Learning

ICASSP 2022accepted

Language identification greatly impacts the success of downstream tasks such as automatic speech recognition. Recently, self-supervised speech representations learned by wav2vec 2.0 have been shown to be very effective for a range of speech tasks. We extend previous self-supervised work on language…

Cited by 0SourceScholar
2022

Masked Autoencoders that Listen

NeurIPS 2022accept

This paper studies a simple extension of image-based Masked Autoencoders (MAE) to self-supervised representation learning from audio spectrograms. Following the Transformer encoder-decoder design in MAE, our Audio-MAE first encodes audio spectrogram patches with a high masking ratio, feeding only th…

2022

Unified Speech-Text Pre-training for Speech Translation and Recognition

ACL 2022long

In this work, we describe a method to jointly pre-train speech and text in an encoder-decoder modeling framework for speech translation and recognition. The proposed method utilizes multi-task learning to integrate four self-supervised and supervised subtasks for cross modality learning. A self-supe…

2022

data2vec: A General Framework for Self-supervised Learning in Speech, Vision and Language

ICML 2022oral

While the general idea of self-supervised learning is identical across modalities, the actual algorithms and objectives differ widely because they were developed with a single modality in mind. To get us closer to general self-supervised learning, we present data2vec, a framework that uses the same…

2021

A Comparison of Discrete Latent Variable Models for Speech Representation Learning

ICASSP 2021accepted

Neural latent variable models enable the discovery of interesting structure in speech audio data. This paper presents a comparison of two different approaches which are broadly based on predicting future time-steps or auto-encoding the input signal. Our study compares the representations learned by…

Cited by 0SourceScholar
2021

Multilingual Speech Translation from Efficient Finetuning of Pretrained Models

ACL 2021long

We present a simple yet effective approach to build multilingual speech-to-text (ST) translation through efficient transfer learning from a pretrained speech encoder and text decoder. Our key finding is that a minimalistic LNA (LayerNorm and Attention) finetuning can achieve zero-shot crosslingual a…

2021

Self-Training and Pre-Training are Complementary for Speech Recognition

ICASSP 2021accepted

Self-training and unsupervised pre-training have emerged as effective approaches to improve speech recognition systems using unlabeled data. However, it is not clear whether they learn similar patterns or if they can be effectively combined. In this paper, we show that pseudo-labeling and pre-traini…

Cited by 0SourceScholar
2020

vq-wav2vec: Self-Supervised Learning of Discrete Speech Representations

ICLR 2020poster

We propose vq-wav2vec to learn discrete representations of audio segments through a wav2vec-style self-supervised context prediction task. The algorithm uses either a gumbel softmax or online k-means clustering to quantize the dense representations. Discretization enables the direct application of a…

Cited by 811SourceScholar
2020

wav2vec 2.0: A Framework for Self-Supervised Learning of Speech Representations

NeurIPS 2020poster

We show for the first time that learning powerful representations from speech audio alone followed by fine-tuning on transcribed speech can outperform the best semi-supervised methods while being conceptually simpler. wav2vec 2.0 masks the speech input in the latent space and solves a contrastive ta…

2019

Pay Less Attention with Lightweight and Dynamic Convolutions

ICLR 2019oral

Self-attention is a useful mechanism to build generative models for language and images. It determines the importance of context elements by comparing each element to the current time step. In this paper, we show that a very lightweight convolution can perform competitively to the best reported self…