Literature DB >> 30801055

Deep learning cardiac motion analysis for human survival prediction.

Ghalib A Bello1, Timothy J W Dawes1,2, Jinming Duan1,3, Carlo Biffi1,3, Antonio de Marvao1, Luke S G E Howard4, J Simon R Gibbs2,4, Martin R Wilkins5, Stuart A Cook1,2,6, Daniel Rueckert3, Declan P O'Regan1.   

Abstract

Motion analysis is used in computer vision to understand the behaviour of moving objects in sequences of images. Optimising the interpretation of dynamic biological systems requires accurate and precise motion tracking as well as efficient representations of high-dimensional motion trajectories so that these can be used for prediction tasks. Here we use image sequences of the heart, acquired using cardiac magnetic resonance imaging, to create time-resolved three-dimensional segmentations using a fully convolutional network trained on anatomical shape priors. This dense motion model formed the input to a supervised denoising autoencoder (4Dsurvival), which is a hybrid network consisting of an autoencoder that learns a task-specific latent code representation trained on observed outcome data, yielding a latent representation optimised for survival prediction. To handle right-censored survival outcomes, our network used a Cox partial likelihood loss function. In a study of 302 patients the predictive accuracy (quantified by Harrell's C-index) was significantly higher (p = .0012) for our model C=0.75 (95% CI: 0.70 - 0.79) than the human benchmark of C=0.59 (95% CI: 0.53 - 0.65). This work demonstrates how a complex computer vision task using high-dimensional medical image data can efficiently predict human survival.

Entities:  

Keywords:  Heart Failure; Hypertension, Pulmonary; Machine Learning; Magnetic Resonance Imaging, Cine; Motion; Survival

Year:  2019        PMID: 30801055      PMCID: PMC6382062          DOI: 10.1038/s42256-019-0019-2

Source DB:  PubMed          Journal:  Nat Mach Intell        ISSN: 2522-5839


Introduction

Techniques for vision-based motion analysis aim to understand the behaviour of moving objects in image sequences.1 In this domain deep learning architectures have achieved a wide range of competencies for object tracking, action recognition, and semantic segmentation.2 Making predictions about future events from the current state of a moving three dimensional (3D) scene depends on learning correspondences between patterns of motion and subsequent outcomes. Such relationships are important in biological systems which exhibit complex spatio-temporal behaviour in response to stimuli or as a consequence of disease processes. Here we use recent advances in machine learning for visual processing tasks to develop a generalisable approach for modelling time-to-event outcomes from time-resolved 3D sensory input. We tested this on the challenging task of predicting survival due to heart disease through analysis of cardiac imaging. The motion dynamics of the beating heart are a complex rhythmic pattern of non-linear trajectories regulated by molecular, electrical and biophysical processes.3 Heart failure is a disturbance of this coordinated activity characterised by adaptations in cardiac geometry and motion that lead to impaired organ perfusion.4 For this prediction task we studied patients diagnosed with pulmonary hypertension (PH), characterised by right ventricular (RV) dysfunction, as this is a disease with high mortality where the choice of treatment depends on individual risk stratification.5 Our input data were derived from cardiac magnetic resonance (CMR) which acquires imaging of the heart in any anatomical plane for dynamic assessment of function. While explicit measurements of performance obtained from myocardial motion tracking detect early contractile dysfunction and act as discriminators of different pathologies,6, 7 we hypothesized that learned features of complex 3D cardiac motion would provide enhanced prognostic accuracy. A major challenge for medical image analysis has been to automatically derive quantitative and clinically-relevant information in patients with disease phenotypes. Our method employs a fully convolutional network (FCN) to learn a cardiac segmentation task from manually-labelled priors. The outputs are smooth 3D renderings of frame-wise cardiac motion which are used as input data to a supervised denoising autoencoder prediction network which we refer to as 4Dsurvival. The aim is to learn latent representations robust to noise and salient for survival prediction. We then compared our model to a benchmark of conventional human-derived volumetric indices and clinical risk factors in survival prediction.

Results

Baseline Characteristics

Data from all 302 patients with incident PH were included for analysis. Objective diagnosis was made according to haemodynamic and imaging criteria.5 Patients were investigated between 2004 and 2017, and were followed-up until November 27, 2017 (median 371 days). All-cause mortality was 28% (85 of 302). Table 1 summarizes characteristics of the study sample at the date of diagnosis. No subjects’ data were excluded.
Table 1

Patient characteristics at baseline (date of MRI scan). WHO, World Health Organization; BP, Blood pressure; LV, left ventricle; RV, right ventricle.

Characteristicn% or Mean ±SD
Age (years)62.9 ±14.5
Body surface area (m2)1.92 ±0.25
Male16956
Race
    Caucasian21571.2
    Asian72.3
    Black134.3
    Other289.3
    Unknown3912.9
WHO functional class
    I10
    II4515
    III21471
    IV4214
Haemodynamics
    Systolic BP (mmHg)131.5 ±25.2
    Diastolic BP (mmHg)75 ±13
    Heart rate (beats/min)69.8 ± 22.5
    Mean right atrial pressure (mmHg)9.9 ±5.8
    Mean pulmonary artery pressure (mmHg)44.1 ±12.6
    Pulmonary vascular resistance (Wood units)8.9 ±5.0
    Cardiac output (l/min)4.3 ±1.5
LV Volumetry
    LV ejection fraction (%)61 ± 11.1
    LV end diastolic volume index (ml/m)110 ± 37.4
    LV end systolic volume index (ml/m)44 ± 22.9
RV Volumetry
    RV ejection fraction (%)38 ± 13.7
    RV end diastolic volume (ml/m)194 ± 62
    RV end systolic volume (ml/m)125 ± 59.3
RV Strain
    Longitudinal (%)-16.8 ± 4.7
    Radial (%)+18.0 ± 4.4
    Circumferential (%)-9.6 ± 7.0

MR Image Processing

Automatic segmentation of the ventricles from gated CMR images was performed for each slice position at each of 20 temporal phases producing a total of 69,820 label maps for the cohort (Figure 1A). Image registration was used to track the motion of corresponding anatomic points. Data for each subject was aligned producing a dense model of cardiac motion across the patient population (Figure 1B) which was then used as an input to the 4Dsurvival network.
Figure 1

A) An example of an automatic cardiac image segmentation of each short-axis cine image from apex (slice 1) to base (slice 9) across 20 temporal phases. Data were aligned to a common reference space to build a population model of cardiac motion. B) Trajectory of right ventricular contraction and relaxation averaged across the study population plotted as looped pathlines for a sub-sample of 100 points on the heart (magnification factor of x4). Colour represents relative myocardial velocity at each phase of the cardiac cycle. A surface-shaded model of the heart is shown at end-systole. These dense myocardial motion fields for each patient were used as an input to the prediction network. LV, left ventricular; RV, right ventricular.

