pfriedri commited on
Commit
ef4a10c
·
verified ·
1 Parent(s): 6a453dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -1,3 +1,30 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - 3d
7
+ - medical
8
+ - image-synthesis
9
+ - image-generation
10
+ - wavelet-transform
11
+ - image-to-image-translation
12
+ arxiv: xxxx.xxxxx
13
+ ---
14
+
15
+ # cWDM: Conditional Wavelet Diffusion Models for Cross-Modality 3D Medical Image Synthesis
16
+ This is the officical model repository of the paper "[**cWDM: Conditional Wavelet Diffusion Models for Cross-Modality 3D Medical Image Synthesis**](https://arxiv.org/abs/xxxx.xxxxx)" by Paul Friedrich, Alicia Durrer, Julia Wolleb and Philippe C. Cattin.
17
+
18
+ This work builds on our paper "[WDM: 3D Wavelet Diffusion Models for High-Resolution Medical Image Synthesis](https://arxiv.org/abs/2402.19043)". For more information, we refer to this [project page](https://pfriedri.github.io/wdm-3d-io/).
19
+ ## Origial GitHub repository
20
+ If you want to use the pre-trained models provided in this repository, download the model weights and follow the instructions in the official [GitHub repository](https://github.com/pfriedri/cwdm).
21
+
22
+ ## Citation
23
+ If you find this work useful, please cite:
24
+ ```bibtex
25
+ @article{friedrich2024cwdm,
26
+ title={cWDM: Conditional Wavelet Diffusion Models for Cross-Modality 3D Medical Image Synthesis},
27
+ author={Paul Friedrich and Alicia Durrer and Julia Wolleb and Philippe C. Cattin},
28
+ year={2024},
29
+ journal={arXiv preprint arXiv:xxxx.xxxxx}}
30
+ ```