paper-with-me

Papers

Prototype based Masked Audio Model for Self-Supervised Learning of Sound Event Detection

2024-09-26 · Pengfei Cai, Yan Song, Nan Jiang, Qing Gu, Ian McLoughlin

A significant challenge in sound event detection (SED) is the effective utilization of unlabeled data, given the limited availability of labeled data due to high annotation costs. Semi-supervised algorithms rely on labeled data to learn from unlabeled data, and the performance is constrained by the quality and size of the former. In this paper, we introduce the Prototype based Masked Audio Model~(PMAM) algorithm for self-supervised representation learning in SED, to better exploit unlabeled data. Specifically, semantically rich frame-level pseudo labels are constructed from a Gaussian mixture model (GMM) based prototypical distribution modeling. These pseudo labels supervise the learning of a Transformer-based masked audio model, in which binary cross-entropy loss is employed instead of the widely used InfoNCE loss, to provide independent loss contributions from different prototypes, which is important in real scenarios in which multiple labels may apply to unsupervised data frames. A final stage of fine-tuning with just a small amount of labeled data yields a very high performing SED model. On like-for-like tests using the DESED task, our method achieves a PSDS1 score of 62.5\%, surpassing current state-of-the-art models and demonstrating the superiority of the proposed technique.

📄 PDF Abstract BibTeX arXiv:2409.17656

Code (1)

cai525/transformer4sed 공식 구현 pytorch

Tasks

Event DetectionRepresentation LearningSelf-Supervised LearningSound Event Detection

Methods 이 논문이 사용한 방법론

InfoNCE 설명 없음

Similar Papers 제목 키워드 기반

Universal Sound Separation with Self-Supervised Audio Masked Autoencoder

2024-07-16 · Junqi Zhao, Xubo Liu, Jinzheng Zhao, Yi Yuan 외

Universal sound separation (USS) is a task of separating mixtures of arbitrary sound sources. Typically, universal separation models are trained from scratch in a supervised manner, using labeled data. Self-supervised le…

Self-Supervised Learning

Contrastive Audio-Visual Masked Autoencoder

2022-10-02 · Yuan Gong, Andrew Rouditchenko, Alexander H. Liu, David Harwath 외

In this paper, we first extend the recent Masked Auto-Encoder (MAE) model from a single modality to audio-visual multi-modalities. Subsequently, we propose the Contrastive Audio-Visual Masked Auto-Encoder (CAV-MAE) by co…

Audio ClassificationAudio TaggingContrastive LearningMulti-modal Classification+4

MAViL: Masked Audio-Video Learners

2022-12-15 · NeurIPS 2023 11 · Po-Yao Huang, Vasu Sharma, Hu Xu, Chaitanya Ryali 외

We present Masked Audio-Video Learners (MAViL) to train audio-visual representations. Our approach learns with three complementary forms of self-supervision: (1) reconstruction of masked audio and video input data, (2) i…

Contrastive LearningRetrieval

Masked Spectrogram Modeling using Masked Autoencoders for Learning General-purpose Audio Representation

2022-04-26 · Daisuke Niizumi, Daiki Takeuchi, Yasunori Ohishi, Noboru Harada 외

Recent general-purpose audio representations show state-of-the-art performance on various audio tasks. These representations are pre-trained by self-supervised learning methods that create training signals from the input…

Contrastive LearningSelf-Supervised Learning

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