Masked Modeling Duo: Towards a Universal Audio Pre-training Framework
Daisuke Niizumi, Daiki Takeuchi, Yasunori Ohishi, Noboru Harada, Kunio Kashino
TL;DR
This paper introduces Masked Modeling Duo (M2D), a self-supervised audio pre-training method that encodes masked and visible input portions separately to generate a training signal from the masked part, improving masked-prediction SSL. It further extends the framework to M2D-X, which adds an offline network, background noise, and configurable tasks to learn specialized representations for application domains, including scenarios with small data. Empirical results show that M2D delivers strong general-purpose audio representations that rival or surpass baselines on AudioSet and speech tasks, while M2D-X achieves top-tier performance in specialized domains such as AudioSet, speech, and medical audio with limited data. The work demonstrates the potential of a universal audio pre-training framework, with practical implications and publicly available code and pretrained weights to facilitate future research and deployment.
Abstract
Self-supervised learning (SSL) using masked prediction has made great strides in general-purpose audio representation. This study proposes Masked Modeling Duo (M2D), an improved masked prediction SSL, which learns by predicting representations of masked input signals that serve as training signals. Unlike conventional methods, M2D obtains a training signal by encoding only the masked part, encouraging the two networks in M2D to model the input. While M2D improves general-purpose audio representations, a specialized representation is essential for real-world applications, such as in industrial and medical domains. The often confidential and proprietary data in such domains is typically limited in size and has a different distribution from that in pre-training datasets. Therefore, we propose M2D for X (M2D-X), which extends M2D to enable the pre-training of specialized representations for an application X. M2D-X learns from M2D and an additional task and inputs background noise. We make the additional task configurable to serve diverse applications, while the background noise helps learn on small data and forms a denoising task that makes representation robust. With these design choices, M2D-X should learn a representation specialized to serve various application needs. Our experiments confirmed that the representations for general-purpose audio, specialized for the highly competitive AudioSet and speech domain, and a small-data medical task achieve top-level performance, demonstrating the potential of using our models as a universal audio pre-training framework. Our code is available online for future studies at https://github.com/nttcslab/m2d
