Skip to main content

ORIGINAL RESEARCH article

Front. Cardiovasc. Med., 03 September 2021
Sec. Cardiovascular Imaging
Volume 8 - 2021 | https://doi.org/10.3389/fcvm.2021.730316

DeepStrain: A Deep Learning Workflow for the Automated Characterization of Cardiac Mechanics

Manuel A. Morales1,2 Maaike van den Boomen1,3,4 Christopher Nguyen1,4 Jayashree Kalpathy-Cramer1 Bruce R. Rosen1,2 Collin M. Stultz2,5,6 David Izquierdo-Garcia1,2 Ciprian Catana1*
  • 1Department of Radiology, Athinoula A. Martinos Center for Biomedical Imaging, Massachusetts General Hospital and Harvard Medical School, Boston, MA, United States
  • 2Harvard-MIT Division of Health Sciences and Technology, Cambridge, MA, United States
  • 3Department of Radiology, University Medical Center Groningen, University of Groningen, Groningen, Netherlands
  • 4Cardiovascular Research Center, Massachusetts General Hospital and Harvard Medical School, Boston, MA, United States
  • 5Department of Electrical Engineering and Computer Science, Massachusetts Institute of Technology, Cambridge, MA, United States
  • 6Division of Cardiology, Massachusetts General Hospital, Boston, MA, United States

Myocardial strain analysis from cinematic magnetic resonance imaging (cine-MRI) data provides a more thorough characterization of cardiac mechanics than volumetric parameters such as left-ventricular ejection fraction, but sources of variation including segmentation and motion estimation have limited its wider clinical use. We designed and validated a fast, fully-automatic deep learning (DL) workflow to generate both volumetric parameters and strain measures from cine-MRI data consisting of segmentation and motion estimation convolutional neural networks. The final motion network design, loss function, and associated hyperparameters are the result of a thorough ad hoc implementation that we carefully planned specific for strain quantification, tested, and compared to other potential alternatives. The optimal configuration was trained using healthy and cardiovascular disease (CVD) subjects (n = 150). DL-based volumetric parameters were correlated (>0.98) and without significant bias relative to parameters derived from manual segmentations in 50 healthy and CVD test subjects. Compared to landmarks manually-tracked on tagging-MRI images from 15 healthy subjects, landmark deformation using DL-based motion estimates from paired cine-MRI data resulted in an end-point-error of 2.9 ± 1.5 mm. Measures of end-systolic global strain from these cine-MRI data showed no significant biases relative to a tagging-MRI reference method. On 10 healthy subjects, intraclass correlation coefficient for intra-scanner repeatability was good to excellent (>0.75) for all global measures and most polar map segments. In conclusion, we developed and evaluated the first end-to-end learning-based workflow for automated strain analysis from cine-MRI data to quantitatively characterize cardiac mechanics of healthy and CVD subjects.

Introduction

Cardiac mechanics reflects the precise interplay between myocardial architecture and loading conditions that is essential for sustaining the blood pumping function of the heart. The ejection fraction (EF) is often used as a left-ventricular (LV) functional index, but its value is limited when mechanical impairment occurs without an EF reduction (1). Alternatively, tissue tracking approaches for strain analysis provide a more thorough characterization through non-invasive evaluation of myocardial deformation from echocardiography or cinematic magnetic resonance imaging (cine-MRI) data (2), and could be used to identify dysfunction before EF is reduced (3). Unfortunately, various sources of discrepancies have limited the wider clinical applicability of these techniques, including factors related to imaging modality, algorithm, and operator (4). More accurate measures could be obtained from tagging-MRI data widely regarded as the reference standard for strain quantification (5, 6), but use of these data is less common partly due to lack of available analysis tools, whereas echocardiography and cine-MRI data are ubiquitously acquired and analyzed in clinical practice.

Irrespective of algorithm or modality, e.g., speckle tracking for echocardiography or feature tracking for cine-MRI, the main challenge is to estimate motion within regions along the myocardial wall (2). Operator-related discrepancies are introduced when the myocardial wall borders are delineated manually, a time-consuming process that requires considerable expertise and results in significant inter- and intra-observer variability (7, 8). Automatic delineation approaches have been implemented within computational pipelines (9), but other factors related to motion tracking algorithms also influence strain assessment, including the appropriate selection of tuneable parameters whose optimal values can differ between patient cohorts and acquisition protocols [e.g., the size of the search region in block-matching methods (10)]. Further, these algorithms often make assumptions about the properties of the myocardial tissue [e.g., incompressible and elastic (11, 12)], or use registration methods to drive the solution toward an expected geometry. However, recent evidence has shown the validity of these assumptions varies between healthy and diseased myocardium (13, 14), suggesting these approaches may not accurately reflect the underlying biomechanical motion. Modality-related image quality could also complicate interpretation of abnormal strain values since these could reflect either real dysfunction or artifact-related inaccuracies, leading to some degree of subjectivity or non-conclusive results (3). Lastly, although automated segmentation and motion tracking commercial software is available for cardiac cine imaging, manual correction of delineated contours used for tracking is often required, resulting in significant variations in strain depending on segmentation procedure and type of commercial software (15).

Deep Learning (DL) methods have demonstrated the advantage of allowing real-world data guide learning of abstract representations that can be used to accomplish pre-specified tasks, and have been shown to be more robust to image artifacts than non-learning techniques for some applications (16, 17). DL segmentation methods have been proposed (1821) and implemented within strain computational pipelines (22, 23), and recent studies have shown that cardiac motion estimation can also be recast as a learnable problem (2428). These methods usually consist of an intensity-based loss function and a constrain term (24, 27), the latter using common machine learning techniques [e.g., L2 regularization of all learnable parameters (25)] or direct regularization of the motion estimates [e.g., smoothness penalty (24), anatomy-aware (28)]. However, none of these methods have considered the accuracy of myocardial strain as a design factor or have been applied to strain analysis.

We have recently developed a learning-based method for cardiac motion estimation that produces more accurate estimates than various techniques, including B-spline, diffeomorphic, and mass-preserving algorithms (29), and showed these estimates could potentially be used to detect regional dysfunction. Thus, incorporating our method within a strain analysis framework could potentially enable accurate, user-independent, and quantitative characterization of cardiac mechanics at a both global and regional level. While this framework could be based on echocardiography images (30), these data remain limited for strain mapping tasks by their low reproducibility of acquisition planes (4) and temporal stability of tracking patterns (31). In contrast, cine-MRI offers the most accurate and reproducible assessment of cardiac anatomy and function, thus providing a more thorough set of data for learning-based motion models.

We propose DeepStrain, a fast, automated workflow that derives global and regional strain measures from cine-MRI data by decoupling motion estimation and segmentation tasks. With decoupling, segmentations are not used for motion estimation during inference but rather to derive clinical parameters and to identify a cardiac coordinate system for strain analysis, further reducing the variability in strain directly related to segmentation. Although two-dimensional (2D) convolutional neural networks (CNN) for cardiac motion estimation from cine-MRI have been proposed (24, 26, 28, 32), DeepStrain is the first end-to-end learning based workflow for myocardial strain analysis from cine-MRI. In addition, motion predicted using 2D architectures could be influenced by out-of-plane motion during the cardiac cycle, resulting in overestimation of in-plane motion and reduced reproducibility (33). Instead, this paper describes a carefully designed strain quantification-specific 3D CNN that handles challenges associated with the anisotropic resolution of cine-MRI data. Our loss weighting strategy to find the optimal balance between motion regularization terms also differs from previous methods which have traditionally relied on registration techniques as indirect measures of motion accuracy (24, 26, 28, 32). Instead, we simulated cine-MRI data with corresponding ground-truth cardiac motion to identify the hyperparameters yielding accurate motion and strain estimates. The optimal trained configuration is online at https://github.com/moralesq/DeepStrain. Finally, this paper also provides a comprehensive assessment of the accuracy and repeatability of DeepStrain measures, a task that has been mostly ignored in the deep learning literature but is critical to clinical adoption (4).

Methods

Myocardial Strain Definitions

Strain represents percent change in myocardial length per unit length. The 3D analog for MRI is given by the Green-Lagrange strain tensor

E(t)=(u(t)+(u(t))T+(u(t))Tu(t))/2,    (1)

where u(t) denotes myocardial displacement from a fully-relaxed end-diastolic (ED) phase at t = 0, to a contracted frame at t >0. Radial and circumferential strain are the diagonal components of the tensor E evaluated in cylindrical coordinates. Strain rate (SR) is the time derivative of (1). The time of acquisition of each frame was extracted from the DICOM and was used to interpolate E(t), such that E(t) was defined at every millisecond. The time derivative was then evaluated using central differences and reported as change in strain per second with unit s−1.