Predictive performance

Bootstrapped internal validation was applied to the 4Dsurvival and benchmark models. The apparent predictive accuracy for 4Dsurvival was C = 0.86 and the optimism-corrected value was C = 0.75 (95% CI: 0.70-0.79). The 4Dsurvival model out-performed benchmark models of volumetric CMR parameters (p = 0.0012): apparent predictive accuracy C =0.60 and optimism-adjusted C = 0.59 (95% CI: 0.53-0.65); myocardial strain parameters (p = 0.016): apparent predictive accuracy C = 0.64 and optimism-adjusted C = 0.61 (95% CI: 0.57-0.66); and a joint analysis of both imaging and clinical risk factors (p = 0.006): apparent predictive accuracy C = 0.66 and optimism-adjusted C = 0.64 (95% CI: 0.57-0.70). Figure 2 shows Kaplan-Meier plots which depict the survival probability estimates over time, stratified by risk groups defined by each model’s predictions (see Supplementary section for details). After bootstrap validation, a final model was created using the training and optimization procedure outlined in the Methods section (optimal hyperparameters for this model are summarized in Table 2).
Figure 2

Kaplan-Meier plots for A) a conventional parameter model using a composite of manually-derived volumetric measures, and B) a deep learning prediction model (4Dsurvival) whose input was time-resolved three dimensional models of cardiac motion. For both models, patients were divided into low- and high-risk groups by median risk score. Survival function estimates for each group (with 95% confidence intervals) are shown. For each plot, the Logrank test was performed to compare survival curves between risk groups (conventional parameter model: χ2 = 5.5, p = .019; 4Dsurvival: χ2 = 15.6, p < .0001)

Table 2

Hyperparameter search ranges for DL network (first column) and optimum hyperparameter values in final model (second column)

HyperparameterSearch RangeOptimized Value
  Dropout[0.1, 0.9]0.71
  # of nodes in hidden layers[75, 250]78
  Latent code dimensionality (h)[5, 20]13
  Reconstruction loss penalty (α)[0.3, 0.7]0.6
  Learning Rate[10−6, 10−4.5]10−4.86
  L1 regularization penalty[10−7, 10−4]10−5.65

Visualization of Learned Representations

To assess the ability of the 4Dsurvival network to learn discriminative features from the data, we examined the encoded representations by projection to 2D space using Laplacian Eigenmaps8 (Figure 3A). In this figure, each subject is represented by a point, the colour of which is based on the subject’s survival time, i.e. time elapsed from baseline (date of MRI scan) to death (for uncensored patients), or to the most recent follow-up date (for censored patients). Survival time was truncated at 7 years for ease of visualization. As is evident from the plot, our network’s compressed representations of 3D motion input data show distinct patterns of clustering according to survival time. Figure 3A also shows visualizations of RV motion for 2 exemplar subjects at opposite ends of the risk spectrum. We also assessed the extent to which motion in various regions of the RV contributed to overall survival prediction. Fitting univariate linear models to each vertex in the mesh (see Methods for full details), we computed the association between the magnitude of cardiac motion and the 4Dsurvival network’s predicted risk score, yielding a set of regression coefficients (one per vertex) that were then mapped onto a template RV mesh, producing a 3D saliency map (Figure 3B). These show the contribution from spatially distant but functionally synergistic regions of the RV in influencing survival in PH.
Figure 3

