Introduction

Following acute myocardial infarction, patients experience left ventricular dysfunction related to abnormal left ventricular wall motion. Due to the ongoing left ventricular remodeling, myocytes are lost while fibrosis increases within the infarct zone, which leads to further infarct expansion along with the volume expansion of the left ventricle [1, 2]. The paradoxical pulsation occurring during diastole and systole or only in systole patients after acute myocardial infarction (AMI) has been evaluated subjectively [3, 4]. Paradoxical pulsation is often complicated by left ventricular thrombosis (LVT), heart failure (HF), ventricular tachycardia, or angina after AMI. In a previous study, the incidence of left ventricular paradoxical pulsation was reported at 35% before thrombolysis [5], while morbidity was higher (39%) in patients with left anterior descending (LAD) culprit vessels based on angiocardiography [6]. Patients with complete occlusion of the proximal LAD coronary artery without collateral vessels might form left ventricle paradoxical pulsation [6]. The incidence of LVT in patients with paradoxical pulsation was reported at 26% [7]. Another critical intervention for paradoxical pulsation is the control of progressing HF due to deteriorating systolic dysfunction. Although left ventricular paradoxical pulsation has been reported since 1964 [8], the conventional assessment is based alone on visual interpretation of angiocardiography [5], echocardiography [9], or recently, cardiac magnetic resonance (CMR) imaging [4, 7]. However, visual interpretation is subjective and may significantly depend on personal experience. Thus, an accurate, effective, and objective method of analysis for the reduction of negligence and misinterpretation of left ventricular paradoxical pulsation is warranted.

CMR provides unique identification and prognostication of cardiovascular disease and has the advantages of non-ionizing radiation, a multiparametric approach, high-spatial/temporal resolution, and a non-invasive imaging modality. Deep learning methods based on CMR have become a robust intervention for analyzing and classifying cardiac diseases [10-16]. The deep learning algorithms can analyze multiparametric images of various CMR techniques [17, 18], which can delineate the location and morphology of LV paradoxical pulsation. Also, the results can be calculated directly without the step of predefined measurements as compared to the traditional machine learning algorithms [19]. The detailed information could then be extracted from CMR images with the deep layer of the convolutional neural network (DCNN) [10, 16], which in turn could accurately and effectively detect the abnormal movement and morphology of left ventricular paradoxical pulsation. Hypothetically, the DCNN trained with CMR images may provide automated and accurate detection of left ventricular paradoxical pulsation. The current study sought to explore a DCNN model which could automatically provide epicardial segmentation and discrimination of paradoxical pulsation among patients with isolated LAD culprit vessels using 2- and 3-chamber long-axis CMR cine images.

Materials and methods

Study population

A total of 401 participants were recruited to undergo CMR prospectively between September 2015 and October 2021 at the Shanghai Renji Hospital and Beijing Anzhen Hospital, including 311 patients with anterior AMI and 90 age-matched normal volunteers. To overcome the issue of model generalizability, 311 patients from two centers were divided into three groups: training (n = 208), internal test (n = 53), and external test groups (n = 50) (Fig. 1). AMI was diagnosed based on the standard definitions [20]. AMI patients with LAD culprit vessels who underwent primary percutaneous coronary intervention within 12 h of symptom onset were recruited in the current study. The inclusion and exclusion criteria are described in detail in the online Appendix (Patient population). The current CMR study protocol was approved by the institutional ethics committee and was conducted according to the Declaration of Helsinki. Written informed consent was obtained from all participants.

Fig. 1
figure 1

Study flowchart. A total of 311 patients from multiple centers were divided into three groups: training group (n = 208), internal test group (n = 53), and external test group (n = 50). Positive = with paradoxical pulsation, Negative = without paradoxical pulsation

CMR imaging

All participants underwent CMR examinations within 1 week (median 3 days) after recruitment with a 3.0-T scanner (Ingenia, Philips Healthcare). The CMR sequence parameters (T2WI-STIR, T2-weighted short-tau triple inversion recovery; SSFP, steady-state free-precession; T2* mapping; LGE, late gadolinium enhancement) are presented in Supplementary Table 1.

Analysis of CMR images