Global strain is defined as the average of E over the whole LV myocardium (LVM) volume. Regional strain is defined as the average of E over the volume of specific LVM segments defined by the American Heart Association (AHA) polar map (34), which requires labels of the right ventricle to construct. Specific parameters based on timing and magnitude are extracted from the measures evaluated over a whole cardiac cycle: end-systolic strain (ESS), defined as the global strain value at end-systole (ES); systolic strain rate (SRs), defined as the peak (i.e., maximum) absolute value of global SR during systole; early-diastolic strain rate (SRe), defined as the peak absolute value of global SR during diastole. Although only radial and circumferential strain were analyzed in this study, DeepStrain is also capable of generating shear (Supplementary Section 1). The code used to construct the AHA polar maps is available in the repo online.

Centering, Segmentation, and Motion Estimation

DeepStrain (Figure 1) consists of a series of CNNs that perform three tasks: a ventricular centering network (VCN) for automated centering and cropping, a cardiac segmentation network (CarSON) to generate tissue labels, and a cardiac motion estimation network (CarMEN) to generate u. Estimates of u are used to calculate myocardial strain, and segmentations are used to derive volumetric parameters, identify a cardiac coordinate system for strain analysis, and generate tissue labels used for anatomical regularization of motion estimates at training time.

FIGURE 1
www.frontiersin.org

Figure 1. Overview of proposed DeepStrain workflow. VCN centers and crops the input pair of cine-MRI frames. Tissue labels generated by CarSON are used to build an anatomical model. Motion estimates derived from CarMEN are used to calculate strain measures, and these estimates are combined with the anatomical model to enable global and regional strain analyses.

All networks have a common encoder-decoder architecture consisting primarily of convolution, batch normalization (35), and PReLU (36) layers with residual connections (37). The specific architecture formulation and losses are discussed below and Supplementary Section 2.

VCN

Let Vt be a cine-MRI frame at time t defined over a n-D domain Ω⊂ℝn, and let v ∈Ω. VCN uses a single-channel array V with size 256 × 256 × 16 to generate a single-channel array Gpred of equal size, where Gpred corresponds to a Gaussian distribution with mean defined as the LVM center of mass. This approach models the uncertainty associated with the center location, specially in pathological cases, and enables automated generation of ground-truth labels when manual segmentation of uncropped images is available. VCN was trained using the mean square error (MSE) loss function

LMSE(Ggt,Gpred)=1|Ω|vΩ(G(v)Gpred(v))2,    (2)

where Ggt is the ground-truth Gaussian distribution. At inference, the input volume V is centered and cropped around the voxel with the highest value in Gpred to generate a new cropped array of size 128 × 128 × 16, which is then the input to CarSON and CarMEN.

CarSON

CarSON is a 2D architecture that uses single-channel images V of size 128 × 128 to generate a 4-channel segmentation Mpred of equal size, each channel corresponding to a label. We experimented with two different loss functions Lseg to train CarSON using the manual segmentations Mms: the pixel-wise categorical cross-entropy (CCE), and a multi-class Dice coefficient (MDC) loss function

LMDC(Mms,Mpred)=1Kk=032|vmskvpredk||vmsk|+|vpredk|,    (3)

where k∈ [0, 3] represents each of the tissue labels (i.e., background, RV, LVM, and LV), and vkM denotes all the pixels with label k.

CarMEN

CarMEN estimates the motion ut of the heart from V0 to Vt, i.e., for each voxel v∈Ω, ut(v) is an approximation of the myocardial displacement during contraction such that V0(v) and (ut°Vt)(v) correspond to similar cardiac regions. The operator ° refers to application of a spatial transform to Vt using ut via trilinear interpolation (38). Thus, CarMEN uses a 2-channel input volume consisting of two concatenated arrays with size 128 × 128 × 16 to generate a 3-channel array u of equal size, each channel representing the x, y, and z components of motion.

Although the current formulation of CarMEN shares some similarities with our previous work, we have made several design modifications that were specific for accurate strain quantification. Here a combination of three loss functions was used for training: first, we used an unsupervised loss function Lintensity that trains CarMEN using the input volumes and generated motion estimates

