SDAILGASJul 13, 2022

Masked Autoencoders that Listen

CMUMeta AI
arXiv:2207.06405v3454 citationsh-index: 52Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of learning effective audio representations without external supervision, which is incremental as it adapts an existing image-based method to audio.

The paper tackles self-supervised representation learning from audio spectrograms by extending Masked Autoencoders (MAE) to audio, achieving new state-of-the-art performance on six audio and speech classification tasks.

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 the non-masked tokens through encoder layers. The decoder then re-orders and decodes the encoded context padded with mask tokens, in order to reconstruct the input spectrogram. We find it beneficial to incorporate local window attention in the decoder, as audio spectrograms are highly correlated in local time and frequency bands. We then fine-tune the encoder with a lower masking ratio on target datasets. Empirically, Audio-MAE sets new state-of-the-art performance on six audio and speech classification tasks, outperforming other recent models that use external supervised pre-training. The code and models will be at https://github.com/facebookresearch/AudioMAE.

Code Implementations4 repos
Foundations

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

Your Notes