The diagnosis of LV paradoxical pulsation was based on the established definition of abnormal left ventricular wall motion [3, 21, 22]. The diagnosis of visual left ventricular paradoxical pulsation was made by a physician in training (A, with 3 years of experience, had diagnostic training before the project started) to compare with the accuracy of the DCNN model. The final diagnosis of left ventricular paradoxical pulsation was interpreted by the consensus of radiologists with at least 10 years of experience (experts B and C). The paradoxical pulsation mainly located in the anterior and anteroseptal wall could be well displayed in 2- and 3-chamber cine images and is manifested as the infarct zone outward protrusion in systole or both the systole and diastole [3, 21].

Deep learning models for epicardial segmentation and the prediction of paradoxical pulsation

Deep learning workflow

Cine MRI data standardization for deep learning models is presented in the Supplementary file. The deep learning framework consists of two stages (Fig. 2): (I) The epicardial segmentation model with 90 healthy volunteers was trained using 2D UNet based on end-diastole 2- and 3- chamber cine images. The detailed image processing and model structure were described in the Image Annotation and Segmentation Model of the Supplementary file. (II) The cine MRI data of 261 internal and 50 external patients with AMI were used to construct and evaluate a classification model for predicting the presence of left ventricular paradoxical pulsation. The contour of the epicardium as predicted by the segmentation model from step 1 was used as the mask and then multiplied by the normalized image as the input of the classification model.

Fig. 2
figure 2

Neural networks for the presence and region of paradoxical pulsation. The segmentation model was established using 90 healthy volunteers with both 2- and 3-chamber CMR cine images. The segmentation results of 208 AMI data predicted using the segmentation model were multiplied with the original image to train the classification model of paradoxical pulsation. The remaining 53 AMI data from our center and 50 data from another center were used as internal and external test cohorts, respectively, to evaluate the performance of the classification model

Data preprocess

The data, including resampling, cropping, and normalization, are described in the Cine MRI data standardization for deep learning models section in the Supplementary material.

Segmentation model network

We delineated the epicardial contours of the 2- and 3-chambers for images of 90 volunteers without disease, and the data were used to establish a 2D segmentation model of the epicardial. The detailed process is described in the Image Annotation and Segmentation Model of the Supplementary material.

Classification model network

In order to eliminate the influence of background noise on the prediction model, the trained segmentation model was used to predict the epicardial mask of all heart phases of CMR cine data of AMI patients. The predicted epicardial mask was only allowed to retain the maximum connected area. Then, the median filter was used to filter the noise in the reserved area. The predicted masks were dilated by 11 pixels (11 mm) to ensure that the myocardium and blood pool were included. Finally, the predicted masks were used to multiply the normalized image. After eliminating the irrelevant tissues and background noise, the image was cropped to 200 × 200 pixels with the center point of the predicted epicardium. Subsequently, five images were selected at the end-systolic and end-diastolic phases as the input to train the classification model efficiently.

Inspired by breast cancer prediction in a previous study [23], we constructed a 2.5D multiview classification model, termed Modelmulti-view, based on Resnet50 [24] for the prediction of paradoxical pulsation after AMI. The architecture of Modelmulti-view is implemented, as shown in Fig. 2. Next, we retrained the ResNet50 to extract features from 2- and 3-chamber cine images. Since the input channel of our 2.5D model is 5, we applied the retrained model. Then, the features of the 2- and 3-chamber images were concatenated to obtain the prediction results through two fully connected layers.

CMR data of 261AMI patients were randomly split into 208 cases for training and validation and 53 cases in an independent test cohort, and 50 cases from another center comprised the external test cohort. The five-fold cross-validation of 208 cases included four-fold for training and one-fold for validation each time; finally, five models were established. Based on ensemble learning, the final result of each data was selected to average the results of five models. Adam (optimization algorithm) was used as the optimizer, cross-entropy was selected as the loss function, and the initial learning rate for network training was set to 0.001. If the validation loss did not decrease for 20 consecutive epochs, the learning rate decreased to half of the original, and if it did not decrease for 50 consecutive epochs, the training stopped.

Statistical analysis

Data analysis and evaluation metrics for deep learning models are presented in the Supplementary file (Evaluation Metrics for deep learning models). The diagnostic performance of a physician in training and our DCNN model was assessed using the receiver operating characteristic (ROC) curve analysis. The areas under the ROC curves (AUCs) of a physician in training and DCNN models were compared using the DeLong method. Statistical analysis was performed with Python (v3.7) with SciPy (v1.6.3), SPSS version 23.0 (IBM SPSS Inc.), and MedCalc version 11.4.2.0 (MedCalc Software). A two-tailed p value  < 0.05 was considered statistically significant.