A) A 2-dimensional projection of latent representations of cardiac motion in the 4Dsurvival network labelled by survival time. A visualisation of RV motion is shown for two patients with contrasting risks. B) Saliency map showing regional contributions to survival prediction by right ventricular motion. Absolute regression coefficients are expressed on a log-scale.

Discussion

Machine learning algorithms have been used in a variety of motion analysis tasks from classifying complex traits to predicting future events from a given scene.9–11 We show that compressed representations of a dynamic biological system moving in 3D space offer a powerful approach for time-to-event analysis. In this example we demonstrate the effectiveness of a deep learning algorithm, trained to find correspondences between heart motion and patient outcomes, for efficiently predicting human survival. The traditional paradigm of epidemiological research is to draw insight from large-scale clinical studies through linear regression modelling of conventional explanatory variables, but this approach does not embrace the dynamic physiological complexity of heart disease.12 Even objective quantification of heart function by conventional analysis of cardiac imaging relies on crude measures of global contraction that are only moderately reproducible and insensitive to the underlying disturbances of cardiovascular physiology.13 Integrative approaches to risk classification have used unsupervised clustering of broad clinical variables to identify heart failure patients with distinct risk profiles,14, 15 while supervised machine learning algorithms can diagnose, risk stratify and predict adverse events from health record and registry data.16–18 In the wider health domain deep learning has achieved successes in forecasting survival from high-dimensional inputs such as cancer genomic profiles and gene expression data,19, 20 and in formulating personalised treatment recommendations.21 With the exception of natural image tasks, such as classification of skin lesions,22 biomedical imaging poses a number of challenges for machine learning as the datasets are often of limited scale, inconsistently annotated, and typically high-dimensional.23 Architectures predominantly based on convolutional neural nets (CNNs), often using data augmentation strategies, have been successfully applied in computer vision tasks to enhance clinical images, segment organs and classify lesions.24, 25 Segmentation of cardiac images in the time domain is a well-established visual correspondence task that has recently achieved expert-level performance with FCN architectures.26 Atlas-based analyses of cardiac geometry have demonstrated their value in disease classification and visualisation.27–29 Supervised principal components analysis of semi-automated segmentations has shown prognostic utility compared to conventional parameters,30 but requires human selection of anatomical features and relies on simple pre-defined motion characteristics. In this work we harness the power of deep learning for both automated image analysis and inference - learning features predictive of survival from 3D cardiac motion using non-linear data transformations. Autoencoding is a dimensionality reduction technique in which an encoder takes an input and maps it to a latent representation (lower-dimensional space) which is in turn mapped back to the space of the original input. The latter step represents an attempt to ‘reconstruct’ the input from the compressed (latent) representation, and this is done in such a way as to minimise the reconstruction error, i.e. the degree of discrepancy between the input and its reconstructed version. Our algorithm is based on a denoising autoencoder (DAE), a type of autoencoder which aims to extract more robust latent representations by corrupting the input with stochastic noise.31 While conventional autoencoders are used for unsupervised learning tasks we extend recent proposals for supervised autoencoders in which the learned representations are both reconstructive and discriminative.32–38 We achieved this by adding a prediction branch to the network with a loss function for survival inspired by the Cox proportional hazards model. A hybrid loss function, optimising the trade-off between survival prediction and accurate input reconstruction, is calibrated during training. The compressed representations of 3D motion predict survival more accurately than a composite measure of conventional manually-derived parameters measured on the same images and the improvement in performance is independent of clinical risk factors. The main limitation of our study is relying on internal validation to evaluate predictive performance, and so the next step towards implementation is to train on larger and more diverse multicentre patient groups using image data and other prognostic variables, before performing external validation of survival prediction in a clinical setting against a benchmark of established risk prediction scores.39 Autoencoders may be more prone to over-fitting than methods such as principal components analysis and are more computationally expensive to train. We mitigated over-fitting using dropout and L1 regularization, and reduced the input space by down-sampling spatially-correlated data. We used routinely-acquired clinical data and applied normalisation to compare motion acquired at different temporal resolutions. Improvement in performance may be achievable at higher temporal resolutions, but would also increase the dimension of the input data. CMR provides accurate assessment of cardiac function but other imaging modalities may offer complementary prognostic markers.40 Further enhancement in predictive performance may be achievable by modelling multiple observations over time, for instance using long short-term memory (LSTM) and other recurrent neural network architectures,41, 42 and handling independent competing risks.43 Our approach enables fully automated and interpretable predictions of survival from moving clinical images - a task that has not been previously achieved in heart failure or other disease domains. This fast and scalable method is readily deployable and could have a substantial impact on clinical decision making and understanding of disease mechanisms. Extending this approach to other conditions where motion is predictive of survival is only constrained by the availability of suitable training cases with known outcomes.

Methods

Study Population

In a single-centre observational study, we analysed data collected from patients referred to the National Pulmonary Hypertension Service at the Imperial College Healthcare NHS Trust between May 2004 and October 2017. The study was approved by the Heath Research Authority and all participants gave written informed consent. Criteria for inclusion were a documented diagnosis of Group 4 PH investigated by right heart catheterization (RHC) with a mean pulmonary artery pressure (mPAP) ≥25 mmHg and pulmonary capillary wedge pressure (PCWP) <15 mmHg; and signs of chronic thrombo-embolic disease present on either ventilation-perfusion scintigraphy or computed tomography pulmonary angiography.44 All patients were treated in accordance with current guidelines including medical and surgical therapy as clinically indicated.5