Lintensity(V0,Vt,ut)=1|Ω|vΩ|(V0(v)(ut°Vt)(v)|.    (4)

Second, we used a supervised function Lanatomical that leverages segmentations of the input volumes at training time to impose an anatomical constrain on the estimates

Lanatomical(M0,Mt,ut)= Lseg(M0,ut°Mt).    (5)

Third, smooth estimates were encouraged by using a diffusion regularizer

Lsmoothness(ut)=vΩut(v)·dr2    (6)

where dr is the spatial resolution of V. Thus, the loss function for CarMEN is a linear combination of (4), (5), and (6), weighted by λi, λa, λs, accordingly.

Some design variations were exclusive to estimation of motion from 3D cine-MRI frames. Convolution, pooling, and upscaling was implemented with 3 × 3 × kz operations, where kz could be set to either 1 or 3. For kz = 1, operations were carried out only in the x-y-plane to account for the low and varying z-resolution, different from 3D architectures for segmentation with 3 × 3 × 3 convolutions and in-plane-only pooling and upscaling (39). Thus, context in the z-dimension is aggregated through trilinear interpolation of Vt and Mt volumes in (4) and (5), and through application of 3D spatial gradients to u in (6). The spatial gradient in (6) also includes an additional term dr to account for differences between in-plane and slice resolution which was not used in (40). Lastly, we experimented with CCE and MDC implementations as anatomical constrains in (5).

At inference, the entire cycle of a single subject can be analyzed using sequential inputs

{(V0, Vt)}{t=0,1,,T} to derive {ut}{t= 0,1,,T}.

Experiments

Datasets

For development we used the Automated Cardiac Diagnosis Challenge (ACDC) dataset (41), consisting of cine-MRI data from 150 subjects evenly divided into five groups: healthy and patients with hypertrophic cardiomyopathy (HCM), abnormal right ventricle (ARV), myocardial infarction with reduced ejection fraction (MI), and dilated cardiomyopathy (DCM). These data were publicly available as train (n = 100) and test (n = 50) sets, with manual segmentations included for the train set only. For validation of motion and strain measures we used the Cardiac Motion Analysis Challenge (CMAC) dataset (42), consisting of paired tagging- and cine-MRI data from 15 healthy subjects. To assess intra-scanner repeatability, 10 healthy volunteers were recruited to undergo repeated scans on a 3T MRI scanner (Supplementary Section 3). All cine-MRI frames and corresponding segmentations were resampled to a 256 × 256 × 16 volume grid with 1.25 mm × 1.25 mm in-plane resolution and variable slice thickness (4–7 mm).

DeepStrain Implementation

For optimization experiments and final model training, all networks were trained in TensorFlow ver. 2.0 with Adam optimizer parameters beta 1, 2 = 0.9, 0.999, random initialization, batchsize = 80 (5 for CarMEN), and learning rate = 1e-4.

Design of a Strain Quantification-Specific CNN

Reported normal ranges of strain in healthy individuals using non-learning methods vary largely between the different deformation methodologies, limiting the clinical utility of strain measures (4). We used this concept as a heuristic in updating CarMEN, i.e., a useful design should minimize the variation in strain values in healthy individuals. To assess the impact of design choices on this heuristic, we separated the ACDC training set into two group-balanced train and test subsets, each with 50 subjects. We trained CarMEN for 300 epochs using two different layer operation sizes (i.e., 3 × 3 × kz with kz∈{1, 3}), and two different implementations of (5) (i.e., MDC and CCE). With kz = 3, comparison of losses showed that CCE leads to increased standard deviation in radial ESS in healthy train (n = 10) and test (n = 10) subjects, and large differences in the average radial ESS between training and testing sets (Figure 2). Multiple experiments with different regularization parameters showed similar results, and showed that setting kz = 1 reduces deviations in healthy strain (Supplementary Table 1). Thus, the new CarMEN design used 3 × 3 × 1 operations and was regularized using the MDC function.

FIGURE 2
www.frontiersin.org

Figure 2. Effect of anatomical regularization of motion estimates on strain on the ADCD dataset. Regularization with multiclass dice coefficient (MDC) and categorical crossentropy (CCE) functions result in different strain values in healthy subjects, shown as mean and standard deviation.

Novel Loss Weighting Strategy for Accurate Motion and Strain Estimation

Most proposed networks to-date have used registration terms such as (4) and (5) to indirectly assess the accuracy of ut on validation or test datasets. However, this approach is prone to errors since inaccurate and even unrealistic ut solutions can minimize these terms. To find an optimal balance between loss terms, we simulated 10 cardiac cine-MRI frames at ED and ES with known ground-truth motion using the MR-extended cardiac-torso (MRXCAT) (43, 44), a software phantom used extensively in imaging studies (45). The motion of the software phantom was modeled using gated patient 4D tagging data, producing highly realistic contracting and twisting motion of the normal heart that can be parameterized to generate population-wide characteristics, as previously described by us (29). We trained CarMEN with various regularization parameters for 300 epochs using 100 subjects from the ACDC training set, and tested the models on the MRXCAT data by evaluating the end-point error between ground-truth and predicted motion estimates within the LVM (Figure 3). Setting λs = 0 leads to highly irregular motion vectors (e.g., off by more than 90 degrees) relative to ground-truth. Setting the smoothness and anatomical weights to λs = λa = 0.1 leads to smoother and better aligned vectors, albeit with a slightly decreased magnitude. Increasing the anatomical weight to λa = 0.5 further improves the estimates by generating vectors with similar magnitude and orientation to the ground-truth. Quantitative measures of motion accuracy showed similar results across various regularization values, and these changes in motion estimation accuracy were reflected as bias changes in strain values (Figure 4). We found the optimal parameters to be λi = 0.01, λa = 0.5, λs = 0.1, which in addition resulted in low strain deviation in healthy subjects as described in the previous section (Supplementary Table 1). Thus, the optimal architecture and hyperparameters were selected based on both the ACDC (i.e., to assess strain deviation in healthy subjects) and XCAT (i.e., to assess motion and strain accuracy).

FIGURE 3
www.frontiersin.org

Figure 3. Qualitative effects of smoothing and anatomical regularization on the accuracy of motion estimates on the MRXCAT dataset. First row shows the predicted (black) motion estimates when the anatomical regularization is set to 0.5 and smoothing is set to 0. Relative to the ground-truth (red), these estimates are highly irregular. Increasing (third column) the smoothness to 0.1 and setting anatomical to 0.1 improves the direction of the estimates, but the magnitude is reduced. This is corrected by increasing anatomical regularization to 0.5 (fourth column).

FIGURE 4
www.frontiersin.org

Figure 4. Quantitative effects of regularization on the accuracy of motion and myocardial strain. (A,B) End-point-error on MRXCAT test data with ground-truth motion for CarMEN with varied (A) anatomical and (B) smoothing regularization parameters. (C,D) Bland-Altman plots of radial and circumferential end-systolic strain for two different anatomical regularization parameters, and smoothing set to 0.1.

Final Model Training

Ground-truth distributions for VCN were created using the manual segmentations. VCN and CarSON were trained using the ED and ES frames of the train set, as only these included ground-truth segmentations. This provided 200 training samples for VCN and 3200 for CarSON, the latter having more samples since it is a 2D architecture and all frames were resampled to a volume with 16 slices. VCN was tested by five-fold cross-validation, whereas the accuracy of CarSON was assessed by submitting the results to the challenge website. Once CarSON was trained, we generated segmentations of the test set to train CarMEN using the entire ACDC dataset, i.e., 100 subjects from the train set with manual segmentations and 50 from the test set with CarSON-predicted segmentations. Only the ED-ED and ED-ES pairs were used for training. The former pair is useful for the network to learn the identity transformation. Data augmentation included random rotations and translations, random mirroring along the x and y axes, and gamma contrast correction. All data augmentation was performed only in the x-y plane.

Evaluation Metrics

Segmentation and Motion Estimation

The CarSON-predicted and manual segmentations were compared using the Hausdorff distance (HD) and Dice Similarity Coefficient (DSC) metrics at both ED and ES. Accuracy of LV volumetric measures derived from segmentations, including ED volume (EDV), EF, and LVM, was assessed using the correlation, bias, and standard deviation metrics. The mean absolute error (MAE) for the LV EDV and LVM were also computed for comparison against the intra- and inter-observer variability reported by (41). RV labels were not analyzed since they were not used to assess cardiac function but rather to define the direction of the septal wall, which is needed to construct the LV strain polar maps with a normalize orientation between subjects. We compared our results to top-3 ranked methods published for the ACDC test set as these appear in the leader-board of the challenge (18, 20, 21, 39).

CMAC organizers defined 12 landmarks at intersections of gridded lines on tagging images at ED, one landmark p0 per wall (septal, inferior, lateral, interior) per ventricular level (basal, mid, septal). These landmarks were manually-tracked on tagging images by two observers over the cardiac cycle, and each position was transformed from tagging to cine coordinates using DICOM header information. We used the CarMEN motion estimates ut to automatically deform the landmarks at ED, and the accuracy was assessed using the in-plane end-point error (EPE) between deformed pt=ut°p0 and manually-tracked pt landmarks, defined by

EPE(p,p)=(pxpx)2+(pypy)2.    (7)

Due to temporal misalignment between the tagging and cine acquisitions, EPE was evaluated only at ES (t = tES). Specifically, let pij(t) denote the manually-tracked landmarks of subject i at frame t by observer j. The accuracy of CarMEN was assessed using the average EPE

AEPE=12ni=1nj=12EPE(pij(tES), ui(tES)p0).    (8)

Our results were compared to those reported by the four groups that responded to the challenge (42), MEVIS (46), IUCL (9), UPF (11), and INRIA (12, 47). All groups submitted tagging-based motion estimates, but only UPF and INRIA provided estimates based on cine-MRI.

Strain Validation and Intra-Scanner Repeatability

The tagging-MRI method with the lowest AEPE at ES was used as the reference for strain analysis. The tagging-MRI-based motion estimates were registered and resampled to the cine-MRI space. Global strain and SR values throughout the entire cardiac cycle were derived from the resampled estimates as described in (48). Global- and regional-based analyses were performed to assess the repeatability of measures from two acquisitions. Relative changes (RC) and absolute relative changes (aRC) were calculated, taking the first acquisition as the reference. ESS and SR were calculated for the global-based analysis, and for region-based analyses, ESS values were normalized using the AHA polar map, and both RC and aRC were evaluated for each of the segments in the polar map.

Statistics

For validation, Bland-Altman analysis was used to quantify agreement between predicted and tagging strain measures. We used the term bias to denote the mean difference and the term precision to denote the standard deviation of the differences, the latter computed with 1-degree of freedom. Differences were also assessed using a paired t-test with Bonferroni correction for multiple comparisons. For global- and regional-based analyses of strain intra-scanner repeatability, ICC estimates and their 95% confidence intervals (CI) were calculated based on a single-rating, absolute agreement, 2-way mixed-effects model. Analyses were performed on Python v3.4 with the statistical pingouin module (49).

Results

Segmentation and Motion Estimation

Centering, segmentation, and motion estimation for an entire cardiac cycle (~25 frames) was accomplished in <13 s on a 12GB GPU and <2.2 min on a 32 GB RAM CPU. VCN located the LV center of mass with a median error of 1.3 mm.

Training with a MDC loss function resulted in slightly more accurate segmentations compared to CCE (Supplementary Table 2), therefore the MDC-trained model was used for all remaining analyses. With this model, correlation of CarSON and manual LV volumetric measures was >0.98 across all measures (Table 1), and biases in EF (+0.25 ± 3.2%), ED (+0.76 ± 6.7 mL), and ES (+0.19 ± 5.8 mL) volumes, and mass (+1.4 ± 10.3 g) were not significant. Further, these biases were smaller than those obtained with other methods, which were positive for LV EDV (1.5–3.7 mL), negative for LVM (−2.1 to −2.9 g), and close to zero (±0.5%) for EF. Simantiris et al. (18) obtained the best precision for LV EF (2.7 vs. 3.2% variance with CarSON), EDV (4.6 vs. 6.7 mm), and LVM (6.5 vs. 10.3 g). Isensee et al. (39) obtained the best results on geometric metrics, i.e., lower HD for the LV (ED 5.5 vs. 5.7 mm; ES 6.9 vs. 7.7 mm) and LVM (7.0 vs. 8.1 mm; 7.3 vs. 9.2 mm), and higher DSC for the LVM (0.904 vs. 0.898; 0.923 vs. 0.913). The DSC for the LV was similar for all methods (~0.967, ~0.929). MAE for the LV EDV and LVM were 5.3 ± 4.1 mL and 6.8 ± 6.5 g.

TABLE 1
www.frontiersin.org

Table 1. State-of-the-art methods for left-ventricular segmentation shown at end-diastole (ED) and end-systole (ES) on the ACDC test set compared to proposed approach.

Figure 5A illustrates a representative example of the tagging and cine images from a CMAC subject. Landmarks defined at ED were deformed to ES using the CarMEN estimates and compared to manual tracking. Banding artifacts on cine images showed no clear effect on derived motion estimates or landmark deformation, as shown in ES (Figure 5A, yellow arrow) or throughout the whole cardiac cycle (see Supplementary Video 1). The manual tracking inter-observer variability was 0.86 mm (Figure 5B, dotted line). Within cine-based techniques, CarMEN (2.89 ± 1.52 mm) and UPF (2.94 ± 1.64 mm) had lower (p <0.001) AEPE relative to INRIA (3.78 ± 2.08 mm), but there was no significant difference between CarMEN and UPF. All tagging-based methods had lower AEPE compared to cine approaches, particularly MEVIS (1.58 ± 1.45 mm). Finally, we evaluated the AEPE of the motion vectors in 10 synthetic datasets to compare our results against our previous CarMEN implementation. The AEPE was 1.6 ± 0.1 mm (1.1 ± 0.4 pixels) at ED, 2.1 ± 0.1 mm (1.33 ± 0.03 pixels) at ES, and 1.8 ± 0.2 mm (1.20 ± 0.2 pixels) combined.

FIGURE 5
www.frontiersin.org

Figure 5. Validation of motion and strain using the CMAC dataset. (A) Landmarks at end-diastole (unfilled green) are manually-tracked (green) and deformed with CarMEN to end systole (red). Yellow arrow indicates a banding artifact. (B) Average end-point-error (AEPE) at end-systole between manual and CarMEN-deformed landmarks was assessed and compared to other methods. (C) MEVIS- (green) and DeepStrain-based (red) strain (top) and strain rate (SR, bottom) measures are compared.

Strain Analysis

Table 2 shows the normal ranges (mean [95% CI]) of strain derived from cine-MRI data for all healthy subjects, including subjects from the training, validation, and repeatability cohorts. Across datasets, DeepStrain generated values with narrow CI of ESS (circumferential: 1.1%, radial: 2.5%), SRs (0.13 s−1, 0.19 s−1), and SRe (0.14 s−1, 0.26 s−1). Specifically, circumferential and radial values across datasets were: −16.9% [−17.4 −16.3] and 23.2% [22 24.4] for ESS, −1.1 s−1 [−1.2 −1.1] and 1.4 s−1 [1.3 1.5] for SRs, and 0.80 s−1 [0.73 0.86] and −1.5 s−1 [−1.6 −1.3] for SRe, accordingly. These values were similar to tagging-based ones, although circumferential SRe from cine-MRI data was lower, mostly in the train set (0.7 ± 0.2 s−1).

TABLE 2
www.frontiersin.org

Table 2. Normal ranges of strain with DeepStrain in healthy subjects.

Comparison of tagging- and cine-based strain measures with matched subjects showed an overall agreement in timing and magnitude of strain and SR throughout the cardiac cycle, although there were visual differences in peak SR parameters (Figure 5C). Visual inspection of image artifacts on cine data showed no evidence that these artifacts affected strain values derived with DeepStrain (Supplementary Figure 1). Quantitative comparisons of tagging- and cine-based measures showed biases in circumferential ESS (−14.2 ± 2.2 vs. −15.3 ± 1.5%; bias −1.17 ± 2.93%), radial ESS (18.4 ± 5.1 vs. 19.7 ± 3.4%; +1.26 ± 5.37%), and SRe (−1.2 ± 0.5 vs. −1.4 ± 0.3; −0.21 ± 0.52 s−1) were not significantly different from zero (Supplementary Figure 2). However, there were larger differences (p < 0.01) in radial SRs (1.0 ± 0.2 vs. 1.3 ± 0.2 s−1; 0.32 ± 0.34 s−1), and circumferential SRs (−0.9 ± 0.1 vs. −1.2 ± 0.2 s−1; 0.30 ± 0.22 s−1) and SRe (1.2 ± 0.2 vs. 0.8 ± 0.1 s−1; 0.40 ± 0.23 s−1).

Global strain time series derived from repeated acquisitions are shown in Figure 6A. The overall bias in circumferential and radial ESS were 0.17 and −0.16%, accordantly. Average RC between parameters was less than ±1% for ESS and less than ±5% for peak SR (Table 3). Average aRC was ~5% for ESS (circumferential: 3.0 ± 2.0%; radial: 5.1 ± 5.8%), ~8% for SRs (8.0 ± 6.8%; 7.7 ± 4.0%), and ~10% for SRe (10.2 ± 7.8%; 9.2 ± 8.6%). Mean ICC values showed repeatability was good to excellent for ESS (0.75; 0.90), SRs (0.77, 0.91), and SRe (0.83, 0.84). The limits-of-agreement (LoA), which defines the interval where to find the expected differences in 95% of the cases assuming normally distributed data, were ~2 and ~6% for circumferential and radial ESS, and ~0.5 s−1 for SR measures. Average RC and aRC across regional segments were within ±2% for circumferential and ±5% for radial ESS, except in anterior segments (±8%) radially (Figure 6B). Regional mean ICC values showed good to excellent repeatability across all segments, except circumferentially near inferoseptal, inferior, and inferolateral walls were repeatability was moderate (Supplementary Table 3). LoAs showed that 95% of differences occurred within ~5 and ~10% intervals for circumferential and radial ESS.

FIGURE 6
www.frontiersin.org

Figure 6. Intra-scanner repeatability of global and regional myocardial strain measures on the MARTINOS dataset. (A) Circumferential (CIRC) and radial (RAD) strain and strain rate (SR) curves across time derived from two different acquisitions (ACQ). Four representative healthy subjects are shown, including the correspond cine images used for analyses. (B) Polar maps for all subjects were used to evaluate the relative change and absolute relative change across polar map segments. Circles represent peak systolic and early-diastolic strain values. Stars represent peak late-diastolic strain values.

TABLE 3
www.frontiersin.org

Table 3. Intra-scanner repeatability of global circumferential and radial end-systolic strain (ESS) measures.

Evaluation in Patients With Cardiovascular Disease

Regional measures of ESS averaged over patient population (Supplementary Figure 3), as well as global values of strain and SR across the cardiac cycle (Figure 7) for all 100 subjects in the ACDC train set showed progressive decline in strain values starting with HCM, followed by ARV, MI, and DCM. Specifically, relative to the healthy group, radial ESS was reduced in all patient populations. Radial systolic and early-diastolic SR were also reduced in all patient groups, except for systolic SR in HCM. Figure 8 shows both the cine-MRI image and the circumferential ESS polar map of a healthy subject and two patients with MI. Strain values in the healthy polar map have a homogeneous distribution. In contrast, in one MI patient the map indicates a diffused reduction, and inspection of the myocardium on the cine-MRI image shows an anteroseptal infarct that coincides in location with segments with more prominent decreases in strain. In a different MI patient with an infarct located in a similar septal region, strain changes are focal and localized to the anteroseptal wall.

FIGURE 7
www.frontiersin.org

Figure 7. Strain measures on the ACDC train set. Radial strain (Left) and strain rate (Right) across time is shown for healthy subjects and patients with hypertrophic cardiomyopathy (HCM), abnormal right ventricle (ARV), myocardial infarction (MI), and dilated cardiomyopathy (DCM).

FIGURE 8
www.frontiersin.org

Figure 8. Regional Strain: Diffused vs. focal abnormalities. Anatomical (top) and regional (bottom) circumferential end-systolic strain (ESS) for healthy and MI subjects. (A) Healthy strain is homogenously distributed. (B) MI subject shows diffused strain reduction with an MI in the anteroseptal region. (C) Different MI subject shows a focal decrease in the anteroseptal region co-localized with the infarcted region (red arrows). MI, myocardial infarction.

Discussion

In this study we developed a fast DL framework for strain analysis based on cine-MRI data that does not make assumptions about the underlying physiology, and we benchmarked its segmentation, motion, and strain estimation components against the state-of-the-art. We compared our segmentations to other DL methods, motion estimates to other non-learning techniques, and strain measures to a reference tagging-MRI technique. We also presented the intra-scanner repeatability of DeepStrain-based global and regional strain measures, and showed that these measures were robust to image artifacts in some cases. Global and regional applications were also presented to demonstrate the potential clinical utilization of our approach. Our work is the first to report within a single study the characterization, validation, and repeatability of a learning-based method for strain analysis.

Volumetric Measures

Segmentation from MRI data is a task particularly well-suited for CNNs given the excellent soft-tissue contrast, thus all top performing methods on the ACDC test set were based on DL approaches. Isensee et al. (39) had remarkable success on geometric metrics, but this and other approaches result in a systematic overestimation of the LV EDV and thus underestimation of LVM. In contrast, CarSON generated less biased measures of LV volumes and mass, which were not significant. Although Simantiris and Tziritas (18) obtained the most precise measures, possibly due to their extensive use of augmentation using image intensity transformations, across methods the precision of EF was within the ~3–5% (50) needed when it is used as an index of LV function in clinical trials (51). Lastly, we showed that the error in our measures of LV EDV and LVM was almost half the inter-observer (~10.6 mL, 12.0 g), and comparable to the intra-observer (~4.6 mL, 6.2 g) MAE reported in (41), but further investigations are required to assess the performance on more heterogeneous populations. Lastly, CarSON tends to perform better on DSC metrics compared to HD. This is mainly due to inclusion or exclusion of myocardium labels in most basal slides as described by Bernard et al. (41). However, the smoothing penalty used to train CarMEN reduces the impact on strain estimates by promoting smooth motion values across the myocardial tissue.

Strain Validation

The application of myocardial strain to quantify abnormal deformation in disease requires accurate definition of normal ranges. However, previously reported normal ranges vary largely between modalities and techniques, particularly for radial ESS (4). In this study we showed DeepStrain generated strain measures with narrow CI in healthy subjects from across three different datasets. Although direct comparison with the literature is difficult due to differences in the datasets, overall our strain measures agreed with several reported results. Specifically, circumferential strain is in agreement with studies in healthy participants based on tagging (−16.6%, n = 129) and speckle tracking echocardiography (−18%, n = 265) datasets (52, 53), as well a recently proposed (−16.7% basal, n = 386) tagging-based DL method (48). Our radial strain values are in agreement with some tagging-based studies (26.5%, n = 129; 23.8% basal, n = 386) (48, 52), but are lower than most reported values (4). This is a result of smoothing regularization used during training to prevent overfitting. However, lowering the regularization without increasing the size of the training set would lead to increased EPE and wider CI. SR measures derived with DeepStrain were also in good agreement with previous tagging-based studies (52).

The CMAC dataset enabled us to compare our results to non-learning methods using a common dataset. We found that AEPE at ES was lower with tagging-based techniques, reflecting the advantage of estimating cardiac motion from a grid of intrinsic tissue markers (i.e., grid tagging lines). Further, the tagging techniques also benefited from the fact that landmarks were placed near the center of the myocardial wall borders, whereas motion estimation from tagging data at the myocardial walls and in thin-walled regions of the LV is less accurate due to the spatial resolution of the tagging grid (4). In addition, some of the tagging-MRI images did not enclose the whole myocardium and some contained imaging artifacts, which resulted in strain artifacts toward the end of the cardiac cycle. Nevertheless, MEVIS-based motion estimates achieved the lowest AEPE at ES and thus represent a reliable reference for end-systolic strain measures. This performance could be a result of their image term (4) that penalizes phase shifts in the Fourier domain instead of intensity values, an approach that is less affected by desaturation. The UPF approach also achieved a low AEPE using multimodal integration and 4D tracking to leverage the strengths of both modalities and improve temporal consistency (11). Specific differences in motion and strain measures between MEVIS and other techniques were thoroughly discussed by Tobon-Gomez et al. (42).

Using MEVIS as the tagging reference standard, we found no significant differences in measures of circumferential of radial and ESS. Validation studies have shown similar [±1%, (5456)] or worse [±11% for radial, (55)] biases between cine feature tracking and tagging strain. However, these methods required manual contouring by an expert, whereas our method is fully-automatic. We found significant differences in SR measures between the two techniques that could be due to drift errors in the MEVIS implementation, i.e., errors that accumulate in sequential implementations in which motion is estimated frame-by-frame (42).

The AEPE on the synthetic dataset of 1.20 pixels was lower than our previously reported 1.7 pixels, which is expected as our previous implementation was not anatomically constrained. Although we did not observe considerable improvements in AEPE compared to tagging- and cine-based methods, an important advantage of our learning-based approach is the reduced computational complexity (~13 s in GPU) relative to the proposed MEVIS (1–2 h), IUCL (3–6 h), UPF (6 h), and INRIA (5 h) approaches (42). Specifically, because once trained our network does not optimize for a specific test subject (i.e., it does not iterate on the cine-data to generate the desired output), centering, segmentation, and motion estimation for the entire cardiac cycle can be accomplished much faster (<2 min in CPU). In addition, DeepStrain was trained on a relatively small dataset and was evaluated on data from different institutions and vendors, therefore its accuracy relative to non-learning methods could substantially improve through training with larger cohorts or application of data shift correction strategies. Furthermore, a joint optimization of segmentation and motion estimation CNNs could potentially improve the robustness of the workflow to undersampled data (24).

Strain Repeatability

In this study we also evaluated the intra-scanner repeatability of strain measures in 10 healthy subjects, an important aspect to consider when assessing the potential clinical utility of DeepStrain. Confidence intervals in circumferential and radial ESS were 0 ± 1% and 0 ± 3%, better than the intra-observer variability reported using feature tracking in 10 healthy adults (57). A more recent study in 100 healthy individuals reported intra- and inter-observer repeatability for circumferential (ICC intra: 0.88, ICC inter: 0.88) and radial ESS (0.82, 0.79), which were comparable to our results for circumferential ESS (0.75) and radial ESS (0.90) using only 10 subjects. Finally, our repeatability of SR measures was good to excellent, similar to that reported for healthy (n = 20) and patient (n = 60) populations (58). Thus, without requiring expert operators, DeepStrain achieved better or equal repeatability compared to feature tracking methods.

Potential Clinical Applications

DeepStrain could be applied in a wide range of clinical applications, e.g., automated extraction of imaging phenotypes from large-scale databases (59). Such phenotypes include global and regional strain, which are important measures in the setting of existing dysfunction with preserved EF (3). DeepStrain generated measures of global strain and SR over the entire cardiac cycle from a cohort of 100 subjects in <2 min. These results showed that radial SRe was reduced in patients with HCM and ARV, despite having a normal or increased LV EF. Decreased SRe with normal EF is suggestive of subclinical LV diastolic dysfunction, which is in agreement with previous findings (60, 61). Our results also showed DeepStrain-based maps could be used to characterize regional differences between groups.

At an individual level, we showed that in MI patients, polar segments with decreased circumferential strain matched myocardial regions with infarcted tissue. Further, we showed that the changes in regional strain due to MI can be both diffuse and focal. These abnormalities could be used to discriminate dysfunctional from functional myocardium (62), or as inputs for downstream classification algorithms (63). More generally, DeepStrain could be used to extract interpretable features (e.g., strain and SR) for DL diagnostic algorithms (64), which would make understanding of the pathophysiological basis of classification more attainable (65).

Study Limitations

A limitation of our study was the absence of important patient information (e.g., age), which would be needed for a more complete interpretation of our strain analysis results, for example to assess the differences in strain values found between the healthy subjects from the ACDC and CMAC datasets. Nevertheless, using publicly available data enables the scientific community to more easily reproduce our findings, and compare our results to other techniques. Another limitation was the absence of longitudinal analyses, i.e., longitudinal strain was not reported because it is normally derived from long-axis cine-MRI data not available in the training dataset. The size of the datasets is another potential limitation. The number of patients used for training is much smaller than the number of trainable parameters, potentially resulting in some degree of overfitting. To correct this, the training set for motion estimation could be expanded by validating the proposed segmentation network on more heterogeneous populations. The use of strain minimization deviation as a training heuristic also serves as a learning constrain but has not been validated, and could potentially prevent identification of subtle disease due to loss of sensitivity to abnormal strain. While our repeatability results were promising despite testing in only a small number of subjects, repeatability in patient populations was not shown. Further, reproducibility across sites and vendors was not assessed. In addition, the accuracy of the motion estimates on patient populations with regional dysfunction was not assessed, and we did not quantify the effect of dataset shift errors that might occur when applying our method to new datasets.

Conclusion

We developed an end-to-end learning-based workflow for strain analysis that is fast, operator-independent, and leverages real-world data instead of making explicit assumptions about myocardial tissue properties or geometry. This approach enabled us to derive strain measures from new data that were repeatable, and comparable to those derive from dedicated tagging data. These technical and practical attributes position DeepStrain as an excellent candidate for use in routine clinical studies or data-driven research.

Data Availability Statement

The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found at: https://github.com/moralesq.

Ethics Statement

The studies involving human participants were reviewed and approved by written consent was obtaining from all volunteers with approval of the institutional review board (2018P002912) and in agreement with the Health Insurance Portability and Accountability Act (HIPAA) at the Massachusetts General Hospital. The patients/participants provided their written informed consent to participate in this study.

Author Contributions

MM designed the workflow, performed data analysis, and drafted the manuscript. All other authors revised the drafted manuscript and contributed critical intellectual content. This manuscript has been revised and approved by all authors.

Funding

This work was supported in part by the U.S. National Cancer Institute under Grant 1R01CA218187-01A1.

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.

Acknowledgments

We acknowledge the support of NVIDIA Corporation with the donation of the Titan X Pascal GPU used for this research.

Supplementary Material

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

Abbreviations

ACDC, automated cardiac diagnosis challenge; AHA, American heart association; ARV, abnormal right ventricle; CCN, categorical cross-entropy; CMAC, cardiac motion analysis challenge; CarMEN, cardiac motion estimation network; CarSON, cardiac segmentation network; CNN, convolutional neural network; DCM, dilated cardiomyopathy; DL, deep learning; ED, end-diastole; EF, ejection fraction; EPE, end-point error; ES, end-systole; ESS, end-systolic strain; HCM, hypertrophic cardiomyopathy; LV, left-ventricular; LVM, left-ventricular myocardium; MDC, multi-class Dice coefficient; MI, myocardial infarction; MRI, magnetic resonance imaging; MRXCAT, magnetic resonance-extended cardiac-torso; RC, relative change; RV, right-ventricular; SR, strain rate; SRe, early-diastolic strain rate; SRs, systolic strain rate; VCN, ventricular centering network.

References

1. Konstam MA, Abboud FM. Ejection fraction: misunderstood and over-rated (changing the paradigm in categorizing heart failure). Circulation. (2017) 135:717–9. doi: 10.1161/CIRCULATIONAHA.116.025795

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Claus P, Omar AMS, Pedrizzetti G, Sengupta PP, Nagel E. Tissue tracking technology for assessing cardiac mechanics. JACC Cardiovasc Imaging. (2015) 8:1444–60. doi: 10.1016/j.jcmg.2015.11.001

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Smiseth OA, Torp H, Opdahl A, Haugaa KH, Urheim S. Myocardial strain imaging: how useful is it in clinical decision making? Eur Heart J. (2016) 37:1196–207. doi: 10.1093/eurheartj/ehv529

PubMed Abstract | CrossRef Full Text | Google Scholar

4. 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:605–19. doi: 10.1093/ehjci/jez041

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Osman NF, Sampath S, Atalar E, Prince JL. Imaging longitudinal cardiac strain on short-axis images using strain-encoded MRI. Magn Reson Med. (2001) 46:324–34. doi: 10.1002/mrm.1195

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Kim D, Gilson WD, Kramer CM, Epstein FH. Myocardial tissue tracking with two-dimensional cine displacement-encoded MR imaging: development and initial evaluation. Radiology. (2004) 230:862–71. doi: 10.1148/radiol.2303021213

PubMed Abstract | CrossRef Full Text | Google Scholar

7. Risum N, Ali S, Olsen NT, Jons C, Khouri MG, Lauridsen TK, et al. Variability of global left ventricular deformation analysis using vendor dependent and independent two-dimensional speckle-tracking software in adults. J Am Soc Echocardiogr. (2012) 25:1195–203. doi: 10.1016/j.echo.2012.08.007

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Schuster A, Stahnke V-C, Unterberg-Buchwald C, Kowallick JT, Lamata P, Steinmetz M, et al. Cardiovascular magnetic resonance feature-tracking assessment of myocardial mechanics: intervendor agreement and considerations regarding reproducibility. Clin Radiol. (2015) 70:989–98. doi: 10.1016/j.crad.2015.05.006

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Wenzhe Shi, Xiahai Zhuang, Haiyan Wang, Duckett S, Luong DVN, Tobon-Gomez C, et al. A comprehensive cardiac motion estimation framework using both untagged and 3-D tagged MR images based on nonrigid registration. IEEE Trans Med Imaging. (2012) 31:1263–75. doi: 10.1109/TMI.2012.2188104

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Pedrizzetti G, Claus P, Kilner PJ, Nagel E. Principles of cardiovascular magnetic resonance feature tracking and echocardiographic speckle tracking for informed clinical use. J Cardiovasc Magnet Res. (2016) 18:51. doi: 10.1186/s12968-016-0269-7

PubMed Abstract | CrossRef Full Text | Google Scholar

11. De Craene M, Piella G, Camara O, Duchateau N, Silva E, Doltra A, et al. Temporal diffeomorphic free-form deformation: application to motion and strain estimation from 3D echocardiography. Med Image Anal. (2012) 16:427–50. doi: 10.1016/j.media.2011.10.006

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Mansi T, Pennec X, Sermesant M, Delingette H, Ayache N. iLogDemons: a demons-based registration algorithm for tracking incompressible elastic biological tissues. Int J Comput Vis. (2011) 92:92–111. doi: 10.1007/s11263-010-0405-z

CrossRef Full Text | Google Scholar

13. Avazmohammadi R, Soares JS, Li DS, Eperjesi T, Pilla J, Gorman RC, et al. On the in vivo systolic compressibility of left ventricular free wall myocardium in the normal and infarcted heart. J Biomech. (2020) 107:109767. doi: 10.1016/j.jbiomech.2020.109767

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Kumar V, Ryu AJ, Manduca A, Rao C, Gibbons RJ, Gersh BJ, et al. Cardiac MRI demonstrates compressibility in healthy myocardium but not in myocardium with reduced ejection fraction. Int J Cardiol. (2021) 322:278–83. doi: 10.1016/j.ijcard.2020.08.087

PubMed Abstract | CrossRef Full Text | Google Scholar

15. Lim C, Blaszczyk E, Riazy L, Wiesemann S, Schüler J, von Knobelsdorff-Brenkenhoff F, et al. Quantification of myocardial strain assessed by cardiovascular magnetic resonance feature tracking in healthy subjects—influence of segmentation and analysis software. Eur Radiol. (2020) 31:3962–72. doi: 10.1007/s00330-020-07539-5

PubMed Abstract | CrossRef Full Text | Google Scholar

16. Zhu B, Liu JZ, Cauley SF, Rosen BR, Rosen MS. Image reconstruction by domain-transform manifold learning. Nature. (2018) 555:487–92. doi: 10.1038/nature25988

PubMed Abstract | CrossRef Full Text | Google Scholar

17. Dong P, Provencher B, Basim N, Piché N, Marsh M. Forget about cleaning up your micrographs: deep learning segmentation is robust to image artifacts. Microsc Microanal. (2020) 24(Suppl. 1):532–3. doi: 10.1017/S1431927620018231

CrossRef Full Text | Google Scholar

18. Simantiris G, Tziritas G. Cardiac MRI segmentation with a dilated CNN incorporating domain-specific constraints. IEEE J Sel Top Signal Process. (2020) 14:1235–43. doi: 10.1109/JSTSP.2020.3013351

CrossRef Full Text | Google Scholar

19. Isensee F, Jaeger PF, Full PM, Wolf I, Engelhardt S, Maier-Hein KH. Automatic cardiac disease assessment on cine-MRI via time-series segmentation domain specific features. In: Pop M, Sermesant M, Jodoin PM, Lalande A, Zhuang X, Yang G, Young A, Bernard O, editors. Statistical Atlases Computational Models of the Heart. ACDC MMWHS Challenges. Lecture Notes in Computer Science. Vol. 10663. Cham: Springer International Publishing (2017). p. 120–9. doi: 10.1007/978-3-319-75541-0_13

CrossRef Full Text | Google Scholar

20. Zotti C, Luo Z, Lalande A, Jodoin P-M. Convolutional neural network with shape prior applied to cardiac MRI segmentation. IEEE J Biomed Health Inform. (2019) 23:1119–28. doi: 10.1109/JBHI.2018.2865450

PubMed Abstract | CrossRef Full Text | Google Scholar

21. Baldeon Calisto M, Lai-Yuen SK. AdaEn-Net: an ensemble of adaptive 2D−3D fully convolutional networks for medical image segmentation. Neural Netw. (2020) 126:76–94. doi: 10.1016/j.neunet.2020.03.007

PubMed Abstract | CrossRef Full Text | Google Scholar

22. Hammouda K, Khalifa F, Abdeltawab H, Elnakib A, Giridharan GA, Zhu M, et al. A new framework for performing cardiac strain analysis from cine MRI imaging in mice. Sci Rep. (2020) 10:7725. doi: 10.1038/s41598-020-64206-x

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Puyol-Anton E, Ruijsink B, Bai W, Langet H, De Craene M, Schnabel JA, et al. Fully automated myocardial strain estimation from cine MRI using convolutional neural networks. In: 2018 IEEE 15th International Symposium on Biomedical Imaging (ISBI 2018). Washington, DC: IEEE (2018). p. 1139–43. doi: 10.1109/ISBI.2018.8363772

CrossRef Full Text | Google Scholar

24. Qin C, Bai W, Schlemper J, Petersen SE, Piechnik SK, Neubauer S, et al. Joint motion estimation segmentation from undersampled cardiac MR image. In: Knoll F, Maier A, Rueckert D, editors. Machine Learning for Medical Image Reconstruction. Lecture Notes in Computer Science. Cham: Springer International Publishing (2018). p. 55–63. doi: 10.1007/978-3-030-00129-2_7

CrossRef Full Text | Google Scholar

25. Qiao M, Wang Y, Guo Y, Huang L, Xia L, Tao Q. Temporally coherent cardiac motion tracking from cine MRI: traditional registration method and modern CNN method. Med Phys. (2020) 47:4189–98. doi: 10.1002/mp.14341

PubMed Abstract | CrossRef Full Text | Google Scholar

26. Yu H, Sun S, Yu H, Chen X, Shi H, Huang TS, et al. FOAL: fast online adaptive learning for cardiac motion estimation. In: 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). Seattle, WA: IEEE (2020). p. 4312–22. doi: 10.1109/CVPR42600.2020.00437

