Introduction

Cardiovascular diseases (CVDs) are a major contributor to premature death, with a rising trend due to population growth and aging [1, 2]. Among CVDs, ischemic cardiomyopathy (ICM) is the most prevalent [2], while non-ischemic cardiomyopathy (NICM) represents a heterogeneous group of diseases that can also lead to heart failure, arrhythmias, and death [3]. Distinguishing ICM from NICM is important prognostically and therapeutically but has generally depended on invasive diagnostic techniques such as selective coronary arteriography.

Cardiovascular magnetic resonance (CMR) as reflected in the ESC guidelines [4,5,6,7] is a well-validated tool to detect myocardial fibrosis and scar allowing to detection of the specific pattern of late gadolinium enhancement (LGE) corresponding to ICM and different NICM [8].

Due to the exponential growth in CMR examinations, the wider availability of sustainable, faster, and more cost-effective CMR protocol is expected to unquestionably yield significant advantages in real-life clinical practice. In addition, cardiac symptoms such as orthopnea may limit patient tolerability of CMR examinations, and some patients may not be eligible for contrast media administration due to concomitant renal disease.

In recent times, the field of non-contrast CMR examination has seen a significant emergence facilitated by artificial intelligence (AI) models, yielding promising results [9]. A subset of AI, namely machine learning (ML), may overcome the necessity of contrast media administration, expanding the clinical applicability of CMR. The ML-based models can employ hand-crafted features from non-contrast cine-CMR to discriminate ICM from NICM.

In particular, ML-based models have already shown utility in assessing myocardial scar location and extension [10,11,12], distinguishing chronic from subacute ICM [13], and characterizing different patterns of cardiomyopathy [14, 15]. Previous AI-based cine-CMR research was mainly focused on the application of using radiomics analysis which had its intrinsic limitations, namely being time-consuming, less reproducible, lacking standardization, and prone to mistakes in interpreting the results [16]. To overcome these limitations, the current study investigated well-validated cardiac volumes and functions as well as atrial and ventricular strain analysis.

This work aimed to derive a ML model for the differentiation of ischemic and non-ischemic cardiomyopathies on cine-CMR without contrast.

Material and method

Study population

The current study was approved by the Institutional Review Board and informed consent was waived owing to the retrospective nature of the study.

This work involved 240 consecutive patients with reduced left ventricle (LV) ejection fraction who underwent CMR examinations at our institution for viability evaluation and the evaluation of cardiomyopathy etiology between March 3, 2017, and August 7, 2021.

The diagnosis of ischemic etiologies was based on the presence of significant coronary artery disease with more than 50% stenosis on coronary angiography and/or history of previous myocardial infarction or revascularization. The diagnosis of NICM was based on the presence of LV dysfunction (LV ejection fraction < 50%) in the absence of prior myocardial infarction or obstructive stenoses on coronary arteriography.

CMR examinations that were incomplete or not evaluable due to motion or arrhythmia artifacts (n = 40) were excluded as well as patients with congenital heart disease (n = 25) and structural heart disease (n = 40). In addition, 28 cases were also excluded due to inadequate strain analysis, resulting from issues such as poor angle plane, ventricular wall not being fully visible, or low image quality in cine-CMR images.

After applying inclusion and exclusion criteria, 107 patients including 49 ICM and 58 NICM were included. A flowchart demonstrating the application of inclusion and exclusion criteria is provided in Fig. 1.

Fig. 1
figure 1

Patient flowchart. Schematic of inclusion and exclusion criteria for this study

CMR acquisition

CMR scans were performed at 4.1 ± 2.6 days (median = 1 day, range = 1–10 days) after admission to the hospital by using a Philips Achieva dStream 1.5-T scanner system (Philips Healthcare). Anterior coil arrays were used. All cine-images were acquired using a balanced steady-state free precession and retrospective gating during an expiratory breath-hold manoeuvres (TE 1.7 ms; TR 3.4 ms/flip angle 45°, section thickness = 8 mm) in both long-axis (two-, three-, and four-chamber view) as well as short-axis plane with whole ventricular coverage from base to apex.

CMR image post-processing

