Improve model card: Add pipeline tag, library name, project page, and citation

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +17 -10
README.md CHANGED
@@ -1,11 +1,13 @@
1
  ---
2
- license: cc-by-nc-sa-4.0
3
  datasets:
4
  - Jungle15/GDP-HMM_Challenge
5
  language:
6
  - en
 
7
  tags:
8
  - medical
 
 
9
  ---
10
 
11
  # Announcements
@@ -23,13 +25,11 @@ If you are not a reviewer, please note that downloading the dataset implies agre
23
 
24
  ## Model Description
25
 
26
- <!-- Provide a longer summary of what this model is. -->
27
-
28
- This is a trained model can be directly used in GDP-HMM challenge in AAPM 2025.
29
 
30
  Please run this model and submit to the challenge platform, please follow the instructions in https://github.com/RiqiangGao/GDP-HMM_AAPMChallenge.
31
 
32
- *Attention*: This is a educational baseline that participants can quickly start the challenge and see some reasonable results. Participants may need to modify the settings and parameters to get better results.
33
 
34
  - **Developed by:** Riqiang Gao
35
  - **Model type:** 3D CNN, U-Shaped, MedNeXt, PyTorch-Lightning
@@ -39,21 +39,28 @@ Please run this model and submit to the challenge platform, please follow the in
39
 
40
  ## Model Sources
41
 
42
- <!-- Provide the basic links for the model. -->
 
43
  - **Repository:** https://github.com/RiqiangGao/GDP-HMM_AAPMChallenge.
44
 
45
  ## Uses
46
 
47
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
48
-
49
-
50
  Check the tutorials in the GitHub repository.
51
 
 
52
 
 
53
 
 
54
 
 
55
 
 
56
 
 
 
57
 
 
58
 
59
-
 
 
1
  ---
 
2
  datasets:
3
  - Jungle15/GDP-HMM_Challenge
4
  language:
5
  - en
6
+ license: cc-by-nc-sa-4.0
7
  tags:
8
  - medical
9
+ pipeline_tag: image-to-3d
10
+ library_name: pytorch
11
  ---
12
 
13
  # Announcements
 
25
 
26
  ## Model Description
27
 
28
+ This is a trained baseline model presented in the paper [Automating RT Planning at Scale: High Quality Data For AI Training](https://huggingface.co/papers/2501.11803). It can be directly used in the GDP-HMM challenge at AAPM 2025.
 
 
29
 
30
  Please run this model and submit to the challenge platform, please follow the instructions in https://github.com/RiqiangGao/GDP-HMM_AAPMChallenge.
31
 
32
+ *Attention*: This is an educational baseline that participants can quickly start the challenge and see some reasonable results. Participants may need to modify the settings and parameters to get better results.
33
 
34
  - **Developed by:** Riqiang Gao
35
  - **Model type:** 3D CNN, U-Shaped, MedNeXt, PyTorch-Lightning
 
39
 
40
  ## Model Sources
41
 
42
+ - **Paper:** [Automating RT Planning at Scale: High Quality Data For AI Training](https://huggingface.co/papers/2501.11803)
43
+ - **Project Page:** https://qtim-challenges.southcentralus.cloudapp.azure.com/competitions/38/
44
  - **Repository:** https://github.com/RiqiangGao/GDP-HMM_AAPMChallenge.
45
 
46
  ## Uses
47
 
 
 
 
48
  Check the tutorials in the GitHub repository.
49
 
50
+ ## Citation
51
 
52
+ To acknowledge the work of challenge organization team and insights from previous publication, please kindly follow the instructions below.
53
 
54
+ - **Data citation**. If you find the data and challenge helpful for your research, please cite the following technique paper [1] that built the dataset (or/and the challenge summary paper when available).
55
 
56
+ - **Baseline citation**. If you find the method and code for data preprocessing and data loading in the repo (e.g., creating the angle and beam plates) inspiring for your work, please cite [2]. If you use or adjust MedNeXt as your network structure, please cite [3].
57
 
58
+ In addition to above, if any data and code resources in this repo is helpful for your research, please kindly cite [1] or/and [2]. Please kindly cite external linked resources accordingly if they helped you.
59
 
60
+ ```
61
+ [1] Riqiang Gao, Mamadou Diallo, Han Liu, Anthony Magliari, Wilko Verbakel, Sandra Meyers, Masoud Zarepisheh, Rafe Mcbeth, Simon Arberet, Martin Kraus, Florin Ghesu, Ali Kamen. Automating RT Planning at Scale: High Quality Data For AI Training. arXiv preprint arXiv:2501.11803. 2025.
62
 
63
+ [2] Riqiang Gao, Bin Lou, Zhoubing Xu, Dorin Comaniciu, and Ali Kamen. "Flexible-cm gan: Towards precise 3d dose prediction in radiotherapy." In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2023.
64
 
65
+ [3] Saikat Ray, Gregor Koehler, Constantin Ulrich, Michael Baumgartner, Jens Petersen, Fabian Isensee, Paul F. Jaeger, and Klaus H. Maier-Hein. "Mednext: transformer-driven scaling of convnets for medical image segmentation." In International Conference on Medical Image Computing and Computer-Assisted Intervention, 2023.
66
+ ```