Skip to main content

ORIGINAL RESEARCH article

Front. Pediatr., 23 May 2023
Sec. Pediatric Cardiology
Volume 11 - 2023 | https://doi.org/10.3389/fped.2023.1185629

Development of an AI based automated analysis of pediatric Apple Watch iECGs

L. Teich1* D. Franke2 A. Michaelis1 I. Dähnert1 R. A. Gebauer1 F. Markel1 C. Paech1
  • 1Department for Pediatric Cardiology, University of Leipzig - Heart Center, Leipzig, Germany
  • 2Arbeitskreis Integrierte Informationssysteme, Westsächsische Hochschule Zwickau, Zwickau, Saxony, Germany

Introduction: The Apple Watch valuably records event-based electrocardiograms (iECG) in children, as shown in recent studies by Paech et al. In contrast to adults, though, the automatic heart rhythm classification of the Apple Watch did not provide satisfactory results in children. Therefore, ECG analysis is limited to interpretation by a pediatric cardiologist. To surmount this difficulty, an artificial intelligence (AI) based algorithm for the automatic interpretation of pediatric Apple Watch iECGs was developed in this study.

Methods: A first AI-based algorithm was designed and trained based on prerecorded and manually classified i.e., labeled iECGs. Afterward the algorithm was evaluated in a prospectively recruited cohort of children at the Leipzig Heart Center. iECG evaluation by the algorithm was compared to the 12-lead-ECG evaluation by a pediatric cardiologist (gold standard). The outcomes were then used to calculate the sensitivity and specificity of the Apple Software and the self-developed AI.

Results: The main features of the newly developed AI algorithm and the rapid development cycle are presented. Forty-eight pediatric patients were enrolled in this study. The AI reached a specificity of 96.7% and a sensitivity of 66.7% for classifying a normal sinus rhythm.

Conclusion: The current study presents a first AI-based algorithm for the automatic heart rhythm classification of pediatric iECGs, and therefore provides the basis for further development of the AI-based iECG analysis in children as soon as more training data are available. More training in the AI algorithm is inevitable to enable the AI-based iECG analysis to work as a medical tool in complex patients.

1. Introduction

Recently, smartwatches like the Apple Watch gained popularity and are used by adults and children. These devices offer many features: one of them is the mobile recording of a high-quality iECG. While the recording of an iECG is already possible, an AI-based automated interpretation of the iECG is currently only available for adults and the classification of a minimal amount of rhythms, meaning normal sinus rhythm or atrial fibrillation. In recent studies, Paech et al. and Leroux et al. demonstrated that the Apple Watch valuably records event-based iECGs in children (14). Yet, in contrast to adults, the automatic heart rhythm classification of the Apple Watch did not provide satisfactory results in children as the algorithms need to be designed and trained in this group of users. Therefore, this study aimed to design an AI-based algorithm for the automatic high-quality interpretation of pediatric Apple Watch iECGs. In this first step, the created algorithm should identify a sinus rhythm in children. When more data of pediatric arrhythmias become available, the algorithm will be trained, and in the second step, it should detect pediatric arrhythmias.

2. Methods

2.1. Convolutional neuronal network (CNN) choice

The Scrum team at the West Saxon University of Applied Sciences in Zwickau designed an AI software for us, using a convolutional neuronal network (CNN). The software consists of two parts: an AI-based analysis of the single-beat morphology and the evaluation of the RR interval. The analysis is performed according to age-specific thresholds to ensure it can also be used in children.

Jun et al. presented a CNN model that is well suited for processing ECGs: the model served as a starting point for our development of the model w_ws_c70 (5). This served as our prototype and was compared to the model Xception, which outperforms in accuracy on the ImageNet dataset (6) and is therefore highly effective in image analysis.

Based on the data of about 500 fully labeled pediatric iECGs and the open-source MIT data set, our team trained and optimized these convolutional neuronal networks.

2.2. ECG training data

The raw data consisted of 500 labeled 30 s long pediatric iECGs. These data were acquired at the Department for Pediatric Cardiology at the Leipzig Heart Center as part of a previous study (2). They were registered using an Apple Watch and an iPhone. After recording, the data were available on the paired iPhone and could be sent to another device via the iPhone's Health app profile menu under “Export all health data”. After being exported from the iPhone, the data were available as a.csv file (79).

