haoningwu commited on
Commit
4ada69b
·
verified ·
1 Parent(s): b202406

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -3
README.md CHANGED
@@ -1,3 +1,39 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # MRGen: Diffusion-based Controllable Data Engine for MRI Segmentation towards Unannotated Modalities
6
+ This repository contains the pre-trained checkpoints of MRGen: https://arxiv.org/abs/2412.04106/.
7
+
8
+ ## Some Information
9
+ [Project Page](https://haoningwu3639.github.io/MRGen/) $\cdot$ [Paper](https://arxiv.org/abs/2412.04106/) $\cdot$ [Dataset](https://huggingface.co/datasets/haoningwu/MedGen-1M) $\cdot$ [Checkpoints](https://huggingface.co/haoningwu/MRGen)
10
+
11
+ ## Checkpoints - Model Zoo
12
+ Please refer to [MRGen](https://huggingface.co/haoningwu/MRGen) to download our pre-trained checkpoints.
13
+
14
+ ### Generative Model Checkpoints
15
+
16
+ | Source Modality | Target Modality | Link |
17
+ |-----------------|-----------------|------|
18
+ | | |
19
+ | | |
20
+
21
+ ### Segmentation Model Checkpoints
22
+ To be updated soon...
23
+
24
+ ## Citation
25
+ If you use this code and data for your research or project, please cite:
26
+
27
+ @misc{wu2024mrgen,
28
+ author = {Wu, Haoning and Zhao, Ziheng and Zhang, Ya and Xie, Weidi and Wang, Yanfeng},
29
+ title = {MRGen: Diffusion-based Controllable Data Engine for MRI Segmentation towards Unannotated Modalities},
30
+ journal = {arXiv preprint arXiv:2412.04106},
31
+ year = {2024},
32
+ }
33
+
34
+ ## Acknowledgements
35
+ Many thanks to the code bases from [diffusers](https://github.com/huggingface/diffusers) and [SimpleSDM](https://github.com/haoningwu3639/SimpleSDM).
36
+
37
+
38
+ ## Contact
39
+ If you have any questions, please feel free to contact [email protected] or [email protected].