Skip to main content

ORIGINAL RESEARCH article

Front. Cardiovasc. Med., 30 May 2023
Sec. Heart Valve Disease
Volume 10 - 2023 | https://doi.org/10.3389/fcvm.2023.1153814

Machine learning prediction of progressive subclinical myocardial dysfunction in moderate aortic stenosis

Mayooran Namasivayam1,2,3* Thomas Meredith1,2,3 David W. M. Muller1,2 David A. Roy1,2 Andrew K. Roy1 Jason C. Kovacic1,2,4,5 Christopher S. Hayward1,2,6 Michael P. Feneley1,2,6
  • 1Department of Cardiology, St Vincent’s Hospital, Sydney, NSW, Australia
  • 2Faculty of Medicine and Health, University of New South Wales, Sydney, NSW, Australia
  • 3Heart Valve Disease and Artificial Intelligence Laboratory, Victor Chang Cardiac Research Institute, Sydney, NSW, Australia
  • 4Vascular Biology Laboratory, Victor Chang Cardiac Research Institute, Sydney, NSW, Australia
  • 5Icahn School of Medicine at Mount Sinai, Cardiovascular Research Institute, New York, NY, United States
  • 6Cardiac Mechanics Laboratory, Victor Chang Cardiac Research Institute, Sydney, NSW, Australia

Background: Moderate severity aortic stenosis (AS) is poorly understood, is associated with subclinical myocardial dysfunction, and can lead to adverse outcome rates that are comparable to severe AS. Factors associated with progressive myocardial dysfunction in moderate AS are not well described. Artificial neural networks (ANNs) can identify patterns, inform clinical risk, and identify features of importance in clinical datasets.

Methods: We conducted ANN analyses on longitudinal echocardiographic data collected from 66 individuals with moderate AS who underwent serial echocardiography at our institution. Image phenotyping involved left ventricular global longitudinal strain (GLS) and valve stenosis severity (including energetics) analysis. ANNs were constructed using two multilayer perceptron models. The first model was developed to predict change in GLS from baseline echocardiography alone and the second to predict change in GLS using data from baseline and serial echocardiography. ANNs used a single hidden layer architecture and a 70%:30% training/testing split.

Results: Over a median follow-up interval of 1.3 years, change in GLS (≤ or >median change) could be predicted with accuracy rates of 95% in training and 93% in testing using ANN with inputs from baseline echocardiogram data alone (AUC: 0.997). The four most important predictive baseline features (reported as normalized % importance relative to most important feature) were peak gradient (100%), energy loss (93%), GLS (80%), and DI < 0.25 (50%). When a further model was run including inputs from both baseline and serial echocardiography (AUC 0.844), the top four features of importance were change in dimensionless index between index and follow-up studies (100%), baseline peak gradient (79%), baseline energy loss (72%), and baseline GLS (63%).

Conclusions: Artificial neural networks can predict progressive subclinical myocardial dysfunction with high accuracy in moderate AS and identify features of importance. Key features associated with classifying progression in subclinical myocardial dysfunction included peak gradient, dimensionless index, GLS, and hydraulic load (energy loss), suggesting that these features should be closely evaluated and monitored in AS.

GRAPHICAL ABSTRACT
www.frontiersin.org

GRAPHICAL ABSTRACT

Introduction

