generatect commited on
Commit
fae0176
·
verified ·
1 Parent(s): 48f32ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -5,5 +5,31 @@ Welcome to the official page of GenerateCT, a pioneering work in text-conditiona
5
  <img src="https://huggingface.co/generatect/GenerateCT/resolve/main/figures/examples.gif" width="100%">
6
  </p>
7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ## License
9
  Our work, including the codes, trained models, and generated data, is released under a [Creative Commons Attribution (CC-BY) license](https://creativecommons.org/licenses/by/4.0/). This means that anyone is free to share (copy and redistribute the material in any medium or format) and adapt (remix, transform, and build upon the material) for any purpose, even commercially, as long as appropriate credit is given, a link to the license is provided, and any changes that were made are indicated. This aligns with our goal of facilitating progress in the field by providing a resource for researchers to build upon.
 
5
  <img src="https://huggingface.co/generatect/GenerateCT/resolve/main/figures/examples.gif" width="100%">
6
  </p>
7
 
8
+
9
+ ## Citing Us
10
+ When using this dataset, please consider citing the following related papers:
11
+
12
+ ```
13
+ 1. @article{hamamci2023generatect,
14
+ title={GenerateCT: Text-Conditional Generation of 3D Chest CT Volumes},
15
+ author={Hamamci, Ibrahim Ethem and Er, Sezgin and Sekuboyina, Anjany and Simsar, Enis and Tezcan, Alperen and Simsek, Ayse Gulnihan and Esirgun, Sevval Nil and Almas, Furkan and Dogan, Irem and Dasdelen, Muhammed Furkan and others},
16
+ journal={arXiv preprint arXiv:2305.16037},
17
+ year={2023}
18
+ }
19
+
20
+ 2. @article{hamamci2024foundation,
21
+ title={A foundation model utilizing chest CT volumes and radiology reports for supervised-level zero-shot detection of abnormalities},
22
+ author={Hamamci, Ibrahim Ethem and Er, Sezgin and Almas, Furkan and Simsek, Ayse Gulnihan and Esirgun, Sevval Nil and Dogan, Irem and Dasdelen, Muhammed Furkan and Wittmann, Bastian and Simsar, Enis and Simsar, Mehmet and others},
23
+ journal={arXiv preprint arXiv:2403.17834},
24
+ year={2024}
25
+ }
26
+
27
+ 3. @article{hamamci2024ct2rep,
28
+ title={Ct2rep: Automated radiology report generation for 3d medical imaging},
29
+ author={Hamamci, Ibrahim Ethem and Er, Sezgin and Menze, Bjoern},
30
+ journal={arXiv preprint arXiv:2403.06801},
31
+ year={2024}
32
+ }
33
+ ```
34
  ## License
35
  Our work, including the codes, trained models, and generated data, is released under a [Creative Commons Attribution (CC-BY) license](https://creativecommons.org/licenses/by/4.0/). This means that anyone is free to share (copy and redistribute the material in any medium or format) and adapt (remix, transform, and build upon the material) for any purpose, even commercially, as long as appropriate credit is given, a link to the license is provided, and any changes that were made are indicated. This aligns with our goal of facilitating progress in the field by providing a resource for researchers to build upon.