MR Image Acquisition, Processing and Computational Image Analysis

The CMR protocol has been previously described in detail.30 Briefly, imaging was performed on a 1.5 T Achieva (Philips, Best, Netherlands), using a standard clinical protocol based on international guidelines.45 The specific images analysed in this study were retrospectively-gated cine sequences, in the short axis plane of the heart, with a reconstructed spatial resolution of 1.3 x 1.3 x 10.0 mm and a typical temporal resolution of 29 ms. Images were stored on an open source data management system.46 Manual volumetric analysis of the images was independently performed by accredited physicians using proprietary software (cmr42, Circle Cardiovascular Imaging, Calgary, Canada) according to international guidelines with access to all available images for each subject and no analysis time constraint.47 The derived parameters included the strongest and most well-established volumetric and functional CMR findings for prognostication reported in disease-specific meta-analyses.48, 49 We developed a CNN combined with image registration for shape-based biventricular segmentation of the CMR images. The pipeline method has three main components: segmentation, landmark localisation and shape registration. Firstly, a 2.5D multi-task FCN is trained to effectively and simultaneously learn segmentation maps and landmark locations from manually labelled volumetric CMR images. Secondly, multiple high-resolution 3D atlas shapes are propagated onto the network segmentation to form a smooth segmentation model. This step effectively induces a hard anatomical shape constraint and is fully automatic due to the use of predicted landmarks from the network. We treat the problem of predicting segmentations and landmark locations as a multi-task classification problem. First, let us formulate the learning problem as follows: we denote the input training dataset by S = {(U, R, L), i = 1, …, N}, where N is the sample size of the training data, is the raw input CMR volume, are the ground truth region labels for volume U (N = 5 representing 4 regions and background), and are the labels representing ground truth landmark locations for U (N = 7 representing 6 landmark locations and background). Note that |U| = |R| = |L| stands for the total number of voxels in a CMR volume. Let W denote the set of all network layer parameters. In a supervised setting, we minimise the following objective function via standard (backpropagation) stochastic gradient descent (SGD): where α, β and γ are weight coefficients balancing the four terms. L(W) and L(W) are the region-associated losses that enable the network to predict segmentation maps. L(W) is the landmark-associated loss for predicting landmark locations. known as the weight decay term, represents the Frobenius norm on the weights W. This term is used to prevent the network from overfitting. The training problem is therefore to estimate the parameters W associated with all the convolutional layers. By minimising (1), the network is able to simultaneously predict segmentation maps and landmark locations. The definitions of the loss functions L(W), L(W) and L(W), used for predicting landmarks and segmentation labels, have been described previously.50 The FCN segmentations are used to perform a non-rigid registration using cardiac atlases built from >1000 high resolution images,51 allowing shape constraints to be inferred. This approach produces accurate, high-resolution and anatomically smooth segmentation results from input images with low through-slice resolution thus preserving clinically-important global anatomical features. The data were split in the ratio 70:30 for training and evaluation respectively. Motion tracking was performed for each subject using a 4D spatio-temporal B-spline image registration method with a sparseness regularisation term.52 The motion field estimate is represented by a displacement vector at each voxel and at each time frame t = 1, .., 20. Temporal normalisation was performed before motion estimation to ensure consistency across the cardiac cycle. Spatial normalisation of each patient’s data was achieved by registering the motion fields to a template space. A template image was built by registering the high-resolution atlases at the end-diastolic frame and then computing an average intensity image. In addition, the corresponding ground-truth segmentations for these high-resolution images were averaged to form a segmentation of the template image. A template surface mesh was then reconstructed from its segmentation using a 3D surface reconstruction algorithm. The motion field estimate lies within the reference space of each subject and so to enable inter-subject comparison all the segmentations were aligned to this template space by non-rigid B-spline image registration.53 We then warped the template mesh using the resulting non-rigid deformation and mapped it back to the template space. Twenty surface meshes, one for each temporal frame, were subsequently generated by applying the estimated motion fields to the warped template mesh accordingly. Consequently, the surface mesh of each subject at each frame contained the same number of vertices (18, 028) which maintained their anatomical correspondence across temporal frames, and across subjects (Figure 5).
Figure 5

The architecture of the segmentation algorithm. A fully convolutional network takes each stack of cine images as an input, applies a branch of convolutions, learns image features from fine to coarse levels, concatenates multi-scale features and finally predicts the segmentation and landmark location probability maps simultaneously. These maps, together with the ground truth landmark locations and label maps, are then used in the loss function (see Equation 1) which is minimised via stochastic gradient descent.

Characterization of right ventricular motion

