generatect commited on
Commit
5bfba9e
1 Parent(s): 9e96356

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -1,8 +1,22 @@
1
  # GenerateCT: Text-Guided 3D Chest CT Generation
2
-
3
  Welcome to the official repository of GenerateCT, a pioneering work in text-conditional 3D medical image generation, with a particular focus on chest CT volumes. Here, you will find the code and all models for text-to-CT generation, all freely accessible for researchers.
4
 
5
  <p align="center">
6
  <img src="figures/examples.gif" width="100%">
7
  </p>
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # GenerateCT: Text-Guided 3D Chest CT Generation
 
2
  Welcome to the official repository of GenerateCT, a pioneering work in text-conditional 3D medical image generation, with a particular focus on chest CT volumes. Here, you will find the code and all models for text-to-CT generation, all freely accessible for researchers.
3
 
4
  <p align="center">
5
  <img src="figures/examples.gif" width="100%">
6
  </p>
7
 
8
+ ## Results
9
+ Our models achieve the following performances :
10
+
11
+ | | Resolution | Dimension | Text-Guided | FID (↓) | FVD (↓) | CLIP (↑) |
12
+ |--------------------|-----------------|------------------|------------------|------------------------------|-----------|-------------|
13
+ | CT-ViT | 128 | 3D | No | 73.4 | 1817.4 | N/A |
14
+ | Transformer | 128 | 3D | Yes | 104.3 | 1886.8 | 25.2 |
15
+ | Diffusion | 512 | 2D | Yes | 14.9 | 409.8 | 27.6 |
16
+ | **GenerateCT** | 512 | 3D | Yes | 55.8 | 1092.3 | 27.1 |
17
+
18
+ ## License
19
+ 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.
20
+
21
+ ## Acknowledgements
22
+ We would like to express our gratitude to the following repositories for their invaluable contributions to our work: [Phenaki Pytorch by Lucidrains](https://github.com/lucidrains/phenaki-pytorch), [Phenaki by LAION-AI](https://github.com/LAION-AI/phenaki), [Imagen Pytorch by Lucidrains](https://github.com/lucidrains/imagen-pytorch), and [CT Net Models by Rachellea](https://github.com/rachellea/ct-net-models). We extend our sincere appreciation to these researchers for their exceptional open-source efforts. If you utilize our models and code, we kindly request that you also consider citing these works to acknowledge their contributions.