Results

Study population

The cohort consisted of 401 participants with 4010 images, including 90 healthy controls for establishing the segmentation model and 311 patients for constructing the classification model. Patients with paradoxical pulsation displayed higher cardiac biomarkers (cTnImax, CK-MBmax, BNPmax, and NT-ProBNPmax) and inflammation (CRPmax) (p < 0.001) (Table 1). Patients with paradoxical pulsation might be accompanied by IMH, MVO, and pericardial effusion and manifested as transmural infarction (p < 0.001), had low LVEF and high LGE (p < 0.001), and were more likely to form mural thrombi in the LV than those without paradoxical pulsation (42.30% and 14.50%, p < 0.001). In the current study, 93/311 (29.90%) patients presented HF during follow-up. Patients with left ventricular paradoxical pulsation were more likely to progress to HF than those without the phenotype (43.80% vs. 4.50%, p < 0.001). Moreover, paradoxical pulsation was significantly correlated with HF (r = 0.34, p < 0.001).

Table 1 Patient baseline characteristics

Epicardial segmentation

In the epicardial segmentation model, the mean Dice scores of the training, validation, and test cohorts were 0.97, 0.96, and 0.96, respectively (Supplementary Fig. 1). In the test cohort, the lowest (0.94), middle (0.97), and highest Dice (0.98) scores were acquired. The segmentation with the lowest Dice could accurately identify the contour of the epicardium.

Classification model and validation of the DCNN model

Loss descent curve

Herein, we present a loss descent curve of validation and training data sets for training for onefold of the models in Fig. 3. Initially, the loss of both training and validation cohorts decreased. However, after 19 epochs, the loss of the training cohort reduced slowly, and the loss of the cohort did not decrease. According to our strategy, the model stopped training at the 69th epoch. The validation loss did not decrease again after 19 epochs. Hence, we selected the model at the 19th epoch with the minimum loss function of the validation as the final model to avoid overfitting.

Fig. 3
figure 3

The DCNN model converges in the process of the training. The value of the loss function decreased smoothly without large fluctuations in our validation and training data sets for training the best DCNN model

Overall performance and discrimination of the models

The AUCs of the Modelmulti-view of the training cohort, internal test set, and external test set were 0.97 (0.94–0.99), 0.91 (0.80–0.97), and 0.83 (0.69–0.92), respectively (p < 0.001) (Table 2).

Table 2 Diagnostic performance for three datasets in five models

In addition to our model with multiple views, 2- and 3-chamber of data were trained independently with ResNet50, termed Model2ch and Model3ch, respectively. The detailed results are shown in Table 2. The AUCs obtained by Model2ch alone were 0.97 (0.95–0.99), 0.89 (0.80–0.98), and 0.67 (0.52–0.82) on the training, internal, and external test cohorts, respectively, the AUCs obtained using the 3-chamber data were 0.99 (0.98–1.00), 0.89 (0.81–0.98), and 0.65 (0.48–0.83), respectively. Although the Model2ch or Model3ch could also achieve good results in the training cohort, the multiview model displayed better performance in the test cohort. Especially, on the external test set, the multiview model reached an AUC of 0.83 when that of the single-view model was  ≤ 0.70. Modelmulti-view achieved the highest sensitivity in the test cohort, 0.88 and 0.89 in the internal and external test cohorts, respectively, which was much higher than the Model2ch and Model3ch. This illustrated that the model combining 2-chamber and 3-chamber data was sensitive in discriminating the paradoxical pulsation and had a low rate of missed diagnosis, which was crucial for clinical diagnosis.

The current data are 3D, which recorded the cardiac structure and function over a period. Herein, we attempted to establish a 3D classification model called Modelmulti-view-3D to explore whether the model learning from the whole heart structure and function would have enhanced performance in paradoxical pulsation classification. The results are shown in Table 2. The AUCs for Modelmulti-view-3D were 0.99 (0.97–1.00), 0.87 (0.77–0.96), and 0.84 (0.74–0.95) in the training, internal, and external tests, which were not significantly different from the 2.5D model. Although the 3D model achieved the highest AUC on the external test set, its sensitivity to paradoxical pulsation was only 0.69, indicating that the model might have missed several patients with paradoxical pulsation.

