Personalized 4D Whole-Heart Mesh Reconstruction from Cine MRI via Multi-Scale Temporal Modeling and Differentiable Contour Rendering


Abstract

Accurate 4D whole-heart mesh reconstruction from sparse cine MRI is critical for creating cardiac digital twins, but remains challenging due to limited 2D slice coverage and the complex coupling between cardiac shape and motion. Existing methods often rely on intermediate contour fitting and typically reconstruct static, single-phase, or partial cardiac geometries, limiting their ability to capture full-chamber dynamics. We propose a novel end-to-end framework for reconstructing temporally resolved whole-heart meshes from multi-view 2D cine MRI sequences by learning an image-to-mesh mapping. The framework incorporates a differentiable contour renderer inspired by the Beer-Lambert attenuation principle, enabling anatomy-aware supervision of 3D+t mesh deformation through contour-based projection losses. To improve temporal consistency across the cardiac cycle, we further introduce a multi-scale temporal modeling module that integrates global cycle-level dynamics with local inter-frame coherence to generate smooth and physiologically plausible mesh trajectories. The proposed method achieved a whole-heart mean absolute error of 1.68 \(\pm\) 0.31 mm and a motion jitter of 0.77 \(\pm\) 0.17 \(\mathrm{mm}/\mathrm{frame}^{3}\), outperforming existing methods with lower reconstruction error and substantially improved motion smoothness. It also improved 2D contour alignment across multiple cine MRI views and supported downstream proof-of-concept electrophysiological simulation. The code will be released publicly upon acceptance of the manuscript for publication.

4D Whole Heart Reconstruction ,Cine MRI ,Multi-Scale Temporal Modeling ,Differentiable Rendering ,Cardiac Digital Twin

1 Introduction↩︎

Cardiovascular diseases remain the leading cause of mortality worldwide, making reliable assessment of cardiac structure and function essential for clinical diagnosis and therapeutic decision-making [1]. In this context, cardiac digital twin (CDT) technology has emerged as a powerful tool for creating patient-specific virtual heart models, enabling real-time visualization and analysis of the heart [2]. By offering detailed insights into the underlying mechanisms of the heart, CDT has the potential to revolutionize cardiac diagnosis and treatment [3], [4]. A typical CDT workflow consists of two key stages: anatomical twinning and functional twinning [5], [6]. Anatomical twinning involves extracting 3D heart geometry from images and identifying pathological regions when present. Considering the dynamic nature of cardiac motion, 4D (3D+t) geometry is typically required for a more comprehensive representation. Cine MRI can be used for this purpose, as it provides non-invasive visualization of cardiac anatomy and motion throughout the cardiac cycle. However, cine MRI typically acquires sparse and intersecting 2D image planes, i.e., short-axis (SAX) and long-axis (LAX) slices, leaving substantial spatial gaps that make accurate 4D cardiac geometry reconstruction highly challenging.

Conventional cine MRI based cardiac geometry reconstruction frameworks therefore generally consist of two steps, i.e., image segmentation, followed by mesh generation based on contours derived from the segmentation [7]. This is mainly because direct volumetric reconstruction from cine MRIs is challenging due to the inherent sparsity and anisotropy of the data. By first segmenting the cardiac structures, the extracted contours can serve as geometric constraints to guide the mesh generation. Nevertheless, traditional iso-surfacing algorithms, such as marching cubes, struggle to generate smooth and anatomically accurate meshes due to the irregular spacing and insufficient volumetric information in the input data. To solve this, many previous studies employed mesh adaptation approaches, such as template mesh deformation [8], [9], statistical shape model (SSM) [10], and B-spline surface reconstruction [11]. Furthermore, image interpolation based methods have also been applied to reconstruct high-resolution 3D geometry [12]. However, these techniques are labor-intensive and time-consuming, which significantly hinders their feasibility for real-time applications.

Recently, deep learning based methods have shown promising performance for efficient 3D cardiac geometry reconstruction [7], [13]. Similar to the conventional pipeline, these deep learning based methods generally rely on pre-generated segmentation and then directly convert sparse contours into 3D meshes via point/ shape completion network [14], [15], flow matching [16], or graph convolution network based template deformation [17], [18]. Furthermore, most studies focus only on partial cardiac anatomy, such as the left ventricular (LV) myocardium [13], [19], [20] or the biventricular model [14], [17], reducing their applicability to whole-heart functional twinning. Other approaches that achieve whole-heart reconstruction rely on high-resolution volumetric CT or MRI data [21], which are not part of standard clinical workflows. Most critically, recent frameworks that reconstruct from sparse 2D cine MRI primarily operate on static 3D shape at isolated cardiac phases [7], [15]. They failed to model the continuous temporal dynamics and the intrinsic coupling of cardiac shape and motion throughout the cycle. This omission limits the physiological fidelity required for dynamic simulations. In general, these work either rely on high-resolution volumetric images or solely reconstructed part of the whole heart or single phase of the heart.

In this study, we introduce a novel framework that reconstructs temporally resolved whole-heart meshes directly from sparse multi-view cine MRI by jointly learning shape and motion information. Given multi-view cine MRIs, the model can efficiently learn an image-to-mesh mapping between cine MRI representations and mesh deformation space. Specifically, we utilize the domain-specific autoencoder networks to extract the compact latent representations of both cine MRIs and the mesh sequences. Then, the mapping between the image and heart mesh sequences latent spaces can be learned to ensure the generated shapes align with the mesh deformation space. This study is a systematic extension of our previous conference work [22]. We provide more comprehensive quantitative functional evaluation, including quantitative assessment of ejection fraction and chamber volume. We also include external validation on the public dataset to assess cross-domain generalizability. More importantly, we demonstrate the feasibility of using the reconstructed whole-heart meshes as anatomical substrates for downstream in-silico electrophysiological (EP) simulation. The main contributions of this work include:

  1. We present a novel end-to-end image-to-mesh pipeline that reconstructs patient-specific 4D whole-heart meshes directly from multi-view 2D cine MRI sequences.

  2. We design a physics-inspired differentiable rendering loss, based on the Beer–Lambert law, which leverages multi-view 2D+t segmentation contours as direct supervision for 3D+t mesh reconstruction.

  3. We develop a multi-scale temporal modeling module that models high-dimensional image-sequence dynamics to produce a smooth and physiologically plausible latent trajectory for 4D mesh generation.

  4. We demonstrate the feasibility of using reconstructed whole-heart meshes for proof-of-concept EP simulation, supporting their potential integration into CDT workflows.

2 Related Work↩︎

2.1 3D Cardiac Reconstruction from Sparse 2D Medical Imaging↩︎

Reconstructing patient-specific 3D anatomy from sparse 2D observations is a persistent problem in cardiac image analysis across different modalities including echocardiography (echo), X-ray angiography, and MRI [23]. In echo, limited acoustic windows yield only a few intersecting 2D planes, from which the complete 3D cardiac anatomy must be inferred despite poor boundary visibility and speckle artifact [24], [25]. In biplane X-ray angiography, two near-orthogonal projections are used to reconstruct coronary vessel geometry, relying on epipolar constraints and vesselness priors to resolve depth ambiguity [26]. In sparse-slice MRI, where only a small number of slices are acquired, reconstructing complete anatomical surfaces requires strong regularization to fill unsampled regions [12]. Despite differences in imaging physics, these tasks share the challenge of reconstructing complete 3D anatomy from partial, view-dependent observations.

Traditional approaches for reconstructing cardiac anatomy from sparse 2D cine MRI generally follow a segmentation-to-shape pipeline, where SAX and LAX images are first converted into intermediate contours or shape observations and then used to fit statistical shape models [12], deform template meshes [11], or construct spline-based surfaces [10]. Although these methods provide explicit geometric constraints, their reconstruction quality depends heavily on hand-crafted shape fitting. More recent learning-based methods have introduced data-driven components into this pipeline, including volume super-resolution [27], point-to-mesh prediction [18], and shape deformation [17], [28]. However, many of these methods still rely on intermediate segmentations, contours, regular-grid representations, or point-cloud inputs, rather than directly reconstructing complete anatomical meshes from sparse multi-view cine MRI. Moreover, most approaches only focus on one or two ventricular structures [17], [29], providing an incomplete representation of the whole heart. Also, many learning based models rely on simulated SAX and LAX MRI slices from 3D images for training, which may limit their adaptability to real 2D cine MRI [17], [29], [30].

Figure 1: Illustration of the proposed multi-view cine-MRI based 4D whole heart mesh reconstruction framework. GCN: graph convolutional network; 2/ 3/ 4CH: 2/ 3/ 4-chamber; SAX: short-axis; FCN: fully convolutional network; GA: graph attention; LoRA: low-rank adaptation.