We used the commercially available software Circle CVI42 (CVI42, Circle Cardiovascular Imaging Inc.) for cardiac MRI feature tracking (CMR-FT) data analysis. Offline CMR-FT analyses were conducted for evaluation of peak global longitudinal strain (LS), global radial strain (RS), and global circumferential strain (CS) in a 16-segment software-generated 2D model. On all images, the epi- and endocardial borders were traced in end-diastole. After that, an automatic computation was triggered, by which the applied software algorithm automatically outlined the border throughout the cardiac cycle.

LA endocardial borders were manually traced on long-axis view of the cine images when the atrium was at its minimum volume. In particular, the four-, three-, and two-chamber views were used to derive LA longitudinal strain. LA appendage and pulmonary veins were excluded from segmentation. After manual segmentation, the software automatically tracked the myocardial borders throughout the entire cardiac cycle. The quality of the tracking and contouring was visually validated and manually corrected by a radiologist with 4 years of experience in cardiac imaging. There are three peaks in the strain curve, including reservoir, conduit, and booster strain. Accordingly, their corresponding strain rate (SR) parameters were included.

Machine learning

Forty-one quantitative CMR-derived features of atrial strain (e.g., reservoir, conduit, booster), ventricular strain (e.g., longitudinal, radial, and circumferential strain of the ventricles), and ventricular function (e.g., ejection fraction, stroke volume) along with age, gender, and body surface area were available for feature selection and model building (see Supplemental Table 2 for all variables used in the analysis). Figure 2A shows an overview of the ML analysis. Briefly, it involved automated feature selection by Gini impurity reduction, model building using a gradient boosting generalized additive model (GB-GAM) and four traditional ML algorithms, probability calibration, and 10 repetitions of the tenfold stratified cross-validation (CV) for the entire process. No data were missing, and no pre-processing was applied to the data prior to model building.

Fig. 2
figure 2

Overview of machine learning (ML) analysis and performance of ML models. A ML analysis involved automated variable selection by mean decrease in Gini impurity, derivation of our gradient boosting generalized additive model and traditional ML models, model calibration through isotonic regression, and 10 repetitions of the tenfold stratified cross-validation. B Receiver-operating characteristic curves reporting performance of ML models in identifying patients with ischemic cardiomyopathy when mixed with patients with non-ischemic cardiomyopathy. CV indicates cross-validation; GB-GAM, gradient boosting generalized additive model; SVM, support vector machine; KNN, k-nearest neighbors; LR, logistic regression and RF, random forest

Variable selection

We used the mean decrease in Gini impurity method on all available features. We retained only features showing a v score at least 1.25 times greater than the average score (see Supplemental Methods for more details).

Model definition

The GB-GAM algorithm was used to distinguish between ICM and NICM patients. This algorithm learns the relationships between each feature and the outcome separately using gradient boosting and combines them to produce a subject-level score that in this study is the log-odds of ICM. When predicting unseen patients, every feature value is used to index the corresponding learned feature functions to obtain a partial contribution. Then, these partial contributions are summed together to obtain the final predicted log-odds of ICM.

We compared its performance with four traditional ML algorithms, namely random forest (RF), support vector machines (SVM), k-nearest neighbors (KNN), and logistic regression (LR) (see Supplemental Methods for brief explanations). We refrained from tuning hyperparameters due to the small sample size and opted for settings derived from previous experiments (refer to Supplemental Methods for detailed hyperparameter values used for training).

Probability calibration

Predicted probabilities were calibrated using an isotonic regression approach to obtain more reliable estimates of the true probabilities, thus improving the accuracy of downstream analysis [17] (see the Supplemental Methods for more details).

Model training and testing

The entire ML process was executed in a tenfold stratified CV protocol with 10 repetitions, which allows for robust performance in small samples [18], and with a repeated leave-one-out procedure (see Supplemental Methods for detailed explanations).

Variable importance and explanations of case examples

Variables were ranked by the average absolute impact on ML-predicted scores across all training subjects and the ten most impactful were further analyzed. Finally, we showed two examples of patient-level explanations of ML predictions with feature-specific values and contributions to the final prediction (more details in the Supplemental Methods).

Diagnostic performance evaluation

We assessed the discrimination abilities of the ML models using both receiver operating characteristic (ROC) analysis and precision-recall curves, with area under the curve (AUC) and average precision as the respective metrics. Calibration was assessed both qualitatively through actual vs. predicted plots, and quantitatively with Brier scores. Additionally, sensitivity, specificity, F1 score, and positive and negative predictive value were calculated for the threshold that maximized the Youden’s J index (sensitivity + specificity − 1). Additional details on performance evaluation can be found in the Supplemental Methods section.

