arXiv is now an independent nonprofit! Learn more
License: arXiv.org perpetual non-exclusive license
arXiv:2608.31073v1 [cs.CV] 31 Aug 2026

LISynSeg: Data-Centric Label-to-Image Synthesis for Cross-Modality Whole-Heart Segmentation

Jiacheng Wang Affiliation: Vanderbilt University, Nashville, TN, USA E-mail jiacheng.wang.1, ipek.oguz@vanderbilt.edu    Ivana Isgum Affiliation: Mayo Clinic, Rochester, MN, USA E-mail isgum.ivana@mayo.edu    Ipek Oguz thanks: Corresponding author Affiliation: Vanderbilt University, Nashville, TN, USA E-mail jiacheng.wang.1, ipek.oguz@vanderbilt.edu
Abstract

Whole-heart segmentation (WHS) in computed tomography (CT) and magnetic resonance imaging (MRI) is affected by acquisition shifts and heterogeneous cardiac annotations. Existing WHS systems combine architectural design, transfer learning, and generic spatial or intensity augmentation. We investigate whether changes to data augmentation and training supervision can improve cross-modality WHS while the segmentation architecture is held constant. We present LISynSeg, a data-centric approach that augments real-image nnU-Net training with label-to-image synthesis. Synthetic volumes are generated from cardiac label maps using contrast and acquisition perturbations calibrated to the training cohort, then mixed with real images to retain thoracic context absent from the labels (and thus the synthesized images). We model cardiac label variation through controlled changes in myocardial wall thickness and partial supervision of uncertain vessel endpoints. On the CARE Whole-Heart benchmark, synthetic-only training performs worse than the real-image nnU-Net baseline, whereas calibrated real-synthetic training improves cross-modality segmentation without changing the architecture; the improvement is larger for MRI than for CT. The results show that modifying the training data strategy can benefit model development for heterogeneous cardiac data. Code and trained weights will be released at https://github.com/MedICL-VU/Care26_LISynSeg.

Keywords: 
Whole-heart segmentation Label-to-image synthesis Synthetic data augmentation Cross-modality learning Cardiac imaging

1 Introduction

Whole-heart segmentation (WHS) from computed tomography (CT) and magnetic resonance imaging (MRI) requires a model to delineate seven connected structures: left ventricular myocardium (Myo), left atrium (LA), left ventricle (LV), right atrium (RA), right ventricle (RV), ascending aorta (AO), and pulmonary artery (PA). The CARE Whole-Heart track makes the heterogeneity across scanners, protocols, and centers explicit: images differ in contrast, voxel spacing, orientation, and field of view [3, 13]. Another source of heterogeneity is variation in the field of view of the scans and in the extent of the manual annotations, which can especially affect the great vessels (AO and PA). The CARE challenge defines the AO target as the segment from the aortic valve to the superior level of the atria, and the PA target as the segment from the pulmonary valve to its bifurcation [3]. Owing to the practical difficulty of consistently delineating distal vessel endpoints, the released CARE labels show some variation: the AO annotation can terminate near the proximal ascending segment or continue through the arch, and the PA annotation can end before or after its bifurcation. Thus, predictions for these structures must be evaluated over standardized lengths to account for this variability. Figure 1 illustrates representative variation in scan coverage, AO and PA annotation extent, and Myo–LV boundary geometry across the released cases.

Refer to caption
Figure 1: Representative sources of heterogeneity in CARE-WHS CT and MRI. From left to right: pulmonary artery (PA, yellow) annotation limited to the proximal trunk versus extending into both branches beyond the bifurcation; ascending aorta (AO, pink) annotation limited to the ascending segment versus continuing through the arch; thinner versus thicker myocardium at the Myo–LV boundary; and cardiac-focused CT versus wider thoracoabdominal MRI coverage.

Most WHS methods address heterogeneity by modifying the segmentation pipeline. Common baselines include 3D U-Net [4], UNETR [7], SwinUNETR [6], and nnU-Net [9]. Recent CARE submissions have further explored transfer learning with intensity transformations [2] and implicit-representation modules [11]. These approaches modify the model or its training procedure, but they do not explicitly expand the cardiac label geometries or annotation extents represented by the supervision. Rather than introducing another segmentation architecture, we investigate whether cross-modality WHS can be improved by changing the images and supervision used during training.

