Papers › Masked Autoencoders that Listen

Masked Autoencoders that Listen

13 Jul 2022arXiv:2207.06405archive 2025-07-28

Po-Yao Huang, Hu Xu, Juncheng Li, Alexei Baevski, Michael Auli, Wojciech Galuba, Florian Metze, Christoph Feichtenhofer

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2207.06405")

Code

Syntology Ran 17 of 32 code samples harvested from 4 repositories linked to this paper; 15 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 1 ran · fixture could not drive it; 14 ran with no contract checked.

By repository: official repository: 4 samples from 1 repository, 1 ran; community (archive-listed): 28 samples from 3 repositories, 16 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

facebookresearch/audiomae officialmentioned in papermentioned on GitHubpytorchNOASSERTION report
eml-eda/tle-supervised mentioned on GitHubpytorch report
facebookresearch/multimodal mentioned on GitHubpytorch report
rishikksh20/AudioMAE-pytorch mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

32 samples harvested; 17 ran; 1 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · violated contract
1ran · fixture could not drive it
14ran
15unverified

Licence: 10 of the 32 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 4 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

PatchEmbed_org facebookresearch/audiomae/models_mae.py official repository ran · metamorphic tier: deterministic licence not identified · pointer only · aaa7fea64dd2b57c · report
MaskedAutoencoderViT facebookresearch/audiomae/models_mae.py official repository unverified licence not identified · pointer only · 28128850f3b7974d · report
PatchEmbed_new facebookresearch/audiomae/models_mae.py official repository unverified licence not identified · pointer only · d28d7b155c97688a · report
get_2d_sincos_pos_embed_flexible facebookresearch/audiomae/models_mae.py official repository unverified licence not identified · pointer only · 728825dfce4fad97 · report
Attention rishikksh20/AudioMAE-pytorch/audio_mae.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 3bd6d4930cb3f2f8 · report
CyclicShift rishikksh20/AudioMAE-pytorch/audio_mae.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · b20098ca471958b8 · report
FeedForward eml-eda/tle-supervised/models/models_audio_mae.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · a78cda64d88bd1f2 · report
MLP facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) ran · metamorphic tier: invariant BSD-3-Clause (permissive) · 084f9fe01c1b3cf0 · report
MultiHeadSelfAttention facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted BSD-3-Clause (permissive) · 354dccecc7d137d8 · report
PatchEmbed rishikksh20/AudioMAE-pytorch/audio_mae.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · c691b3b94f34ae10 · report
Residual rishikksh20/AudioMAE-pytorch/audio_mae.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · c824fe1a650a3f66 · report
SwinBlock rishikksh20/AudioMAE-pytorch/audio_mae.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 22e4ee062fba7a5e · report
SwinBlock eml-eda/tle-supervised/models/models_audio_mae.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 0caaefeb6252c9e5 · report
Transformer rishikksh20/AudioMAE-pytorch/audio_mae.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 54a9926f9e0936b8 · report
Transformer eml-eda/tle-supervised/models/models_audio_mae.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 8ae2d3c8074c9653 · report
WindowAttention rishikksh20/AudioMAE-pytorch/audio_mae.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · d7227307e8862fc8 · report
WindowAttention eml-eda/tle-supervised/models/models_audio_mae.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 6322ff428c4c429a · report
create_mask rishikksh20/AudioMAE-pytorch/audio_mae.py community (archive-listed) ran · violated contract MIT (permissive) · 5b1dded6034b41e3 · report
get_2d_sincos_pos_embed eml-eda/tle-supervised/models/models_audio_mae.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 11b4cbd5cc85097d · report
get_relative_distances rishikksh20/AudioMAE-pytorch/audio_mae.py community (archive-listed) ran · honoured contract MIT (permissive) · ea931f8eaca3c48c · report
AudioMaskedAutoencoderViT rishikksh20/AudioMAE-pytorch/audio_mae.py community (archive-listed) unverified MIT (permissive) · c263573424bacb51 · report
AudioMaskedAutoencoderViT eml-eda/tle-supervised/models/models_audio_mae.py community (archive-listed) unverified no licence file found · pointer only · b9ab992d4f387299 · report
MAEOutput facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) unverified BSD-3-Clause (permissive) · a848037ef9265b59 · report
MaskedAutoEncoder facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) unverified BSD-3-Clause (permissive) · 680afbcfbca11fb9 · report
SwinTransformer facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) unverified BSD-3-Clause (permissive) · fef623fdfcfbe69b · report
SwinTransformerBlock facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) unverified BSD-3-Clause (permissive) · 599cc34da67f0356 · report
TransformerEncoder facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) unverified BSD-3-Clause (permissive) · fd67d2fafb66524c · report
TransformerEncoderLayer facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) unverified BSD-3-Clause (permissive) · 7a00feceab29852a · report
TransformerOutput facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) unverified BSD-3-Clause (permissive) · f7d645cfcd41319b · report
WindowMultiHeadAttention facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) unverified BSD-3-Clause (permissive) · bcffcc5e0273f4c1 · report
audio_mae facebookresearch/multimodal/torchmultimodal/models/masked_auto_encoder/model.py community (archive-listed) unverified BSD-3-Clause (permissive) · 8efb3224591920ef · report
get_2d_sincos_pos_embed rishikksh20/AudioMAE-pytorch/audio_mae.py community (archive-listed) unverified MIT (permissive) · 4dafab91858a28d2 · report

Tasks

Audio ClassificationDecoderRepresentation LearningSpeaker Identification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Speaker Identification VoxCeleb1 AudioMAE (local) Accuracy 94.8 #4 of 12 Archive leaderboard report
Speaker Identification VoxCeleb1 AudioMAE (local) Top-1 (%) 94.8 #4 of 12 Archive leaderboard report
Speaker Identification VoxCeleb1 AudioMAE (global) Accuracy 94.1 #7 of 12 Archive leaderboard report
Speaker Identification VoxCeleb1 AudioMAE (global) Top-1 (%) 94.1 #7 of 12 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMAEMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections