Phonocardiogram Classification Using 1-Dimensional Inception Time Convolutional Neural Networks
Murmurs are sounds caused by turbulent blood flow that are often the first sign of structural heart disease. These sounds are detected by auscultating the heart using a stethoscope, or more recently by a phonocardiogram (PCG). We aim to identify the presence, absence, or unclear cases of murmurs, as well as predict normal or abnormal clinical outcome from PCG recordings using machine learning. We trained and tested two 1-dimensional convolutional neural networks (CNN) on a PCG data set from a pediatric population of 1568 individuals. One model predicted murmurs, while the other model predicted clinical outcomes. Both models were trained to give recording-wise predictions, while the final predictions were given for every patient (patient-wise predictions). This paper describes our participation in the George B. Moody PhysioNet Challenge 2022 whose objective was to identify heart murmurs and clinical outcome from PCGs. Our team, Simulab, trained a clinical outcome classifier that achieved a challenge cost score of 12419 (ranked 14th out of 39 teams) and the murmur classifier achieved a weighted accuracy of 0.593 (ranked 30th out of 40 teams) on the test set.
Code (1)
Tasks
Classify murmursPhonocardiogram ClassificationPredict clinical outcomeMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
QuPCG: Quantum Convolutional Neural Network for Detecting Abnormal Patterns in PCG Signals
Early identification of abnormal physiological patterns is essential for the timely detection of cardiac disease. This work introduces a hybrid quantum-classical convolutional neural network (QCNN) designed to classify S…
Effective, Fast, and Memory-Efficient Compressed Multi-function Convolutional Neural Networks for More Accurate Medical Image Classification
Convolutional Neural Networks (CNNs) usually use the same activation function, such as RELU, for all convolutional layers. There are performance limitations of just using RELU. In order to achieve better classification p…
General Classificationimage-classificationImage ClassificationMedical Image ClassificationInceptionMamba: An Efficient Hybrid Network with Large Band Convolution and Bottleneck Mamba
Within the family of convolutional neural networks, InceptionNeXt has shown excellent competitiveness in image classification and a number of downstream tasks. Built on parallel one-dimensional strip convolutions, howeve…
Computational Efficiencyimage-classificationImage ClassificationMambaEffective, Fast, and Memory-Efficient Compressed Multi-function Convolutional Neural Networks with Compact Inception-V4
Google's Inception-V4 using an activation function RELU is a very deep convolutional neural network (CNN) that consists of 4 Inception-A blocks, 7 Inception-B blocks, and 3 Inception-C blocks. To improve classification p…
An Ensemble of Transfer, Semi-supervised and Supervised Learning Methods for Pathological Heart Sound Classification
In this work, we propose an ensemble of classifiers to distinguish between various degrees of abnormalities of the heart using Phonocardiogram (PCG) signals acquired using digital stethoscopes in a clinical setting, for …
General ClassificationRepresentation LearningSound Classification