The understanding of aortic stenosis (AS) is rapidly evolving. “Moderate severity” AS is actually a complex and poorly understood entity (1–7). It involves hydraulic load on the left ventricle, leading to fibrosis and adverse clinical outcomes, with rates approaching those of severe AS (5). Moderate severity aortic stenosis is no longer considered a benign, early stage of disease, as was once thought (14). The importance of subclinical myocardial dysfunction in moderate AS has recently been highlighted (6). However, factors associated with the progression of subclinical myocardial dysfunction in moderate AS are not well understood. Mechanistically, myocardial dysfunction is related to hydraulic load, which, in turn, relates to valve stenosis severity (7). Metrics of valve stenosis severity are challenging to interpret even in truly severe AS, let alone in moderate AS when metrics can be more uncertain and discordant (8, 9). Machine learning, and specifically artificial neural networks (ANNs), can identify patterns in datasets to predict risk and identify features of importance. We sought to use machine learning to identify whether metrics of valve stenosis severity could accurately predict the progression of subclinical myocardial dysfunction in moderate AS, and we additionally sought to identify which valve stenosis metrics were most important to this progression. We believe that such analyses could provide insights into the basis for progressive deterioration and adverse outcome in what is traditionally considered “early stage” disease.

Methods

Subjects

We evaluated the St. Vincent's Hospital and Clinic Echocardiography databases to identify studies between 2016 and 2021 with moderate severity AS, as determined by a text-search of report conclusions [reports are finalized by an imaging cardiologist or a senior cardiology fellow (minimum PGY7)] and confirmation of mean gradient <40 mmHg. A total of 336 patients were identified with baseline imaging of adequate quality for strain analysis in apical 2, 3, and 4-chamber views, of whom 100 had serial imaging but only 66 had serial imaging of adequate quality for strain analysis at both index and follow-up.

Echocardiographic analysis

A reanalysis of raw echocardiographic images was performed at the Heart Valve Disease and Artificial Intelligence Laboratory at the Victor Chang Cardiac Research Institute. Left ventricular global longitudinal strain (GLS) analysis was performed by using TomTec Arena software, with the apical 2, 3, and 4-chamber views (10, 11). Studies were included for analysis only if the left ventricular endocardium could be visualized and endocardial tracking was accurate in the apical 2, 3, and 4-chamber views throughout the cardiac cycle. Aortic valve stenosis severity was assessed using aortic valve area (AVA) (as determined by continuity equation), mean and peak transvalvular gradients, and dimensionless index (DI). Valvular hydraulic load was assessed using energy loss, modified from the method first described by Garcia et al. (12). Information on body surface area was not available in our database, and therefore, we evaluated total (rather than indexed) energy loss. As flow conditions are important for the metrics of aortic valve stenosis severity, transvalvular flow rate (Q) was also measured as the ratio of stroke volume to ejection time (13, 14).

Neural network analysis

We utilized ANN analysis with multilayer perceptron models to identify features of valve stenosis severity from both baseline and serial echocardiography that could predict change in GLS between the index and the follow-up studies. We defined the target of models as change in GLS (classified by ≤ or > cohort median change). We constructed two models. The first used only inputs from baseline echocardiography. The second included additional inputs requiring data from serial echocardiography to account for the effects of dynamic change in metrics. We encoded inputs to optimize model efficiency, for example by binarizing key metrics at established diagnostic thresholds (such as AVA 1.0 cm2, DI at 0.25. Q ≤ 210 ml/s) (13, 15, 16). Inputs for the first model included the following: AVA ≤ 1.0 cm2, DI < 0.25, transvalvular flow rate ≤210 ml/s, peak gradient, mean gradient, left ventricular GLS, and energy loss. Inputs for the second model included model 1 inputs and additionally included the following: time between studies, change in AVA between studies, change in mean gradient between studies, change in dimensionless index between studies, change in energy loss between studies, and change in flow rate between studies. Both models used a single hidden layer architecture and a 70%:30% training/testing structure. This meant that models were trained on 70% of the cohort that was randomly selected and tested on the remaining unseen 30% of the cohort for validation, in order to avoid overfitting (17).

Model performance was assessed using prediction accuracy (% correct predictions), area under the receiver operating curve (AUC), and gain and lift functions. Features of importance were assessed using normalized importance scoring, with the most important feature scoring 100%, and other features were scaled accordingly as a proportion of importance.

Analyses were conducted using IBM SPSS Version 26.0 (IBM, Armonk, NY).

Results