2.2 Cardiac Motion Modeling and Analysis↩︎

Cardiac motion analysis is fundamental for evaluating cardiac function and characterizing abnormal mechanical behavior [31]. Recovering myocardial deformation and chamber dynamics enables quantitative assessment of ejection fraction [32], strain [33], and other clinically relevant biomarkers that support diagnosis, risk stratification, and treatment planning [34]. Different imaging modalities offer complementary strengths for motion analysis. Echo provides high temporal resolution and broad clinical accessibility, with motion estimation typically performed by tracking speckle or intensity patterns, though challenges remain in out-of-plane motion handling and signal dropout [32], [35]. Tagged MRI embeds explicit magnetic tag patterns into the myocardium, allowing precise tracking of tissue displacement and strain across the cardiac cycle, though its specialized acquisition limits routine use [36]. In routine clinical practice, cine MRI is more commonly available than tagged MRI, offering dynamic anatomical information without specialized sequences [33], [34].

Depending on the representation, cine-based methods may estimate motion at the image, point cloud, or mesh level. At the image level, cine MRI motion tracking is commonly formulated as dense frame-to-frame or full-cycle motion estimation, either through registration-based alignment or optical-flow-based displacement recovery. Traditional registration methods recover cine MRI motion by spatially aligning image frames and estimating deformation fields under regularization or physical constraints [37], [38]. Optical-flow-based methods estimate cine MRI motion as dense pixel-wise displacement fields from local image correspondences or learned apparent-flow representations [36], [39]. Although image-level cine motion tracking can estimate dense pixel-wise displacement fields, it does not directly provide explicit anatomical surface trajectories or mesh-based geometric measurements such as vertex-wise correspondence, chamber-wise deformation, and time-resolved surface geometry [20], [40]. At the point-cloud level, cine-based cardiac motion modeling represents reconstructed cardiac surfaces as unordered 3D point sets and estimates anatomical deformation between cardiac phases. For example, point-cloud deformation has been used to model biventricular contraction and relaxation between end-diastolic and end-systolic phases from cine-derived cardiac point clouds [41]. However, because point clouds are unordered, they lack explicit surface connectivity and fixed vertex correspondence, which limits their direct use for topology-preserving cardiac surface motion tracking [42]. Among these, mesh-based motion reconstruction is particularly attractive because it preserves anatomical correspondence over time and enables direct analysis of chamber deformation, myocardial motion, and subject-specific functional biomarkers [43], [44]. Single-chamber mesh modeling has been explored by [19], who fitted personalized LV meshes to sparse cine MRI slices throughout the cardiac cycle to derive functional measurements specific to the LV such as volume and strain. A representative biventricular approach is DeepMesh, which estimates 3D cardiac mesh motion from multi-view cine MRI and preserves vertex correspondence across frames for ventricular motion analysis [20]. However, single- or biventricular mesh tracking only provides a partial representation of cardiac dynamics, limiting its ability to capture coordinated motion across the whole heart. Recently, [16] attempted to synthesis whole-heart cardiac motion using flow matching. Such synthesis-based methods mainly generate plausible motion patterns rather than reconstructing patient-specific anatomical dynamics directly constrained by cine MRI observations.

2.3 Whole-Heart Simulation for Cardiac Digital Twins↩︎

Digital twins have emerged as a powerful paradigm for personalized medicine, enabling in silico prediction of patient-specific cardiac function, treatment response, and disease progression [3], [4]. However, the majority of existing cardiac simulation studies have focused on isolated chambers, most commonly the ventricles, reflecting the relative maturity and clinical importance of ventricular modeling [5], [6], [45]. Atrial-only simulations, while increasingly studied in the context of arrhythmias such as atrial fibrillation, typically neglect atrioventricular coupling and the mechanical influence of ventricular contraction on atrial dynamics [46], [47]. Conversely, ventricular-only models often ignore the atria altogether, treating them as passive pressure boundary conditions or omitting them entirely. This compartmentalized approach fails to capture physiologically important atrioventricular interactions [48]. The gap persists because the atria exhibit thin-walled, complex trabeculated anatomy and are physiologically coupled to ventricular dynamics, making their inclusion computationally demanding and data-intensive. Furthermore, personalizing whole-heart models requires anatomical reconstructions of all four chambers, tissue property estimation across heterogeneous structures, and validation against multi-chamber functional data, all of which remain nontrivial. Consequently, advancing whole-heart digital twins to fully capture atrioventricular interaction remains an essential and still-evolving frontier in personalized cardiac modeling. Recently, several studies have taken important steps toward whole-heart simulation. For instance, [48] developed a biophysically detailed electromechanical model of the whole human heart that considers both atrial and ventricular contraction, incorporating patient-specific geometry, fiber architecture, and tissue properties to simulate coupled electromechanics across all four chambers. In parallel, [49] proposed a personalized virtual model of entire organ-scale electrophysiology of all four-chambers of the heart. More recently, [50] introduced a data-driven framework using latent neural ordinary differential equations to accelerate whole-heart electromechanical simulations, achieving substantial speedups while preserving biophysical fidelity. Despite these advances, whole-heart simulation remains computationally expensive and sensitive to parameter choices. Most existing methods rely on high-resolution volumetric imaging to construct detailed patient-specific meshes, and they typically assume the availability of dense 3D geometry at a single representative time point, with motion either prescribed or simulated from first principles rather than directly inferred from routine clinical acquisitions.

3 Methodology↩︎

Figure 1 (a) provides an overview of the proposed 4D whole heart reconstruction model, consisting of domain-specific feature extractors and latent dynamic mapping. To achieve 4D mesh reconstruction from cine MRI, we design a cross-domain mapping module to bridge the image domain and mesh domain (Sec. 3.1). U-Net and mesh VAE networks are employed to extract the compact latent representations of cine MRIs and mesh sequences, respectively. Additionally, a multi-scale temporal modeling module is introduced to capture cycle-level cardiac dynamics and inter-frame coherence (Sec. 3.2). Then, we employ a differentiable rendering to explicitly learn the spatial relationship among the 2D(+t) sparse cardiac segmentation and 3D(+t) mesh (Sec. 3.3). Finally, Sec. 3.4 presents the details of the reconstruction model for the personalized inference of 4D whole heart mesh.

3.1 Image-to-Mesh Latent Space Mapping via Anatomical Feature Alignment↩︎

For image feature extraction, we employ a pretrained cardiac U-Net [51] to extract the anatomy of cardiac chambers. Given multi-view cine sequences \(\{x_t^{2CH}, x_t^{3CH}, x_t^{4CH}, x_t^{SAX}\}_{t=1}^{T}\), the U-Net generates pixel-wise chamber segmentation masks \(\{S_t\}_{t=1}^{T}\) that explicitly delineate anatomical boundaries. The optimization of U-Net is supervised using Dice score loss between predicted and manually labeled cardiac regions: \[\label{eq:mesh95vae95loss} \mathcal{L}_{\mathrm{U-Net}} = 1 - Dice(S_t, \hat{S}_t).\tag{1}\] The obtained anatomical feature embeddings \(\mathbf{z}_t^{\text{anatomy}}\) from different views can be fused as the cardiac anatomical representation for downstream image-mesh mapping.

For mesh feature extraction, we use a pretrained mesh VAE to learn a comprehensive prior over both cardiac geometry and temporal dynamics. Each 4D mesh sequence \(\{M_t\}_{t=1}^{T}\) is represented as a sequence of spatial graphs \(\mathcal{G}_t=(\mathcal{V}_t,\mathcal{E})\), where \(\mathcal{V}_t\) denotes time-dependent vertex coordinates and \(\mathcal{E}\) denotes fixed mesh connectivity. The mesh VAE employs a hierarchical encoder-decoder architecture, as presented in Fig. 1 (b). A spatial graph convolutional network (GCN) branch captures local geometric structure, while a parallel graph attention branch, implemented via Exphormer [52], models long-range dependencies. The outputs of these branches are fused through a residual skip connection. The encoder comprises a series of mesh feature extraction blocks, each followed by downsampling to progressively reduce spatial resolution while expanding feature dimensions. Fixed downsampling matrices (\(\mathbf{D}_m\)), precomputed on the atlas surface mesh using the method in [53], transition among different resolution levels. At the bottleneck, the encoder maps the input mesh at time step \(t\) to parameters of a latent Gaussian distribution, i.e., \(\mathbf{z}_t^{\text{mesh}}\). The decoder mirrors this architecture, using upsampling matrices (\(\mathbf{U}_m\)) to reconstruct the mesh from the latent sample. The mesh VAE is optimized by minimizing: \[\label{ldsqfeoj} \mathcal{L}_{\mathrm{MeshVAE}} = \frac{1}{T} \sum_{t=1}^{T} \left\| M_t - \hat{M}_t \right\|^2 + \lambda_{KL} \, \mathcal{R}_{\mathrm{KL}},\tag{2}\] where \(M_t\) and \(\hat{M}_t\) represent the input and reconstructed mesh at time \(t\), and \(\mathcal{R}_{\mathrm{KL}}\) is the Kullback-Leibler (KL) divergence term.