Statistical analysis

For continuous variables, which were reported as the mean ± SD or median (inter-quartile range), we used the Shapiro–Wilk’s test to assess normality of residuals. Statistical comparisons between continuous variables for the ICM and NICM groups were performed using the t-test when normality of residuals was confirmed, while the Mann–Whitney U test was utilized in cases where normality was not established [18]. For categorical variables, which were reported as frequency (percent), we used the χ2 test. The DeLong test [19] was used to compare AUCs. Differences in sensitivities were tested with the McNemar test; the independent t-test was used to test for differences in average precisions and Brier scores. The outlined methodology was planned, and manuscript prepared according to the Checklist for Artificial Intelligence in Medical Imaging (CLAIM, see Supplemental Table 1) [20]. A p value < 0.05 was considered statistically significant (more details in Supplemental Methods).

Results

Study population

The baseline characteristics and CMR parameters of included patients are summarized in Tables 1 and 2. In summary, this retrospective study enrolled a total of 107 patients. Of those, 49 were ICM (34 males, mean age 60 ± 9 years) and 58 patients were NICM (38 males, mean age 56 ± 19 years). In patients with NICM, the etiologies included myocarditis (17, 29%), idiopathic dilated cardiomyopathy (20, 34%), Takotsubo cardiomyopathy (12, 20%), amyloidosis (5, %), and arrhythmogenic cardiomyopathy (4, 8%).

Table 1 Demographics characteristics, clinical risk factors, medications, and clinical presentation of the study population. Results are shown as mean ± SD, median (inter-quartile range), or n (%) as appropriate. ICM ischemic cardiomyopathy, NICM non-ischemic cardiomyopathy, BSA body surface area, CAD coronary artery disease, ASA acetylsalicylic acid, ACE angiotensin-converting enzyme inhibitors, ARB angiotensin receptor blocker, PPI proton pump inhibitors
Table 2 CMR findings of the study population. Results are shown as mean ± SD, median (inter-quartile range) or n (%) as appropriate. ICM ischemic cardiomyopathy, NICM non-ischemic cardiomyopathy, LV left ventricle, EDV end-diastolic volume, ESV end-systolic volume, SV stroke volume, BSA body-surface area, RV right ventricle, RS radial strain, CS circumferential strain, LS longitudinal strain

Performance of ML with repeated tenfold testing

AUCs of ML models after 10 repetitions of the tenfold CV are shown in Fig. 2B. The proposed ML model (ML-Ours) exhibited a higher AUC compared with all other ML models in identifying ICM patients (ML-Ours 0.82 vs SVM 0.67, KNN 0.70, LR 0.73, RF 0.76, all p < 0.05). The average precision was also highest (ML-Ours 0.82 vs SVM 0.72, KNN 0.67, LR 0.78, RF 0.80, p < 0.05 vs SVM and KNN, p = 0.10 vs LR, p = 0.47 vs RF) (Supplemental Fig. 1). Using the threshold that maximizes the Youden’s J index as the optimal cutoff to classify patients as ICM, the proposed ML model showed the highest sensitivity (72%, 95% CI [68–76], p < 0.05 vs all) and a specificity of 68% (95% CI [64–71]). At 90% sensitivity, the specificity was 43% (95% CI [39–47]). Furthermore, ML-Ours exhibited the highest F1 score (0.69 [0.65–0.72]) and area under the precision-recall curve (0.82 [0.50–1.00]). For a comprehensive overview of performance scores from repeated tenfold testing, please see Supplemental Table 3. The current approach also showed good agreement between ML-predicted and observed probabilities of ICM, as confirmed by the calibration plot (Fig. 3) and lowest Brier score (0.19, 95% CI [0.13–0.27], p < 0.05 vs SVM, KNN, and LR, p = 0.06 vs RF).

Fig. 3
figure 3

Calibration of the proposed ML model. Calibration plot after 10 repetitions of the tenfold cross-validation reporting a comparison between observed frequencies (green bars) and ML-predicted probabilities (orange curve) for ischemic cardiomyopathy, grouped by deciles of predicted probabilities

Performance of ML with repeated leave-one-out testing

