Search papers, labs, and topics across Lattice.
This paper introduces the Anatomically-conditioned Latent Diffusion Model (ALDM), a framework designed for efficient few-shot 3D MRI synthesis of diffuse gliomas, addressing challenges posed by domain shifts and limited annotated datasets. By employing a two-stage approach that combines a 3D variational autoencoder for anatomical prior learning and a conditional latent diffusion model for volume generation, ALDM effectively synthesizes high-quality MRI data with minimal input. In extreme few-shot scenarios, the model achieved a Frechet Inception Distance (FID) of 85.40 and a classification AUC of 0.987, outperforming existing GAN and hybrid methods while maintaining diagnostic integrity.
ALDM achieves unprecedented MRI synthesis quality in few-shot settings, outperforming traditional methods and setting a new benchmark for clinical data augmentation.
Accurate classification of diffuse gliomas is often hindered by domain shifts across centers and a lack of large, annotated datasets. We propose the Anatomically-conditioned Latent Diffusion Model (ALDM), a novel framework for data-efficient, few-shot 3D volumetric MRI synthesis. ALDM utilizes a two-stage approach: a 3D variational autoencoder learns anatomical priors from a data-rich source domain, while a conditional latent diffusion model, guided by tumor masks via a ControlNet, generates structurally coherent volumes for a data-scarce target domain. Evaluated in an extreme few-shot setting with only 16 target images, ALDM outperformed GAN and hybrid baselines, achieving a superior Frechet Inception Distance (FID) of 85.40 and a downstream classification AUC of 0.987. Qualitative results confirm that the model preserves sharp pathology boundaries and cross-modal consistency, with visual fidelity improving progressively during training. By capturing essential diagnostic features, ALDM provides a robust tool for clinical data augmentation in low-resource settings. Our implementation is available at https://github.com/Analytics-Everywhere-Lab/anatomically-conditioned-LDM.