vlbthambawita commited on
Commit
6efe24f
·
1 Parent(s): b191a85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -13,23 +13,21 @@ pinned: true
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
@@ -46,13 +44,14 @@ A novel framework to solve data deficiency problems caused by privacy issues and
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
  }
 
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
  ## Main objectives of Deepsynthbody are:
17
+ * Overcome the privacy-related limitations of medical data by producing open-access deep synthetic data.
18
  * Reduce the time-consuming and resource-consuming process of medical data labeling and annotation.
19
+ * Find inter-correlations of human body organs (how one organ affects other organs) and functions and reproduce them to produce a new model for the human body.
 
20
 
21
+ <br/>
22
 
23
  ## Additionaly, Deepsynthbody works as:
24
  * A repository for deep generative models used in medicine.
25
+ * A data compression mechanism to keep big medical data sets in small storage without any privacy concerns and space to save large amounts of the data
26
 
27
  ## Architecture of DeepSynthBody framework
28
  <img src="/architecture.png" width="900" />
29
 
30
+ ## Generative models are organized under 11 categories which may contain subcategories and sub-sub categories.
31
  1. Cardiovascular
32
  - ECG model.
33
  2. Digestive
 
44
 
45
 
46
  ## How to contribute to Deepsynthbody as a researcher?
47
+
48
+ You can research and implement DeepGenerative models for medical data and publish models, datasets, and applications here. Remember to include references to your original study and papers in the readme files. Make your research more visible to a broader audience.
49
 
50
  ## Citation:
51
  ```bash
52
  @inproceedings{deepsynthbody,
53
+ title={DeepSynthBody: the beginning of the end for data deficiency in medicine},
54
+ author={Thambawita, Vajira and Hicks, Steven A. and Isaksen, Jonas, 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.},
55
  booktitle={In Proceedings of the International Conference on Applied Artificial Intelligence (ICAPAI 2021)},
56
  year={2021}
57
  }