paper-with-me

Papers

Dual Bayesian ResNet: A Deep Learning Approach to Heart Murmur Detection

2023-05-26 · Computing in Cardiology 2022 12 · Benjamin Walker, Felix Krones, Ivan Kiskin, Guy Parsons, Terry Lyons, Adam Mahdi

This study presents our team PathToMyHeart's contribution to the George B. Moody PhysioNet Challenge 2022. Two models are implemented. The first model is a Dual Bayesian ResNet (DBRes), where each patient's recording is segmented into overlapping log mel spectrograms. These undergo two binary classifications: present versus unknown or absent, and unknown versus present or absent. The classifications are aggregated to give a patient's final classification. The second model is the output of DBRes integrated with demographic data and signal features using XGBoost.DBRes achieved our best weighted accuracy of $0.771$ on the hidden test set for murmur classification, which placed us fourth for the murmur task. (On the clinical outcome task, which we neglected, we scored 17th with costs of $12637$.) On our held-out subset of the training set, integrating the demographic data and signal features improved DBRes's accuracy from $0.762$ to $0.820$. However, this decreased DBRes's weighted accuracy from $0.780$ to $0.749$. Our results demonstrate that log mel spectrograms are an effective representation of heart sound recordings, Bayesian networks provide strong supervised classification performance, and treating the ternary classification as two binary classifications increases performance on the weighted accuracy.

📄 PDF Abstract BibTeX arXiv:2305.16691

Code (1)

Benjamin-Walker/heart-murmur-detection pytorch

Tasks

Classification

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Test 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Average Pooling 설명 없음
Kaiming Initialization 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…

Similar Papers 제목 키워드 기반

Searching for Effective Neural Network Architectures for Heart Murmur Detection from Phonocardiogram

2023-03-06 · Hao Wen, Jingsu Kang

Aim: The George B. Moody PhysioNet Challenge 2022 raised problems of heart murmur detection and related abnormal cardiac function identification from phonocardiograms (PCGs). This work describes the novel approaches deve…

Model SelectionMulti-Task Learning

Listen2YourHeart: A Self-Supervised Approach for Detecting Murmur in Heart-Beat Sounds

2022-08-31 · Aristotelis Ballas, Vasileios Papapanagiotou, Anastasios Delopoulos, Christos Diou

Heart murmurs are abnormal sounds present in heartbeats, caused by turbulent blood flow through the heart. The PhysioNet 2022 challenge targets automatic detection of murmur from audio recordings of the heart and automat…

Self-Supervised Learning

A Method for Detecting Murmurous Heart Sounds based on Self-similar Properties

2023-05-28 · Dixon Vimalajeewa, Chihoon Lee, Brani Vidakovic

A heart murmur is an atypical sound produced by the flow of blood through the heart. It can be a sign of a serious heart condition, so detecting heart murmurs is critical for identifying and managing cardiovascular disea…

Diagnostic

Model-driven Heart Rate Estimation and Heart Murmur Detection based on Phonocardiogram

2024-07-25 · Jingping Nie, Ran Liu, Behrooz Mahasseni, Erdrin Azemi 외

Acoustic signals are crucial for health monitoring, particularly heart sounds which provide essential data like heart rate and detect cardiac anomalies such as murmurs. This study utilizes a publicly available phonocardi…

Heart rate estimationMulti-Task Learning

Beyond Heart Murmur Detection: Automatic Murmur Grading from Phonocardiogram

2022-09-27 · Andoni Elola, Elisabete Aramendi, Jorge Oliveira, Francesco Renna 외

Objective: Murmurs are abnormal heart sounds, identified by experts through cardiac auscultation. The murmur grade, a quantitative measure of the murmur intensity, is strongly correlated with the patient's clinical condi…