The time-resolved 3D meshes described in the previous section were used to produce a relevant representation of cardiac motion - in this example of right-side heart failure limited to the RV. For this purpose, we utilized a sparser version of the meshes (down-sampled by a factor of ˜90) with 202 vertices. Anatomical correspondence was preserved in this process by utilizing the same vertices across all meshes. To characterize motion, we adapted an approach outlined in Bai et al (2015).54 This approach is used to produce a simple numerical representation of the trajectory of each vertex, i.e. the path each vertex traces through space during a cardiac cycle (see Figure 1B). Let (x, y, z) represent the Cartesian coordinates of vertex v (v = 1, .., 202) at the t time frame (t = 1, .., 20) of the cardiac cycle. At each time frame t = 2, 3, …, 20, we compute the coordinate-wise displacement of each vertex from its position at time frame 1. This yields the following one-dimensional input vector: Vector has length 11,514 (3 × 19 × 202), and was used as the input feature for our prediction network.

Network Design and Training

Our 4Dsurvival network structure is summarized in Figure 6. We aimed to produce an architecture capable of learning a low-dimensional representation of RV motion that robustly captures prognostic features indicative of poor survival. The architecture’s hybrid design combines a denoising autoencoder,55 with a Cox proportional hazards model (described below).56
Figure 6

The prediction network (4Dsurvival) is a denoising autoencoder that takes time-resolved cardiac motion meshes as its input (right ventricle shown in solid white, left ventricle in red). For the sake of simplicity two hidden layers, one immediately preceding and the other immediately following the central layer (latent code layer), have been excluded from the diagram. The autoencoder learns a task-specific latent code representation trained on observed outcome data, yielding a latent representation optimised for survival prediction that is robust to noise. The actual number of latent factors is treated as an optimisable parameter.

As before, we denote our input vector by ∈ ℝ, where d = 11,514, the input dimensionality. Our network is based on a DAE, an autoencoder variant which learns features robust to noise.55 The input vector feeds directly into the encoder, the first layer of which is a stochastic masking filter that produces a corrupted version of . The masking is implemented using random dropout,57 i.e. we randomly set a fraction m of the elements of vector to zero (the value of m is treated as an optimizable network parameter). The corrupted input from the masking filter is then fed into a hidden layer, the output of which is in turn fed into a central layer. This central layer represents the latent code, i.e. the encoded/compressed representation of the input. This central layer is referred to as the ‘code’, or ‘bottleneck’ layer. Therefore we may consider the encoder as a function ϕ(·) mapping the input ∈ ℝ to a latent code ϕ() ∈ ℝ, where d ≪ d (for notational convenience we consider the corruption step as part of the encoder). This produces a compressed representation whose dimensionality is much lower than that of the input (an undercomplete representation).58 Note that the number of units in the encoder’s hidden layer, and the dimensionality of the latent code (d) are not predetermined but, rather, treated as optimisable network parameters. The latent code ϕ() is then fed into the second component of the DAE, a multilayer decoder network that upsamples the code back to the original input dimension d. Like the encoder, the decoder has one intermediate hidden layer that feeds into the final layer, which in turn outputs a decoded representation (with dimension d matching that of the input). The size of the decoder’s intermediate hidden layer is constrained to match that of the encoder network, to give the autoencoder a symmetric architecture. Dissimilarity between the original (uncorrupted) input and the decoder’s reconstructed version (denoted here by ψ(ϕ())) is penalized by minimizing a loss function of general form L(, ψ(ϕ())). Herein, we chose a simple mean squared error form for L: where n represents the sample size. Minimizing this loss forces the autoencoder to reconstruct the input from a corrupted/incomplete version, thereby facilitating the generation of a latent representation with robust features. Further, to ensure that these learned features are actually relevant for survival prediction, we augmented the autoencoder network by adding a prediction branch. The latent representation learned by the encoder ϕ() is therefore linked to a linear predictor of survival (see equation 4 below), in addition to the decoder. This encourages the latent representation ϕ() to contain features which are simultaneously robust to noisy input and salient for survival prediction. The prediction branch of the network is trained with observed outcome data, i.e. survival/follow-up time. For each subject, this is time elapsed from MRI acquisition until death (all-cause mortality), or if the subject is still alive, the last date of follow-up. Also, patients receiving surgical interventions were censored at the date of surgery. This type of outcome is called a right-censored time-to-event outcome,59 and is typically handled using survival analysis techniques, the most popular of which is Cox’s proportional hazards regression model:56 Here, h(t) represents the hazard function for subject i, i.e the ‘chance’ (normalized probability) of subject i dying at time t. The term h0(t) is a baseline hazard level to which all subject-specific hazards h(t) (i = 1, …, n) are compared. The key assumption of the Cox survival model is that the hazard ratio h(t)/h0(t) is constant with respect to time (proportional hazards assumption).56 The natural logarithm of this ratio is modeled as a weighted sum of a number of predictor variables (denoted here by z, …, z), where the weights/coefficients are unknown parameters denoted by β1,…, β. These parameters are estimated via maximization of the Cox proportional hazards partial likelihood function: In the expression above, is the vector of predictor/explanatory variables for subject i, δ is an indicator of subject i’s status (0=Alive, 1=Dead) and R(t) represents subject i’s risk set, i.e. subjects still alive (and thus at risk) at the time subject i died or became censored ({j : t > t}). We adapt this loss function for our neural network architecture as follows: The term ′ denotes a (1 × d) vector of weights, which when multiplied by the d-dimensional latent code ϕ() yields a single scalar (′ϕ ()) representing the survival prediction (specifically, natural logarithm of the hazard ratio) for subject i. Note that this makes the prediction branch of our 4Dsurvival network essentially a simple linear Cox proportional hazards model, and the predicted output may be seen as an estimate of the log hazard ratio (see Equation 4). For our network, we combine this survival loss with the reconstruction loss from equation 3 to form a hybrid loss given by: The terms α and γ are used to calibrate the contributions of each term to the overall loss, i.e. to control the tradeoff between survival prediction versus accurate input reconstruction. During network training, they are treated as optimisable network hyperparameters, with γ chosen to equal 1 − α for convenience. The loss function was minimized via backpropagation. To avoid overfitting and to encourage sparsity in the encoded representation, we applied L1 regularization. The rectified linear unit (ReLU) activation function was used for all layers, except the prediction output layer (linear activation was used for this layer). Using the adaptive moment estimation (Adam) algorithm, the network was trained for 100 epochs with a batch size of 16 subjects. The learning rate is treated as a hyperparameter (see Table 2). During training, the random dropout (input corruption) was repeated at every backpropagation pass. The network was implemented and trained in the Python deep learning libraries TensorFlow60 and Keras,61 on a high-performance computing cluster with an Intel Xeon E5-1660 CPU and NVIDIA TITAN Xp GPU. The entire training process (including hyperparameter search and bootstrap-based internal validation [see subsections below]) took a total of 131 hours.

