Detection and Classification of Cardiovascular Disease from Phonocardiogram using Deep Learning Models
Ann Nita Netto, Lizy Abraham
Abstract
Cardiovascular disease (CVD) is one of the prime reason for death in India and across the globe. Rural areas of India suffer from shortage of cardiologist and medical facilities. Hence there is a need for the development of an efficient, automated heart disease detection system that can analyse the phonocardiogram to detect the disease. The paper proposes deep learning architectures for anomaly detection from heart sounds. The work classifies the unsegmented phonocardiograms into five classes, four cardiovascular diseases and normal(N). The detected pathological conditions are mitral valve prolapse (MVP), mitral stenosis (MS), mitral regurgitation (MR) and aortic stenosis (AS). Features are extracted using Mel Frequency Cepstral Coefficient (MFCCs) and learning and classification are performed using deep learning methods such as Convolutional Neural Network (CNN), Long Short Term Memory (LSTM) and a combination of 1DCNN and LSTM. A total of 1960 phonocardiogram (PCG) segments are used to develop the models with 392 segments in each class. We have achieved an accuracy of 99.1%, 98.2%, 99.4% for CNN, LSTM and 1DCNN-LSTM respectively.