nakajimayoshi commited on
Commit
afff6ae
·
1 Parent(s): 9df6585

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -6,8 +6,28 @@ tags:
6
  library_name: diffusers
7
  ---
8
 
9
- Diffusion model trained on thousands of public images from [image data resource](https://idr.openmicroscopy.org/cell/) to create highly detailed accurate depictions of flourescent and super-resolution cell images.
10
  ![image](samples/0049.png)
11
 
12
  # Ground-truth image data obtained from idr:
13
- ![realsamples](samples/real_samples.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  library_name: diffusers
7
  ---
8
 
9
+ Diffusion model trained on a public dataset of images from [image data resource](https://idr.openmicroscopy.org/cell/) to create highly detailed accurate depictions of flourescent and super-resolution cell images.
10
  ![image](samples/0049.png)
11
 
12
  # Ground-truth image data obtained from idr:
13
+ ![realsamples](samples/real_samples.png)
14
+
15
+
16
+ The role of generative AI in the science is a new discussion and the merits of it have yet to be evaluated. Whilst current image-to-image and text-to-image models make it easier than ever to create stunning images, they lack the specific training sets to replicate accurate and detailed images found in flourescent cell microscopy.
17
+ We propose ddpm-IRIS, a difusion network leveraging Google's [Diffusion Model](https://arxiv.org/abs/2006.11239) to generate visual depitctions of cell features with more detail than traditional models.
18
+
19
+ Hyperparameters:
20
+ - image_size = 256
21
+ - train_batch_size = 16
22
+ - eval_batch_size = 16
23
+ - num_epochs = 50
24
+ - gradient_accumulation_steps = 1
25
+ - learning_rate = 1e-4
26
+ - lr_warmup_steps = 500
27
+ - save_image_epochs = 10
28
+ - save_model_epochs = 30
29
+ - mixed_precision = 'fp16'
30
+
31
+
32
+ trained on 1 Nvidia A100 40GB GPU over 50 epochs for 2.5 hours.
33
+