After conducting 10 repetitions of the leave-one-out testing, the proposed ML-Ours model demonstrated a consistently higher AUC compared to all other traditional ML models (ML-Ours 0.73 vs. SVM 0.59, KNN 0.62, and RF 0.69, p < 0.05; LR 0.68, p = 0.07) (Supplemental Fig. 2). Although the improvements in AUC were not always statistically significant, the relative performance of the model remained consistent with the results obtained through repeated tenfold CV. Furthermore, the proposed approach exhibited the highest sensitivity (0.66 [0.61–0.70]) and F1 score (0.64 [0.61–0.67]). For a comprehensive overview of performance scores from repeated leave-one-out testing, please see Supplemental Table 4.

Computational complexity

The experimental outcomes are achieved for the proposed structure using Python version 3.9.6 on an Apple M1 Max with 10 cores, 64 GB RAM, 48 MB Cache, and integrated GPU under a 64-bit operating system. In the repeated tenfold CV setting, the outer CV scheme partitions the available 107 subjects in train and testing folds of approximately 96 and 11 subjects, respectively. Of these 96, 15% is reserved for calibration purposes, leading to approximately 82 subjects for training and 15 for calibration. On average, feature selection over fivefold CV required 0.312 ± 0.02 s; training of the proposed approach required 22.7 ± 11.9 s; model calibration required 0.0025 ± 0.0002 s; and prediction of 11 test subjects required 0.0013 ± 0.0002 s (Supplemental Fig. 3A).

In the leave-one-out testing scheme, 106 of 107 are used for training and 1 is held out as test. Of these 106, 15% (approximately 16 subjects) is held out for model calibration, leading to 90 subjects for training. On average, feature selection over fivefold CV required 0.31 ± 0.02 s; training of the proposed approach required 14.3 ± 11.8 s; model calibration required 0.0025 ± 0.0003 s; and prediction of 1 test subject required 0.0013 ± 0.0003 s (Supplemental Fig. 3B).

Important features for identifying ICM

Both atrial and ventricular strain CMR parameters were important for the identification of ICM patients (Fig. 4A). Overall, left ventricle RS and CS, left ventricle ejection fraction (LVEF), right ventricle LS, conduit rate, and reservoir rate had the most impact on identifying ICM patients. Detailed contribution to the prediction of ICM by the top ten important variables is shown in Fig. 4B to K.

Fig. 4
figure 4

Impact-ranking of variables in identifying patients with ischemic cardiomyopathy. A Variables were ranked by their average absolute impact on machine learning (ML) predictions of ischemic cardiomyopathy (ICM). This figure shows the average absolute contributions to ML-predicted probability of ICM of selected features from one representative fold of the cross-validation procedure (full details on the variables used in the Supplemental Appendix). BK Detailed relationship between the top ten most impactful features and the predicted probability of ICM. Different values within the range of possible values that each feature can take on have a different impact on the predictions: values in green regions have a positive impact on predictions (these values increase the probability of ICM) whereas values in orange regions have a negative contribution (they decrease the probability of ICM). LV indicates left ventricular; RV, right ventricular; LVCS, LV circumferential strain; LVEF, LV ejection fraction; LVRS, LV radial strain; LVLS, LV longitudinal strain; LVSV, LV stroke volume; BSA, indexing by body surface area; RVCS, RV circumferential strain; RVEF, RV ejection fraction; RVESV, RV end-systolic volume; LVESV, LV end-systolic volume; RVEDV, RV end-dyastolic volume; LVEDV, LV end-dyastolic volume; RVRS and RV radial strain

Greater basal and apical CS, right ventricle LS, and conduit rate values had more significant impact in discriminating ICM patients. Conversely, lower basal and apical RS, LVEF, and reservoir rate parameters had more impact on identifying ICM patients.

Individualized explanations of ML predictions

To understand better the decisional process of the proposed ML model when classifying unseen patients, Fig. 5 shows two case examples of patient-level explanations and feature-specific contributions to the predicted ML score. The first case (Fig. 5A) is a 60-year-old female with ICM correctly classified as ICM by the model. The second case is a 76-year-old female with NICM which was wrongly classified as ICM by the model (i.e., false positive). The x-axis reports the predicted probability of the patient having ICM; the y-axis reports the specific values of each covariate for that patient. The horizontal bars represent the influence of each feature on the overall prediction (log-odds of ICM), along with the specific increase (green bars) or decrease (orange bars) in the predicted log-odds.

