vlbthambawita commited on
Commit
15904df
1 Parent(s): d728d66

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -3
README.md CHANGED
@@ -2,9 +2,64 @@
2
  title: README
3
  emoji: 🏢
4
  colorFrom: yellow
5
- colorTo: indigo
6
  sdk: static
7
- pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card 🔥
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  title: README
3
  emoji: 🏢
4
  colorFrom: yellow
5
+ colorTo: blue
6
  sdk: static
7
+ pinned: true
8
  ---
9
 
10
+ # Welcome to DeepSynthBody [https://deepsynthbody.org/](https://deepsynthbody.org/)
11
+
12
+ <img align="left" src="/heroimage.png" width="420" style="padding-right:35px" />
13
+
14
+ A novel framework to solve data deficiency problems caused by privacy issues and time-consuming and costly medical data annotation processes.
15
+
16
+
17
+ ## Main objectives of Deepsynthbody are:
18
+ * Overcome the privacy related limitations for medical data by producing open access deep synthetic data.
19
+ * Reduce the time-consuming and resource-consuming process of medical data labeling and annotation.
20
+ * Find inter-correlations of human body organs (how one organ affect to other organs) and functions and reproduce them to produce a new model for the human body.
21
+
22
+
23
+ <br/><br/><br/><br/><br/><br/><br/><br/>
24
+
25
+ ## Additionaly, Deepsynthbody works as:
26
+ * A repository for deep generative models used in medicine.
27
+ * A data compression mechanism to keep big medical data sets in a small storage without any privacy concerns and space to save large amounts of the data
28
+
29
+ ## Architecture of DeepSynthBody framework
30
+ <img src="/architecture.png" width="900" />
31
+
32
+ ## Generative models are organized under 11 categories which may contain subcategories and subsub categories.
33
+ 1. Cardiovascular
34
+ - ECG model.
35
+ 2. Digestive
36
+ - GI tract
37
+ 3. Endocrine
38
+ 4. Integumentary
39
+ 5. Lymphatic
40
+ 6. Muscular
41
+ 7. Nervous
42
+ 8. Urinary
43
+ 9. Reproductive
44
+ 10. Respiratory
45
+ 11. Skeletal
46
+
47
+
48
+ ## How to contribute to Deepsynthbody as a researcher?
49
+ <img src="/contribute.png" width="800" />
50
+
51
+ ## Citation:
52
+ ```bash
53
+ @inproceedings{deepsynthbody,
54
+ title={DeepSynthBody: the beginning of the end for datadeficiency in medicine},
55
+ author={Thambawita, Vajira and Hicks, Steven A. and Isaksen, Jonas and Stensen, Mette Haug and Haugen, Trine B. and Kanters, Jørgen and Parasa, Sravanthi and Lange, Thomas de and Johansen, Håvard D. and Johanse, Dag and Hammer, Hugo L. and Halvorsen, P{\aa}l and Riegler, Michael A.},
56
+ booktitle={In Proceedings of the International Conference on Applied Artificial Intelligence (ICAPAI 2021)},
57
+ year={2021}
58
+ }
59
+ ```
60
+
61
+ ## Contact us
62
+ [deepsynthbody@gmail.com](deepsynthbody@gmail.com)<br />
63
+ [vajira@simula.no](vajira@simula.no)<br />
64
+ [michael@simula.no](michael@simula.no)<br />
65
+