| Literature DB >> 34883977 |
Alberto Montero1, Elisenda Bonet-Carne1,2,3, Xavier Paolo Burgos-Artizzu1.
Abstract
Generative adversarial networks (GANs) have been recently applied to medical imaging on different modalities (MRI, CT, X-ray, etc). However there are not many applications on ultrasound modality as a data augmentation technique applied to downstream classification tasks. This study aims to explore and evaluate the generation of synthetic ultrasound fetal brain images via GANs and apply them to improve fetal brain ultrasound plane classification. State of the art GANs stylegan2-ada were applied to fetal brain image generation and GAN-based data augmentation classifiers were compared with baseline classifiers. Our experimental results show that using data generated by both GANs and classical augmentation strategies allows for increasing the accuracy and area under the curve score.Entities:
Keywords: deep learning; generative adversarial networks; ultrasound image classification
Mesh:
Year: 2021 PMID: 34883977 PMCID: PMC8659720 DOI: 10.3390/s21237975
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1Fetal brain plane images used in this study [8].
Train/validation split with no overlapping patient samples used in augmentation and replacement experiments.
|
| ||||
|
|
|
|
| |
| TRV | 1656 | 1780 | 3436 | |
| TTA | 2620 | 2691 | 5311 | |
| total | 4276 | 4471 | 8747 | |
|
| ||||
|
|
|
|
| |
|
|
| |||
| TRV | 1656 | 854 | 926 | 3436 |
| TTA | 2620 | 1368 | 1323 | 5311 |
| total | 4276 | 2222 | 2249 | 8747 |
Metrics: FID, precision and recall for TTA and TRV GANs.
| Plane | FID | Precision | Recall |
|---|---|---|---|
| TTA | 13.08 | 0.6616 | 0.3336 |
| TRV | 17.4856 | 0.6609 | 0.2850 |
Figure 2Generation of Trans-thalamic images for some random seeds and different . Same 25 seeds were applied to each grid giving the same 25 brain plane generation for three values and no truncation. (a) ; (b) ; (c) ; (d) (no truncation).
Figure 3Generation of Trans-ventricular images for some random seeds and different . Same 25 seeds were applied to each grid giving the same 25 brain plane generation for three values and no truncation. (a) ; (b) ; (c) ; (d) (no truncation).
Baseline comparison. 5 runs with Tesla T4 gpu and bs = 64.
| Model | Accuracy | AUC | F1-Score | Sec/Epoch |
|---|---|---|---|---|
|
|
|
|
| 15 |
|
|
|
|
| 26 |
|
|
|
|
| 23 |
|
|
|
|
| 66 |
Figure 4Accuracy (blue, with max and min) and AUC (green, with max and min) for experiments with , , and (no truncation). Horizontal lines represent the baseline accuracy and AUC (without GAN data augmentation).
Comparison of baseline classifier without and with different strategies of data augmentation (classical and GAN-based using , , ResNet18_128x128, 5 runs).
| Accuracy | AUC | F1-Score | |
|---|---|---|---|
| no DA |
|
|
|
| classic DA only (baseline) |
|
|
|
| GAN-based DA only |
|
|
|
| classic + GAN-based DA |
|
|
|
Figure 5Accuracy (blue, with max and min) and AUC (green, with max and min) for replacement experiments for no truncation. Horizontal lines represent the baseline accuracy and AUC (without GAN data augmentation).