SDAILGASSep 3, 2022

Equivariant Self-Supervision for Musical Tempo Estimation

arXiv:2209.01478v117 citationsh-index: 6
Originality Incremental advance
AI Analysis

This work addresses the need for labeled datasets in audio tempo estimation, offering an accessible method with moderate compute resources, though it appears incremental as it builds on existing self-supervised approaches.

The authors tackled the problem of learning audio tempo representations without labeled data by proposing equivariant self-supervision instead of invariance, achieving performance comparable to supervised methods on benchmarks.

Self-supervised methods have emerged as a promising avenue for representation learning in the recent years since they alleviate the need for labeled datasets, which are scarce and expensive to acquire. Contrastive methods are a popular choice for self-supervision in the audio domain, and typically provide a learning signal by forcing the model to be invariant to some transformations of the input. These methods, however, require measures such as negative sampling or some form of regularisation to be taken to prevent the model from collapsing on trivial solutions. In this work, instead of invariance, we propose to use equivariance as a self-supervision signal to learn audio tempo representations from unlabelled data. We derive a simple loss function that prevents the network from collapsing on a trivial solution during training, without requiring any form of regularisation or negative sampling. Our experiments show that it is possible to learn meaningful representations for tempo estimation by solely relying on equivariant self-supervision, achieving performance comparable with supervised methods on several benchmarks. As an added benefit, our method only requires moderate compute resources and therefore remains accessible to a wide research community.

Code Implementations1 repo
Foundations

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

Your Notes