paper-with-me

Papers

Exploring Pre-trained General-purpose Audio Representations for Heart Murmur Detection

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

To reduce the need for skilled clinicians in heart sound interpretation, recent studies on automating cardiac auscultation have explored deep learning approaches. However, despite the demands for large data for deep learning, the size of the heart sound datasets is limited, and no pre-trained model is available. On the contrary, many pre-trained models for general audio tasks are available as general-purpose audio representations. This study explores the potential of general-purpose audio representations pre-trained on large-scale datasets for transfer learning in heart murmur detection. Experiments on the CirCor DigiScope heart sound dataset show that the recent self-supervised learning Masked Modeling Duo (M2D) outperforms previous methods with the results of a weighted accuracy of 0.832 and an unweighted average recall of 0.713. Experiments further confirm improved performance by ensembling M2D with other models. These results demonstrate the effectiveness of general-purpose audio representation in processing heart sounds and open the way for further applications. Our code is available online which runs on a 24 GB consumer GPU at https://github.com/nttcslab/m2d/tree/master/app/circor

📄 PDF Abstract BibTeX arXiv:2404.17107

Code (2)

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

Tasks

Classify murmursGPUSelf-Supervised LearningTransfer Learning

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…

Similar Papers 제목 키워드 기반

M2D2: Exploring General-purpose Audio-Language Representations Beyond CLAP

2025-03-28 · Daisuke Niizumi, Daiki Takeuchi, Masahiro Yasuda, Binh Thien Nguyen 외

Contrastive language-audio pre-training (CLAP) has addressed audio-language tasks such as audio-text retrieval by aligning audio and text in a common feature space. While CLAP addresses general audio-language tasks, its …

Audio captioningAudio ClassificationAudio TaggingAudio to Text Retrieval+13

Exploring Federated Self-Supervised Learning for General Purpose Audio Understanding

2024-02-05 · Yasar Abbas Ur Rehman, Kin Wai Lau, Yuyang Xie, Lan Ma 외

The integration of Federated Learning (FL) and Self-supervised Learning (SSL) offers a unique and synergetic combination to exploit the audio data for general-purpose audio understanding, without compromising user data p…

Federated LearningRetrievalSelf-Supervised Learning

BYOL for Audio: Exploring Pre-trained General-purpose Audio Representations

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

Pre-trained models are essential as feature extractors in modern machine learning systems in various domains. In this study, we hypothesize that representations effective for general audio tasks should provide multiple a…

Self-Supervised Learning

Audio Mamba: Selective State Spaces for Self-Supervised Audio Representations

2024-06-04 · Sarthak Yadav, Zheng-Hua Tan

Despite its widespread adoption as the prominent neural architecture, the Transformer has spurred several independent lines of work to address its limitations. One such approach is selective state space models, which hav…

Language ModellingMambaState Space Models

DECAR: Deep Clustering for learning general-purpose Audio Representations

2021-10-17 · Sreyan Ghosh, Sandesh V Katta, Ashish Seth, S. Umesh

We introduce DECAR, a self-supervised pre-training approach for learning general-purpose audio representations. Our system is based on clustering: it utilizes an offline clustering step to provide target labels that act …

ClusteringDeep ClusteringSelf-Supervised LearningTransfer Learning