paper-with-me

Papers

Masked Modeling Duo: Towards a Universal Audio Pre-training Framework

2024-04-09 · Daisuke Niizumi, Daiki Takeuchi, Yasunori Ohishi, Noboru Harada, Kunio Kashino

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

📄 PDF Abstract BibTeX arXiv:2404.06095

Code (2)

nttcslab/eval-audio-repr 공식 구현 pytorch
nttcslab/m2d 공식 구현 pytorch

Tasks

Audio ClassificationDenoisingEnvironment Sound ClassificationLinear evaluationSelf-Supervised LearningSpeaker Identification

Methods 이 논문이 사용한 방법론

M2D 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…
BYOL 설명 없음

Similar Papers 제목 키워드 기반

EnCodecMAE: Leveraging neural codecs for universal audio representation learning

2023-09-14 · Leonardo Pepino, Pablo Riera, Luciana Ferrer

The goal of universal audio representation learning is to obtain foundational models that can be used for a variety of downstream tasks involving speech, music and environmental sounds. To approach this problem, methods …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Representation LearningSelf-Supervised Learning+2

EMAGE: Towards Unified Holistic Co-Speech Gesture Generation via Expressive Masked Audio Gesture Modeling

2023-12-31 · CVPR 2024 1 · Haiyang Liu, Zihao Zhu, Giorgio Becherini, Yichen Peng 외

We propose EMAGE, a framework to generate full-body human gestures from audio and masked gestures, encompassing facial, local body, hands, and global movements. To achieve this, we first introduce BEAT2 (BEAT-SMPLX-FLAME…

3D Face AnimationDiversityGesture GenerationRhythm

Video and Audio are Images: A Cross-Modal Mixer for Original Data on Video-Audio Retrieval

2023-08-26 · Zichen Yuan, Qi Shen, Bingyi Zheng, YuTing Liu 외

Cross-modal retrieval has become popular in recent years, particularly with the rise of multimedia. Generally, the information from each modality exhibits distinct representations and semantic information, which makes fe…

Cross-Modal RetrievalDecoderRetrieval

Structured-Noise Masked Modeling for Video, Audio and Beyond

2025-03-20 · Aritra Bhowmik, Fida Mohammad Thoker, Carlos Hinojosa, Bernard Ghanem 외

Masked modeling has emerged as a powerful self-supervised learning framework, but existing methods largely rely on random masking, disregarding the structural properties of different modalities. In this work, we introduc…

Representation LearningSelf-Supervised Learning

An overview of neural architectures for self-supervised audio representation learning from masked spectrograms

2025-09-23 · Sarthak Yadav, Sergios Theodoridis, Zheng-Hua Tan arxiv

In recent years, self-supervised learning has amassed significant interest for training deep neural representations without labeled data. One such self-supervised learning approach is masked spectrogram modeling, where t…

Self-Supervised LearningRepresentation LearningAudio Classification