Label-to-image synthesis provides one such intervention while retaining the same segmentation architecture. This strategy has two requirements. First, the synthetic images must span the appearance variation induced by the target acquisitions. We adopt SynthSeg, which samples training images from deformed label maps using class-specific intensity distributions and simulated acquisition effects [1]. Second, the label maps must represent the anatomical variability of the target task. SIAM addresses this requirement through high-resolution, anatomy-specific label transformations rather than only global affine or elastic deformation [10]. BabySeg further combines synthetic contrast variation with information from real scans [8]. Together, these studies motivate using synthesis for appearance variation and designing label operations around the structures that vary in the target task.

CARE-WHS presents two specific difficulties: incomplete context for image synthesis and structure-specific label variability. The seven target classes do not describe surrounding thoracic tissues, so images synthesized from labels alone omit context present in real scans. Meanwhile, label variability differs by structure: myocardial wall thickness changes the Myo–LV boundary, whereas the distal extents of the AO and PA reflect differences in both anatomy and manual labeling practice (Fig. 1). Global deformation changes pose and overall shape, but it does not directly model either the Myo–LV interface or variable great-vessel endpoints. A cardiac adaptation should therefore use synthesis to complement rather than replace real-image supervision, calibrate appearance variation to observed acquisitions, and apply label operations to the structures that vary in this task.

LISynSeg follows these design choices. Real CT and MRI examples are mixed with images synthesized from labels using cohort-calibrated acquisition parameters. Shape variation is introduced at the Myo–LV boundary, and supervision is relaxed in distal vessel regions whose annotated extent varies across cases. Figure 2 contrasts images generated by LISynSeg and a SynthSeg-style baseline from the same CT and MRI label maps. The controlled comparisons use a common segmentation architecture and inference pipeline to isolate the effect of training data construction. Separately, we report the result of our submitted ensemble in the official CARE 2026 validation phase, where it ranked top five on the combined CT and MRI leaderboard at the time of writing.

Our main contributions are as follows:

  • We investigate whether cross-modality WHS can be improved by changing the training data and supervision while keeping the segmentation architecture and inference procedure fixed.

  • We propose LISynSeg, a real–synthetic training framework that combines cohort-calibrated image synthesis with Myo–LV boundary transformations and partial supervision at variable distal vessel endpoints.

  • We show that real–synthetic training improves over real-only and synthetic-only baselines, particularly on the more challenging MRI cases.

Refer to caption
Figure 2: Examples of images generated for CT and MRI. Each row shows a real image, its seven-class label map, an image generated with SynthSeg, and an image generated with LISynSeg. SynthSeg uses generation regions obtained from real images, whereas LISynSeg uses the seven cardiac label regions and parameters calibrated from the training data. Spatial transformations are omitted from this comparison.

2 Method

LISynSeg retains a standard 3D full-resolution nnU-Net as the segmentation backbone and changes only the construction of training examples and supervision. We first describe how label-to-image synthesis is incorporated into real-image training, then introduce two cardiac-specific operations for the Myo–LV interface and distal great-vessel endpoints (AO and PA). Figure 3 illustrates these operations in CT and MRI. The network architecture, preprocessing, optimization, and inference procedure remain fixed across the controlled comparisons.

2.1 Label-to-Image Synthesis as Training Augmentation

SynthSeg trains a segmentation network from label maps by applying spatial deformation and generating images with randomly sampled class intensities and acquisition effects [1]. Billot et al. evaluated this approach on the Multi-Modality Whole Heart Segmentation (MMWHS) challenge, which preceded CARE-WHS. Their experiment used 13 MRI label maps containing the same seven cardiac structures considered here. Because these labels did not represent all visible tissues, intensities from the corresponding MRI scans were clustered to divide each foreground label into two generation regions and the background into three to ten regions. These regions controlled image synthesis, while the segmentation target remained the original seven-class map [1, 13].

LISynSeg uses label-to-image synthesis to augment rather than replace real-image training. Let (xia,yia)=D(xi,yi)(x_{i}^{a},y_{i}^{a})=D(x_{i},y_{i}) denote a real image and label after standard nnU-Net augmentation, and let yig=G(yia,ηi)y_{i}^{g}=G(y_{i}^{a};\eta_{i}) denote the label after the Myo–LV operation described in Sec. 2.2. For each training example, we sample ziBernoulli(ρ)z_{i}\sim\mathrm{Bernoulli}(\rho) with ρ=0.10\rho=0.10 and use

