English

Masked Contrastive Pre-Training Improves Music Audio Key Detection

Sound 2026-04-14 v1 Machine Learning

Abstract

Self-supervised music foundation models underperform on key detection, which requires pitch-sensitive representations. In this work, we present the first systematic study showing that the design of self-supervised pretraining directly impacts pitch sensitivity, and demonstrate that masked contrastive embeddings uniquely enable state-of-the-art (SOTA) performance in key detection in the supervised setting. First, we discover that linear evaluation after masking-based contrastive pretraining on Mel spectrograms leads to competitive performance on music key detection out of the box. This leads us to train shallow but wide multi-layer perceptrons (MLPs) on features extracted from our base model, leading to SOTA performance without the need for sophisticated data augmentation policies. We further analyze robustness and show empirically that the learned representations naturally encode common augmentations. Our study establishes self-supervised pretraining as an effective approach for pitch-sensitive MIR tasks and provides insights for designing and probing music foundation models.

Keywords

Cite

@article{arxiv.2604.10021,
  title  = {Masked Contrastive Pre-Training Improves Music Audio Key Detection},
  author = {Ori Yonay and Tracy Hammond and Tianbao Yang},
  journal= {arXiv preprint arXiv:2604.10021},
  year   = {2026}
}

Comments

Code and models available at github.com/echo-cipher/keymyna

R2 v1 2026-07-01T12:04:03.585Z