Skip to content

Commit

Permalink
minor changes to main README (#0)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Apr 7, 2023
1 parent 63bac0f commit 8aa4178
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ Medical image datasets for AI and ML methods must be diverse (i.e. diagnoses, di
To address such data scarcity, we proposed generative adversarial networks (GAN)-based models, diffusion-super-resolution-GAN and transformer-based-GAN, to synthesise images of fetal ultrasound brain planes from one public dataset.
We reported that GAN-based methods can generate 256x256 pixel size of fetal ultrasound trans-cerebellum brain image plane with stable training losses, resulting in lower FID values for diffusion-super-resolution-GAN (average 7.04 and lower FID 5.09 at epoch 10) than the FID values of transformer-based-GAN (average 36.02 and lower 28.93 at epoch 60).
The results of this work illustrate the potential of GAN-based methods to synthesise realistic high-resolution ultrasound images, leading to future work with other fetal brain planes, anatomies, devices and the need of a pool of experts to evaluate synthesised images.
Code, data and other resources to reproduce this work are available at \url{https://github.com/budai4medtech/midl2023}.

![fig](short-paper/figures/main-results/outputs/drawing-v00.png)
**Figure** Results from Diffusion-Super-resolution-GAN (DSR-GAN) and transformer-based-GAN (TB-GAN):
**Figure.** Results from Diffusion-Super-resolution-GAN (DSR-GAN) and transformer-based-GAN (TB-GAN):
(a) Training losses for Generator and Discriminator networks,
(b) FID scores, and
(c) 256x256 pixel size trans-cerebellum images of two randomised batches (B1, B2) of real and synthesised (DSR-GAN and TB-GAN).
Expand Down

0 comments on commit 8aa4178

Please sign in to comment.