For the analysis via CNNs, the data had to be converted into a two-dimensional form. Matplotlib and OpenCV programs were used to split the iECG signals into images of individual beats following a special algorithm (10). The programs designed images in different sizes for both CNNs: for the CNN w_ws_c70 images with 128 × 128 pixels and for the Xception images with 299 × 299 pixels.

After this procedure, the following data became available: 19,320 regular beats (N), 2941 right bundle branch block beats (RBBB, R), 813 pacemaker beats (P), 238 Wolff-Parkinson-White (WPW, W) beats, ten premature ventricular contractions (PVC, V), and five premature atrial contractions (APC, S). Figure 1 shows examples of those beat morphologies.

FIGURE 1
www.frontiersin.org

Figure 1. Examples of different beat morphologies.

2.3. Data setup and augmentation

The individual beats were then separately assigned to their classes. Due to the small number of examples in the classes WPW and APC, they were excluded.

Since a CNN needs large amounts of training data for good performance, two methods for data augmentation can be used to increase the amount of training data. While data for the premature ventricular contractions class could be extended with examples from the open-source MIT-BIH dataset (11), including 7,125 PVC beats, data for the pacemaker beats could be extended using the augmentation method: Nine sections with the size of two-thirds of the original image are cut out, enlarged to the target size and result in ten similar images.

Subsequently, the same number of images was selected for all classes to obtain balanced training data.

In the last step, this raw data was divided into training, validation, and test data for training the models.

2.4. Training of the two different models

The CNNs differ in their architecture: While the w_ws_c70 network uses a linear structure in which the individual layers are traversed one after the other, the architecture of Xception is more complex, with three flows being traversed one after the other and repeated if necessary (12). The result of the training runs with the Xception model was the model Xveption_v8. This was the run with the best performance.

Training of the models was achieved with different methods: optimization of hyperparameters, number of neurons in the last dense layer, size of the last conv2d layer, learning rate, or dropout. The Tensorboard program helped to perform an analysis comparing potentially relevant parameter combinations. Optimization of hyperparameters is demonstrated in Figure 2: The best setting is highlighted in green.

FIGURE 2
www.frontiersin.org

Figure 2. Hyperparameter optimization.

Dropout is a method for regulating models and works by removing a defined number of connections between the layers, leading to redundant representations being learned.

In order to achieve a better generalization of the models, two percent of the pixels were randomly colored black, which is called “Salt and Pepper Noise”. If 70% of their training images had this “noise”, CNN models produced the best results.

2.5. iECG examination workflow

After training, the algorithm had to be tested. The workflow of the measurement up to the final diagnosis is shown in Figure 3.

FIGURE 3
www.frontiersin.org

Figure 3. Baseline examination workflow used to evaluate the final AI-based algorithm.

First, the watch is attached to the wrist, and the patient is asked to record an iECG, automatically transferred to the paired iPhone. The iECG is then sent to the evaluation computer. The first five seconds are removed in iECGs with strong artifacts at the beginning. There was a higher chance of artifacts in younger patients especially in neonates. This difficulty was surmounted by the cutting of the ECG. In the first few seconds motion artifacts were much more prevalent but the potential removal of the first five seconds lead to good results. We decided to remove these few seconds based on the quality of the ECG because they were not related to the heart rhythm but mainly to the patients age.

Step 2 illustrates the analysis: A segmenter captures all R-peaks and cuts the iECG into pieces, each containing a single cardiac cycle. Each of these frames is subsequently evaluated by the trained AI and classified into a beat morphology category. The result is then assigned to a specific decision tree, e.g., “normal beat with PVC”. Step 3 demonstrates the RR interval analysis based on a decision tree following an “if, then” structure. Influences include the existing beat morphologies, the RR intervals, and the patient's age. After going through these different criteria within the decision tree, a diagnosis is available.

After the testing data were obtained, the chief investigator made the final evaluation. The results of those tests are shown in Table 1 along with the results from Apple.

TABLE 1
www.frontiersin.org

Table 1. Results of the final evaluation.

2.6. Patient collective