After exclusion criteria were implemented, 66 subjects (44 males, 22 females), aged 79 ± 10 years, with serial, strain-quality imaging over a median follow-up interval of 1.3 years (IQR: 0.8–2.0 years), remained. Baseline AS severity metrics are outlined in Table 1. Key valve severity metric changes from baseline to follow-up are noted in Table 2. All metrics of severity trended worse over time, with statistical significance reached by peak gradient, mean gradient, and peak velocity. GLS worsened over follow-up (baseline mean GLS −16.7%, mean change in GLS +0.74%, median change +0.48%), although the change in GLS was of borderline significance (p = 0.06, paired t-test).

TABLE 1
www.frontiersin.org

Table 1. Baseline characteristics.a

TABLE 2
www.frontiersin.org

Table 2. Changes in the metrics of AS severity at follow-up.a

As described, multilayer perceptron models were created initially from the metrics of AS severity from baseline echocardiogram alone (Model 1), and subsequently, incorporating parameters accounting for dynamic change in variables between the index and the follow-up studies (Model 2). The inputs and architecture for Model 1 are shown in Figure 1.

FIGURE 1
www.frontiersin.org

Figure 1. Network diagram for a multilayer perceptron neural network model using baseline aortic stenosis severity metrics (model 1). AVA, aortic valve area; DI, dimensionless index; GLS, left ventricular global longitudinal strain; Q, transvalvular flow rate. The network structure includes a bias node at the input layer and hidden layer and has multiple nodes in the hidden layer, hence H(1:1), H(1:2) etc.

Model 1 yielded a prediction accuracy rate of 95% in training and 93% in testing, with an AUC of 0.997, while Model 2 yielded a prediction accuracy rate of 84% in training and 68% in testing, with an AUC of 0.844. Receiver operating curves for both models are shown in Figure 2. Gain and lift functions are shown in Figure 3. The relative feature importance in each model is shown in Figure 4. In Model 1, the four most important predictive baseline features (reported as normalized % importance relative to the most important feature) were peak gradient (100%), energy loss (93%), GLS (80%), and DI < 0.25 (50%). In Model 2, the top four features of importance were change in dimensionless index (100%), baseline peak gradient (79%), baseline energy loss (72%), and baseline GLS (63%).

FIGURE 2
www.frontiersin.org

Figure 2. Receiver operating curves for Model 1 (baseline metrics only) and Model 2 (baseline metrics and dynamic change) for the classification of global longitudinal strain (GLS) progression.

FIGURE 3
www.frontiersin.org

Figure 3. Gain and lift functions for Model 1 (baseline metrics only) and Model 2 (baseline metrics and dynamic change).

FIGURE 4
www.frontiersin.org

Figure 4. Relative importance of input features in Model 1 (baseline metrics) and Model 2 (baseline metrics and dynamic change). AA, aortic area at sinuses of Valsalva; AVA, aortic valve area (in cm2); DI, dimensionless index; EL, energy loss; GLS, left ventricular global longitudinal strain; MG, mean gradient; Q, transvalvular flow rate.

Discussion

Studies have shown that patients with moderate AS have poor overall survival (15) that is comparable to patients with severe AS (5), suggesting that current classification systems are inaccurate and understanding of the disease and its progression are limited. Moreover, studies have shown that the subclinical myocardial dysfunction in AS is associated with adverse clinical prognosis (6). AS quantification is challenging, even when disease is severe, but is particularly challenging in earlier, moderate stages of disease. Knowing which features are most important can inform echocardiographic assessment, clinical decision-making, and overall patient management. In this study of moderate AS, we have shown that progression in subclinical myocardial dysfunction can be accurately predicted, using neural networks, by simple echocardiographic metrics of AS severity. Moreover, we have shown that some features of AS severity are considerably more important than others in predicting change in myocardial function. The most important features are peak gradient, baseline GLS, DI, and energy loss.