The core of our approach is to learn an optimal mapping \(\mathcal{T}_{I\to M}\) between the anatomical embedding space \(\mathbf{z}^{\text{anatomy}}\) and the geometric embedding space \(\mathbf{z}^{\text{mesh}}\). For efficient adaptation, we use low-rank adaptation (LoRA) [54] applied to the decoder of mesh VAE (see Sec. 3.4). This design enables personalized 4D mesh reconstruction by mapping segmentation-based anatomical features to geometrically plausible mesh sequences through the learned latent correspondence, while maintaining the rich geometric priors encoded in the frozen mesh VAE components.

Figure 2: Multi-scale temporal modeling on the fused image features.

3.2 Multi-Scale Latent Dynamics Modeling for Temporal Coherence↩︎

Modeling clinically meaningful cardiac function requires capturing both cycle-level temporal patterns (global feature) and short-term inter-frame consistency (local feature). To address this requirement, we propose a multi-scale temporal (MST) modeling module, as shown in Fig. 1 (d). This framework operates on fused anatomical embeddings and explicitly models temporal evolution at multiple scales. At each time step \(t\), the anatomical latent embeddings \(\mathbf{z}_t^{\mathrm{anatomy}}\) from multiple imaging views (LAX and SAX) are fused via a multi-view module consisting of fully-connected layers and linear projection, yielding a unified representation \(\Phi_t^{\mathrm{image}}\). To preserve temporal ordering, sinusoidal positional encoding [55] is added to the fused latent sequence.

As illustrated in Fig. 2, our temporal modeling architecture employs two complementary branches. A global branch applies temporal self-attention to the stacked latent embeddings, with pooled outputs yielding a global motion descriptor \(\mathbf{g}\) that encodes sequence-wide temporal context. Simultaneously, a local branch enforces short-term consistency among neighboring frames through a sliding window mechanism. For each reference frame \(t\), neighboring frames within a temporal sliding window \(\mathcal{W}_t\) of total size \((2K+1)\) are grouped into three relative temporal categories: past frames \(\Phi_{\mathrm{previous}}=\{\Phi_{t-j}^{\mathrm{image}}\}_{j=1}^{K}\), the current frame \(\Phi_{\mathrm{current}}=\Phi_{t}^{\mathrm{image}}\), and future frames \(\Phi_{\mathrm{future}}=\{\Phi_{t+j}^{\mathrm{image}}\}_{j=1}^{K}\). This grouping enables modeling of direction-aware temporal dependencies. We define \(\Gamma\) as a multi-scale fusion module that jointly leverages the global features \(\mathbf{g}\) and the local neighborhood window \(\mathcal{W}_t\) to produce a temporally informed latent representation. This is implemented by feature-space stacking of sequence-level and sliding-window context, fused by a compact projection head. The complete temporal update is formulated as: \[\hat{\Phi}_t = \Gamma(\mathbf{g},\mathcal{W}_t),\; \Phi_t^{\mathrm{update}} = \Phi_t^{\mathrm{image}} + \delta \odot \hat{\Phi}_t,\] where \(\delta\) is a learnable residual gating vector that controls the integration of temporal information into the geometry-aware latent state.

3.3 Differentiable Rendering for Contour-Guided Mesh Optimization↩︎

Multi-view cine MRI captures cardiac anatomy through sparse view-specific planes, providing complementary yet inherently 2D observations of a 3D heart. To reconstruct a complete 4D mesh under such planar supervision, we require a differentiable coupling that translates vertex-to-plane distances into continuous per-view contributions, enabling stable contour-driven mesh refinement. Our approach is motivated by the physical principle of exponential attenuation described in the Beer-Lambert law [56], where transmitted light intensity diminishes exponentially with increasing path length through a medium. This provides a natural computational analogy: mesh vertices positioned near an imaging plane should exert stronger influence on the projected contour, while distant vertices contribute negligibly, with the influence decaying smoothly as distance increases.

As illustrated in Fig. 1 (c), for each anatomical view \(x \in \{\mathrm{2CH}, \mathrm{3CH}, \mathrm{4CH}, \mathrm{SAX}\}\), we extract the affine transformation from the fixed image header to recover the view-plane geometry \(\Pi^{\,x}\) in world coordinates. The predicted surface-mesh vertices \(\hat{\mathbf{v}}_t^{\,i}\) at time frame \(t\) are represented in the same coordinate system, where \(i\) indexes individual mesh vertices. Each imaging plane \(\Pi^{\,x}\) is parameterized by a point \(\mathbf{c}^{\,x}\) lying on the plane and a unit normal vector \(\mathbf{n}^{\,x}\), both defined in world coordinates. The perpendicular distance from a predicted vertex to this plane is computed as: \[D_t^{\,i,x} = \mathrm{dist}\!\left(\hat{\mathbf{v}}_t^{\,i},\,\Pi^{\,x}\right) = \left|\mathbf{n}^{\,x}\cdot\left(\hat{\mathbf{v}}_t^{\,i}-\mathbf{c}^{\,x}\right)\right|. \label{eq:vertex95plane95distance}\tag{3}\] Drawing upon the Beer-Lambert analogy, we transform these distances into plane-association probabilities \(p_t^{\,i,x}\) that quantify how strongly each vertex contributes to the projected view. A sigmoid-weighted distance function \(\ell_{\mathrm{sigmoid}}(\cdot)\) combined with exponential attenuation yields: \[p_t^{\,i,x} = 1 - \exp\!\left(-\mu\,\ell_{\mathrm{sigmoid}}(D_t^{\,i,x})\right), \label{eq:plane95prob}\tag{4}\] where \(\ell_{\mathrm{sigmoid}}(D)=\sigma\!\left(\alpha(\tau-D)\right)\) defines a decreasing proximity window with respect to the vertex-to-plane distance. Here, \(\alpha\) controls the steepness of the sigmoid transition, \(\tau\) determines the effective slab thickness around the imaging plane, and \(\mu\) controls the saturation strength of the exponential attenuation. Vertices close to the imaging plane therefore obtain higher association probabilities, whereas geometrically distant vertices are smoothly down-weighted. The sigmoid window provides a smooth differentiable transition around the imaging plane, while the exponential term controls how strongly this proximity response is converted into a plane-association probability. These vertex-wise probabilities are then projected onto their respective view planes and aggregated to construct probability maps \(P_t^{\,x}\). This aggregation mechanism ensures that vertices in close proximity to the imaging plane contribute prominently, while geometrically distant vertices are progressively suppressed, naturally emphasizing the anatomical contours visible in each slice. The differentiable rendering (DR) objective is formulated as: \[\mathcal{L}_{\mathrm{DR}} = \sum_{x} \mathcal{L}_{\mathrm{boundary}}(P_t^{\,x}, S_t^{\,x}), \label{eq:dr95loss}\tag{5}\] where \(\mathcal{L}_{\mathrm{boundary}}\) implements the boundary constraint proposed in [57], and \(S_t^{\,x}\) represents the ground-truth segmentation mask for view \(x\) at time \(t\). This loss is computed across all temporal frames, providing dense supervisory signals throughout the cardiac cycle. The boundary loss formulation is particularly appropriate here, as it operates on contour distances rather than requiring pixel-wise classification, aligning naturally with our contour-based supervision paradigm.

3.4 Personalized Inference of 4D Whole-Heart Mesh↩︎