Hyperparameter Tuning

To determine optimal hyperparameter values, we utilized particle swarm optimization (PSO),62 a gradient-free meta-heuristic approach to finding optima of a given objective function. Inspired by the social foraging behavior of birds, PSO is based on the principle of swarm intelligence, which refers to problem-solving ability that arises from the interactions of simple information-processing units.63 In the context of hyperparameter tuning, it can be used to maximize the prediction accuracy of a model with respect to a set of potential hyperparameters.64 We used PSO to choose the optimal set of hyperparameters from among predefined ranges of values (summarized in Table 2). We ran the PSO algorithm for 50 iterations, at each step evaluating candidate hyperparameter configurations using 6-fold cross-validation. The hyperparameters at the final iteration were chosen as the optimal set. This procedure was implemented via the Python library Optunity.65

Model Validation and Comparison

Predictive Accuracy Metric

Discrimination was evaluated using Harrell’s concordance index,66 an extension of area under the receiver operating characteristic curve (AUC) to censored time-to-event data: In the above equation, the indices i and j refer to pairs of subjects in the sample and I() denotes an indicator function that evaluates to 1 if its argument is true (and 0 otherwise). Symbols η and η denote the predicted risks for subjects i and j. The numerator tallies the number of subject pairs (i, j) where the pair member with greater predicted risk has shorter survival, representing agreement (concordance) between the model’s risk predictions and ground-truth survival outcomes. Multiplication by δ restricts the sum to subject pairs where it is possible to determine who died first (i.e. informative pairs). The C index therefore represents the fraction of informative pairs exhibiting concordance between predictions and outcomes. In this sense, the index has a similar interpretation to the AUC (and consequently, the same range).

Internal Validation

In order to get a sense of how well our model would generalize to an external validation cohort, we assessed its predictive accuracy within the training sample using a bootstrap-based procedure recommended in the guidelines for Transparent Reporting of a multivariable model for Individual Prognosis Or Diagnosis (TRIPOD).67 This procedure attempts to derive realistic, ‘optimism-adjusted’ estimates of the model’s generalization accuracy using the training sample.68 Below, we outline the steps of the procedure: A prediction model was developed on the full training sample (size n), utilizing the hyperparameter search procedure discussed above to determine the best set of hyperparameters. Using the optimal hyperparameters, a final model was trained on the full sample. Then the Harrell’s concordance index (C) of this model was computed on the full sample, yielding the apparent accuracy, i.e. the inflated accuracy obtained when a model is tested on the same sample on which it was trained/optimized. A bootstrap sample was generated by carrying out n random selections (with replacement) from the full sample. On this bootstrap sample, we developed a model (applying exactly the same training and hyperparameter search procedure used in Step 1) and computed C for the bootstrap sample (henceforth referred to as bootstrap performance). Then the performance of this bootstrap-derived model on the original data (the full training sample) was also computed (henceforth referred to as test performance) For each bootstrap sample, the optimism was computed as the difference between the bootstrap performance and the test performance. Steps 2-3 were repeated B times (where B=100). The optimism estimates derived from Steps 2-4 were averaged across the B bootstrap samples and the resulting quantity was subtracted from the apparent predictive accuracy from Step 1. This procedure yields an optimism-corrected estimate of the model’s concordance index: Above, symbol refers to the concordance index of a model trained on sample s1 and tested on sample s2. The first term refers to the apparent predictive accuracy, i.e. the (inflated) concordance index obtained when a model trained on the full sample is then tested on the same sample. The second term is the average optimism (difference between bootstrap performance and test performance) over the B bootstrap samples. It has been demonstrated that this sample-based average is a nearly unbiased estimate of the expected value of the optimism that would be observed in external validation.68–71 Subtraction of this optimism estimate from the apparent predictive accuracy gives the optimism-corrected predictive accuracy.

Conventional Parameter model

