[Paper]
This repository houses the official implementation and pretrained model weights for our paper titled "Conditional Diffusion Models for Semantic 3D Medical Image Synthesis". Our work focuses on utilizing diffusion models to generate realistic and high-quality 3D medical images while preserving semantic information.
Input Mask | Real Image | Synthetic Sample 1 | Synthetic Sample 2 |
---|---|---|---|
The following two libraries must be installed for training and generation.
Learning can be performed from the following code. The script is executed according to the data size 64, 128.
The path to the dataset folder is specified with --inputfolder
in the script code.
Size : 128x128x128
$ ./scripts/train128.sh
To generate samples, run the following script The learned weight file is specified by --weightfile
, and the mask file to be input is specified by --inputfile
.
Size : 128x128x128
$ ./scripts/generate128.sh
To cite our work, please use
@misc{,
doi = {},
url = {https://arxiv.org/abs/2305.18453},
author = {Zolnamar Dorjsembe, Hsing-Kuo Pao, Sodtavilan Odonchimed, Furen Xiao},
title = {Conditional Diffusion Models for Semantic 3D Medical Image Synthesis},
publisher = {arXiv},
year = {2022},
}