During inference, the image encoder \(f_e^{\mathrm{I}}\) is kept frozen. The learned image-to-mesh mapping \(\mathcal{T}_{I\to M}\), which encodes MST features, serves as a conditioning signal to the mesh decoder \(f_d^{\mathrm{M}}\) for generating subject-specific, temporally coherent 4D whole-heart meshes. The generation process is formulated as: \[\label{eq:inference} \hat{M} = \mathrm{LoRA}\!\left(f_{d}^{\mathrm{M}}\right) \Big( \mathcal{T}_{I\to M} \big( f_{e}^{\mathrm{I}}(I) \big) \Big),\tag{6}\] where \(\mathrm{LoRA}(\cdot)\) denotes the low-rank adaptation blocks integrated into the linear layers of the mesh decoder to enable parameter-efficient adaptation under a fixed backbone [54]. The two modality-specific feature extractors (\(f^{\mathrm{I}}\) for image and \(f^{\mathrm{M} }\) for mesh) are trained independently. To ensure geometric regularity of the predicted surface, we employ an edge-length regularizer \(\mathcal{L}_{\mathrm{edge}}\) and a normal-consistency regularizer \(\mathcal{L}_{\mathrm{norm}}\). \(\mathcal{L}_{\mathrm{edge}}\) discourages abnormal stretching or shrinkage by penalizing variations in edge lengths, while \(\mathcal{L}_{\mathrm{norm}}\) stabilizes local surface orientation by regularizing face normals [58]. The reconstruction fidelity is measured by the mean squared error \(\mathcal{L}_{\mathrm{MSE}}\) between the predicted mesh \(\hat{M}\) and the ground-truth mesh \(M\). Combined with the regularizer \(\mathcal{L}_{\mathrm{DR}}\) defined in Eq. 5 , the total optimization objective is: \[\label{eq:total95loss} \begin{align} \mathcal{L}_{\text{total}} = &\, \lambda_{\mathrm{MSE}}\,\mathcal{L}_{\mathrm{MSE}}(\hat{M},\, M) + \lambda_{\mathrm{DR}}\,\mathcal{L}_{\mathrm{DR}} \\ &+ \lambda_{\mathrm{edge}}\,\mathcal{L}_{\mathrm{edge}} + \lambda_{\mathrm{norm}}\,\mathcal{L}_{\mathrm{norm}}, \end{align}\tag{7}\] where \(\lambda_{\mathrm{MSE}}\), \(\lambda_{\mathrm{DR}}\), \(\lambda_{\mathrm{edge}}\), and \(\lambda_{\mathrm{norm}}\) are weighting coefficients balancing the respective loss terms.

4 Experiments and Results↩︎

4.1 Data Acquisition and Pre-Processing↩︎

We collected 222 multi-view cine MRI scans from post myocardial infarction (MI) patients at the National University Hospital (NUH) in Singapore. Each patient has up to two sets of scans, with a time interval of approximately 6 months to 12 months. Specifically, the set includes a stack of SAX balanced steady-state free precession (bSSFP) cine MRI and three LAX cine sequences (2-, 3-, and 4-chamber views), acquired using Siemens 3T scanner. The SAX cine sequences consist of 7 to 14 slices across 25 frames. All images were cropped into a unified size of 150 \(\times\) 150 centering at the heart region, with intensity normalization via Z-score. The dataset was randomly divided into 155 training, 10 validation, and 67 test samples. To avoid data leakage, all data from a single patient were kept within the same data split (training, validation, or testing).

Quantitative results of whole-heart and cardiac substructure mesh reconstruction. LV: left ventricle; RV: right ventricle; LA: left atrium; RA: right atrium; MAE: mean absolute error; MSE: mean squared error.

Summary of 2D contour results of predicted mesh on different views. DR: differentiable rendering; MCD: Mean Contour Distance; BF: Boundary F-score.

4.2 Ground Truth and Evaluation Metrics↩︎

Cine MRI segmentation was first derived from an automated pipeline [59] followed by manual refinement to ensure segmentation quality. The manual refinement was performed by a well-trained biomedical engineering student using ITK-SNAP and double checked by a senior expert. These refined segmentations were subsequently resampled into an aligned world coordinate system to form a sparse 3D volume, which is fed into the atlas-deformation process introduced by [60] to produce a dense 3D segmentation label map. By leveraging the fixed affine correspondence between the volume space and the surface mesh vertices of atlas, the dense label map was projected onto a unified high-resolution template to generate topology-consistent whole-heart surface meshes. Each mesh consists 88,424 vertices and 176,828 faces and includes five anatomical components, namely LV, LV myocardium (Myo), right ventricle (RV), left atrium (LA), and right atrium (RA). This surface mesh was then served as the ground truth whole heart mesh.

For evaluation, we employed vertex-wise Mean Absolute Error (MAE) and Mean Squared Error (MSE) computed between the reference and predicted whole-heart surface meshes. Chamfer Distance (CD) and Hausdorff Distance (HD) were additionally reported for shape similarity assessment, and per-mesh inference time was measured for computational comparison. Furthermore, Mean Contour Distance (MCD) and boundary F-score (BF) were reported between the reference and predicted contours for each view, where MCD measures the average contour distance and BF quantifies boundary alignment [61], [62]. \({E}_{{vol}}\) was reported as the whole-heart volumetric error (mL), averaged over frames, using the absolute volume difference. Mesh jitter (\({J}_{m}\)) measured the temporal smoothness of vertex trajectories over time [63], [64]. For each 4D heart mesh data, chamber volumes were computed over time and the ejection fraction (EF) correlation has also been used as a measurement.

4.3 Implementation Details↩︎

The framework was implemented in PyTorch, running on a computer with a 13th Gen Intel(R) Core(TM) i9-13980HX CPU and an NVIDIA GeForce RTX 4090D GPU. We used the Adam optimizer to update the network parameters via stochastic gradient decent. The balancing parameters in Sec. 3.4 are set as follows: \(\lambda_{\mathrm{MSE}} = 10\), \(\lambda_{\mathrm{DR}} = 5\), \(\lambda_{\mathrm{edge}} = 0.8\), and \(\lambda_{\mathrm{norm}} = 0.8\). We pretrained the MeshVAE for 350 epochs using a learning rate of \(1 \times 10^{-4}\). For image–mesh mapping, we trained the model for 400 epochs using the Adam optimizer with a learning rate of \(5 \times 10^{-5}\) and a batch size of 4. The temporal sliding window size is set to 5 with \(K = 2\). The learning rate for LoRA applied to the pretrained mesh decoder is set to 1e-5.

Figure 3: Illustration of whole-heart reconstruction quality of two representative cases. (a) Reconstructed 3D whole heart geometry at different cardiac phases and views. (b) Corresponding volume curves of reconstructed cardiac chambers.
Figure 4: Illustration of chamber volume curves (mean \pm std) of ground truth and predicted whole heart mesh. MST: multi-scale temporal.
Figure 5: Correlation between predicted and reference ventricular functional indices. Pearson correlation coefficient (r) is reported in each panel. Dashed grey lines indicate identity, and solid red lines indicate linear regression fits. LVEDV/ RVEDV: LV/ RV end-diastolic volume; LVESV/ RVESV: LV/ RV end-systolic volume; LVEF/ RVEF: LV/RV ejection fraction.

4.4 Results of the Proposed Method↩︎

The proposed method obtained a promising result for reconstructing 4D whole heart from cine MRI, with an average MAE of 1.68 ± 0.31 mm and MSE of 5.06 ± 1.79 mm\(^{2}\). Besides the overall performance of the proposed model on the whole heart, we also analyzed its performance across all cardiac substructures, as presented in Table ¿tbl:exp:tb:substructure95comparison?. One can see that compared to the baseline model, i.e., HybridVNet [7], our model consistently obtained better performance at both global and chamber-specific levels. Specifically, the left and right ventricles yield an average MAE of 1.59 ± 0.34 mm and 1.64 ± 0.35 mm, with corresponding MSE of 4.45 ± 1.93 mm\(^{2}\) and 4.86 ± 2.15 mm\(^{2}\). For the left and right atria, average MAE are 1.99 ± 0.48 mm and 1.86 ± 0.58 mm, while average MSE are 6.90 ± 3.19 mm\(^{2}\) and 6.26 ± 4.06 mm\(^{2}\), respectively. In general, we can observe that ventricular reconstructions achieved higher geometric accuracy than atrial reconstructions. This can be attributed to the fundamental asymmetry in cross-sectional sampling inherent to standard multi-view cardiac MRI protocols. The ventricles are sampled through several short‑axis stacks, providing multiple, spatially correlated 2D contours along the long‑axis direction. In contrast, the atria are represented by only a single long‑axis slice in each imaging plane, resulting in a substantially sparser set of cross‑sectional observations. Consequently, the model has substantially more spatial information from which to infer the ventricular geometry, whereas atrial shape estimation must rely on far more limited and often incomplete anatomical evidence.

