Search papers, labs, and topics across Lattice.
This paper introduces a novel 4D generative framework that utilizes a semi-supervised variational autoencoder and a cascaded latent diffusion model to synthesize anatomically consistent cardiac MRI sequences. By disentangling anatomical structure from temporal dynamics, the method achieves high controllability and temporal coherence, as evidenced by strong correlations in static anatomy and low Fr茅chet Video Distance scores. Experimental results show that augmenting training datasets with synthetic 4D sequences significantly enhances segmentation performance, particularly for the left ventricle, demonstrating the framework's potential to improve model robustness in medical imaging with limited annotated data.
Synthetic 4D cardiac MRI sequences can boost segmentation performance by over 1.4%, showcasing a powerful augmentation strategy for training robust AI models in medical imaging.
Developing robust artificial intelligence models for 4D (3D + time) medical imaging is constrained by limited annotated data, inter-device domain shifts, and privacy restrictions. To address this, we propose a 4D controllable generative framework for anatomically consistent data augmentation. A semi-supervised variational autoencoder learns a compact latent representation of anatomical volumes while jointly predicting aligned segmentation masks in a unified framework. Anatomical structure is then disentangled from temporal dynamics through a cascaded latent diffusion model (LDM). A static LDM generates subject-specific anatomy conditioned on clinical priors (diagnosis and volumes measures) and a subsequent motion LDM estimates residual latent motions, ensuring strict temporal coherence across the 4D sequence. The proposed approach was evaluated on cine cardiac MRI as a representative 4D imaging application. Experiments across multiple datasets demonstrate high controllability of static anatomy (Pearson r > 0.8) and strong temporal coherence (FVD = 288.08). In cross-vendor generalization experiments, augmenting training sets with synthetic 4D sequences significantly improves downstream segmentation performance. Using nnU-Net, the proposed augmentation strategy improves the average Dice score by 1.4% and reduces the Hausdorff Distance by 3.0mm compared to training on real data alone, for the left ventricle, Dice improves by 2.8% with a 5.4mm reduction in boundary error. Overall, this framework provides a scalable and controllable solution for 4D medical image synthesis, supporting the development of more robust models with limited annotations and cross-vendor variability. Code available on https://github.com/cyiheng/4DCardiacMRISynthesis.