These findings are important because they highlight that aortic valve stenosis severity is a major contributing factor to the load faced by the left ventricular myocardium, even in moderate stages of the disease. Moreover, this load and subsequent myocardial dysfunction can progress with time, even over a relatively short follow-up interval (median time 1.3 years). This is important because it means that ongoing exposure to load, even at moderate AS severity, is likely to have a continued and progressive adverse impact upon myocardial function, which may be irreversible (18, 19).

Our findings also highlight which key parameters are important to progression in myocardial dysfunction in moderate AS. The importance of DI in both our models affirms recent literature demonstrating the value of this metric (20). Of note, AVA did not rank highly in importance in either of our models. This finding of superiority of DI to AVA in our models, most likely reflects the flow dependency of AVA and relative flow independency of DI (13). As expected, baseline GLS was an important feature relevant to the degree of GLS progression. This finding supports the increasing calls to better quantify myocardial dysfunction using tissue deformation in AS, both in moderate and in severe disease (6, 21). Early detection of myocardial dysfunction could identify those at high risk of progression. Finally, energy loss, a marker of valvular hydraulic load, featured as important in our analysis. This metric is not routinely used in clinical practice but has a strong research foundation and has been shown to identify clinical risk in previous studies (12, 22, 23). Energy loss accounts for the changes in the composition of total energy (comprised of kinetic and static pressure energy that interchange, as well as gravitational potential energy that remains stable) as blood traverses a stenotic aortic valve. Energy loss accounts for the phenomenon of pressure recovery that occurs in the proximal aorta, whereby static pressure energy is “recovered” as blood enters the proximal aorta and kinetic energy reduces. Incomplete pressure recovery contributes to hydraulic load, and the degree of this recovery, and hence energy loss, is itself dependent on the ratio of effective aortic valve orifice area and aortic area. Conceptually, it is the best physiologic marker of hydraulic load faced by the ventricle as a result of aortic valve stenosis (12, 24), and its importance in contributing to deteriorating strain affirms that it adds clinical value. Our findings support increasing the role of energy loss quantification, which is easily measured from standard echocardiography, in assessment of AS. A particularly interesting finding was that peak gradient outperformed mean gradient as an input feature. Traditionally, mean gradient has served as the more frequently evaluated metric in AS; however, the spread of data in peak gradient (IQR: range 11 mmHg vs. 7 mmHg for peak vs. mean gradient) likely allowed a greater resolution to detect differences in moderate stages of the disease, where gradients are lower. This finding has potential implications for low-gradient severe AS, where the focus on mean gradient perhaps should be shifted to peak gradient.

Another important finding in our study was the demonstration of the power of machine learning in the assessment of echocardiographic data (2530). We have shown that prediction models with high accuracy and explainability (i.e., the ability to explain the basis of model formulation and identify which features are of particular importance in generating the model) can be developed using easily acquired echocardiographic metrics. Machine learning approaches can identify nonlinear and interaction patterns more ably than conventional statistical modeling, allowing these approaches to provide a greater insight into the understanding of disease processes and progression from existing clinical data repositories. Our findings support other data, which has strengthened the calls to improve diagnosis and phenotyping of AS through novel machine learning approaches (3134).

