haoningwu commited on
Commit
6b1d6df
·
verified ·
1 Parent(s): d8ae607

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -1,8 +1,8 @@
1
- # MRGen: Segmentation Data Engine for Underrepresented MRI Modalities
2
  This repository contains the curated MRGen-DB dataset proposed in MRGen: https://arxiv.org/abs/2412.04106/.
3
 
4
  ## Some Information
5
- [Project Page](https://haoningwu3639.github.io/MRGen/) $\cdot$ [Paper](https://arxiv.org/abs/2412.04106/) $\cdot$ [Dataset](https://huggingface.co/datasets/haoningwu/MRGen-DB) $\cdot$ [Checkpoints](https://huggingface.co/haoningwu/MRGen)
6
 
7
  ## Dataset
8
  Please check out [MRGen-DB](https://huggingface.co/datasets/haoningwu/MRGen-DB) to download our curated dataset, including two parts: `radiopaedia_data` and `conditional_dataset`.
@@ -11,19 +11,19 @@ For the conditional dataset, we have directly provided our processed data, inclu
11
 
12
  As described in our paper, considering the data privacy concerns of [Radiopaedia](radiopaedia.org), we only release the JSON files of this part here.
13
  For each case, the format is represented as `./radiopaedia/{patient_id}/{case_id}/{volume_id}/{slice_id}.jpeg`, for example, `./radiopaedia/2564/1/MRI_4/1.jpeg`.
14
- This format allows you to locate the corresponding original volume through the `link` provided in our json files.
15
  After obtaining official authorization from Radiopaedia, you may download the data corresponding to the JSON file on your own.
16
  Alternatively, you can send the authorization via email to us (`[email protected]` or `[email protected]`) to obtain the download link for the image data in our MRGen-DB.
17
 
18
  ## Citation
19
  If you use this dataset for your research or project, please cite:
20
 
21
- @misc{wu2024mrgen,
22
- author = {Wu, Haoning and Zhao, Ziheng and Zhang, Ya and Xie, Weidi and Wang, Yanfeng},
23
- title = {MRGen: Segmentation Data Engine for Underrepresented MRI Modalities},
24
- journal = {arXiv preprint arXiv:2412.04106},
25
- year = {2024},
26
- }
27
 
28
  ## Contact
29
  If you have any questions, please feel free to contact [email protected] or [email protected].
 
1
+ # MRGen: Segmentation Data Engine for Underrepresented MRI Modalities (ICCV 2025)
2
  This repository contains the curated MRGen-DB dataset proposed in MRGen: https://arxiv.org/abs/2412.04106/.
3
 
4
  ## Some Information
5
+ [Project Page](https://haoningwu3639.github.io/MRGen/) · [Paper](https://arxiv.org/abs/2412.04106/) · [Dataset](https://huggingface.co/datasets/haoningwu/MRGen-DB) · [Checkpoints](https://huggingface.co/haoningwu/MRGen)
6
 
7
  ## Dataset
8
  Please check out [MRGen-DB](https://huggingface.co/datasets/haoningwu/MRGen-DB) to download our curated dataset, including two parts: `radiopaedia_data` and `conditional_dataset`.
 
11
 
12
  As described in our paper, considering the data privacy concerns of [Radiopaedia](radiopaedia.org), we only release the JSON files of this part here.
13
  For each case, the format is represented as `./radiopaedia/{patient_id}/{case_id}/{volume_id}/{slice_id}.jpeg`, for example, `./radiopaedia/2564/1/MRI_4/1.jpeg`.
14
+ This format allows you to locate the corresponding original volume through the `link` provided in our JSON files.
15
  After obtaining official authorization from Radiopaedia, you may download the data corresponding to the JSON file on your own.
16
  Alternatively, you can send the authorization via email to us (`[email protected]` or `[email protected]`) to obtain the download link for the image data in our MRGen-DB.
17
 
18
  ## Citation
19
  If you use this dataset for your research or project, please cite:
20
 
21
+ @inproceedings{wu2025mrgen,
22
+ author = {Wu, Haoning and Zhao, Ziheng and Zhang, Ya and Wang, Yanfeng and Xie, Weidi},
23
+ title = {MRGen: Segmentation Data Engine for Underrepresented MRI Modalities},
24
+ booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)}
25
+ year = {2025},
26
+ }
27
 
28
  ## Contact
29
  If you have any questions, please feel free to contact [email protected] or [email protected].