CrossRef Full Text | Google Scholar

27. de Vos BD, Berendsen FF, Viergever MA, Staring M, Išgum I. End-to-end unsupervised deformable image registration with a convolutional neural network. arXiv:170406065. (2017) 10553:204–12. doi: 10.1007/978-3-319-67558-9_24

PubMed Abstract | CrossRef Full Text | Google Scholar

28. Chen P, Chen X, Chen EZ, Yu H, Chen T, Sun S. Anatomy-aware cardiac motion estimation. arXiv:200807579. (2020). Available online at: http://arxiv.org/abs/2008.07579 (accessed December 11, 2020).

Google Scholar

29. Morales MA, Izquierdo-Garcia D, Aganj I, Kalpathy-Cramer J, Rosen BR, Catana C. Implementation and validation of a three-dimensional cardiac motion estimation network. Radiol Artif Intell. (2019) 1:e180080. doi: 10.1148/ryai.2019180080

PubMed Abstract | CrossRef Full Text | Google Scholar

30. Østvik A, Smistad E, Espeland T, Berg EAR, Lovstakken L. (2018) Automatic Myocardial Strain Imaging in Echocardiography Using Deep Learning. In: Stoyanov D, Taylor Z, Carneiro G, Syeda-Mahmood T, Martel A, Maier-Hein L, Tavares JMRS, Bradley A, Papa JP, Belagiannis V, Nascimento JC, Lu Z, Conjeti S, Moradi M, Greenspan H, Madabhushi A, editors. Deep Learning in Medical Image Analysis and Multimodal Learning for Clinical Decision Support. DLMIA 2018, ML-CDS 2018. Lecture Notes in Computer Science, Vol 11045. Cham: Springer. doi: 10.1007/978-3-030-00889-5_35

