SOTAVerified

Contrastive Learning of General-Purpose Audio Representations

2020-10-21Code Available0· sign in to hype

Aaqib Saeed, David Grangier, Neil Zeghidour

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We introduce COLA, a self-supervised pre-training approach for learning a general-purpose representation of audio. Our approach is based on contrastive learning: it learns a representation which assigns high similarity to audio segments extracted from the same recording while assigning lower similarity to segments from different recordings. We build on top of recent advances in contrastive learning for computer vision and reinforcement learning to design a lightweight, easy-to-implement self-supervised model of audio. We pre-train embeddings on the large-scale Audioset database and transfer these representations to 9 diverse classification tasks, including speech, music, animal sounds, and acoustic scenes. We show that despite its simplicity, our method significantly outperforms previous self-supervised systems. We furthermore conduct ablation studies to identify key design choices and release a library to pre-train and fine-tune COLA models.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
VoxCeleb1COLATop-1 (%)37.7Unverified

Reproductions