English

SPICE: Self-supervised Pitch Estimation

Audio and Speech Processing 2020-09-07 v2 Machine Learning Sound

Abstract

We propose a model to estimate the fundamental frequency in monophonic audio, often referred to as pitch estimation. We acknowledge the fact that obtaining ground truth annotations at the required temporal and frequency resolution is a particularly daunting task. Therefore, we propose to adopt a self-supervised learning technique, which is able to estimate pitch without any form of supervision. The key observation is that pitch shift maps to a simple translation when the audio signal is analysed through the lens of the constant-Q transform (CQT). We design a self-supervised task by feeding two shifted slices of the CQT to the same convolutional encoder, and require that the difference in the outputs is proportional to the corresponding difference in pitch. In addition, we introduce a small model head on top of the encoder, which is able to determine the confidence of the pitch estimate, so as to distinguish between voiced and unvoiced audio. Our results show that the proposed method is able to estimate pitch at a level of accuracy comparable to fully supervised models, both on clean and noisy audio samples, although it does not require access to large labeled datasets.

Keywords

Cite

@article{arxiv.1910.11664,
  title  = {SPICE: Self-supervised Pitch Estimation},
  author = {Beat Gfeller and Christian Frank and Dominik Roblek and Matt Sharifi and Marco Tagliasacchi and Mihajlo Velimirović},
  journal= {arXiv preprint arXiv:1910.11664},
  year   = {2020}
}

Comments

Accepted to IEEE Transactions on Audio, Speech and Language Processing

R2 v1 2026-06-23T11:54:50.599Z