CrossRef Full Text | Google Scholar

31. Voigt J-U, Pedrizzetti G, Lysyansky P, Marwick TH, Houle H, Baumann R, et al. Definitions for a common standard for 2D speckle tracking echocardiography: consensus document of the EACVI/ASE/Industry Task Force to standardize deformation imaging. Eur Heart J Cardiovasc Imaging. (2015) 16:1–11. doi: 10.1093/ehjci/jeu184

PubMed Abstract | CrossRef Full Text | Google Scholar

32. Qin C, Bai W, Schlemper J, Petersen SE, Piechnik SK, Neubauer S, et al. Joint learning of motion estimation and segmentation for cardiac MR image sequences. arXiv:180604066 [cs]. (2018). Available online at: http://arxiv.org/abs/1806.04066 (accessed September 20, 2018).

Google Scholar

33. Liu B, Dardeer AM, Moody WE, Hayer MK, Baig S, Price AM, et al. Reference ranges for three-dimensional feature tracking cardiac magnetic resonance: comparison with two-dimensional methodology and relevance of age and gender. Int J Cardiovasc Imaging. (2017) 34:761–75. doi: 10.1007/s10554-017-1277-x

PubMed Abstract | CrossRef Full Text | Google Scholar

34. American Heart Association Writing Group on Myocardial Segmentation Registration for Cardiac Imaging, Cerqueira MD, Weissman NJ, Dilsizian V, Jacobs AK, Kaul S, et al. Standardized myocardial segmentation and nomenclature for tomographic imaging of the heart: a statement for healthcare professionals from the cardiac imaging committee of the council on clinical cardiology of the American Heart Association. Circulation. (2002) 105:539–42. doi: 10.1161/hc0402.102975