While our findings are important and add to the body of literature supporting the need for greater advanced image phenotyping and risk prediction in moderate AS, some limitations should be discussed. First, our study is a single center, retrospective observation of prospectively collected, longitudinal data. To mitigate the limitation of a single-center approach, we used sample splitting to create an independent training and testing set, to avoid overfitting models to the trained dataset (17). It is important to note that the limitations of a single center machine learning approach are less relevant to our study because the goal of this study was not to create a broadly usable risk calculator. Rather, the motivation of this work was to (1) demonstrate that baseline echocardiographic metrics of AS severity can be used to predict change in myocardial function in moderate AS and (2) identify which parameters were most important to this change. In this sense, external validation is less important, as the study was intended to disclose key concepts in the understanding of disease progression in moderate AS, rather than create an externally usable model that would benefit from an external validation of generalizability. Having said this, the general inherent biases of a single-center study and reliance on subjects with a single-center follow-up must be acknowledged. With regard to the comparatively small sample size, we used a cohort that is well phenotyped and individually reanalyzed serial images with strict quality control. We took this approach in contrast to using a large-sized cohort with a shallow phenotyping approach (e.g., automated data repository metric extraction), which while important in its own right, can introduce noisy, missing, and/or inaccurate data in an initial survey. Our work demonstrates an early experience with this approach, which has yielded valuable insights, and we encourage larger studies using database mining that could validate our findings. Our follow-up time was relatively short (median 1.3 years). This partly explains the modest changes in GLS over the study period. Indeed, our observed GLS change over the study period falls within the range of inter- and intraobserver variability reported elsewhere for GLS (35). Nevertheless, we demonstrated a clear trend in worsening GLS, and it is unlikely that random distribution of error would obscure the overall trend. Hence, despite this relatively short time interval, we were able to show that baseline AS metrics could accurately predict change in myocardial function over time, suggesting that the results would only have been amplified with a longer follow-up. Prospective studies with longer follow-up times could confirm and extend the findings of this study.

Conclusions

Moderate AS is a high-risk clinical entity, and subclinical myocardial dysfunction is important for this risk. Factors important to the progression of myocardial dysfunction in moderate AS are not well known. In this study, we have shown that neural network analysis could accurately predict change in subclinical myocardial dysfunction in moderate AS and identify which features were most important to this change. The key features included peak gradient, DI, baseline GLS, and energy loss, suggesting that these parameters should be evaluated carefully while assessing patients with moderate AS.

Data availability statement

The datasets presented in this article are not readily available because IRB restrictions prohibit sharing of data beyond our institution but can be considered upon reasonable request. Requests to access the datasets should be directed to mayooran.namasivayam@unsw.edu.au

Ethics statement

The studies involving human participants were reviewed and approved by St Vincent’s Hospital HREC (Human Research Ethics Committee). Written informed consent for participation was not required for this study in accordance with the national legislation and the institutional requirements.

Author contributions

MN, CH, DM, and MF conceived and designed the study. MN and TM collected the data. MN performed analyses. All authors contributed to the article and approved the submitted version.

Funding

MN has received the National Heart Foundation of Australia Postdoctoral Fellowship, St Vincent's Clinic Foundation/St Vincent's Applied Medical Research Institute Clinician Grant, the New South Wales Ministry of Health Early-Mid Career Investigator Award, the Ramaciotti Foundation Health Investment Grant, and the Nvidia Corporation Academic Hardware Grant. MN's laboratory has received the Nvidia Corporation Academic Hardware Grant, but the company had no role in the study design, data collection, data analysis, or manuscript writeup. TM has received the Cardiac Society of Australia and New Zealand Research Scholarship and the National Heart Foundation of Australia PhD Scholarship. JK is the recipient of the Agilent Thought Leader Award (January 2022), which includes funding for research that is unrelated to the current manuscript.

Conflict of interest

The 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.

References

1. Delesalle G, Bohbot Y, Rusinaru D, Delpierre Q, Maréchaux S, Tribouilloy C. Characteristics and prognosis of patients with moderate aortic stenosis and preserved left ventricular ejection fraction. J Am Heart Assoc. (2019) 8(6):e011036. doi: 10.1161/JAHA.118.011036

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Coisne A, Scotti A, Latib A, Montaigne D, Ho EC, Ludwig S, et al. Impact of moderate aortic stenosis on long-term clinical outcomes: a systematic review and meta-analysis. JACC Cardiovasc Interv. (2022) 15(16):1664–74. doi: 10.1016/j.jcin.2022.06.022

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Narins CR. Implications of moderate aortic stenosis. JACC Cardiovasc Interv. (2022) 15(16):1675–7. doi: 10.1016/j.jcin.2022.07.003