As a benchmark comparison to our RV motion model, we trained a Cox proportional hazards model using conventional RV volumetric indices including RV end-diastolic volume (RVEDV), RV end-systolic volume (RVESV) and the difference between these measures expressed as a percentage of RVEDV, RV ejection fraction (RVEF) as survival predictors. We also trained a model on strain-related measures of mechanical function with tensors in the longitudinal, radial and circumferential directions.72 A last model was trained on both the CMR parameters and a set of clinical risk factors,73 that comprised age, sex, six minute walk distance, functional class and mPAP using the missForest algorithm to impute any missing values.74 To account for collinearity among these predictor variables, a regularization term was added to the Cox partial likelihood function: In the equation above, λ is a parameter that controls the strength of the penalty. The optimal value of λ was selected via cross-validation. Internal validation of these models was carried out using the bootstrap-based procedure outlined in the previous section. Model comparisons were carried out using the R package survcomp75 to compare concordance index measures (see supplementary materials for further details).

Model Interpretation

To facilitate interpretation of our 4Dsurvival network we used Laplacian Eigenmaps to project the learned latent code into two dimensions,8 allowing latent space visualization. Neural networks derive predictions through multiple layers of nonlinear transformations on the input data. This complex architecture does not lend itself to straightforward assessment of the relative importance of individual input features. To tackle this problem we used a simple regression-based inferential mechanism to evaluate the contribution of motion in various regions of the RV to the model’s predicted risk. For each of the 202 vertices in our RV mesh models we computed a single summary measure of motion by averaging the displacement magnitudes across 19 frames. This yielded one mean displacement value per vertex. This process was repeated across all subjects. Then we regressed the predicted risk scores onto these vertex-wise mean displacement magnitude measures using a mass univariate approach, i.e. for each vertex v (v = 1, …, 202), we fitted a linear regression model where the dependent variable was predicted risk score, and the independent variable was average displacement magnitude of vertex v. Each of these 202 univariate regression models was fitted on all subjects and yielded one regression coefficient representing the effect of motion at a vertex on predicted risk. The absolute values of these coefficients, across all vertices, were then mapped onto a template RV mesh to provide a visualization of the differential contribution of various anatomical regions to predicted risk.

Data and code availability

Algorithms, motion models and statistical analysis are publicly available on Github under a GNU General Public License.76 A training simulation is available as a Docker image with an interactive Jupyter notebook hosted on Code Ocean.77 Personal data are not available due to privacy restrictions.

Supplementary Material

We assess the performance of conventional linear dimensionality reduction in lieu of an autoencoder, and determine how varying the dimension and representation of the input data and the internal validation approach affect predictive performance. We also provide details of how the Kaplan-Meier plots were created and how differences in prediction model performance measures were assessed.
  46 in total

1.  Nonrigid registration using free-form deformations: application to breast MR images.

Authors:  D Rueckert; L I Sonoda; C Hayes; D L Hill; M O Leach; D J Hawkes
Journal:  IEEE Trans Med Imaging       Date:  1999-08       Impact factor: 10.048

2.  MissForest--non-parametric missing value imputation for mixed-type data.

Authors:  Daniel J Stekhoven; Peter Bühlmann
Journal:  Bioinformatics       Date:  2011-10-28       Impact factor: 6.937

3.  Temporal sparse free-form deformations.

Authors:  Wenzhe Shi; Martin Jantsch; Paul Aljabar; Luis Pizarro; Wenjia Bai; Haiyan Wang; Declan O'Regan; Xiahai Zhuang; Daniel Rueckert
Journal:  Med Image Anal       Date:  2013-05-16       Impact factor: 8.545

4.  survcomp: an R/Bioconductor package for performance assessment and comparison of survival models.

Authors:  Markus S Schröder; Aedín C Culhane; John Quackenbush; Benjamin Haibe-Kains
Journal:  Bioinformatics       Date:  2011-09-07       Impact factor: 6.937

5.  Phenomapping for novel classification of heart failure with preserved ejection fraction.

Authors:  Sanjiv J Shah; Daniel H Katz; Senthil Selvaraj; Michael A Burke; Clyde W Yancy; Mihai Gheorghiade; Robert O Bonow; Chiang-Ching Huang; Rahul C Deo
Journal:  Circulation       Date:  2014-11-14       Impact factor: 29.690

6.  Atlas-based quantification of cardiac remodeling due to myocardial infarction.

Authors:  Xingyu Zhang; Brett R Cowan; David A Bluemke; J Paul Finn; Carissa G Fonseca; Alan H Kadish; Daniel C Lee; Joao A C Lima; Avan Suinesiaputra; Alistair A Young; Pau Medrano-Gracia
Journal:  PLoS One       Date:  2014-10-31       Impact factor: 3.240

7.  Standardized image interpretation and post processing in cardiovascular magnetic resonance: Society for Cardiovascular Magnetic Resonance (SCMR) board of trustees task force on standardized post processing.

Authors:  Jeanette Schulz-Menger; David A Bluemke; Jens Bremerich; Scott D Flamm; Mark A Fogel; Matthias G Friedrich; Raymond J Kim; Florian von Knobelsdorff-Brenkenhoff; Christopher M Kramer; Dudley J Pennell; Sven Plein; Eike Nagel
Journal:  J Cardiovasc Magn Reson       Date:  2013-05-01       Impact factor: 5.364