PubMed Abstract | CrossRef Full Text | Google Scholar

35. Ioffe S, Szegedy C. Batch normalization: accelerating deep network training by reducing internal covariate shift. arXiv:150203167 [cs]. (2015). Available online at: http://arxiv.org/abs/1502.03167 (accessed November 28, 2020).

Google Scholar

36. Xu B, Wang N, Chen T, Li M. Empirical evaluation of rectified activations in convolutional network. arXiv:150500853 [cs, stat]. (2015). Available online at: http://arxiv.org/abs/1505.00853 (accessed November 28, 2020).

Google Scholar

37. He K, Zhang X, Ren S, Sun J. Deep residual learning for image recognition. arXiv:151203385 [cs]. (2015). Available online at: http://arxiv.org/abs/1512.03385 (accessed November 28, 2020).

PubMed Abstract | Google Scholar

38. Jaderberg M, Simonyan K, Zisserman A, Kavukcuoglu K. Spatial transformer networks. arXiv:150602025 [cs]. (2015). Available online at: http://arxiv.org/abs/1506.02025 (accessed July 5, 2018).

Google Scholar

39. Isensee F, Jaeger P, Full PM, Wolf I, Engelhardt S, Maier-Hein KH. Automatic cardiac disease assessment on cine-MRI via time-series segmentation and domain specific features. arXiv:170700587 [cs]. (2018) 10663: doi: 10.1007/978-3-319-75541-0