PubMed Abstract | CrossRef Full Text | Google Scholar

4. Oh JK, Ito S. Severity of aortic stenosis: a moving target. J Am Coll Cardiol. (2022) 80(7):677–80. doi: 10.1016/j.jacc.2022.05.037

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Strange G, Stewart S, Celermajer D, Prior D, Scalia GM, Marwick T, et al. Poor long-term survival in patients with moderate aortic stenosis. J Am Coll Cardiol. (2019) 74(15):1851–63. doi: 10.1016/j.jacc.2019.08.004

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Stassen J, Pio SM, Ewe SH, Singh GK, Hirasawa K, Butcher SC, et al. Left ventricular global longitudinal strain in patients with moderate aortic stenosis. J Am Soc Echocardiogr. (2022) 35(8):791–800.e4. doi: 10.1016/j.echo.2022.03.008

PubMed Abstract | CrossRef Full Text | Google Scholar

7. Weyman AE, Scherrer-Crosbie M. Aortic stenosis: physics and physiology – what do the numbers really mean? Rev Cardiovasc Med. (2005) 6(1):23–32.15741922

PubMed Abstract | Google Scholar

8. Stassen J, Ewe SH, Singh GK, Butcher SC, Hirasawa K, Amanullah MR, et al. Prevalence and prognostic implications of discordant grading and flow-gradient patterns in moderate aortic stenosis. J Am Coll Cardiol. (2022) 80(7):666–76. doi: 10.1016/j.jacc.2022.05.036

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Pio SM, Amanullah MR, Butcher SC, Sin KY, Ajmone Marsan N, Pibarot P, et al. Discordant severity criteria in patients with moderate aortic stenosis: prognostic implications. Open Heart. (2021) 8(1):e001639. doi: 10.1136/openhrt-2021-001639

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Yang H, Wright L, Negishi T, Negishi K, Liu J, Marwick TH. Research to practice: assessment of left ventricular global longitudinal strain for surveillance of cancer chemotherapeutic-related cardiac dysfunction. JACC Cardiovasc Imaging. (2018) 11(8):1196–201. doi: 10.1016/j.jcmg.2018.07.005

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Amzulescu MS, De Craene M, Langet H, Pasquet A, Vancraeynest D, Pouleur AC, et al. Myocardial strain imaging: review of general principles, validation, and sources of discrepancies. Eur Heart J Cardiovasc Imaging. (2019) 20(6):605–19. doi: 10.1093/ehjci/jez041

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Garcia D, Pibarot P, Dumesnil JG, Sakr F, Durand LG. Assessment of aortic valve stenosis severity: a new index based on the energy loss concept. Circulation. (2000) 101(7):765–71. doi: 10.1161/01.cir.101.7.765

PubMed Abstract | CrossRef Full Text | Google Scholar

13. Namasivayam M, He W, Churchill TW, Capoulade R, Liu S, Lee H, et al. Transvalvular flow rate determines prognostic value of aortic valve area in aortic stenosis. J Am Coll Cardiol. (2020) 75(15):1758–69. doi: 10.1016/j.jacc.2020.02.046

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Namasivayam M, Picard MH. Flow rate in aortic stenosis: clinical tool, hemodynamic insight, or both? J Am Soc Echocardiogr. (2020) 33(4):449–51. doi: 10.1016/j.echo.2020.01.015

PubMed Abstract | CrossRef Full Text | Google Scholar

15. Obaid HS, Dheyab SA, Sabry SS. The impact of data pre-processing techniques and dimensionality reduction on the accuracy of machine learning. 2019 9th Annual Information Technology, Electromechanical Engineering and Microelectronics Conference (IEMECON) (2019). p. 279–83. doi: 10.1109/IEMECONX.2019.8877011