This sampling-induced performance disparity is further corroborated by our 2D contour alignment analysis across different imaging views, as summarized in Table ¿tbl:exp:tb:view95comparison?. We observe that the SAX view, which comprises multiple slices along the ventricular long axis, achieves the lowest mean contour distance (2.03 ± 0.62 mm) among all views, indicating superior geometric alignment precision. However, the SAX view yields a boundary F-score of 62.86 ± 13.74%, which is slightly lower than those of the long-axis views (2CH: 65.47 ± 10.41%, 3CH: 65.71 ± 10.32%, 4CH: 68.24 ± 9.24%). This discrepancy can be explained by the inherent characteristics of each metric: mean contour distance measures the average Euclidean deviation between predicted and ground-truth contours, where SAX benefits from dense slice sampling that constrains the geometric solution space. In contrast, boundary F-score balances precision and recall, and the lower score of SAX view may reflect the increased complexity of matching multiple parallel slices, where small misalignments across the stack can accumulate and reduce the overall boundary overlap. The long-axis views, despite having sparser sampling, capture the chamber boundaries in a single sagittal plane, yielding higher boundary consistency at the expense of geometric precision. These complementary observations collectively underscore the trade-offs inherent in multi-view reconstruction, where different imaging planes offer distinct strengths in capturing anatomical features.

Figure 3 shows qualitative reconstruction results for two representative cases with different performance levels. As shown in Fig. 3 (a), the proposed model reconstructed temporally coherent whole-heart meshes across the cardiac cycle from sparse cine MRI observations. In the first case, the predicted meshes closely followed the manual segmentations, with low surface errors across most cardiac structures and only minor local deviations near anatomically complex regions. In the second, more challenging case, larger errors were observed, particularly around the atrial and basal regions, reflecting the difficulty of recovering complete whole-heart anatomy from limited image evidence. Nevertheless, the reconstructed meshes remained anatomically plausible and temporally smooth across cardiac phases. The visualized error maps from additional viewpoints further indicated that the model preserved overall 3D structural consistency despite local reconstruction errors. Fig. 3 (b) presents the corresponding chamber volume curves calculated based on predicted mesh, where the predicted temporal volume changes exhibited physiologically reasonable trends over the cardiac cycle.

Figure 4 illustrates the temporal evolution of average chamber volumes derived from predicted and ground-truth meshes across the cardiac cycle. The predicted volumetric curves exhibit strong agreement with the ground truth in both magnitude and phase, demonstrating the ability of the proposed model to capture cardiac shape dynamics. However, the predicted LV volume change appears attenuated compared to the reference. This observation is consistent with the pathological profile of our cohort, which comprises exclusively post-MI patients. In such patients, infarcted myocardial segments exhibit little to no contractile function, leading to a characteristically blunted global LV volume variation. Modeling this altered, pathology-specific motion pattern presents a distinct challenge compared to modeling healthy cardiac dynamics. Notably, despite the inherent challenges posed by sparse cross-sectional sampling, the model successfully captures volume dynamics for the atrial chambers, which typically present greater reconstruction difficulty due to limited imaging evidence. We further examined the agreement between predicted and reference ventricular functional indices referring to [7] , as presented in Fig. 5. The reconstructed 4D whole-heart meshes achieved strong correlations for ventricular volumes, with \(r=0.819\) for LV ED volume (LVEDV), \(r=0.805\) for LV end-systolic volume (LVESV), \(r=0.821\) for RV ED volume (RVEDV), and \(r=0.796\) for RV ES volume (RVESV). Ejection fraction estimation also showed good agreement, with \(r=0.774\) for LVEF and \(r=0.853\) for RVEF. The relatively low LVEF and RVEF values observed in several cases are clinically plausible, as this is a post-MI cohort with potentially impaired ventricular contractility. Overall, these results indicate that the reconstructed 4D whole-heart meshes preserved clinically relevant volumetric dynamics and can provide reliable functional measurements.

Summary of the quantitative evaluation results of 4D whole heart mesh reconstruction of different methods. Comparison results were reported in [17] and [7]. CD: Chamfer distance; HD: Hausdorff distance.

4.5 Comparison Study↩︎

We compare our method against representative point-based and mesh-based reconstruction approaches, with quantitative results summarized in Table ¿tbl:exp:tb:comparison95study?. Among all methods, our proposed model achieved the lowest Chamfer distance (3.41 ± 0.62 mm) and Hausdorff distance (5.13 ± 0.80 mm), outperforming the previous state-of-the-art HybridVNet [7] by margins of 0.72 mm and 0.04 mm, respectively. Notably, while traditional registration methods such as CPD [65] and GMMREG [66] require substantial computation time (up to 60.9 seconds per case), our method maintained real-time inference (\(<0.1\) seconds) comparable to learning-based approaches. The superior performance of our method can be attributed to the synergistic integration of multi-view differentiable rendering and MST modeling, which together enforce both geometric precision and temporal coherence throughout the cardiac cycle.

We further analyze reconstruction performance across cardiac substructures and imaging views, as presented in Tables ¿tbl:exp:tb:substructure95comparison? and ¿tbl:exp:tb:view95comparison?. Compared to HybridVNet, our method achieved consistent improvements across all chambers, with whole-heart MAE decreasing from 2.18 ± 0.54 mm to 1.68 ± 0.31 mm (23.0% reduction) and MSE from 8.80 ± 5.31 mm\(^2\) to 5.06 ± 1.79 mm\(^2\) (42.5% reduction). The temporal smoothness metric \(J_m\) also improves substantially from 2.29 ± 0.23 to 0.77 ± 0.17 mm/frame\(^3\), confirming that our multi-scale temporal modeling yields physiologically plausible motion. Ventricular reconstructions remained more accurate than atrial ones across both methods. The differentiable rendering loss yields the most pronounced gains in long-axis views (2CH, 3CH, 4CH), with boundary F-score improvements of 17.33%, 20.30%, and 19.70% relative to HybridVNet, respectively. These larger gains stem from the single-slice nature of long-axis views, where even small 3D deviations translate directly into contour misalignment, making direct boundary supervision particularly impactful. Qualitatively, the chamber volume curves in Fig. 4 demonstrated strong alignment with ground truth, capturing expected cardiac motion patterns and further validating the physiological consistency of our predictions.

Table 1: Quantitative results of ablation studies evaluating different components of the proposed method for the 4D whole heart reconstruction. VAE: variational autoencoder; MST: multi-scale temporal.
Method MSE \(\downarrow\) MAE \(\downarrow\) \({E}_{{vol}}\) \(\downarrow\)
w/o SAX 5.64 ± 2.00 1.76 ± 0.31 25.3 ± 10.6
w/o 2CH 5.59 ± 1.94 1.72 ± 0.29 27.3 ± 12.8
w/o 3CH 5.87 ± 1.96 1.80 ± 0.30 25.3 ± 11.7
w/o 4CH 5.99 ± 1.91 1.82 ± 0.28 26.3 ± 9.8
w/o U-Net 6.43 ± 1.94 1.87 ± 0.28 30.8 ± 14.5
w/o VAE 5.67 ± 2.03 1.77 ± 0.32 25.0 ± 10.8
w/o MST 5.32 ± 2.02 1.69 ± 0.29 24.7 ± 13.0
Ours 5.06 ± 1.79 1.68 ± 0.31 17.3 ± 11.2

4.6 Ablation Study↩︎

We conduct ablation experiments to evaluate the contribution of each core component in our framework, with quantitative results presented in Table 1. The full model achieves the lowest MSE (5.06 ± 1.79 mm\(^2\)), MAE (1.68 ± 0.31 mm), and volumetric error \(E_{\mathrm{vol}}\) (17.3 ± 11.2%), demonstrating the synergistic effect of all components. Multi-view feature fusion proves essential for accurate reconstruction. Removing any single view increases reconstruction error, with the 4CH view being most critical (MSE increases to 5.99 ± 1.91 mm\(^2\)), as it simultaneously captures all four chambers and provides comprehensive anatomical context. The SAX view contributes through-plane resolution critical for ventricular geometry, while long-axis views capture apical and longitudinal anatomy, together enabling complete 3D reconstruction. This confirms that complementary information from all imaging planes is necessary for accurate whole-heart modeling. Geometric priors from MeshVAE pretraining (w/o VAE) increase MSE to 5.67 ± 2.03 mm\(^2\) and substantially degrade volumetric error (25.0 ± 10.8% versus 17.3 ± 11.2% for the full model), indicating that constraining reconstructions to a plausible anatomical manifold benefits both spatial accuracy and temporal consistency. Segmentation-based pretraining via U-Net (w/o U-Net) yields the largest performance drop among all components (MSE: 6.43 ± 1.94 mm\(^2\)), as anatomical boundary features learned during segmentation provide critical edge-specific information for accurate mesh-image alignment, outperforming intensity-based self-supervision.

Figure 6: Qualitative comparison of multi-view contour alignment, where dash lines indicate ground truth and solid lines refer to estimated contours of different methods.