(xi,yi)={(S(yig,θi),yig),zi=1,(xia,yia),zi=0.(x_{i}^{\prime},y_{i}^{\prime})=\begin{cases}\left(S(y_{i}^{g};\theta_{i}),y_{i}^{g}\right),&z_{i}=1,\\ \left(x_{i}^{a},y_{i}^{a}\right),&z_{i}=0.\end{cases} (1)

Here, zi=1z_{i}=1 selects the synthetic branch, in which yigy_{i}^{g} is used both to synthesize the image and as the segmentation target, whereas zi=0z_{i}=0 retains the augmented real image–label pair. For the synthesis ablation without boundary exchange, GG is the identity transformation. We do not apply an additional affine or elastic deformation within SS because nnU-Net has already spatially transformed the image and label.

The synthesis function operates directly on the seven cardiac labels and the background. For every label value present in the map, its Gaussian mean and standard deviation are sampled independently as μlU(0,255)\mu_{l}\sim U(0,255) and σlU(0,12)\sigma_{l}\sim U(0,12). We then simulate partial-volume effects, a bias field with standard deviation sampled from U(0,0.35)U(0,0.35), gamma variation with logγ𝒩(0,0.152)\log\gamma\sim\mathcal{N}(0,0.15^{2}), and Gaussian noise with standard deviation sampled from U(0,3)U(0,3). Resolution profiles are sampled from the native-to-target spacing ratios observed among training subjects in the current fold and are capped at a factor of three. Each synthesized image is finally standardized to zero mean and unit variance.

Refer to caption
Figure 3: Cardiac-specific operations in LISynSeg. Left: Myo–LV boundary exchange thickens or thins the myocardium by moving the endocardial interface while preserving the combined Myo/LV extent; white contours denote exchanged voxels. Right: AO/PA loss masking retains proximal vessel supervision while excluding distal voxels whose annotated extent varies across cases; hatching marks voxels ignored by the segmentation loss. The proximal side is identified from AO–LV and PA–RV adjacency (Sec. 2.3). CT and MRI rows show both operations across modalities.

2.2 Myo–LV Boundary Exchange

Myocardial thickness, determined by the Myo and LV boundaries, is one of the major sources of heterogeneity in the WHS datasets. Generic deformation models provide little direct control over this thickness; we therefore introduce an explicit Myo–LV boundary exchange step.

Let MiM_{i} and ViV_{i} denote the Myo and LV voxel sets in the augmented label map yiay_{i}^{a}. For any binary voxel set QQ, let 𝒟1(Q)\mathcal{D}_{1}(Q) denote its dilation using a 3×3×33\times 3\times 3 neighborhood. The two interface bands are BVM=𝒟1(Mi)ViB_{V\rightarrow M}=\mathcal{D}_{1}(M_{i})\cap V_{i} and BMV=𝒟1(Vi)MiB_{M\rightarrow V}=\mathcal{D}_{1}(V_{i})\cap M_{i}.

For each selected synthetic example, thickening or thinning is sampled with equal probability: thickening transfers voxels from BVMB_{V\rightarrow M} to Myo, whereas thinning transfers voxels from BMVB_{M\rightarrow V} to LV. The left panels of Fig. 3 show examples of this operation in CT and MRI, with the exchanged voxels indicated by white contours. Rather than transferring the complete interface band, we select a spatially smooth subset using a random field; the selected voxels are not required to form a single connected component.

The largest admissible exchange is determined by requiring the Myo and LV volume ratios to remain within [0.72,1.35][0.72,1.35] and [0.80,1.20][0.80,1.20], respectively, and the number of exchanged voxels is sampled as a fraction λ𝒰(0.35,0.85)\lambda\sim\mathcal{U}(0.35,0.85) of this limit. The transformation preserves MigVig=MiViM_{i}^{g}\cup V_{i}^{g}=M_{i}\cup V_{i} and leaves G(yia,ηi)(v)=yia(v)G(y_{i}^{a};\eta_{i})(v)=y_{i}^{a}(v) for vMiViv\notin M_{i}\cup V_{i}. If either class is absent from the sampled patch or no exchange satisfies the volume constraints, GG returns the original label map. This boundary exchange defines GG in Eq. 1 and is applied only to examples selected for synthesis.

2.3 Distal Great Vessel Loss Masking

The CARE protocol defines the intended AO and PA extents, but the released annotations vary at distal endpoints that are not always marked by visible anatomical boundaries. Standard Dice and cross-entropy losses nevertheless treat every voxel as a fixed target, including voxels near these endpoints; this can produce conflicting supervision when annotations encode different endpoint extents.

For vessel c{AO,PA}c\in\{\mathrm{AO},\mathrm{PA}\}, we associate the AO with the LV and the PA with the RV. Using the dilation operator from Sec. 2.2, the proximal region RcR_{c} contains vessel voxels in contact with 𝒟1(LV)\mathcal{D}_{1}(\mathrm{LV}) for the AO or 𝒟1(RV)\mathcal{D}_{1}(\mathrm{RV}) for the PA. If no ventricular contact is present in the sampled patch, no endpoint mask is applied. The right panels of Fig. 3 show the corresponding ventricle used to locate the proximal vessel region and the distal voxels excluded from the segmentation loss.

Let 𝐬\mathbf{s} denote the nnU-Net target spacing and p(v)=𝐬vp(v)=\mathbf{s}\odot v the physical coordinate of voxel vv. The proximal reference point is the mean coordinate rc=|Rc|1vRcp(v)r_{c}=|R_{c}|^{-1}\sum_{v\in R_{c}}p(v), and the distance of vessel voxel vv from this point is dc(v)=p(v)rc2d_{c}(v)=\lVert p(v)-r_{c}\rVert_{2}.

The closest 90% of annotated vessel voxels retain their original supervision, whereas the remaining distal voxels are assigned to the ignore set UcU_{c}. The distal cap is defined by the 96th percentile of dcd_{c}, and UcU_{c} additionally includes background within a four-voxel dilation of this cap when its distance from rcr_{c} is at least the cap distance, allowing a tolerance of half the smallest voxel spacing. If tied distance values cause the distal selection to exceed 40% of the vessel, masking is skipped.

For either branch of Eq. 1, the mask is computed from the resulting target yiy_{i}^{\prime} immediately before loss computation. Writing Ui=UAOUPAU_{i}=U_{\mathrm{AO}}\cup U_{\mathrm{PA}} and denoting the segmentation network by fϕf_{\phi}, the objective is

seg=Dice+CE(fϕ(xi),yi,ΩiUi).\mathcal{L}_{\mathrm{seg}}=\mathcal{L}_{\mathrm{Dice+CE}}\left(f_{\phi}(x_{i}^{\prime}),y_{i}^{\prime};\Omega_{i}\setminus U_{i}\right). (2)

The operation changes which voxels contribute to the loss without generating an extended or truncated vessel label. It is applied to every training example, regardless of whether the input is real or synthetic, and is not used during validation or inference. The masking rule therefore does not explicitly favor either extension or truncation of the annotated vessel endpoint.

2.4 Training and Inference

Each training batch first undergoes the spatial and intensity augmentations used by nnU-Net. For an example selected with probability ρ=0.10\rho=0.10, the Myo–LV operation is applied to the transformed label map, and the augmented real image is replaced by an image synthesized from the resulting map. In the complete method, the AO and PA ignore regions defined in Sec. 2.3 are excluded from the Dice and cross-entropy losses immediately before loss computation. For each selected example, we independently sample the class intensity distributions, bias field, gamma transformation, noise level, and resolution profile described in Sec. 2.1, as well as whether the myocardium is thickened or thinned. At inference, the network receives one preprocessed image channel without a modality indicator or synthesis step. The same 3D full-resolution configuration is used for CT and MRI; no 2D model or slice-wise inference is used. We otherwise use the standard nnU-Net inference procedure.

3 Experiments and Results

3.1 Data, Training, and Evaluation Protocol

The released CARE-WHS training set contains 106 labeled volumes from five site groups: 60 CT and 46 MRI scans. All images and annotations used in this study were released through the CARE 2026 Whole Heart track [3, 14, 12, 5]; no private images or annotations were used. Every model is trained with both CT and MRI cases, and the two modalities are separated only when validation results are reported. We use the same partition into five folds as the nnU-Net baseline. Tables 1 and 2 report one development split containing 85 training cases and 21 validation cases, of which 12 are CT and 9 are MRI. With the exception of the “Only synthetic” experiment listed in Table 1, the nnU-Net comparisons use the same augmentation, optimization schedule, and 200-epoch budget. The 3D U-Net, UNETR, and SwinUNETR baselines use the same development split, preprocessed inputs, and evaluation procedure.

For the model comparisons, we report the Dice similarity coefficient (DSC) separately for CT and MRI. Within each reported group, DSC is first averaged across cases for each of the seven structures. The overall WHS score is the weighted mean of these seven structure averages, using the total reference-annotation volume of each structure as its weight. Each label in each model is postprocessed by extracting its largest connected component before evaluation.

3.2 Segmentation Model and Training Strategy Comparison

Table 1 compares four segmentation models trained on only real images and four training settings based on nnU-Net.

Table 1: Comparison of segmentation models and training strategies on the development split. All models are trained jointly on CT and MRI; CT and MRI report results on the corresponding validation subsets, and All reports the combined score. Bold and underlining indicate the highest and second-highest DSC, respectively.
Segmentation model Training setting CT MRI All
3D U-Net[4] Only real .8723 .7891 .8215
UNETR[7] Only real .9123 .8007 .8432
SwinUNETR[6] Only real .9011 .7685 .8337
nnU-Net[9] Only real .9517 .8890 .9203
nnU-Net[9] Only synthetic .9119 .8303 .8735
nnU-Net[9] Real and synthetic .9503 .8912 .9208
nnU-Net[9] Full LISynSeg .9519 .8917 .9219

Among the four models trained on only real images, nnU-Net [9] achieved the highest DSC on this development split. The two Transformer models, UNETR [7] and SwinUNETR [6], did not outperform nnU-Net under the evaluated settings. These results compare the specific implementations tested here and do not establish a general advantage of one architecture type over another.

Training nnU-Net with only synthetic images performed worse than training with only real images, with the largest decrease observed on MRI (5.87-5.87 percentage points). This comparison shows that synthetic images cannot replace real images under the current setting and are instead used alongside them during training. Using real and synthetic images increased MRI and overall DSC by 0.22 and 0.05 percentage points, respectively, while CT DSC decreased by 0.14 percentage points. The full LISynSeg setting, which additionally includes the two cardiac label operations, achieved the highest DSC in all three columns. These gains were obtained without making the segmentation model larger or changing the inference procedure.

3.3 Ablation of Cardiac Label Operations

Table 2 evaluates the Myo–LV boundary operation and AO/PA loss masking individually and together using the same base setting with real and synthetic images.

Table 2: Ablation of the cardiac label operations using the same base setting with real and synthetic images. All models are trained jointly on CT and MRI using the same development split, training schedule, synthesis probability, and postprocessing. The CT, MRI, and All columns report aggregate scores across all seven structures. Bold and underlining indicate the highest and second-highest DSC, respectively.
Training setting Myo–LV AO/PA CT MRI All
Real and synthetic .9503 .8912 .9208
+ Myo–LV boundary operation .9510 .8672 .9147
+ AO/PA loss masking .9513 .8901 .9207
+ both operations .9519 .8917 .9219

The Myo–LV boundary operation alone produced a small increase on CT but reduced MRI DSC by 2.40 percentage points and also lowered the overall DSC. The operation therefore produced different responses on CT and MRI. AO/PA loss masking alone remained close to the base setting across all three columns. When both operations were enabled, the model achieved the highest numerical DSC on CT, MRI, and overall. Although the differences from the base setting were small, they were positive in all three columns.

Refer to caption
Figure 4: Qualitative comparison on representative cases. Columns show the input image, ground truth, LISynSeg, and the real-image nnU-Net baseline. From top to bottom: a CT example at the Myo–LV interface and MRI examples with the annotated AO (middle row) and PA (bottom row) extents. The zoomed-in panel in the top row shows a more accurate Myo–LV interface produced by our method. Red arrows in the bottom two rows mark the distal vessel differences.

3.4 Qualitative Comparison

Although the quantitative results summarize overall performance, they do not fully reveal whether LISynSeg mitigates the specific segmentation discrepancies targeted by our design. Figure 4 therefore visually compares the real-image nnU-Net baseline with LISynSeg on one CT case and two MRI cases from the validation set.

For the CT Site-B case (top row), LISynSeg more closely follows the endocardial Myo–LV interface and reduces the LV under-segmentation observed in the baseline. Accordingly, the LV Dice score increases from 0.83 to 0.86, while the Myo Dice score increases from 0.75 to 0.79 for this subject. In the MRI Site-C and Site-D cases, LISynSeg produces segmentations that are more consistent with the released ground-truth annotations. Specifically, it captures less of the AO annotation in the Site-D case and a larger portion of the PA annotation in the Site-C case, thereby reducing the AO over-segmentation and PA under-segmentation observed in the baseline. In the middle row, the AO Dice score increases from 0.73 to 0.75, while in the bottom row, the PA Dice score increases from 0.67 to 0.71.

These examples localize the improvements to the anatomical structures targeted by the cardiac-specific label operations and complement the aggregate quantitative results reported in Table 2. Because the annotated endpoints of the great vessels vary across the released labels, the AO and PA panels illustrate agreement with the released annotations rather than the standardized vessel-length evaluation used by the challenge.

3.5 Official Validation Ensemble

Our official validation submission combines nnU-Net models trained with only real images, with real and synthetic images, and with the data augmentation (DA5) setting. In the public validation leaderboard, the ensemble achieved DSCs of 0.9360 for CT, 0.8640 for MRI, and 0.9072 for the combined track. The submission ranked among the top five on the combined track at the time of writing. These results report the performance of the submitted ensemble, whereas Tables 1 and 2 isolate the contribution of the data augmentation strategy.

4 Discussion

LISynSeg improves WHS across CT and MRI by combining label-to-image synthesis calibrated to the training cohort with cardiac label augmentation and loss masking, without modifying the segmentation architecture. The improvement is larger for MRI than for CT, suggesting that the added contrast and acquisition variability is particularly useful for MRI. Improvements are also observed for the great vessels. The second and third rows of Fig. 4 show closer agreement with the reference AO and PA segmentations, particularly around vessel branches and distal extents.

Our approach extends the central idea of SynthSeg, whose cardiac experiment on MMWHS, a predecessor of CARE-WHS, showed that randomized images generated from label maps can support segmentation across CT and MRI [1, 13]. CARE-WHS introduces greater variation across centers in scan coverage and in the annotated extent of the AO and PA. Since the distal vessel endpoints do not correspond to a consistently visible anatomical boundary, image randomization alone cannot account for all variation in the training labels. We therefore combine synthesized examples with real images and directly account for variation in the cardiac annotations. Mixing real and synthetic examples broadens the contrast and acquisition conditions observed during training while retaining thoracic tissues that are not represented by the seven labels. The Myo–LV boundary exchange and AO/PA endpoint loss masking address the two challenges described above: the former introduces controlled variation in myocardial thickness, whereas the latter reduces the influence of inconsistent distal vessel annotations during optimization. Together, these findings show that cardiac label-to-image synthesis benefits from combining image randomization with targeted treatment of annotation variation.

5 Conclusion

LISynSeg expands real CT/MRI training with calibrated label-to-image synthesis while holding the nnU-Net architecture fixed. Our experiments show that real–synthetic training improves MRI and overall segmentation over nnU-Net trained using only real images, whereas synthetic-only training loses image context that is absent from the labels. Cardiac boundary augmentation and AO/PA loss masking address two sources of label heterogeneity that generic deformation does not. These results identify training data augmentation design as a practical route for cross-modality WHS.

Acknowledgements

We thank the Advanced Computing Center for Research and Education (ACCRE) at Vanderbilt University for providing computational resources. We also thank the CARE Whole-Heart (CARE-WHS) Challenge organizers for providing the data used in this study. No external datasets were used.

Disclosure of Interests.

The authors have no competing interests to declare that are relevant to the content of this article.

References

  • [1] Billot, B., Greve, D.N., Puonti, O., Thielscher, A., Van Leemput, K., Fischl, B., Dalca, A.V., Iglesias, J.E.: Synthseg: Segmentation of brain mri scans of any contrast and resolution without retraining. Medical Image Analysis 86, 102789 (2023). https://doi.org/10.1016/j.media.2023.102789
  • [2] Brosig, J., Bautz, L., Khasyanova, I., Walczak, L., Sundermann, S., Kempfert, J., Kuhne, T., Hennemuth, A., Hullebrand, M.: Transfer learning for multimodal whole heart segmentation supported by intensity transformations. In: Comprehensive Analysis and Computing of Real-World Medical Images: Second MICCAI Challenge, CARE 2025. Lecture Notes in Computer Science, vol. 16257, pp. 46–56. Springer (2026)
  • [3] CARE 2026 Organizers: Care 2026 whole heart segmentation track. https://www.zmic.org.cn/care_2026/track_wholeheart/ (2026), accessed 2026-06-25
  • [4] Cicek, O., Abdulkadir, A., Lienkamp, S.S., Brox, T., Ronneberger, O.: 3d u-net: Learning dense volumetric segmentation from sparse annotation. In: Medical Image Computing and Computer-Assisted Intervention. pp. 424–432. Springer (2016). https://doi.org/10.1007/978-3-319-46723-8_49
  • [5] Gao, S., Zhou, H., Gao, Y., Zhuang, X.: Bayeseg: Bayesian modeling for medical image segmentation with interpretable generalizability. Medical Image Analysis 89, 102889 (2023). https://doi.org/10.1016/j.media.2023.102889
  • [6] Hatamizadeh, A., Nath, V., Tang, Y., Yang, D., Roth, H.R., Xu, D.: Swin unetr: Swin transformers for semantic segmentation of brain tumors in mri images. In: BrainLes 2021: Brainlesion: Glioma, Multiple Sclerosis, Stroke and Traumatic Brain Injuries. Lecture Notes in Computer Science, vol. 12962, pp. 272–284. Springer (2022). https://doi.org/10.1007/978-3-031-08999-2_22
  • [7] Hatamizadeh, A., Tang, Y., Nath, V., Yang, D., Myronenko, A., Landman, B., Roth, H.R., Xu, D.: Unetr: Transformers for 3d medical image segmentation. In: Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision. pp. 574–584 (2022)
  • [8] Hoffmann, M., Zollei, L., Dalca, A.V.: Deep infant brain segmentation from multi-contrast mri. arXiv preprint arXiv:2512.05114 (2025), https://arxiv.org/abs/2512.05114
  • [9] Isensee, F., Jaeger, P.F., Kohl, S.A.A., Petersen, J., Maier-Hein, K.H.: nnu-net: a self-configuring method for deep learning-based biomedical image segmentation. Nature Methods 18(2), 203–211 (2021). https://doi.org/10.1038/s41592-020-01008-z
  • [10] Valabregue, R., Khemira, I., Badinet, E., Rousseau, F., Auzias, G., Dorent, R.: Siam: Head and brain mri segmentation from few high-quality templates via synthetic training. arXiv preprint arXiv:2605.02737 (2026), https://arxiv.org/abs/2605.02737
  • [11] Zheng, H., Yang, M.: Ie-unet: Implicit neural representation-driven whole heart segmentation. In: Comprehensive Analysis and Computing of Real-World Medical Images: Second MICCAI Challenge, CARE 2025. Lecture Notes in Computer Science, vol. 16257, pp. 90–99. Springer (2026)
  • [12] Zhuang, X.: Multivariate mixture model for myocardial segmentation combining multi-source images. IEEE Transactions on Pattern Analysis and Machine Intelligence 41(12), 2933–2946 (2019). https://doi.org/10.1109/TPAMI.2018.2869576
  • [13] Zhuang, X., Li, L., Payer, C., Stern, D., Urschler, M., Heinrich, M.P., et al.: Evaluation of algorithms for multi-modality whole heart segmentation: An open-access grand challenge. Medical Image Analysis 58, 101537 (2019). https://doi.org/10.1016/j.media.2019.101537
  • [14] Zhuang, X., Shen, J.: Multi-scale patch and multi-modality atlases for whole heart segmentation of mri. Medical Image Analysis 31, 77–87 (2016). https://doi.org/10.1016/j.media.2016.02.006