This prospective, single-arm study included pediatric patients of the outpatient clinic of the Leipzig Heart Center, Department for pediatric cardiology. Children with no (e.g., Syncope), simple (e.g., ventricular septal defect), and complex congenital heart disease (e.g., Ebstein's anomaly) were incorporated. After the informed consent of the parents was given, a single-lead- iECG was obtained using the Apple Watch Series 6. Simultaneously a 12-lead-ECG was recorded as a gold standard to compare the accuracy of the analysis afterward. The exclusion criterion was the refusal to give informed consent.

The reproducibility is given but the research seams to be limited to special facilities. Otherwise, the needed number of pediatric patients with cardiac arrhythmias will not be able to be found due to the low prevalence of those arrythmias.

2.7. Recordings

The Apple Watch was placed on the left wrist, and a finger of the right hand pressed the “digital crown”. If this wasn’t possible, the recording positions were changed. Due to motion artifacts, one recording had to be excluded.

The iECGs have a length of 30 s each and were recorded at a rate of 512 hertz, with the individual readings measured in micro-volts (µV).

The 12-lead ECGs were recorded using a Nihon Kohden Cardiofax M ECG-2,350. The writing speed was set to 50 mm/s.

2.8. Measurements

The single-lead-iECG was recorded by nurses and an assistant that were instructed beforehand. Nurses measured the 12-lead-ECG, and the analysis and heart rhythm classification was done by two pediatric cardiologists blinded to the patient's data apart from the patient's age. The recordings were performed consecutive within a few minutes. Due to motion artefacts the recordings could not be performed at the same time. Afterwards all ECGs were reviewed by an experienced pediatric cardiologist and no significant change in heart rhythm could be detected.

2.9. Statistics

Statistical analysis was performed using Microsoft Excel (Version 2,108) and SPSS (Version 28.0.1.0). The sensitivity and specificity of the different self-developed AI analyzation models and the Apple Watch were compared. In addition, the significance level was calculated using McNemar’s test on paired nominal data.

3. Results

Overall, 48 patients were enrolled in this study. The data was collected in two months with the goal of testing the newly developed software. Table 2 shows the patients' characteristics.

TABLE 2
www.frontiersin.org

Table 2. Patients’ characteristics.

Figure 4 shows the frequency of beat morphologies and rhythm prevalent in the 48 iECGs.

FIGURE 4
www.frontiersin.org

Figure 4. Frequency of beat morphologies and rhythm recorded.

The heart rhythm classification of the 12-lead-ECG by a pediatric cardiologist was set as the gold standard. ECGs were regarded as healthy, if a sinus rhythm with narrow QRS complexes was prevalent. All other ECGs were classified as pathological, including the appearance of bradycardia or right bundle branch blocks. All tests that correctly identified the pathology were counted as predicted positive. All tests that diagnosed a sinus rhythm or a false pathology were counted as predicted negative. Both, the self-developed software and the original software of Apple occasionally showed the diagnosis inconclusive. This diagnosis was treated as false by the chief investigator. Table 1 shows the results of the final evaluation.

The different CNNs, w_ws_c70, Xception_v8 and others, were used to identify the prevalent beat morphology. The results varied in some iECGs due to the different structure and training which lead to a different conclusion although the same decision tree was used afterwards. Those results of the different CNNs are shown in the study and illustrate the capability of the various CNNs.

We could demonstrate a significant difference (p = 0.004) between the results of the original Apple-designed algorithm that reached a sensitivity of 38.9% and a specificity of 76.7%, and the best algorithm developed by this team that achieved a sensitivity of 66.7% and a specificity of 96.7%. The research if there was any difference in sensitivity or specificity based on age of the patient was not conducted. The number of patients in some age categories were so small that a calculation of sensitivity and specificity could not deliver significant results.

4. Discussion

This study demonstrates a first and successful development of an AI-based algorithm for the high-quality automatic classification of pediatric Apple Watch iECGs with regard to the presence of a normal sinus rhythm in differentiation from pathologic heart rhythms. The currently presented data show the potential of developing a fully versatile algorithm specifically designed for pediatric iECGs with the availability of bigger data sets.

Along with the progressive emergence of smart devices like the Apple Watch, people can monitor their health semi-professionally (1316). While smartwatches have collected data for at least a decade, an interpretation is only possible with the help of newer AI-based algorithms. However, these AI-based automatically interpreted data are mainly restricted to adults. Two main reasons are: the lower availability of pediatric data and the possibility of opening a Google or Apple account only with a certain minimum age.

In this study, the authors opted for a relatively new workflow in the sense of a scrum team. This enabled the study team to present solutions after only four months of development (17). The advantages of designing a program with Scrum are: economic time management, high effectiveness, and flexibility (the product owner can test the newly developed software after each development cycle, and changes can be requested throughout the designing process). Due to the requirements of a huge number of complete data sets, only a part of the heart rhythm classification tool could be initialized using a novel AI algorithm, while a second part of the application still works as a rule-based model.

The newly developed algorithm with the model Xception_v8 showed a specificity of 96%, while the sensitivity of this program was relatively low at 66.7%. The AI does not recognize certain pathologies, yet, mainly due to two facts: The amount of datasets with pathologies was relatively low, and some pathologies might not be detected due to the mode of a single-lead-iECG. The first problem can be fixed with further training and more data from a more extensive database (18). The second difficulty could be matched with more leads, maybe even new ones. But the AI securely diagnoses a normal sinus rhythm in differentiation from a pathologic heart rhythm and may represent valuable information to, for example, parents of a child with suspected arrhythmia.

Finally, further research with the goal of improving the algorithm and enforce the development of a completely AI-based heart rhythm classification in children is currently planned and under development. Further studies and enhanced data collection will be needed to present a fully functioning and reliable algorithm, for example, in the form of an app.

5. Conclusion

The current study presents a first AI-based algorithm for the automatic heart rhythm classification of pediatric iECGs. It furthermore represents a basis for further development of the AI-based iECG analysis in children as soon as more training data are available. Further improvement may help to transfer this tool from a lifestyle health product into a reliable medical tool.

6. Limitations

This study is limited by the limited training data on pediatric iECGs and therewith limiting the study to a proof of concept. The results must be validated by further research in a bigger population, with a bigger number of pathologies and a healthy control group.

Data availability statement

The datasets presented in this article are not readily available because in the dataset, there are mainly data that were collected on children. Publication of the data as a dataset outside of the publication was not approved. Requests to access the datasets should be directed to lt17vado@studserv.uni-leipzig.de.

Ethics statement

The studies involving human participants were reviewed and approved by Ethikkomission Leipzig; Aktenzeichen 293/19. Written informed consent to participate in this study was provided by the participants’ legal guardian/next of kin. Written informed consent was obtained from the individual(s), and minor(s)’ legal guardian/next of kin, for the publication of any potentially identifiable images or data included in this article.

Author contributions

LT, CP and DF: wrote the text of the main manuscript. DF: provided the informatics and developed the software. RG and ID: supervised the study and performed the evaluation of the 12-lead ECGs. AM and FM: provided the graphical representations. All authors contributed to the article and approved the submitted version.

Funding

This study was funded by the Open Access Publishing Fund of Leipzig University supported by the German Research Foundation within the program Open Access Publication Funding. The funder was not involved in the study design, collection, analysis, interpretation of data, the writing of this article or the decision to submit it for publication.

Conflict of interest

This study received funding from the Leipzig Heart Institute GmbH. The funder was not involved in the study design, collection, analysis, interpretation of data, the writing of this article or the decision to submit it for publication.

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.

Supplementary material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fped.2023.1185629/full#supplementary-material

References

1. Paech C, Kobel M, Michaelis A, Gebauer RA, Kalden P, Dähnert I, et al. Accuracy of the Apple Watch single-lead ECG recordings in pre-term neonates. Cardiol Young. (2021) 32(10):1–5. doi: 10.1017/S1047951121004765

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Kobel M, Kalden P, Michaelis A, Markel F, Mensch S, Weidenbach M, et al. Accuracy of the Apple Watch iECG in children with and without congenital heart disease. Pediatr Cardiol. (2021) 43(1):191–6. doi: 10.1007/s00246-021-02715-w

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Leroux J, Strik M, Ramirez FD, Ploux S, Sacristan B, Chabaneix-Thomas J, et al. Using a smartwatch to record an electrocardiogram in the pediatric population. J Electrocardiol. (2022) 71:S. 25–27. doi: 10.1016/j.jelectrocard.2021.12.009

CrossRef Full Text | Google Scholar

4. Leroux J, Bordachar P, Strik M, Ramirez FD, Ploux S, Chabaneix-Thomas J, et al. Recording an ECG with a smartwatch in newborns and young children: feasibility and perspectives. Can J Cardiol. (2021) 37(11):S. 1877–1879. doi: 10.1016/j.cjca.2021.08.003

CrossRef Full Text | Google Scholar

5. Jun TJ, Nguyen HM, Kang D, Kim D, Kim D, Kim Y-H. ECG arrhythmia classification using a 2-D convolutional neural network. Online verfügbar unter https://arxiv.org/pdf/1804.06812.pdf, zuletzt geprüft am 15.08.2021 (2018).

7. Behzadi A, Shamloo AS, Mouratis K, Hindricks G, Arya A, Bollmann A. Feasibility and reliability of SmartWatch to obtain 3-lead electrocardiogram recordings. Sensors. (2020) 20(18):5074. doi: 10.3390/s20185074

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Samol A, Bischof K, Luani B, Pascut D, Wiemer M, Kaese S. Single-lead ECG recordings including einthoven and Wilson leads by a smartwatch: a new era of patient directed early ECG differential diagnosis of cardiac diseases? Sensors. (2019) 19(20):4377. doi: 10.3390/s19204377

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Available at: https://www.accessdata.fda.gov/cdrh_docs/pdf18/DEN180044.pdf (Accessed February 17th, 2020).

10. Kathirvel P, Sabarimalai Manikandan M, Prasanna SRM, Soman P. An efficient R-peak detection based on new nonlinear transformation and first-order Gaussian differentiator. Available at: https://link.springer.com/content/pdf/10.1007/s13239-011-0065-3.pdf, checked 01.12.2021 (2011).

11. Moody GB, Mark RG. The impact of the MIT-BIH arrhythmia database. In: IEEE engineering in medicine and biology Moody, G. B.; Mark, R. G. (2001): The impact of the MIT-BIH arrhythmia database. In: IEEE engineering in medicine and biology magazine: the quarterly magazine of the Engineering in Medicine & Biology Society 20 (3), S. 45–50. DOI: 10.1109/51.932724. magazine: the quarterly magazine of the Engineering in Medicine & Biology Society 20 (3), S. 45–50. DOI: 10.1109/51.932724 (2001).

13. Golbus JR, Pescatore NA, Nallamothu BK, Shah N, Kheterpal S. Wearable device signals and home blood pressure data across age, sex, race, ethnicity, and clinical phenotypes in the Michigan Predictive Activity & Clinical Trajectories in Health (MIPACT) study: a prospective, community-based observational study. Lancet Digit Health. (2021) 3(11):e707–15. doi: 10.1016/S2589-7500(21)00138-2

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Wang X. Retrospection of analytical data collected through smart devices for diseases and disability caused by physical inactivity. J Healthc Eng. (2021) 2021:4731281. doi: 10.1155/2021/4731281

PubMed Abstract | CrossRef Full Text | Google Scholar

15. Chen E, Jiang J, Zhou J, Wang H, Sun G, Zhou R, et al. Cardiovascular disease risk stratification in wrist wearable devices and e-health app users: a large-scale retrospective study. Telemed J E Health. (2021) (28)8:1151–8. doi: 10.1089/tmj.2021.0347

PubMed Abstract | CrossRef Full Text | Google Scholar

16. Sehgal S, De Bock M, Williman J, Taylor B, Elbalshy M, Galland B, et al. Study protocol: safety and efficacy of smart watch integrated do-it-yourself continuous glucose monitoring in adults with type 1 diabetes, a randomised controlled trial. J Diabetes Metab Disord. (2021) 20(2):2103–13. doi: 10.1007/s40200-021-00923-y

PubMed Abstract | CrossRef Full Text | Google Scholar

17. Wirdemann R, Mainusch J. Scrum mit User Stories. 3., erweiterte Auflage. München: Hanser (2017). Online verfügbar unter http://www.hanser-elibrary.com/isbn/9783446450523.S.49

18. Van den Eynde J, Kutty S, Danford DA, Manlhiot C. Artificial intelligence in pediatric cardiology: taking baby steps in the big world of data. Curr Opin Cardiol. (2022) 37(1):130–6. doi: 10.1097/HCO.0000000000000927

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: Apple Watch, ECG, pediatric cardiology, CNN, smart living

Citation: Teich L, Franke D, Michaelis A, Dähnert I, Gebauer RA, Markel F and Paech C. (2023) Development of an AI based automated analysis of pediatric Apple Watch iECGs. Front. Pediatr. 11:1185629. doi: 10.3389/fped.2023.1185629

Received: 13 March 2023; Accepted: 26 April 2023;
Published: 23 May 2023.

Edited by:

Yoshihide Mitani, Mie University, Japan

Reviewed by:

Gianfranco Butera, Bambino Gesù Children’s Hospital (IRCCS), Italy
Jenny Zablah, University of Colorado Hospital, United States

© 2023 Teich, Franke, Michaelis, Dähnert, Gebauer, Markel and Paech. 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: L. Teich lt17vado@studserv.uni-leipzig.de

Download