The multi-scale temporal modeling block (w/o MST) increases MSE to 5.32 ± 2.02 mm\(^2\) and volumetric error to 24.7 ± 13.0%, highlighting its importance for temporal coherence. This effect is further substantiated by the chamber volume curves presented in Fig. 4. The full model closely tracks the ground-truth volume trajectory throughout the cardiac cycle, accurately capturing both the magnitude and phase of chamber contraction and relaxation. In contrast, the variant without multi-scale temporal modeling (w/o MST) exhibits attenuated volume changes and phase misalignment, particularly at end-systole, indicating that the absence of global-local temporal fusion leads to oversmoothed motion dynamics. These results confirm that the MST design, which jointly leverages sequence-level global motion and inter-frame consistency, is essential for modeling physiologically plausible cardiac motion.

The DR loss \(\mathcal{L}_{\mathrm{DR}}\) plays a critical role in enforcing contour alignment across imaging planes. As shown in Table ¿tbl:exp:tb:view95comparison?, removing \(\mathcal{L}_{\mathrm{DR}}\) (ours w/o DR) degrades boundary F-scores across all views, with the largest impact on long-axis views (2CH: from 65.47% to 60.13%; 3CH: from 65.71% to 58.27%; 4CH: from 68.24% to 59.64%). These gains are visually confirmed in Fig. 6, where the full model achieved precise contour overlap with ground-truth segmentations, whereas the variant without DR exhibits noticeable misalignments, particularly in regions with complex anatomy. This demonstrates that while vertex-wise MSE minimizes global distances, it does not penalize misalignment against specific 2D cuts, a limitation that \(\mathcal{L}_{\mathrm{DR}}\) explicitly addresses by rendering and comparing against 2D segmentations.

4.7 External Validation on the Public Cine MRI Dataset↩︎

To assess the generalization capability of the proposed 4D whole-heart mesh reconstruction framework, we conducted external validation on the public CMR-MULTI-Fused cine MRI dataset released with the BAAI Cardiac Agent study [67]. This dataset contains 105 cardiac MRI data collected under multi-center and missing-view (3CH view is not available) settings, thereby providing a challenging test bed for evaluating model robustness beyond the internal training distribution. We compared HybridVNet, the proposed model without LoRA adaptation, and the proposed model using both geometric reconstruction errors and temporal motion consistency metrics. Table ¿tbl:exp:tb:external95dataset95performance? presents the quantitative results on the external cine MRI dataset. LoRA adaptation consistently improved the proposed model across all evaluation metrics, reducing CD from 5.41 mm to 4.98 mm, HD from 17.33 mm to 16.33 mm, MAE from 3.44 mm to 2.69 mm, MSE from 20.33 mm\(^2\) to 12.99 mm\(^2\), and motion jitter \(J_m\) from 1.94 to 1.82 mm/frame\(^3\). Compared with HybridVNet, the proposed model achieved substantially lower MAE, MSE, and \(J_m\), indicating improved point-wise reconstruction accuracy and temporal motion consistency. HybridVNet obtained slightly lower CD and HD, suggesting competitive global surface proximity; however, its higher point-wise errors and motion jitter indicate less accurate mesh correspondence and less stable temporal dynamics. Overall, these results demonstrate that the proposed framework generalizes effectively to external cine MRI data and that LoRA-based adaptation further improves robustness under cross-dataset distribution shift.

Performance on the external dataset for 4D whole-heart mesh reconstruction.

4.8 Proof-of-Concept In-Silico Electrophysiological Simulation↩︎

To assess whether the reconstructed anatomy can support downstream computational modeling, we performed whole-heart EP simulation on a representative case. The reconstructed surface mesh was first converted into an upsampled volumetric mesh using the InSilicoHeartGen pipeline, where Cobiveco local coordinates, ventricular fibre orientation, and anatomy-specific anisotropy were assigned [68], [69]. The atria were modelled with isotropic conduction. For the ventricles, a simplified His-Purkinje system was incorporated by defining seven early activation sites, following [70], together with a thin fast-conducting subendocardial layer whose conduction velocity was set to twice that of the surrounding myocardium. Both the His-Purkinje root locations and the subendocardial layer were defined in Cobiveco local coordinates [5], while atrial activation sites were manually specified. EP propagation was simulated using the monodomain model implemented in openCARP [71]. The atria and ventricles were treated as separate physical regions with different ionic models: the Courtemanche model for the atria and the Ten Tusscher-Panfilov model for the ventricles. To approximate atrioventricular conduction delay, ventricular stimulation was initiated 200 ms after atrial stimulation. The torso was approximated as an infinite homogeneous volume conductor, from which a simulated ECG signal was computed. As shown in Fig. 7, the simulation reproduced the expected sequence of atrial depolarization, ventricular depolarization, and ventricular repolarization, together with a physiologically plausible ventricular activation-time map and ECG waveform. The ventricular activation pattern was qualitatively consistent with classical experimental observations [72]. Although the current simulation uses generic EP parameters without subject-specific personalization or regional action-potential-duration heterogeneity, this proof-of-concept experiment suggests that the reconstructed whole-heart mesh can be converted into a simulation-ready anatomical substrate for downstream EP modeling.

Figure 7: Whole-heart electrophysiological simulation over one cardiac cycle. The outer sequence shows transmembrane-potential propagation during atrial depolarization, ventricular depolarization, and ventricular repolarization. The center shows the ventricular activation-time map (ATM) and the simulated ECG.

5 Discussion and Conclusion↩︎

In this study, we have presented a fully automatic end-to-end framework for personalized 4D whole-heart mesh reconstruction from sparse multi-view 2D cine MRI. The proposed model achieved superior geometric accuracy compared to state-of-the-art methods, as demonstrated in Tables ¿tbl:exp:tb:substructure95comparison? and ¿tbl:exp:tb:comparison95study?. This performance gain can be attributed to three key contributions. First, the differentiable rendering loss grounded in the Beer-Lambert law enables anatomy-aware supervision from sparse 2D segmentations. As shown in Table ¿tbl:exp:tb:view95comparison? and Fig. 6, removing this loss (ours w/o DR) substantially degraded boundary F-scores, particularly in long-axis views, confirming that vertex-wise MSE alone cannot enforce alignment against specific 2D cuts. Second, the MST modeling block, which fuses global cycle-level context with local inter-frame consistency, proved essential for physiologically plausible motion. The ablation study (Table 1) shows that removing this block (w/o MST) increased volumetric error, and Fig. 4 further illustrates that the full model closely tracks ground-truth volume trajectories while the w/o MST variant exhibits attenuated contraction and phase misalignment. Third, unlike prior works that focus narrowly on biventricular myocardium [13], [24], our method reconstructs complete four-chamber meshes. Notably, we observed that ventricular reconstructions consistently outperformed atrial ones, which we attribute to the fundamental sampling asymmetry in standard multi-view protocols: ventricles benefit from dense short-axis stacks while atria rely on only a single long-axis slice per view (see Section 4.4). This disparity was further corroborated by the 2D contour analysis in Table ¿tbl:exp:tb:view95comparison?, where SAX views achieved the lowest mean contour distance due to dense sampling constraints. Finally,the proof-of-concept in-silico EP simulation (Section 4.8) suggests that the reconstructed whole-heart meshes can serve as simulation-ready anatomical substrates, supporting the feasibility of using routine cine MRI for future CDT modeling.

Nevertheless, three limitations of this work should be acknowledged. First, our method relies on accurate 2D segmentations from cine MRI as supervision. While we employed an automated pipeline with manual refinement, segmentation errors can propagate to the reconstructed meshes. As shown in Table ¿tbl:exp:tb:view95comparison?, the boundary F-scores for long-axis views remain lower than ideal, reflecting residual segmentation uncertainty. Second, the current framework reconstructs whole-heart geometry but does not incorporate tissue property estimation (e.g., myocardial stiffness, conductivity) or biomechanical constraints, which are essential for downstream EP or electromechanical simulations. Third, our method has only been tested on post-MI patients. While this cohort represents a clinically relevant population with diverse infarct patterns, the generalizability to other pathologies (e.g., cardiomyopathy, valvular disease, atrial fibrillation) and to healthy subjects remains to be validated. Additionally, as shown in Fig. 4, the predicted LV volume change appeared attenuated compared to ground truth. The reduced LV volume variation in the predicted curves may reflect the difficulty of modeling subtle, pathology-altered contraction patterns in post-MI patients. Although post-MI physiology is characterized by impaired contractility, the remaining discrepancy with the reference curves indicates that further improvement is needed for accurately capturing motion amplitude.