Fig. 5
figure 5

Explanations of machine learning (ML) predictions with subject-specific feature contributions. This figure shows two case examples from a representative fold of the cross-validation procedure. A A 60-year-old male with ischemic cardiomyopathy (ICM) correctly identified as having ICM by the proposed ML model. B A 76-year-old female with non-ischemic cardiomyopathy wrongly classified by the proposed model as ICM (false positive). On the left, individual contributions of each variable to the predicted log-odds of ICM for each patient (x-axis) are shown, along with the value of each variable. Green and orange bars indicate positive and negative contributions towards a prediction of ICM, respectively. For each case, the predicted score (i.e., the probability obtained after transforming the log-odds) and the threshold used for classification are reported for reference. On the right, cine CMR images in the long axis and the short axis are reported. Abbreviations as in Fig. 4

Discussion

The present study demonstrated that a ML algorithm trained with CMR left ventricular, left atrial, and right ventricular quantified strain and general cardiac functions could distinguish patients with ICM accurately from those with patients with NICM.

The major advantage of this novel ML approach is obviating the need for contrast media administration thus enhancing patient tolerability and shortening scan time at a lower cost.

In clinical practice, the exponential increase in CMR examinations may necessitate the optimization of clinical workflows with faster and more cost-effective CMR protocols. Furthermore, individuals who are ineligible for contrast media administration and have a limited tolerance for CMR examinations may find shorter, non-contrast CMR examinations advantageous. Non-contrast CMR imaging improves the applicability of CMR examinations and offers greater patient comfort and can lower costs [12].

Several authors have explored the diagnostic capability of non-contrast cine-CMR images using ML-based models as an alternative to LGE images [11, 13, 21,22,23]. Avard et al explored a ML algorithm and radiomics features to differentiate myocardial infarction and normal cases on non-contrast cine-CMR images showing that the AI-based model yielded optimal results with an AUC of 0.93 [10]. Similarly, Larroza et al utilized a support vector machine classifier to explore the potential of texture analysis with cine-CMR images in distinguishing between infarcted nonviable, viable, and remote segments. The results showed that texture analysis could effectively detect non-viable segments on non-contrast cine-CMR images, achieving an impressive AUC of 0.849 and a sensitivity of 92% [11]. Conversely, Zhang et al evaluated virtual native enhancement combining cine-CMR images and native T1 mapping to produce LGE-like images. This approach used a deep learning model achieving a strong correlation with LGE in quantifying scar size and transmurality with an accuracy, specificity, and sensitivity of 84%, 100%, and 77%, respectively [12].

Previous ML-based cine-CMR research focused on the application of radiomics analysis, which requires time-consuming quantitative post-processing image analysis or the acquisition of additional CMR sequences, leading to longer CMR examinations.

To the best of our knowledge, this is the first work focused on a ML-based model that includes cine-CMR parameters to discriminate between ICM and NICM. Previous work investigating myocardial strain-derived parameters to determine the etiology of heart failure have focused on the analysis of a single cardiac chamber or on radiomics analysis [10, 13, 23,24,25]. The present study has a retrospective study design and a single-center data collection approach. The retrospective analysis enables to harness a substantial dataset of CMR cases, encompassing a significant timeframe, which is essential for training and validating a robust ML model. Additionally, the decision to focus on a single center offered a dataset characterized by consistency and homogeneity in relation to imaging protocols and CMR scanner which contributes to reducing potential variability and confounding factors.

The current study simultaneously analyzed multiple cardiac chambers using an ML algorithm. The physiological “communication” between cardiac chambers may be too complex to be captured using the traditional regression models. A ML-based model for assessing the relationship between cardiac chambers interaction can overcome some limitations of common regression techniques.

In the features importance analysis, ventricular and left atrial strain parameters presented the most discriminative value in discriminating between ICM and NICM.

In fact, NICM tends to show global myocardial fiber dysfunction involving both ventricles in comparison with ICM that shows a more regional dysfunction [26]. The contribution of circumferential and radial strain parameters in discriminating ICM from NICM seen in the current study is explained by the different effects on subepicardial and transmural fiber by myocyte injuries.