16. Alswaitti M, Siddique K, Jiang S, Alomoush W, Alrosan A. Dimensionality reduction, modelling, and optimization of multivariate problems based on machine learning. Symmetry. (2022) 14(7):1282. doi: 10.3390/sym14071282

CrossRef Full Text | Google Scholar

17. Vabalas A, Gowen E, Poliakoff E, Casson AJ. Machine learning algorithm validation with a limited sample size. PLoS One. (2019) 14(11):e0224365. doi: 10.1371/journal.pone.0224365

PubMed Abstract | CrossRef Full Text | Google Scholar

18. Bing R, Cavalcante JL, Everett RJ, Clavel MA, Newby DE, Dweck MR. Imaging and impact of myocardial fibrosis in aortic stenosis. JACC Cardiovasc Imaging. (2019) 12(2):283–96. doi: 10.1016/j.jcmg.2018.11.026

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Vassiliou VS, Perperoglou A, Raphael CE, Joshi S, Malley T, Everett R, et al. Midwall fibrosis and 5-year outcome in moderate and severe aortic stenosis. J Am Coll Cardiol. (2017) 69(13):1755–6. doi: 10.1016/j.jacc.2017.01.034

PubMed Abstract | CrossRef Full Text | Google Scholar

20. Altes A, Thellier N, Rusinaru D, Marsou W, Bohbot Y, Chadha G, et al. Dimensionless index in patients with low-gradient severe aortic stenosis and preserved ejection fraction. Circ Cardiovasc Imaging. (2020) 13(10):e010925. doi: 10.1161/CIRCIMAGING.120.010925

PubMed Abstract | CrossRef Full Text | Google Scholar

21. Vollema EM, Sugimoto T, Shen M, Tastet L, Ng ACT, Abou R, et al. Association of left ventricular global longitudinal strain with asymptomatic severe aortic stenosis: natural course and prognostic value. JAMA Cardiol. (2018) 3(9):839–47. doi: 10.1001/jamacardio.2018.2288

PubMed Abstract | CrossRef Full Text | Google Scholar

22. Bahlmann E, Gerdts E, Cramariuc D, Gohlke-Baerwolf C, Nienaber CA, Wachtell K, et al. Prognostic value of energy loss index in asymptomatic aortic stenosis. Circulation. (2013) 127(10):1149–56. doi: 10.1161/CIRCULATIONAHA.112.078857

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Yoshida H, Seo Y, Ishizu T, Izumo M, Akashi YJ, Yamashita E, et al. Prognostic value of energy loss coefficient for predicting asymptomatic aortic stenosis outcomes: direct comparison with aortic valve area. J Am Soc Echocardiogr. (2019) 32(3):351–8.e3. doi: 10.1016/j.echo.2018.10.016

PubMed Abstract | CrossRef Full Text | Google Scholar

24. Garcia J, Barker AJ, Markl M. The role of imaging of flow patterns by 4D flow MRI in aortic stenosis. JACC Cardiovasc Imaging. (2019) 12(2):252–66. doi: 10.1016/j.jcmg.2018.10.034

PubMed Abstract | CrossRef Full Text | Google Scholar

25. Davis A, Billick K, Horton K, Jankowski M, Knoll P, Marshall JE, et al. Artificial intelligence and echocardiography: a primer for cardiac sonographers. J Am Soc Echocardiogr. (2020) 33(9):1061–6. doi: 10.1016/j.echo.2020.04.025

PubMed Abstract | CrossRef Full Text | Google Scholar

26. Gandhi S, Mosleh W, Shen J, Chow CM. Automation, machine learning, and artificial intelligence in echocardiography: a brave new world. Echocardiography. (2018) 35(9):1402–18. doi: 10.1111/echo.14086

PubMed Abstract | CrossRef Full Text | Google Scholar

27. Samad MD, Ulloa A, Wehner GJ, Jing L, Hartzel D, Good CW, et al. Predicting survival from large echocardiography and electronic health record datasets: optimization with machine learning. JACC Cardiovasc Imaging. (2019)12(4):681–9. doi: 10.1016/j.jcmg.2018.04.026