In our future work, we plan to address these limitations and extend the framework toward a fully integrated CDT platform. First, we will incorporate self-supervised or weakly supervised learning strategies to reduce dependence on manual segmentations. Second, we aim to integrate biomechanical priors into the reconstruction pipeline, enabling direct estimation of tissue properties and patient-specific electromechanical parameters from the same sparse cine MRI inputs. Third, we will evaluate the proposed method on a larger multi-center population across different scanner vendors, imaging protocols, and disease cohorts (including healthy controls) to thoroughly investigate its generalization ability. On this larger dataset, we can perform a comprehensive sensitivity analysis to quantitatively investigate the impact of sampling variability and slice misalignment on reconstruction accuracy. Fourth, we plan to extend the temporal modeling to handle variable-length and arrhythmic cycles using sequence-to-sequence models or neural ordinary differential equations, broadening clinical applicability to patients with rhythm disorders. Additionally, we will explore a more detailed patient-specific whole-heart-torso modeling framework, incorporating cardiac motion and distinct anatomical compartments (atria, ventricles, great vessels, pericardium) to enhance the fidelity of downstream simulations. Finally, we will work toward an end-to-end training scheme that jointly optimizes segmentation, reconstruction, and temporal modeling, potentially via differentiable graph networks or implicit neural representations, to further streamline the pipeline and reduce error propagation. In conclusion, this work demonstrates the feasibility of automatic 4D whole-heart mesh reconstruction from routine clinical cine MRI, achieving both geometric accuracy and temporal coherence, paving the way for future research to enable large-scale, real-time CDT applications.

References↩︎