CrossRef Full Text | Google Scholar

40. Balakrishnan G, Zhao A, Sabuncu MR, Guttag J, Dalca AV. VoxelMorph: a learning framework for deformable medical image registration. IEEE Trans Med Imaging. (2019) 38:1788–800. doi: 10.1109/TMI.2019.2897538

PubMed Abstract | CrossRef Full Text | Google Scholar

41. Bernard O, Lalande A, Zotti C, Cervenansky F, Yang X, Heng P-A, et al. Deep learning techniques for automatic MRI cardiac multi-structures segmentation and diagnosis: is the problem solved? IEEE Trans Med Imaging. (2018) 37:2514–25. doi: 10.1109/TMI.2018.2837502

PubMed Abstract | CrossRef Full Text | Google Scholar

42. Tobon-Gomez C, De Craene M, McLeod K, Tautz L, Shi W, Hennemuth A, et al. Benchmarking framework for myocardial tracking and deformation algorithms: an open access database. Med Image Anal. (2013) 17:632–48. doi: 10.1016/j.media.2013.03.008

PubMed Abstract | CrossRef Full Text | Google Scholar

43. Segars WP, Sturgeon G, Mendonca S, Grimes J, Tsui BMW. 4D XCAT phantom for multimodality imaging research: 4D XCAT phantom for multimodality imaging research. Med Phys. (2010) 37:4902–15. doi: 10.1118/1.3480985

PubMed Abstract | CrossRef Full Text | Google Scholar

44. Wissmann L, Santelli C, Segars WP, Kozerke S. MRXCAT: realistic numerical phantoms for cardiovascular magnetic resonance. J Cardiovasc Magnet Res. (2014) 16:63. doi: 10.1186/s12968-014-0063-3

PubMed Abstract | CrossRef Full Text | Google Scholar

45. Segars WP, Tsui BMW. MCAT to XCAT: the evolution of 4-d computerized phantoms for imaging research. Proc IEEE. (2009) 97:1954–68. doi: 10.1109/JPROC.2009.2022417

PubMed Abstract | CrossRef Full Text | Google Scholar