8.  MRIdb: medical image management for biobank research.

Authors:  Mark Woodbridge; Gianlorenzo Fagiolo; Declan P O'Regan
Journal:  J Digit Imaging       Date:  2013-10       Impact factor: 4.056

Review 9.  Standardized cardiovascular magnetic resonance (CMR) protocols 2013 update.

Authors:  Christopher M Kramer; Jörg Barkhausen; Scott D Flamm; Raymond J Kim; Eike Nagel
Journal:  J Cardiovasc Magn Reson       Date:  2013-10-08       Impact factor: 5.364

10.  Correcting for optimistic prediction in small data sets.

Authors:  Gordon C S Smith; Shaun R Seaman; Angela M Wood; Patrick Royston; Ian R White
Journal:  Am J Epidemiol       Date:  2014-06-24       Impact factor: 4.897

View more
  44 in total

Review 1.  Artificial Intelligence and Machine Learning in Arrhythmias and Cardiac Electrophysiology.

Authors:  Albert K Feeny; Mina K Chung; Anant Madabhushi; Zachi I Attia; Maja Cikes; Marjan Firouznia; Paul A Friedman; Matthew M Kalscheur; Suraj Kapa; Sanjiv M Narayan; Peter A Noseworthy; Rod S Passman; Marco V Perez; Nicholas S Peters; Jonathan P Piccini; Khaldoun G Tarakji; Suma A Thomas; Natalia A Trayanova; Mintu P Turakhia; Paul J Wang
Journal:  Circ Arrhythm Electrophysiol       Date:  2020-07-06

2.  Cardioinformatics: the nexus of bioinformatics and precision cardiology.

Authors:  Bohdan B Khomtchouk; Diem-Trang Tran; Kasra A Vand; Matthew Might; Or Gozani; Themistocles L Assimes
Journal:  Brief Bioinform       Date:  2020-12-01       Impact factor: 11.622

3.  Survival prediction of patients suffering from glioblastoma based on two-branch DenseNet using multi-channel features.

Authors:  Xue Fu; Chunxiao Chen; Dongsheng Li
Journal:  Int J Comput Assist Radiol Surg       Date:  2021-01-18       Impact factor: 2.924

4.  Explainable Anatomical Shape Analysis Through Deep Hierarchical Generative Models.

Authors:  Carlo Biffi; Juan J Cerrolaza; Giacomo Tarroni; Wenjia Bai; Antonio de Marvao; Ozan Oktay; Christian Ledig; Loic Le Folgoc; Konstantinos Kamnitsas; Georgia Doumou; Jinming Duan; Sanjay K Prasad; Stuart A Cook; Declan P O'Regan; Daniel Rueckert
Journal:  IEEE Trans Med Imaging       Date:  2020-01-06       Impact factor: 10.048

5.  Sex and regional differences in myocardial plasticity in aortic stenosis are revealed by 3D model machine learning.

Authors:  Anish N Bhuva; Thomas A Treibel; Antonio De Marvao; Carlo Biffi; Timothy J W Dawes; Georgia Doumou; Wenjia Bai; Kush Patel; Redha Boubertakh; Daniel Rueckert; Declan P O'Regan; Alun D Hughes; James C Moon; Charlotte H Manisty
Journal:  Eur Heart J Cardiovasc Imaging       Date:  2020-04-01       Impact factor: 6.875

6.  Three-dimensional biventricular strains in pulmonary arterial hypertension patients using hyperelastic warping.

Authors:  Hua Zou; Shuang Leng; Ce Xi; Xiaodan Zhao; Angela S Koh; Fei Gao; Ju Le Tan; Ru-San Tan; John C Allen; Lik Chuan Lee; Martin Genet; Liang Zhong
Journal:  Comput Methods Programs Biomed       Date:  2020-01-17       Impact factor: 5.428

7.  From Code to Bedside: Introducing Predictive Intelligence to Interventional Oncology.

Authors:  Julius Chapiro; James S Duncan
Journal:  Radiol Artif Intell       Date:  2019-09-25

Review 8.  Applications of artificial intelligence in cardiovascular imaging.

Authors:  Maxime Sermesant; Hervé Delingette; Hubert Cochet; Pierre Jaïs; Nicholas Ayache
Journal:  Nat Rev Cardiol       Date:  2021-03-12       Impact factor: 32.419

9.  A deep-learning semantic segmentation approach to fully automated MRI-based left-ventricular deformation analysis in cardiotoxicity.

Authors:  By Julia Kar; Michael V Cohen; Samuel P McQuiston; Christopher M Malozzi
Journal:  Magn Reson Imaging       Date:  2021-02-08       Impact factor: 2.546

Review 10.  Artificial intelligence: improving the efficiency of cardiovascular imaging.

Authors:  Andrew Lin; Márton Kolossváry; Ivana Išgum; Pál Maurovich-Horvat; Piotr J Slomka; Damini Dey
Journal:  Expert Rev Med Devices       Date:  2020-06-16       Impact factor: 3.166

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.