[1]
B. Chong et al., “Global burden of cardiovascular diseases: Projections from 2025 to 2050,” European journal of preventive cardiology, vol. 32, no. 11, pp. 1001–1015, 2025.
[2]
L. Li, J. Camps, B. Rodriguez, and V. Grau, “Solving the inverse problem of electrocardiography for cardiac digital twins: A survey,” IEEE Reviews in Biomedical Engineering, 2024.
[3]
J. Corral-Acero et al., “The ‘digital twin’to enable the vision of precision cardiology,” European heart journal, vol. 41, no. 48, pp. 4556–4564, 2020.
[4]
H. J. Arevalo et al., “Arrhythmia risk stratification of patients after myocardial infarction using personalized heart models,” Nature Communications, vol. 7, no. 1, p. 11437, 2016.
[5]
K. Gillette et al., “A framework for the generation of digital twins of cardiac electrophysiology from clinical 12-leads ECGs,” Medical image analysis, vol. 71, p. 102080, 2021.
[6]
L. Li et al., “Towards enabling cardiac digital twins of myocardial infarction using deep computational models for inverse inference,” IEEE Transactions on Medical Imaging, 2024.
[7]
N. Gaggion et al., “Multi-view hybrid graph convolutional network for volume-to-mesh reconstruction in cardiovascular MRI,” Medical Image Analysis, p. 103630, 2025.
[8]
B. Villard, V. Grau, and E. Zacur, “Surface mesh reconstruction from cardiac MRI contours,” Journal of Imaging, vol. 4, no. 1, p. 16, 2018.
[9]
H. Hu, N. Pan, and A. F. Frangi, “Fully automatic initialization and segmentation of left and right ventricles for large-scale cardiac MRI using a deeply supervised network and 3D-ASM,” Computer Methods and Programs in Biomedicine, vol. 240, p. 107679, 2023.
[10]
A. Banerjee et al., “A completely automated pipeline for 3D reconstruction of human heart from 2D cine magnetic resonance slices,” Philosophical Transactions of the Royal Society A, vol. 379, no. 2212, p. 20200257, 2021.
[11]
F. Odille et al., “Isotropic 3D cardiac cine MRI allows efficient sparse segmentation strategies based on 3D surface reconstruction,” Magnetic resonance in medicine, vol. 79, no. 5, pp. 2665–2675, 2018.
[12]
E. Ukwatta et al., “Myocardial infarct segmentation from magnetic resonance images for personalized modeling of cardiac electrophysiology,” IEEE Transactions on Medical Imaging, vol. 35, no. 6, pp. 1408–1419, 2015.
[13]
X. Yuan, C. Liu, and Y. Wang, “4D myocardium reconstruction with decoupled motion and shape model,” in Proceedings of the IEEE/CVF international conference on computer vision, 2023, pp. 21252–21262.
[14]
M. Beetz, A. Banerjee, J. Ossenberg-Engels, and V. Grau, “Multi-class point cloud completion networks for 3D cardiac anatomy reconstruction from cine magnetic resonance images,” Medical image analysis, vol. 90, p. 102975, 2023.
[15]
Q. Ma, Q. Meng, M. Qiao, P. M. Matthews, D. P. O’Regan, and W. Bai, “CardiacFlow: 3D+ t four-chamber cardiac shape completion and generation via flow matching,” in International conference on medical image computing and computer-assisted intervention, 2025, pp. 89–99.
[16]
Q. Ma, Q. Meng, M. Qiao, P. M. Matthews, D. P. O’Regan, and W. Bai, “Cardiac mesh flow: One-step generation of 3D+ t cardiac four-chamber meshes via flow matching,” arXiv preprint arXiv:2605.01884, 2026.
[17]
X. Chen et al., “Shape registration with learned deformations for 3D shape reconstruction from sparse and incomplete point clouds,” Medical image analysis, vol. 74, p. 102228, 2021.
[18]
M. Ye, D. Yang, M. Kanski, L. Axel, and D. Metaxas, “Neural deformable models for 3d bi-ventricular heart shape reconstruction and modeling from 2d sparse cardiac magnetic resonance imaging,” in Proceedings of the IEEE/CVF international conference on computer vision, 2023, pp. 14247–14256.
[19]
T. Joyce, S. Buoso, C. T. Stoeck, and S. Kozerke, “Rapid inference of personalised left-ventricular meshes by deformation-based differentiable mesh voxelization,” Medical image analysis, vol. 79, p. 102445, 2022.
[20]
Q. Meng, W. Bai, D. P. O’Regan, and D. Rueckert, “DeepMesh: Mesh-based cardiac motion tracking using deep learning,” IEEE transactions on medical imaging, vol. 43, no. 4, pp. 1489–1500, 2023.
[21]
F. Kong and S. C. Shadden, “Learning whole heart mesh generation from patient images for computational simulations,” IEEE Transactions on Medical Imaging, vol. 42, no. 2, pp. 533–545, 2022.
[22]
X. Liu, X. Yuan, M. Y. Chan, C.-H. Sia, and L. Li, “CineMesh4D: Personalized 4D whole heart reconstruction from sparse cine MRI,” arXiv preprint arXiv:2605.13994, 2026.
[23]
M. Sarmah, A. Neelima, and H. R. Singh, “Survey of methods and principles in three-dimensional reconstruction from two-dimensional medical images,” Visual computing for industry, biomedicine, and art, vol. 6, no. 1, p. 15, 2023.
[24]
F. Laumer et al., “2D echocardiography video to 3D heart shape reconstruction for clinical application,” Medical Image Analysis, vol. 101, p. 103434, 2025.
[25]
J. Yu et al., “UltraTwin: Towards cardiac anatomical twin generation from multi-view 2D ultrasound,” in International conference on medical image computing and computer-assisted intervention, 2025, pp. 608–617.
[26]
K. M. Bransby, V. Tufaro, M. Cap, G. Slabaugh, C. Bourantas, and Q. Zhang, “3D coronary vessel reconstruction from bi-plane angiography using graph convolutional networks,” in 2023 IEEE 20th international symposium on biomedical imaging (ISBI), 2023, pp. 1–5.
[27]
O. Oktay et al., “Anatomically constrained neural networks (ACNNs): Application to cardiac image enhancement and segmentation,” IEEE transactions on medical imaging, vol. 37, no. 2, pp. 384–395, 2017.
[28]
J. Xiao et al., “Slice2mesh: 3d surface reconstruction from sparse slices of images for the left ventricle,” IEEE Transactions on Medical Imaging, vol. 44, no. 3, pp. 1541–1555, 2024.
[29]
M. Beetz, A. Banerjee, and V. Grau, “Biventricular surface reconstruction from cine MRI contours using point completion networks,” in 2021 IEEE 18th international symposium on biomedical imaging (ISBI), 2021, pp. 105–109.
[30]
H. Xu, M. Muffoletto, S. A. Niederer, S. E. Williams, M. C. Williams, and A. A. Young, “Whole heart 3D shape reconstruction from sparse views: Leveraging cardiac computed tomography for cardiovascular magnetic resonance,” in International conference on functional imaging and modeling of the heart, 2023, pp. 255–264.
[31]
Y. Yu, S. Zhang, K. Li, D. Metaxas, and L. Axel, “Deformable models with sparsity constraints for cardiac motion analysis,” Medical image analysis, vol. 18, no. 6, pp. 927–937, 2014.
[32]
D. Ouyang et al., “Video-based AI for beat-to-beat assessment of cardiac function,” Nature, vol. 580, no. 7802, pp. 252–256, 2020.
[33]
P. A. López, H. Mella, S. Uribe, D. E. Hurtado, and F. S. Costabal, “WarpPINN: Cine-MR image registration with physics-informed neural networks,” Medical Image Analysis, vol. 89, p. 102925, 2023.
[34]
G. A. Bello et al., “Deep-learning cardiac motion analysis for human survival prediction,” Nature machine intelligence, vol. 1, no. 2, pp. 95–104, 2019.
[35]
E. Evain et al., “Motion estimation by deep learning in 2D echocardiography: Synthetic dataset and validation,” IEEE transactions on medical imaging, vol. 41, no. 8, pp. 1911–1924, 2022.
[36]
L. Wang et al., “A gradient-based optical-flow cardiac motion estimation method for cine and tagged MR images,” Medical image analysis, vol. 57, pp. 136–148, 2019.
[37]
A. Bistoquet, J. Oshinski, and O. Škrinjar, “Myocardial deformation recovery from cine MRI using a nearly incompressible biventricular model,” Medical image analysis, vol. 12, no. 1, pp. 69–85, 2008.
[38]
M. Qiao, Y. Wang, Y. Guo, L. Huang, L. Xia, and Q. Tao, “Temporally coherent cardiac motion tracking from cine MRI: Traditional registration method and modern CNN method,” Medical Physics, vol. 47, no. 9, pp. 4189–4198, 2020.
[39]
Q. Zheng, H. Delingette, and N. Ayache, “Explainable cardiac pathology classification on cine MRI with motion characterization by semi-supervised learning of apparent flow,” Medical image analysis, vol. 56, pp. 80–95, 2019.
[40]
Q. Meng, W. Bai, T. Liu, D. P. O’regan, and D. Rueckert, “Mesh-based 3d motion tracking in cardiac mri using deep learning,” in International conference on medical image computing and computer-assisted intervention, 2022, pp. 248–258.
[41]
M. Beetz, A. Banerjee, and V. Grau, “Modeling 3D cardiac contraction and relaxation with point cloud deformation networks,” IEEE Journal of Biomedical and Health Informatics, vol. 28, no. 8, pp. 4810–4819, 2024.
[42]
C. Lemeunier, F. Denis, G. Lavoué, and F. Dupont, “Representation learning of 3D meshes using an autoencoder in the spectral domain,” Computers & Graphics, vol. 107, pp. 131–143, 2022.
[43]
Y. Lyu, M. Y. Chan, C.-H. Sia, and L. Li, “Personalized 3D myocardial infarct geometry reconstruction from cine MRI for cardiac digital twins,” arXiv preprint arXiv:2606.01808, 2026.
[44]
X. Yang, X. Yuan, H. Li, L. Chen, Y. Liu, and L. Li, “RePCM: Region-specific and phenotype-adaptive bi-ventricular cardiac motion synthesis,” arXiv preprint arXiv:2605.21237, 2026.
[45]
L. Li et al., “Personalized topology-informed localization of standard 12-lead ECG electrode placement from incomplete cardiac MRIs for efficient cardiac digital twins,” Medical Image Analysis, vol. 101, p. 103472, 2025.
[46]
E. Zappon et al., “An efficient end-to-end computational framework for the generation of ECG calibrated volumetric models of human atrial electrophysiology,” Medical image analysis, p. 103822, 2025.
[47]
P. M. Boyle et al., “Computationally guided personalized targeted ablation of persistent atrial fibrillation,” Nature biomedical engineering, vol. 3, no. 11, pp. 870–879, 2019.
[48]
M. Fedele et al., “A comprehensive and biophysically detailed computational model of the whole human heart electromechanics,” Computer Methods in Applied Mechanics and Engineering, vol. 410, p. 115983, 2023.
[49]
K. Gillette et al., “A personalized real-time virtual model of whole heart electrophysiology,” Frontiers in Physiology, vol. 13, p. 907190, 2022.
[50]
M. Salvador et al., “Whole-heart electromechanical simulations using latent neural ordinary differential equations,” NPJ Digital Medicine, vol. 7, no. 1, p. 90, 2024.
[51]
O. Ronneberger, P. Fischer, and T. Brox, “U-net: Convolutional networks for biomedical image segmentation,” in International conference on medical image computing and computer-assisted intervention, 2015, pp. 234–241.
[52]
H. Shirzad, A. Velingker, B. Venkatachalam, D. J. Sutherland, and A. K. Sinop, “Exphormer: Sparse transformers for graphs,” in International conference on machine learning, 2023, pp. 31613–31632.
[53]
A. Ranjan, T. Bolkart, S. Sanyal, and M. J. Black, “Generating 3D faces using convolutional mesh autoencoders,” in Proceedings of the european conference on computer vision (ECCV), 2018, pp. 704–720.
[54]
E. J. Hu et al., “Lora: Low-rank adaptation of large language models.” ICLR, vol. 1, no. 2, p. 3, 2022.
[55]
A. Vaswani et al., “Attention is all you need,” Advances in neural information processing systems, vol. 30, 2017.
[56]
T. G. Mayerhöfer, S. Pahlow, and J. Popp, “The bouguer-beer-lambert law: Shining light on the obscure,” ChemPhysChem, vol. 21, no. 18, pp. 2029–2046, 2020.
[57]
H. Kervadec, J. Bouchtiba, C. Desrosiers, E. Granger, J. Dolz, and I. B. Ayed, “Boundary loss for highly unbalanced segmentation,” in International conference on medical imaging with deep learning, 2019, pp. 285–296.
[58]
N. Wang, Y. Zhang, Z. Li, Y. Fu, W. Liu, and Y.-G. Jiang, “Pixel2mesh: Generating 3d mesh models from single rgb images,” in Proceedings of the european conference on computer vision (ECCV), 2018, pp. 52–67.
[59]
N. Tasmurzayev et al., “Digital cardiovascular twins, AI agents, and sensor data: A narrative review from system architecture to proactive heart health,” Sensors, vol. 25, no. 17, p. 5272, 2025.
[60]
Y. Xu et al., “Improved 3D whole heart geometry from sparse CMR slices,” in International workshop on statistical atlases and computational models of the heart, 2024, pp. 43–52.
[61]
D. Cheng, R. Liao, S. Fidler, and R. Urtasun, “Darnet: Deep active ray network for building segmentation,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2019, pp. 7431–7439.
[62]
S. Gur, T. Shaharabany, and L. Wolf, “End to end trainable active contours via differentiable rendering,” arXiv preprint arXiv:1912.00367, 2019.
[63]
S. Shin, J. Kim, E. Halilaj, and M. J. Black, “Wham: Reconstructing world-grounded humans with accurate 3D motion,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2024, pp. 2070–2080.
[64]
X. Yi et al., “Physical inertial poser (pip): Physics-aware real-time human motion tracking from sparse inertial sensors,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022, pp. 13167–13178.
[65]
A. Myronenko and X. Song, “Point set registration: Coherent point drift,” IEEE transactions on pattern analysis and machine intelligence, vol. 32, no. 12, pp. 2262–2275, 2010.
[66]
B. Jian and B. C. Vemuri, “Robust point set registration using gaussian mixture models,” IEEE transactions on pattern analysis and machine intelligence, vol. 33, no. 8, pp. 1633–1645, 2010.
[67]
T. Qu et al., “BAAI cardiac agent: An intelligent multimodal agent for automated reasoning and diagnosis of cardiovascular diseases from cardiac magnetic resonance imaging,” arXiv preprint arXiv:2604.04078, 2026.
[68]
R. Doste et al., “An automated computational pipeline for generating large-scale cohorts of patient-specific ventricular models in electromechanical in silico trials,” Computer Methods and Programs in Biomedicine, p. 109290, 2026.
[69]
S. Schuler, N. Pilia, D. Potyagaylo, and A. Loewe, “Cobiveco: Consistent biventricular coordinates for precise and intuitive description of position in the heart–with MATLAB implementation,” Medical Image Analysis, vol. 74, p. 102247, 2021.
[70]
T. Gerach, S. Schuler, A. Wachter, and A. Loewe, “The impact of standard ablation strategies for atrial fibrillation on cardiovascular performance in a four-chamber heart model,” Cardiovascular Engineering and Technology, vol. 14, no. 2, pp. 296–314, 2023.
[71]
G. Plank et al., “The openCARP simulation environment for cardiac electrophysiology,” Computer methods and Programs in Biomedicine, vol. 208, p. 106223, 2021.
[72]
D. Durrer, R. T. Van Dam, G. Freud, M. J. Janse, F. L. Meijler, and R. C. Arzbaecher, “Total excitation of the isolated human heart,” Circulation, vol. 41, no. 6, pp. 899–912, 1970.