While establishing Modelmulti-view, the fixed heart phase was selected from the end-diastolic and end-systolic images. Since we had a segmentation model of the epicardium, the area of each heart phase could be calculated based on the segmentation results, and accurate end-diastolic and end-systolic images could be collected. Therefore, we re-selected 2.5D images for modeling based on the segmentation results, and the results of the Modelmulti-view-seg are shown in Table 2. After correcting the images, the model improved on all metrics in the training and internal test cohorts with respect to the accuracy, specificity, and PPV on the internal test, to  > 0.9. This phenomenon confirmed an effective way to establish the model with end-diastolic and end-systolic images. However, the general performance of the model in an external test might be attributed to the segmentation model trained only with the internal data. Moreover, some differences were noted in the sequence parameters between the external and internal data, which might affect the segmentation results in the external test cohort.

In summary, the 2.5D model established using end-systolic and end-diastolic images combined with 2-chamber and 3-chamber images was efficient in paradoxical pulsation recognition. The diagnostic performance of different models for paradoxical pulsation classification in the training, internal, and external cohorts was evaluated from the test set (Fig. 4).

Fig. 4
figure 4

A In the training set, the AUC of Modelmulti-view was lower than that of Modelmulti-view_seg (p = 0.024), the AUC of Modelmulti-view was lower than that of model3ch (p = 0.039), and the AUC of Modelmulti-view_seg was higher than that of Model2ch (p = 0.014). B The differences among the models in the internal test were not significant. C In the external validation, the AUC of Modelmulti-view was higher than that of Modelmulti-view_seg (p = 0.029), the AUC of Modelmulti-view was higher than that of model3ch (p = 0.025), and the AUC of Modelmultiplied3D was higher than that of Model3ch (p = 0.020) and Model2ch (p = 0.004)

The comparison of the discrimination performance between the DCNN model and physicians in training revealed that the AUC of the DCNN for detection of paradoxical pulsation (0.91 (0.80–0.97)) in the internal test was significantly higher than that of physicians in training during the internal test (0.79 (0.66–0.89)) (p = 0.001), and was higher in the external test the AUC of DCNN (0.83 (0.69–0.92)) than that of physicians in training (0.72 (0.58–0.84)) (p = 0.039) (Fig. 5).

Fig. 5
figure 5

AUCs for DCNN and physician in training. A The AUC of DCNN for the internal test set was higher than that of a physician in training (0.91 (0.80–0.97)) and (0.79 (0.66–0.89), p = 0.001). B The AUC of DCNN for the external test set was higher than that of a physician in training (0.83 (0.68–0.92) and 0.72 (0.58–0.84), p = 0.039)

Discussion

This multicenter cohort of consecutive patients with isolated LAD culprit lesions that underwent CMR provided the following findings: (1) The objective DCNN model established in the current study was much more accurate in discriminating paradoxical movement with CMR cine images after anterior AMI compared to the physicians in training; (2) Compared to the model trained by 2-chamber or 3-chamber images alone or 3D multiview, our 2.5D multiview model combined the information of 2- and 3-chamber efficiently and obtain the highest diagnostic sensitivity.

Left ventricular paradoxical pulsation is defined as the left ventricular wall segments displaying paradoxical (dyskinetic) expansion at the systole and diastole or only at the systole [3, 21]. Mortality in the acute stage after AMI decreased over the past three decades; the main adverse impact was shifting from mortality to progressive left ventricular dysfunction and HF [25, 26]; the left ventricular paradoxical pulsation was significantly correlated with HF. Also, it is a manifestation of ventricular remodeling [27]. The left ventricle may undergo alterations in the structure, hemodynamics, and mechanics correlated to HF development and poor outcomes [28]. The increased wall stress in the remote myocardium may aggravate progressive LV dilation, eccentric hypertrophy, adverse remodeling, and HF [29, 30]. Both regional and global remodeling is correlated with the progression of paradoxical pulsation. Although global remodeling can be measured accurately, it is challenging to evaluate regional paradoxical pulsation.

The current study described an objective diagnostic model for LV paradoxical pulsation based on a deep learning algorithm. The DCNN model proposed in this study had better performance in discriminating paradoxical pulsation accurately and objectively with CMR cine images after AMI compared to physicians in training. Further improvements in the deep learning method may be achieved by the fusion of other imaging and clinical data. Thus, clinicians could further revise the diagnosis to improve the efficiency and accuracy based on the results of the DCNN model.