46. Tautz L, Hennemuth A, Peitgen H-O. Motion analysis with quadrature filter based registration of tagged MRI sequences. In: Camara O, Konukoglu E, Pop M, Rhode K, Sermesant M, Young A, editors. Statistical Atlases Computational Models of the Heart. Imaging Modelling Challenges. Lecture Notes in Computer Science. Berlin; Heidelberg: Springer Berlin Heidelberg (2011). p. 78–87. doi: 10.1007/978-3-642-28326-0_8

CrossRef Full Text | Google Scholar

47. McLeod K, Prakosa A, Mansi T, Sermesant M, Pennec X. An incompressible log-domain demons algorithm for tracking heart tissue. In: Camara O, Konukoglu E, Pop M, Rhode K, Sermesant M, Young A, editors. Statistical Atlases Computational Models of the Heart. Imaging Modelling Challenges. Lecture Notes in Computer Science. Berlin, Heidelberg: Springer Berlin Heidelberg (2011). p. 55–67. doi: 10.1007/978-3-642-28326-0_6

CrossRef Full Text | Google Scholar

48. Ferdian E, Suinesiaputra A, Fung K, Aung N, Lukaschuk E, Barutcu A, et al. Fully automated myocardial strain estimation from cardiovascular MRI–tagged images using a deep learning framework in the UK biobank. Radiol Cardiothor Imaging. (2020) 2:e190032. doi: 10.1148/ryct.2020190032

PubMed Abstract | CrossRef Full Text | Google Scholar

49. Vallat R. Pingouin: statistics in Python. JOSS. (2018) 3:1026. doi: 10.21105/joss.01026

CrossRef Full Text | Google Scholar

50. San Román JA, Candell-Riera J, Arnold R, Sánchez PL, Aguadé-Bruix S, Bermejo J, et al. Quantitative analysis of left ventricular function as a tool in clinical research. Theoretical basis and methodology. Rev Esp Cardiol. (2009) 62:535–51. doi: 10.1016/S1885-5857(09)71836-5

PubMed Abstract | CrossRef Full Text | Google Scholar

51. Kelly JP, Mentz RJ, Mebazaa A, Voors AA, Butler J, Roessig L, et al. Patient selection in heart failure with preserved ejection fraction clinical trials. J Am Coll Cardiol. (2015) 65:1668–82. doi: 10.1016/j.jacc.2015.03.043

PubMed Abstract | CrossRef Full Text | Google Scholar

52. Venkatesh BA, Donekal S, Yoneyama K, Wu C, Fernandes VRS, Rosen BD, et al. Regional myocardial functional patterns: quantitative tagged magnetic resonance imaging in an adult population free of cardiovascular risk factors: the multi-ethnic study of atherosclerosis (MESA): reference values of strain from tagged MRI. J Magn Reson Imaging. (2015) 42:153–9. doi: 10.1002/jmri.24749

PubMed Abstract | CrossRef Full Text | Google Scholar

53. Muraru D, Cucchini U, Mihăilă S, Miglioranza MH, Aruta P, Cavalli G, et al. Left ventricular myocardial strain by three-dimensional speckle-tracking echocardiography in healthy subjects: reference values and analysis of their physiologic and technical determinants. J Am Soc Echocardiogr. (2014) 27:858–71.e1. doi: 10.1016/j.echo.2014.05.010

PubMed Abstract | CrossRef Full Text | Google Scholar

54. Harrild DM, Han Y, Geva T, Zhou J, Marcus E, Powell AJ. Comparison of cardiac MRI tissue tracking and myocardial tagging for assessment of regional ventricular strain. Int J Cardiovasc Imaging. (2012) 28:2009–18. doi: 10.1007/s10554-012-0035-3

PubMed Abstract | CrossRef Full Text | Google Scholar

55. Augustine D, Lewandowski AJ, Lazdam M, Rai A, Francis J, Myerson S, et al. Global and regional left ventricular myocardial deformation measures by magnetic resonance feature tracking in healthy volunteers: comparison with tagging and relevance of gender. J Cardiovasc Magn Reson. (2013) 15:8. doi: 10.1186/1532-429X-15-8

PubMed Abstract | CrossRef Full Text | Google Scholar

56. Moody WE, Taylor RJ, Edwards NC, Chue CD, Umar F, Taylor TJ, et al. Comparison of magnetic resonance feature tracking for systolic and diastolic strain and strain rate calculation with spatial modulation of magnetization imaging analysis: CMR-feature tracking versus tagging. J Magn Reson Imaging. (2015) 41:1000–12. doi: 10.1002/jmri.24623

PubMed Abstract | CrossRef Full Text | Google Scholar

57. Lamy J, Soulat G, Redheuil A, Evin M, Mousseaux E, Kachenoura N. Inter-study repeatability of left ventricular strain measurement using feature tracking on MRI cine images. In: 2015 Computing in Cardiology Conference (CinC). Nice: IEEE (2015). p. 173–6. doi: 10.1109/CIC.2015.7408614

CrossRef Full Text | Google Scholar

58. Maceira AM, Tuset-Sanchis L, López-Garrido M, San Andres M, López-Lereu MP, Monmeneu JV, et al. Feasibility and reproducibility of feature-tracking-based strain and strain rate measures of the left ventricle in different diseases and genders: MR-FT measures of myocardial strain. J Magn Reson Imaging. (2018) 47:1415–25. doi: 10.1002/jmri.25894

PubMed Abstract | CrossRef Full Text | Google Scholar

59. Meyer HV, Dawes TJW, Serrani M, Bai W, Tokarczuk P, Cai J, et al. Genetic and functional insights into the fractal structure of the heart. Nature. (2020) 584:589–94. doi: 10.1038/s41586-020-2635-8

PubMed Abstract | CrossRef Full Text | Google Scholar

60. Chen S, Yuan J, Qiao S, Duan F, Zhang J, Wang H. Evaluation of left ventricular diastolic function by global strain rate imaging in patients with obstructive hypertrophic cardiomyopathy: a simultaneous speckle tracking echocardiography and cardiac catheterization study. Echocardiography. (2014) 31:615–22. doi: 10.1111/echo.12424

PubMed Abstract | CrossRef Full Text | Google Scholar

61. Marian AJ, Braunwald E. Hypertrophic cardiomyopathy: genetics, pathogenesis, clinical manifestations, diagnosis, and therapy. Circ Res. (2017) 121:749–70. doi: 10.1161/CIRCRESAHA.117.311059

PubMed Abstract | CrossRef Full Text | Google Scholar

62. Götte MJW, van Rossum AC, Twisk JWR, Kuijer JPA, Marcus JT, Visser CA. Quantification of regional contractile function after infarction: strain analysis superior to wall thickening analysis in discriminating infarct from remote myocardium. J Am Coll Cardiol. (2001) 37:808–17. doi: 10.1016/S0735-1097(00)01186-4

PubMed Abstract | CrossRef Full Text | Google Scholar

63. Zhang N, Yang G, Gao Z, Xu C, Zhang Y, Shi R, et al. Deep learning for diagnosis of chronic myocardial infarction on nonenhanced cardiac cine MRI. Radiology. (2019) 291:606–17. doi: 10.1148/radiol.2019182304

PubMed Abstract | CrossRef Full Text | Google Scholar

64. Zheng Q, Delingette H, Ayache N. Explainable cardiac pathology classification on cine MRI with motion characterization by semi-supervised learning of apparent flow. arXiv:181103433 [cs, stat]. (2019). Available online at: http://arxiv.org/abs/1811.03433 (accessed April 10, 2020).

PubMed Abstract | Google Scholar

65. Kampaktsis PN, Vavuranakis M. Diastolic function evaluation. JACC Cardiovasc Imaging. (2020) 13:336–7. doi: 10.1016/j.jcmg.2019.07.028

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: cine-MRI, deep learning, segmentation, motion estimation, myocardial strain

Citation: Morales MA, van den Boomen M, Nguyen C, Kalpathy-Cramer J, Rosen BR, Stultz CM, Izquierdo-Garcia D and Catana C (2021) DeepStrain: A Deep Learning Workflow for the Automated Characterization of Cardiac Mechanics. Front. Cardiovasc. Med. 8:730316. doi: 10.3389/fcvm.2021.730316

Received: 24 June 2021; Accepted: 10 August 2021;
Published: 03 September 2021.

Edited by:

Rene M. Botnar, King's College London, United Kingdom

Reviewed by:

Anastasia Nasopoulou, King's College London, United Kingdom
Fahmi Khalifa, Mansoura University, Egypt

Copyright © 2021 Morales, van den Boomen, Nguyen, Kalpathy-Cramer, Rosen, Stultz, Izquierdo-Garcia and Catana. 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: Ciprian Catana, ccatana@mgh.harvard.edu

These authors share senior authorship

Download