Indeed, the myocardium is composed of three layers of fibers, namely (1) subendocardial fibers acting on longitudinal shortening, (2) subepicardial fibers acting on circumferential shortening, and (3) transmural fibers acting on radial shortening [27, 28].

The pathophysiology of myocardial infarction is characterized by a waveform appearance from the subendocardium to the epicardial layer. Therefore, the subendocardial fibers are the earliest myocardium layers involved in ischemia [28, 29]. In addition, it has been suggested that impairment in the contraction of longitudinal fiber in ICM is compensated by the augmentation of the other layers [29, 30]. Similarly, the RV strain parameters’ impact in discriminating between ICM and NICM demonstrated in the present study may relate to the ventricular interaction through the interventricular septum [31]. Indeed, the RV shares oblique fibers with the LV in the interventricular septum. In the RV contraction, the oblique septal fibers are more efficient than the free wall transverse fibers and consequently, LV remodeling leads to septal fibers dysfunction impairing RV contraction [32].

Another hypothesis suggested is an intrinsic injury of the RV myocardium in NICM patient [33]. Due to the anatomical connection of the ventricle and atrium, their contribution to differentiate ICM and NICM is expected in this model. The LA strain parameters more relevant in the proposed model are reservoir and conduit strain rate parameters reflecting LA expansibility and stiffness.

In patients with LV dysfunction, LA contraction rises to maintain optimal LV filling. Consequently, early in ventricular dysfunction LA pump function is increased but LA stiffness augmented, and work mismatch occurs. Subsequently, LA pump function decreases as a result of the progression of LV dysfunction due to the increased afterload imposed on the LA [7, 34]. In addition, some authors suggested a direct myopathic involvement of the LA myocardium in various NICM [22, 35, 36].

Practical advantages

The aim of the current study was to investigate the capability of an ML algorithm using cardiac function, volumes, and atrial and ventricular strain features from cine-CMR in discriminating ischemic from non-ischemic etiologies. Using cine-CMR features could potentially avoid the contrast media administration and increase the clinical availability of CMR examinations allowing increased accessibility to CMR examinations achieved through reduced costs and faster imaging acquisition.

Limitations

The following study limitations should be acknowledged and addressed in future research before the presented method can be employed in clinical practice. First, the relatively small sample size was evaluated with a single CMR scanner and the retrospective single-center observational design of the study with no external validation dataset. Although we have taken precautions to mitigate the challenges posed by the limited dataset, the sample size and single-center study design could potentially impact the generalizability to more diverse populations, encompassing variations in race, medications, and other factors. To confirm the robustness of the present findings, future multi-center studies are prompted to facilitate the incorporation of larger, more varied datasets, bolstering the reliability and broader applicability of the proposed approach. Even though the purpose of the study was to evaluate an AI model to discriminate between ICM and NICM, and thus required a heterogenous NICM cohort, the composition of the evaluated population might be influenced by statistical variations as may the subsequent results.

Second, although we have taken precautions when training models and estimating generalization performance, this model may still suffer from overfitting. To guard against overfitting, we employed cross-validation to select features with diagnostic value, train algorithms, calibrate predicted probabilities, and evaluate performance on the same cohort, by considering non-overlapping subsets of the data and thus reducing the bias in performance estimation.

Finally, in the current study, the predictive value of strain and parametric mapping parameters for adverse cardiovascular events was not assessed at follow-up. The promising results could prompt further prospective trials including a larger number of patients to confirm the present findings. However, implementing non-contrast AI models into real-world clinical practices poses considerable challenges, including the lack of transparency and interpretability of AI models, the needed of a large amount of annotated data from different centers, as well as ethical and legal issue. The derivation of an effective non-contrast ML model that can be applied to the real-world clinical practice would require a considerably larger training group across different centers and patient groups and its validation would require an independent validation cohort. Furthermore, the development of a privacy protection algorithm is essential, which should integrate encryption and AI techniques to achieve secure and generalizable non-contrast AI models.

Conclusion

The proposed GB-GAM model integrating multi-chamber myocardial strain, function, and volumes on non-contrast CMR scan achieved a competitive diagnostic accuracy (AUC = 0.82) with a sensitivity of 0.72 and a specificity of 0.68 in discriminating between ICM and NICM. Non-contrast AI models may offer clinical benefits to CMR examinations by reducing costs and scan times, enhancing availability and broadening clinical applicability.