A previous study achieved accurate and fully automated CMR cine analysis on multivendor and multicenter data based on the DCNN algorithm [31]. Some studies proposed a deep learning method on non-contrast CMR cine images that enabled rapid qualification and quantification of chronic myocardial infarction [32]. DCNN can be trained with an echocardiogram to characterize LV wall motion abnormalities [33] and can identify the extent of LV diastolic dysfunction to discriminate against patients with HF [34]. Left ventricular paradoxical pulsation in patients with acute anterior MI was located in the anterior and septal walls. The hybrid model was highly sensitive when combining the morphological information of long-axis 2- and 3-chamber CMR cine images. However, it may lead to misdiagnosis if based on the isolated 2- or 3-chamber. Nonetheless, models trained by 2- and 3-chamber images multiplied by the corresponding epicardial mask predicted by the segmentation model displayed the best performance compared to the isolated 2-chamber or 3-chamber images. The differences in AUC among the different models in the internal test cohort were not significant, while the mixed models were better than that model using isolated 2- or 3-chamber views in the external test cohort.

DCNN is the most common type of deep neural network for image postprocessing [16]. The epicardial segmentation model based on deep learning was constructed from the 2- and 3-chamber cine images of the healthy controls. The epicardial segmentation model is useful in extracting the morphological information of the whole heart. Herein, we applied the segmentation model of the epicardium to calculate the minimum and maximum epicardial area from the images as the input of the 2.5D model to correct our model (Modelmulti-view_seg). The differences between the AUC of the 2.5D and the 3D models were not significant, while the 3D model demonstrated lower sensitivity and required more storage space and longer processing time; the 2.5D model may be more efficient. Next, the segmentation contours were corrected manually to avoid the inaccurate segmentation of the external test cohort due to the different parameters of the CMR images between the two centers. The AUC of the training and internal test cohorts increased, while in the external test cohort, the result of Modelmulti-view_seg decreased.

The classification performance was improved in the five models after being modified by the segmentation results of the external test cohort, although the differences were not significant. The training data of the segmentation model was small, with the possibility of overfitting. The model learned the noise of the internal data, leading to errors in the prediction of external data. Nonetheless, we could unify the distribution of the two data sets by histogram matching or add the training data of the segmentation model to overcome this deficiency. The results of the classification model suggested that the automated deep learning model can be used as a system to diagnose paradoxical pulsation and has a potential clinical value for the early detection of left ventricular paradoxical pulsation in AMI patients. This study also demonstrated the development of an automated and objective classification model for paradoxical pulsation based on a deep learning algorithm. The interpretation of paradoxical pulsation with CMR alone is observer-dependent and requires the experience of readers, while the deep learning algorithm is objective.

The outcomes of AMI patients with paradoxical pulsation remain controversial [5, 6, 35]. Paradoxical pulsation is associated with an adverse prognosis [5]. The paradoxical movement and progressive remodeling deteriorated the LV contractile function, thereby decreasing LVEF. Approximately 50% of patients with large or moderate paradoxical pulsation may have symptoms of HF [21]. Paradoxical pulsation can be complicated with HF, LVT, or ventricular tachycardia [36]. Systemic embolic events in patients with LVT and paradoxical pulsation tend to occur early after AMI. The early detection of paradoxical pulsation is critical for patients after AMI to achieve timely intervention.

Study limitations

Nevertheless, the current model has some limitations. Firstly, although we used data augmentation and early stopping to reduce overfitting in the modeling process, the small sample size for training and testing makes it challenging to highlight the performance improvements. However, in the current published studies, 311 patients with LAD culprit vessels underwent CMR imaging in acute and chronic stages. Secondly, the segmentation model is generated by a single-center training cohort, and there may be segmentation errors when applied to an external test cohort. The differences in the imaging parameters between the two hospitals are inevitable. Therefore, a larger and coincident data sample from multiple centers is essential to improve the DCNN model in future studies.

Conclusion

The DCNN model proposed in this study had better performance in discriminating left ventricular paradoxical pulsation accurately and objectively with CMR cine images after anterior AMI compared to the diagnosis of physicians in training. In addition, compared to the model trained by 2-chamber or 3-chamber images alone or 3D multiview, our 2.5D multiview model combined the information of 2- chamber and 3-chamber more efficiently and obtained the highest diagnostic sensitivity.