LGFeb 7, 2022

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

arXiv:2202.03555v31144 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of modality-specific fragmentation in self-supervised learning for researchers and practitioners, offering a general framework that is not incremental but introduces a new paradigm.

The paper tackles the lack of a unified self-supervised learning method across speech, vision, and language by proposing data2vec, a framework that uses the same approach to predict latent representations from masked inputs, achieving state-of-the-art or competitive results on major benchmarks in speech recognition, image classification, and natural language understanding.

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 learning method for either speech, NLP or computer vision. The core idea is to predict latent representations of the full input data based on a masked view of the input in a self-distillation setup using a standard Transformer architecture. Instead of predicting modality-specific targets such as words, visual tokens or units of human speech which are local in nature, data2vec predicts contextualized latent representations that contain information from the entire input. Experiments on the major benchmarks of speech recognition, image classification, and natural language understanding demonstrate a new state of the art or competitive performance to predominant approaches.

Code Implementations12 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes