Skip to main content

ORIGINAL RESEARCH article

Front. Pediatr., 21 September 2022
Sec. Pediatric Cardiology

Automated identification of innocent Still's murmur using a convolutional neural network

\nRaj Shekhar,
Raj Shekhar1,2*Ganesh VanamaGanesh Vanama2Titus John,Titus John1,2James IssacJames Issac2Youness ArjouneYouness Arjoune1Robin W. Doroshow,,Robin W. Doroshow1,2,3
  • 1Sheikh Zayed Institute for Pediatric Surgical Innovation, Children's National Hospital, Washington, DC, United States
  • 2AusculTech Dx, Silver Spring, MD, United States
  • 3Children's National Heart Institute, Children's National Hospital, Washington, DC, United States

Background: Still's murmur is the most prevalent innocent heart murmur of childhood. Auscultation is the primary clinical tool to identify this murmur as innocent. Whereas pediatric cardiologists routinely perform this task, primary care providers are less successful in distinguishing Still's murmur from the murmurs of true heart disease. This results in a large number of children with a Still's murmur being referred to pediatric cardiologists.

Objectives: To develop a computer algorithm that can aid primary care providers to identify the innocent Still's murmur at the point of care, to substantially decrease over-referral.

Methods: The study included Still's murmurs, pathological murmurs, other innocent murmurs, and normal (i.e., non-murmur) heart sounds of 1,473 pediatric patients recorded using a commercial electronic stethoscope. The recordings with accompanying clinical diagnoses provided by a pediatric cardiologist were used to train and test the convolutional neural network-based algorithm.

Results: A comparative analysis showed that the algorithm using only the murmur sounds recorded at the lower left sternal border achieved the highest accuracy. The developed algorithm identified Still's murmur with 90.0% sensitivity and 98.3% specificity for the default decision threshold. The area under the receiver operating characteristic curve was 0.943.

Conclusions: Still's murmur can be identified with high accuracy with the algorithm we developed. Using this approach, the algorithm could help to reduce the rate of unnecessary pediatric cardiologist referrals and use of echocardiography for a common benign finding.

Introduction

Still's murmur is the most prevalent innocent heart murmur of childhood (1). It is a low-pitched, musical, early-to-mid systolic murmur primarily heard at the lower left sternal border (LLSB) (26). It is ~50 times more common than murmurs of congenital heart disease (7). It does not reflect any abnormality and does not require any treatment.

Auscultation is the primary clinical tool to identify this murmur as innocent (8, 9). Whereas pediatric cardiologists routinely perform this task, primary care providers (PCPs) have significantly less success in distinguishing Still's murmur from the murmurs of true heart disease (9, 10). Their identification accuracy is higher (although still poor) for pathological murmurs (41%) and other innocent murmurs (45%) (11). Multiple studies report that only cardiologists can reliably distinguish different murmur types with a stethoscope (3, 4, 1114). Currently, when a PCP hears a Still's murmur in a child, they will consider referring the child for expert consultation, even when symptoms are absent (15). Uneven referral patterns suggest that not all children with Still's murmur are referred, and that PCPs vary greatly in deciding whom to refer (14). Those children who are referred undergo consultations and associated tests which may be costly and waste healthcare resources, and are a source of avoidable anxiety for children and families (16, 17).

Most heart murmurs, including Still's murmur, are characterized by several features including the location on the chest where they are heard and the timing of the murmur signal within the cardiac cycle. A cardiac cycle is marked by the S1 (onset of systole) and S2 (onset of diastole) sounds. Still's murmur's signal has a distinctive diamond-shaped envelope of a relatively pure low frequency that occurs shortly after S1. These stereotypical features allow for robust classification of Still's murmur (18). Pathological murmurs, conversely, can vary widely in their frequency content and timing, depending on the lesion. From a classification standpoint, this large variation renders it very challenging to correctly identify pathological murmurs automatically by specific diagnosis.

Computer-aided auscultation is an area of active research (1921). Classification methods include support vector machine (SVM), artificial neural network (ANN), hidden Markov model, and k-nearest neighbor, among others (19, 20). More recently, with the emergence of deep learning and growing availability of heart sound data, new classification approaches employing convolutional neural networks (CNNs) are being proposed (22, 23).

Multiple prior studies have attempted to make a specific diagnosis for each pathological murmur (2429). This task is complex and of limited clinical value. A child with a pathological murmur of any etiology needs to be seen by a pediatric cardiologist who will employ detailed echocardiography and other tests to confirm the diagnosis before initiating treatment (3). The focus of our work has been automated algorithmic identification of Still's murmur, specifically. We have reported an algorithm for segmenting cardiac cycles and identifying Still's murmur using traditional machine learning (18, 30). With the acquisition of additional data, we describe here a deep-learning algorithm based on a CNN framework. As in our previous work, the algorithm performs a binary classification to distinguish Still's murmur from all other pediatric heart murmurs.

Materials and methods

Heart sound recordings

For algorithm development, we used the Murmur Library, a database of deidentified recordings of pediatric heart sounds and murmurs compiled by one of the authors (RWD), a board-certified pediatric cardiologist with >40 years of experience. The recordings were obtained from supine pediatric subjects, 2–17 years of age, with parental consent (31), using a commercially available electronic stethoscope (Model 4100, 3M Littmann, St. Paul, MN). For each murmur recording, the definitive clinical diagnosis was documented. All suspected pathological murmurs were confirmed by echocardiography. For Still's and other innocent murmurs, we used the pediatric cardiologist's diagnosis, including the findings of an echocardiogram if performed. The study was approved by the Children's National Hospital Institutional Review Board.

We identified 1,473 applicable recordings in the Murmur Library and binned them into three classes: no murmur, Still's murmur, and murmurs other than Still's (see Table 1). The last class included predominantly pathological murmurs and some innocent murmurs that were not Still's murmurs. A detailed breakdown of murmur types for this class is provided in Table 2. The typical length of a recording was 7–15 s, and they came from all four typical chest locations for cardiac auscultation: right upper sternal border, left upper sternal border, LLSB, and apex. Because Still's murmur is best heard at the LLSB, we also formed a subset of LLSB-only recordings. This allowed us to investigate classification strategies based on the recording location.

TABLE 1
www.frontiersin.org

Table 1. Number of heart sound recordings organized by clinical diagnosis and recording location used in the study.

TABLE 2
www.frontiersin.org

Table 2. Distribution of pathological and innocent murmurs other than Still's at all locations (N = 882).

Algorithm overview

The overall goal of the algorithm was to perform a binary classification on heart sound recordings, with two possible outputs: Still's murmur (SM) or potentially pathological mumur (PPM). We tested four classification strategies using different subsets of the data, using the same overall structure of the algorithm (see Figure 1). Each single cardiac cycle was individually classified. Consequently, every recording went through preprocessing to identify and prepare individual cycles for classification.

FIGURE 1
www.frontiersin.org

Figure 1. Algorithm flowchart.

A heart sound recording was first bandpass filtered to remove any acquisition noise and to focus on frequencies of interest. The bandpass filter was a 4th-order Butterworth filter with a passband of 40–500 Hz. The filter design was informed by the fact that the normal heart sound frequencies range from 20 to 200 Hz. The frequency of Still's murmur varies between 90 and 170 Hz, and pathological murmurs are in the range of 80–500 Hz (32). The next step was the application of a previously reported segmentation technique that identified S1 and S2 sound lobes in the recording and used them to identify individual cardiac cycles (18, 30). We defined a cardiac cycle as the period between the onsets of two consecutive S1 sounds.

A heart sound recording can either be successfully segmented or fail segmentation. If a recording is successfully segmented, it proceeds to the next stage of the algorithm comprising feature extraction and classification. If a recording fails segmentation, there is a high probability that S1 and S2 sounds are indistinguishable from the surrounding murmur and heart sound signals and cannot be identified. This happens chiefly for holosystolic or continuous murmurs, which at the LLSB are pathological. Recordings with excessive acquisition noise that cannot be removed by the bandpass filter can also cause segmentation failure. When segmentation fails, we directly classify the recording as PPM because segmentation rarely fails for Still's murmur recordings. Note that designating a recording of a suspected pathological murmur or suboptimal sound quality as PPM follows the status quo and no harm is done. In these cases, the provider will be expected to use the current clinical standard to determine the next course of action.

The classification was performed using a CNN. The feature extraction step was to prepare each cardiac cycle for input to the CNN, and required transforming each heart-cycle signal to a spectral image (i.e., a spectrogram). Segmented cardiac cycles were converted into grayscale spectrograms that varied in length due to their varying durations. To generate fixed-sized spectrograms irrespective of the cycle length, the original spectrograms were resampled to a 55 × 129 grid size and then converted to the decibel scale and normalized. The normalization was further necessary to reduce the size of the input image to the CNN and thus have a small architecture that avoided overfitting and the need for additional training data.

CNN classification

For our binary classification problem—SM or PPM—we developed a five-layer CNN. The CNN architecture consisted of an input layer, three convolution layers, two hidden layers, and an output layer. The input to the CNN was a spectrogram as described. Each of the three convolution layers consisted of a two-dimensional convolution “ReLU” activation function, max pooling, and padding as “same.” Following the convolution layers, the model had two fully connected layers, each of which had 64 units with “ReLU” activation function. The output layer was a single-neuron layer with sigmoid as an activation function. The loss function was a modified cross-entropy function to deal with the unbalanced data set. The optimizer was simple momentum optimizer, and the learning rate was set to 0.9 with an exponential decay.

The output of the CNN varied between 0 and 1 which we associated with the probability of an input cardiac cycle with Still's murmur. A value closer to 1 meant that the cycle had a high probability of being a Still's murmur, whereas a value closer to 0 meant that it was something other than a Still's murmur. The default threshold for a cardiac cycle to be labeled as either SM or PPM was 0.5. The threshold was also varied to create a receiver operating characteristic (ROC) curve and calculate its area under the curve (AUC). The final classification of a recording depended on the majority decision from all cardiac cycles present in the recording. The CNN was developed and trained using TensorFlow (33) on an Nvidia GeForce RTX 2080 graphics computing unit with 12 GB memory.

Training and validation set formation

We compared four different classification strategies that were designed to investigate the effects of recording location and of including normal (i.e., non-murmur) heart sound recordings in training and testing. This allowed training and testing of the algorithm with different subsets of the data. The process of forming the training and validation sets in each case followed the same procedure. Twenty percent of the Still's murmur recordings and 20% of other murmur recordings were randomly selected to form a validation set; the remaining 80% formed the training set. We further utilized a five-fold cross-validation strategy, whereby we created five sets of training and validation sets, with each validation set including a unique set of 20% of the Still's murmur and other murmur recordings. Thus, the CNN was trained five times using different training sets and tested five times as well for each classification strategy. The data preparation for this cross-validation procedure is shown schematically in Figure 2.

FIGURE 2
www.frontiersin.org

Figure 2. Schematic showing formation of training and validation sets for 5-fold cross validation.

The time to train each CNN model was ~4 min. Recordings in both training and validation data sets went through the same processing steps outlined in Figure 1. The final performance figures were arrived at by aggregating the results of all five validation sets from the five folds. An advantage of cross-validation was that each recording was used once for testing the classifiers. The inference time for testing (i.e., classifying) a single recording was ~1.2 s.

Test set formation

We found that the best performance was achieved when the algorithm was trained and tested using only murmur recordings (i.e., excluding non-murmur heart sound recordings) obtained at the LLSB (see Results below). Therefore, we further explored this strategy, forming a test set comprised of 60 Still's murmurs and 60 pathological murmurs from 120 unique patients that were recorded at the LLSB and had confirmatory echocardiograms. The distribution of pathological murmurs in this set mirrored their distribution in our database (see Table 3). The specific breakdown of the 60 pathological murmurs by diagnosis is provided in Table 4. The test set did not include any innocent murmurs other than Still's murmur. Such murmurs (e.g., venous hum) are generally not heard at the LLSB and represent a small minority of the innocent murmurs referred to our outpatient service. The training set was formed using the remaining data.

TABLE 3
www.frontiersin.org

Table 3. Distribution of pathological and innocent murmurs other than Still's at LLSB (N = 323).

TABLE 4
www.frontiersin.org

Table 4. Distribution of pathological murmurs in the test set (N = 60).

Results

By design, our algorithm performed a binary classification. In clinical terms, we defined the algorithm result as positive when its output was SM. The negative result, therefore, was the designation of a murmur as PPM. Following this convention, a true positive is a known Still's murmur correctly classified as SM, and a true negative occurs when the algorithm correctly identifies a recording known not to be Still's murmur as PPM. It follows that a false negative is a known Still's murmur wrongly designated as PPM, and a false positive is a murmur which is not Still's, wrongly classified as SM.

Segmentation results

Because our classification is based on analysis of individual cardiac cycles, in Table 5, we present the result of segmentation and the number of available examples with which the CNN was trained and tested. Note that the recordings in which segmentation failed did not contribute to the cardiac cycle count.

TABLE 5
www.frontiersin.org

Table 5. Number of cardiac cycles recorded, by location and diagnostic category.

Five-fold experiment

Table 6 lists the classification performance of the algorithm, using the default decision threshold of 0.5, under the four testing strategies. The algorithm performed better when the training and test data included only the LLSB recordings (right column). The best performance was achieved when training and testing of the algorithm was further constrained to only murmur recordings, both innocent and pathological but excluding normal, non-murmur recordings.

TABLE 6
www.frontiersin.org

Table 6. Performance (sensitivity, specificity, accuracy) of the algorithm with five-fold cross-validation for the four Still's murmur identification strategies.

Test set results

The classification result on the test set is presented in Figure 3. The horizontal axis depicts the clinically confirmed groups of 60 Still's murmurs (green) and 60 pathological murmurs (red). The vertical axis represents the probability of a recording being Still's murmur. The figure also shows the default decision threshold (0.5) separating the SM and PPM classes. All but 14 recordings in the test set were successfully segmented. When a recording fails segmentation, it is automatically assigned a probability value of 0, and is classified as PPM. This could occur, for example, with a holosystolic murmur or a continuous one. Thirteen of 60 pathological murmur recordings failed segmentation and were directly and correctly classified as PPM. Of the 60 Still's murmur recordings, one failed segmentation and, consequently, was misclassified as PPM.

FIGURE 3
www.frontiersin.org

Figure 3. Scatter plot showing the classification of known Still's murmurs (in green) and known pathological murmurs (in red) in the test set. The algorithm classified the murmurs above the dashed line as SM and below it as PPM.

The algorithm produced 54 true positives, 1 false positive, 59 true negatives, and 6 false negatives. These translate to the algorithm achieving a sensitivity of 90.0% (54 of 60 Still's murmurs correctly identified) and specificity of 98.3% (59 of 60 pathological murmurs correctly identified). The corresponding accuracy was 94.2%. When the recordings that failed segmentation were excluded from the calculation of performance parameters, the sensitivity was 91.5% (54 of 59 Still's murmurs correctly identified), the specificity was 97.9% (46 of 47 pathological murmurs correctly identified), and the overall accuracy was 94.3%. As is evident, the effect of excluding failed segmentation cases was a slight gain in sensitivity coupled with a slight loss in specificity.

Figure 4 shows representative true positive, false positive, true negative and false negative recordings, with the probabilities of each individual cardiac cycle containing a Still's murmur. Among the six false negatives, i.e., Still's murmurs that were identified as PPM, one was due to segmentation failure and five others were misclassified after successful segmentation. When the segmentation failure case was inspected, it was observed that the recording had excessive noise. The other five Still's murmurs had been labeled as atypical by the cardiologist. The one false positive case was a recording of mild tricuspid regurgitation with murmur signal similar to that of a Still's murmur, albeit slightly higher pitched.

FIGURE 4
www.frontiersin.org

Figure 4. Representative true positive, false positive, true negative, and false negative examples with segmented S1 and S2 sounds and the probabilities of each cardiac cycle being a Still's murmur.

We then studied the effect of varying the decision threshold; the corresponding ROC curve is shown in Figure 5. The AUC was 0.943. Note the default decision threshold of 0.5 was set a priori, and the CNN was trained using this threshold.

FIGURE 5
www.frontiersin.org

Figure 5. ROC curve for the Still's murmur identification algorithm tested on the test set.

Discussion

Our goal was to develop an algorithm that could aid PCPs in identifying Still's murmur as benign at the point of care to reduce over-referral of children with normal hearts, without eliminating those with true heart defects. The need for auscultation aimed at differentiating between innocent and pathological murmurs, as opposed to aiming at specific cardiac diagnoses, is central to the current PCP practice model in the United States (34).

In our implementation, the highest identification accuracy was achieved when the algorithm was trained and tested utilizing LLSB-only murmur recordings. The comparative analysis informed the design of our second experiment, testing the algorithm on an independent test set of echocardiography-confirmed murmurs. This “LLSB-and murmurs-only” strategy is appropriate for the intended clinical application, as LLSB is the most common location at which PCPs consistently examine the heart, and limiting the recording to a single location minimizes acquisition time (35).

The deep-learning approach presented here was slightly less accurate than our previously reported SVM and ANN classification methods (AUC of 0.943 vs. 0.966) (18). This trend is reflected in sensitivity (90 vs. 84–93%) and specificity (98.3 vs. 91–99%) figures as well. Our previous study used a significantly smaller dataset, hand-crafted features, and employed leave-one-out strategy for testing the algorithm. The present study took a more rigorous and reproducible approach involving a larger dataset and an independent test set. As with most applications, we believe deep learning is a superior approach in the long term as it is not based on manually identified features. More importantly, we believe that deep learning will have a higher performance ceiling compared with SVM and ANN methods.

Deep learning is data-intensive; our approach of performing the classification on individual cardiac cycles allowed us to have a dataset sufficient in size for training and testing the CNN. Because murmur characteristics vary beat-to-beat, we believe that this approach is not only desirable from a deep-learning perspective but also helps to achieve robust classification. Murmur libraries, some open-access, exist, but they are small and diverse in disease distribution and patient characteristics, and do not focus on pediatric murmurs (36, 37). It may be possible to utilize them in the future for training a learning-based algorithm, but this task remains difficult and of limited value at present.

We defined a positive result as indicative of Still's murmur and a negative result as indicative of a potentially pathological murmur. In general, clinicians think of sensitivity as correct identification of pathology, as opposed to non-pathology. But since the purpose of our algorithm is to identify non-pathological (i.e., obvious Still's) murmurs, and weed out a significant proportion of them, the terms sensitivity and specificity have been applied with their standard definitions. Therefore, to compare our results to traditionally reported classification performance numbers, the terms “sensitivity” and “specificity” must be reversed. A direct comparison with other methods also needs to take in account that the PPM class includes innocent murmurs that are not Still's. The proportion of this group of murmurs is significantly smaller than that of Still's murmurs in both incidence and those referred to pediatric cardiologists (1).

The notable prior studies on pediatric heart murmur classification have reported varied approaches, numbers of recordings, and results. Pretorius et al. reported a sensitivity of 91% and specificity of 94% in identification of pathological murmurs utilizing an ensemble ANN classifier and using recordings from 381 patients, from one of four chest locations (23). In another study, Pyles et al. reported 78.5% sensitivity and 92.6% specificity in identifying pathological murmurs from 149 subjects (21). Evaluation of a commercially available computer-aided auscultation software program on 126 subjects yielded a sensitivity of 83.9% and a very low specificity of 30.3% in identification of pathological murmurs against echocardiography (38). More recently, Thompson et al. reported achieving 93% sensitivity and 81% specificity for identifying pathological cases in a comparatively larger set of recordings from 603 predominantly pediatric patients (39). These studies focus on detection of pathological murmurs with the goal of maximizing sensitivity. By focusing on Still's murmur, our algorithm takes a different approach. Nevertheless, our algorithm incorrectly labeled only one pathological murmur (mild tricuspid regurgitation), and that was one of questionable clinical import and unlikely to alter management.

In the future, going beyond a binary classification may be possible, but, at this point, the losses in sensitivity and specificity would outweigh the benefits of adding other innocent murmurs, as Still's murmur is by far the largest cause of pediatric cardiology over-referrals. We can only speculate as to why that is, but we believe it is that most primary care providers caring for children auscultate chiefly—or perhaps only—over the precordium. The other two common innocent murmurs between ages 2 and 18 are the venous hum, which is heard at the right upper sternal border to the mid-right clavicle, and the innocent right ventricular outflow murmur often heard in older children, at the left upper sternal border, usually only supine. Atypical Still's murmurs will be classified by the algorithm as PPM. Our goal is not to remove all Still's murmurs from the referral cases, but rather to cull out the obvious, typical ones. This should have a substantial impact on referral patterns and use of resources.

Our algorithm's 90% sensitivity is high enough to ensure that the vast majority of Still's murmurs will be correctly recognized. As a decision support system, it could have a considerable impact on clinical practice by reducing the currently high rate of Still's murmur referrals made to pediatric cardiologists. In this context, specificity is critically important so as to minimize false negatives which could have negative clinical consequences. We note that the adoption of mandated critical congenital heart disease (CCHD) screening in the newborn in the United States substantially reduces the stakes in misclassifying a pathological murmur, as this screening selects out the vast majority of serious congenital heart defects before discharge home from the birth hospital (40).

Our approach would not identify some lesions such as atrial septal defects (ASDs), which are among the latest-diagnosed congenital cardiac heart defects in the current practice model, often missed until adulthood. This delay in diagnosis rarely, if ever, causes harm. Our approach might also be less accurate for cardiac murmurs due to acquired heart disease (e.g., rheumatic fever) and to those structural heart defects presenting later in childhood (e.g., discrete subaortic stenosis). Given the low incidence of such lesions in the U.S. population, we did not evaluate the accuracy of our algorithm in these settings. Subjects <2 years were not included in this study. In this age group, given the high sensitivity of newborn CCHD screening, critical congenital heart disease very rarely presents with a murmur in an asymptomatic child.

In conclusion, Still's murmur is responsible for a large over-referral problem in the United States. We have developed a deep-learning algorithm capable of identifying this murmur with high accuracy. The algorithm has the potential to serve as decision support in reducing the rate of unnecessary pediatric cardiologist referrals and use of echocardiography for a common benign finding. The future directions of our study include additional data acquisition, algorithmic improvements, prospective testing of the algorithm on recordings made in pediatric cardiology clinics against the findings of pediatric cardiologists, and the demonstration of acceptability of this new model to the PCP population.

Data availability statement

The datasets presented in this article are not readily available because they are subject to intellectual property protection. Requests to access the datasets should be directed to rdorosho@childrensnational.org.

Ethics statement

The studies involving human participants were reviewed and approved by Children's National Hospital IRB. Written informed consent from the participants' legal guardian/next of kin was not required to participate in this study in accordance with the national legislation and the institutional requirements.

Author contributions

RS conceptualized, designed and directed the study, drafted the initial manuscript, and revised and prepared the final manuscript. GV performed data processing, trained and tested the neural network models, and assisted with generating results. TJ and JI assisted with organizing the study data, data processing, and drafting and review of the manuscript. YA assisted with the revision of the manuscript. RWD conceptualized, designed and directed the study, designed data collection, collected the study data, and critically reviewed and revised the manuscript. All authors approved the final manuscript as submitted and agree to be accountable for all aspects of the work.

Funding

The study was supported by the NIH Grant R42HL131081.

Acknowledgments

We thank Robert McCarter, Sc.D., formerly with the Section on Study Design and Biostatistics Consulting at Children's National Hospital for his help with study design.

Conflict of interest

Authors RS and RWD are founders of AusculTech Dx. Authors GV, TJ, and JI are employees of AusculTech Dx.

The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher's note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Abbreviations

ANN, artificial neural network; AUC, area under the curve; CNN, convolutional neural network; LLSB, lower left sternal border; PCP, primary care provider; SM, classified as Still's murmur; PPM, classified as potentially pathological murmur; ROC, receiver operating characteristic.

References

1. Wen J, Snyder C. Prevalence of innocent murmurs in pediatric patients. Pediatrics. (2019) 144 (2_MeetingAbstract):325.

Google Scholar

2. Fogel DH. The innocent systolic murmur in children: a clinical study of its incidence and characteristics. Am Heart J. (1960) 59:844–55. doi: 10.1016/0002-8703(60)90408-7

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Smythe JF, Teixeira OHP, Vlad P, Demers PP, Feldman W. Initial evaluation of heart murmurs: are laboratory tests necessary? Pediatrics. (1990) 86:497–500. doi: 10.1542/peds.86.4.497

PubMed Abstract | CrossRef Full Text | Google Scholar

4. Geva T, Hegesh J, Frand M. Reappraisal of the approach to the child with heart murmurs: is echocardiography mandatory? Int J Cardiol. (1988) 19:107–13. doi: 10.1016/0167-5273(88)90196-9

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Caceres CA, Perry LW. The Innocent Murmur, A Problem in Clinical Practice. Little: Brown (1967).

6. Van Oort A, Le Blanc-Botden M, De Boo T, Van Der Werf T, Rohmer J, Daniëls O, et al. The vibratory innocent heart murmur in schoolchildren: difference in auscultatory findings between school medical officers and a pediatric cardiologist. Pediatr Cardiol. (1994) 15:282–7. doi: 10.1007/BF00798121

PubMed Abstract | CrossRef Full Text | Google Scholar

7. Hoffman JIE, Kaplan S. The incidence of congenital heart disease. J Am Coll Cardiol. (2002) 39:1890–900. doi: 10.1016/S0735-1097(02)01886-7

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Pelech AN. The physiology of cardiac auscultation. Pediatr Clin North Am. (2004) 51:1515–35. doi: 10.1016/j.pcl.2004.08.004

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Haney I, Ipp M, Feldman W, McCrindle BW. Accuracy of clinical assessment of heart murmurs by office based (general practice) paediatricians. Arch Dis Child. (1999) 81:409–12. doi: 10.1136/adc.81.5.409

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Kostopoulou E, Dimitriou G, Karatza A. Cardiac murmurs in children: a challenge for the primary care physician. Curr Pediatr Rev. (2019) 15:131–8. doi: 10.2174/1573396315666190321105536

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Roy D, Sargeant J, Gray J, Hoyt B, Allen M, Fleming M. Helping family physicians improve their cardiac auscultation skills with an interactive CD-ROM. J Contin Educ Health Prof. (2002) 22:152–9. doi: 10.1002/chp.1340220304

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Vukanovic-Criley JM, Criley S, Warde CM, Boker JR, Guevara-Matheus L, Churchill WH, et al. Competency in cardiac examination skills in medical students, trainees, physicians, and faculty: a multicenter study. Arch Intern Med. (2006) 166:610–6. doi: 10.1001/archinte.166.6.610

PubMed Abstract | CrossRef Full Text | Google Scholar

13. Germanakis I, Petridou ET, Varlamis G, Matsoukis IL, Papadopoulou-Legbelou K, Kalmanti M. Skills of primary healthcare physicians in paediatric cardiac auscultation. Acta Paediatr Int J Paediatr. (2013) 102:74–8. doi: 10.1111/apa.12062

PubMed Abstract | CrossRef Full Text | Google Scholar

14. McCrindle BW, Shaffer KM, Kan JS, Zahka KG, Rowe SA, Kidd L. Cardinal clinical signs in the differentiation of heart murmurs in children. Arch Pediatr Adolesc Med. (1996) 150:169–74. doi: 10.1001/archpedi.1996.02170270051007

PubMed Abstract | CrossRef Full Text | Google Scholar

15. Doshi AR. Innocent heart murmur. Cureus. (2018) 10:e3689. doi: 10.7759/cureus.3689

PubMed Abstract | CrossRef Full Text | Google Scholar

16. Geggel RL, Horowitz LM, Brown EA, Parsons M, Wang PS, Fulton DR. Parental anxiety associated with referral of a child to a pediatric cardiologist for evaluation of a Still's murmur. J Pediatr. (2002) 140:747–52. doi: 10.1067/mpd.2002.124379

PubMed Abstract | CrossRef Full Text | Google Scholar

17. Gupta LJ, May JW. Managing a “new” murmur in healthy children and teens. Clin Pediatr. (2017) 56:357–62. doi: 10.1177/0009922816656623

PubMed Abstract | CrossRef Full Text | Google Scholar

18. Kang S, Doroshow R, McConnaughey J, Shekhar R. Automated identification of innocent still's murmur in children. IEEE Trans Biomed Eng. (2017) 64:1326–34. doi: 10.1109/TBME.2016.2603787

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Dwivedi AK, Imtiaz SA, Rodriguez-Villegas E. Algorithms for automatic analysis and classification of heart sounds—a systematic review. IEEE Access. (2019) 7:8316–45. doi: 10.1109/ACCESS.2018.2889437

PubMed Abstract | CrossRef Full Text | Google Scholar

20. Li S, Li F, Tang S, Xiong W. A review of computer-aided heart sound detection techniques. BioMed Res Int. (2020) 2020:5846191. doi: 10.1155/2020/5846191

PubMed Abstract | CrossRef Full Text | Google Scholar

21. Pyles L, Hemmati P, Pan J, Yu X, Liu K, Wang J, et al. Initial field test of a cloud-based cardiac auscultation system to determine murmur etiology in rural China. Pediatr Cardiol. (2017) 38:656–62. doi: 10.1007/s00246-016-1563-8

PubMed Abstract | CrossRef Full Text | Google Scholar

22. Chorba JS, Shapiro AM, Le L, Maidens J, Prince J, Pham S, et al. A deep learning algorithm for automated cardiac murmur detection via a digital stethoscope platform. J Am Heart Assoc. (2020) 10:e019905. doi: 10.1101/2020.04.01.20050518

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Liu J, Wang H, Yang Z, Quan J, Liu L, Tian J. Deep learning-based computer-aided heart sound analysis in children with left-to-right shunt congenital heart disease. Int J Cardiol. (2022) 348:58–64. doi: 10.1016/j.ijcard.2021.12.012

PubMed Abstract | CrossRef Full Text | Google Scholar

24. Pretorius E, Cronje ML, Strydom O. Development of a pediatric cardiac computer aided auscultation decision support system. In: 2010 Annual International Conference of the IEEE Engineering in Medicine and Biology Society, EMBC'10. (2010), p. 6078–;82. doi: 10.1109/IEMBS.2010.5627633

PubMed Abstract | CrossRef Full Text | Google Scholar

25. Choi S, Jiang Z. Cardiac sound murmurs classification with autoregressive spectral analysis and multi-support vector machine technique. Comput Biol Med. (2010) 40:8–20. doi: 10.1016/j.compbiomed.2009.10.003

PubMed Abstract | CrossRef Full Text | Google Scholar

26. Saraçoglu R. Hidden Markov model-based classification of heart valve disease with PCA for dimension reduction. Eng Appl Artif Intell. (2012) 25:1523–8. doi: 10.1016/j.engappai.2012.07.005

CrossRef Full Text | Google Scholar

27. Dokur Z, Ölmez T. Heart sound classification using wavelet transform and incremental self-organizing map. Digit Signal Process. (2008) 18:951–9. doi: 10.1016/j.dsp.2008.06.001

CrossRef Full Text | Google Scholar

28. Vepa J. Classification of heart murmurs using cepstral features and support vector machines. In: Conference Proceedings : Annual International Conference of the IEEE Engineering in Medicine and Biology Society IEEE Engineering in Medicine and Biology Society Annual Conference. (2009), p. 2539–42. doi: 10.1109/IEMBS.2009.5334810

PubMed Abstract | CrossRef Full Text | Google Scholar

29. Wang J, You T, Yi K, Gong Y, Xie Q, Qu F, et al. Intelligent diagnosis of heart murmurs in children with congenital heart disease. J Healthc Eng. (2020) 2020:9640821. doi: 10.1155/2020/9640821

PubMed Abstract | CrossRef Full Text | Google Scholar

30. Kang S, Doroshow R, McConnaughey J, Khandoker A, Shekhar R. Heart sound segmentation toward automated heart murmur classification in pediatric patents. In: 2015 8th International Conference on Signal Processing, Image Processing and Pattern Recognition (SIP), IEEE (2015), p. 9–12. doi: 10.1109/SIP.2015.11

CrossRef Full Text | Google Scholar

31. Doroshow R, Dorner R, Lyons L, Sestokas J. The Murmur Library: A Data Bank of Recorded Heart Sounds in Children. Arlington, VA: Pediatric Educational Excellence Across the Continuum (2013).

32. Tomas B, Zelenika D, Rončević Ž, Krtalić A. Classification of pathologic and innocent heart murmur based on multimedia presentations of acoustic heart signals. In: The Third International Conference on Creative Content Technologies CONTENT. (2011) (pp. 25–;30).

Google Scholar

33. Abadi M, Barham P, Chen J, Chen Z, Davis A, Dean J, et al. TensorFlow: a system for large-scale machine learning. In: 12th {USENIX} Symposium on Operating Systems Design and Implementation ({OSDI} 16), Savannah, GA: {USENIX} Association (2016), p. 265–83.

Google Scholar

34. Begic Z, Dinarevic SM, Pesto S, Begic E, Dobraca A, Masic I. Evaluation of Diagnostic Methods in the Differentiation of Heart Murmurs in Children. Acta Inf Med. (2016) 24:94–8. doi: 10.5455/aim.2016.24.94-98

PubMed Abstract | CrossRef Full Text | Google Scholar

35. Biancaniello T. 2005. Innocent murmurs. Circulation 111:e20–2. doi: 10.1161/01.CIR.0000153388.41229.CB

PubMed Abstract | CrossRef Full Text | Google Scholar

36. Liu C, Springer D, Li Q, Moody B, Juan RA, Chorro FJ, et al. An open access database for the evaluation of heart sound algorithms. Physiol Meas. (2016) 37:2181–213. doi: 10.1088/0967-3334/37/12/2181

PubMed Abstract | CrossRef Full Text | Google Scholar

37. Tuchinda C, Thompson WR. Cardiac auscultatory recording database: delivering heart sounds through the internet. In: Proceedings/AMIA. Annual Symposium. (2001). p. 716–20.

PubMed Abstract | Google Scholar

38. Lee C, Rankin KN, Zuo KJ, Mackie AS. Computer-aided auscultation of murmurs in children: evaluation of commercially available software. Cardiol Young. (2016) 26:1359–64. doi: 10.1017/S1047951115002656

PubMed Abstract | CrossRef Full Text | Google Scholar

39. Thompson WR, Reinisch AJ, Unterberger MJ, Schriefl AJ. Artificial intelligence-assisted auscultation of heart murmurs: validation by virtual clinical trial. Pediatr Cardiol. (2019) 40:623–9. doi: 10.1007/s00246-018-2036-z

PubMed Abstract | CrossRef Full Text | Google Scholar

40. Martin GR, Ewer AK, Gaviglio A, Hom LA, Saarinen A, Sontag M, et al. Updated strategies for pulse oximetry screening for critical congenital heart disease. Pediatrics. (2020) 146:1650. doi: 10.1542/peds.2019-1650

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: Still's murmur, innocent heart murmur, convolutional neural network, automated identification, artificial intelligence

Citation: Shekhar R, Vanama G, John T, Issac J, Arjoune Y and Doroshow RW (2022) Automated identification of innocent Still's murmur using a convolutional neural network. Front. Pediatr. 10:923956. doi: 10.3389/fped.2022.923956

Received: 19 April 2022; Accepted: 18 August 2022;
Published: 21 September 2022.

Edited by:

Jaspal Dua, Liverpool Heart and Chest Hospital NHS Trust, United Kingdom

Reviewed by:

Hoang H. Nguyen, University of Texas Southwestern Medical Center, United States
Ajay Kevat, Children's Health Queensland, Australia

Copyright © 2022 Shekhar, Vanama, John, Issac, Arjoune and Doroshow. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Raj Shekhar, rshekhar@childrensnational.org

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.