PubMed Abstract | CrossRef Full Text | Google Scholar

28. Shrestha S, Sengupta PP. The mechanics of machine learning: from a concept to value. J Am Soc Echocardiogr. (2018) 31(12):1285–7. doi: 10.1016/j.echo.2018.10.003

PubMed Abstract | CrossRef Full Text | Google Scholar

29. Tseng AS, Lopez-Jimenez F, Pellikka PA. Future guidelines for artificial intelligence in echocardiography. J Am Soc Echocardiogr. (2022) 35(8):878–82. doi: 10.1016/j.echo.2022.04.005

PubMed Abstract | CrossRef Full Text | Google Scholar

30. Namasivayam M. Machine learning in cardiac imaging: exploring the art of cluster analysis. J Am Soc Echocardiogr. (2021) 34(8):913–5. doi: 10.1016/j.echo.2021.05.011

PubMed Abstract | CrossRef Full Text | Google Scholar

31. Sengupta PP, Shrestha S, Kagiyama N, Hamirani Y, Kulkarni H, Yanamala N, et al. A machine-learning framework to identify distinct phenotypes of aortic stenosis severity. JACC Cardiovasc Imaging. (2021) 14(9):1707–20. doi: 10.1016/j.jcmg.2021.03.020

PubMed Abstract | CrossRef Full Text | Google Scholar

32. Namasivayam M, Myers PD, Guttag JV, Capoulade R, Pibarot P, Picard MH, et al. Predicting outcomes in patients with aortic stenosis using machine learning: the aortic stenosis risk (ASteRisk) score. Open Heart. (2022) 9(1):e001990. doi: 10.1136/openhrt-2022-001990

PubMed Abstract | CrossRef Full Text | Google Scholar

33. Dai W, Nazzari H, Namasivayam M, Hung J, Stultz CM. Identifying aortic stenosis with a single parasternal long axis video using deep learning. J Am Soc Echocardiogr. (2023) 36(1):116–8. doi: 10.1016/j.echo.2022.10.014

PubMed Abstract | CrossRef Full Text | Google Scholar

34. Kwak S, Lee Y, Ko T, Yang S, Hwang IC, Park JB, et al. Unsupervised cluster analysis of patients with aortic stenosis reveals distinct population with different phenotypes and outcomes. Circ Cardiovasc Imaging. (2020) 13(5):e009707. doi: 10.1161/CIRCIMAGING.119.009707

PubMed Abstract | CrossRef Full Text | Google Scholar

35. Donal E, Thebault C, O’Connor K, Veillard D, Rosca M, Pierard L, et al. Impact of aortic stenosis on longitudinal myocardial deformation during exercise. Eur J Echocardiogr. (2011) 12(3):235–41. doi: 10.1093/ejechocard/jeq187

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: aortic stenosis, echocadiography, machine learning, LV dysfunction, neural network

Citation: Namasivayam M, Meredith T, Muller DWM, Roy DA, Roy AK, Kovacic JC, Hayward CS and Feneley MP (2023) Machine learning prediction of progressive subclinical myocardial dysfunction in moderate aortic stenosis. Front. Cardiovasc. Med. 10:1153814. doi: 10.3389/fcvm.2023.1153814

Received: 30 January 2023; Accepted: 15 May 2023;
Published: 30 May 2023.

Edited by:

Konstantinos Papadopoulos, Interbalkan Medical Center, Greece

Reviewed by:

Andreea Calin, Carol Davila University of Medicine and Pharmacy, Romania
Didem Oguz, Harvard Medical School, United States

© 2023 Namasivayam, Meredith, Muller, Roy, Roy, Kovacic, Hayward and Feneley. 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: Mayooran Namasivayam mayooran.namasivayam@unsw.edu.au

Download