| Literature DB >> 35370760 |
Xindi Wu1, Chengkun Li2, Xiangrui Zeng1, Haocheng Wei3, Hong-Wen Deng4, Jing Zhang5, Min Xu1.
Abstract
Cryo-electron tomography (Cryo-ET) has been regarded as a revolution in structural biology and can reveal molecular sociology. Its unprecedented quality enables it to visualize cellular organelles and macromolecular complexes at nanometer resolution with native conformations. Motivated by developments in nanotechnology and machine learning, establishing machine learning approaches such as classification, detection and averaging for Cryo-ET image analysis has inspired broad interest. Yet, deep learning-based methods for biomedical imaging typically require large labeled datasets for good results, which can be a great challenge due to the expense of obtaining and labeling training data. To deal with this problem, we propose a generative model to simulate Cryo-ET images efficiently and reliably: CryoETGAN. This cycle-consistent and Wasserstein generative adversarial network (GAN) is able to generate images with an appearance similar to the original experimental data. Quantitative and visual grading results on generated images are provided to show that the results of our proposed method achieve better performance compared to the previous state-of-the-art simulation methods. Moreover, CryoETGAN is stable to train and capable of generating plausibly diverse image samples.Entities:
Keywords: Cryo-ET; generative adversarial network; generative model; image synthesis; image translation
Year: 2022 PMID: 35370760 PMCID: PMC8970048 DOI: 10.3389/fphys.2022.760404
Source DB: PubMed Journal: Front Physiol ISSN: 1664-042X Impact factor: 4.566
Figure 1Overview of CryoETGAN: with adversarial loss, cycle-consistency loss, and Wasserstein loss, our method is capable of learning mapping between domain and with unpaired data.
Figure 2The 2D slide visualization of generated subtomograms (Top: S, Middle and Bottom: S). In general, we find CryoETGAN retrieval produces qualitatively similar subtomogram compared to the ground truth and is capable of producing various classes without mode collapse.
Figure 3The 2D slide visualization of real subtomogram samples from every class (Top: S, Middle and Bottom: S), the sequence of those subtomograms is corresponding to the sequence in Table 1.
For domain S, we use two datasets for training S and S separately, which contains four classes subtomograms and seven classes subtomograms, with 400 images in each class.
|
|
|
|
|---|---|---|
| 5MPA | Proteasome | |
| 5T2C | Ribosome | |
| 4V94 | TRiC | |
| NA | Membrane | |
|
|
|
|
| 10130&10131 | Rabbit muscle aldolase | |
| 10133 | Glutamate dehydrogenase | |
| 10135 | DNAB helicase-helicase | |
| 10143 | T20S proteasome | |
| 10169 | Apoferritin | |
| 10172 | Hemagglutinin | |
| 10173 | Insulin-bound insulin receptor |
Evaluation results via six different metrics.
|
|
|
|
|
|
|
|
|---|---|---|---|---|---|---|
|
| 0.3071 | 1.0 | 0.0 | 320.0 | 1.0 | 76.4 |
|
| 0.7192 | 0.3493 | 0.0678 | 2.21628 | 0.5532 | 67.3 |
Ideally, one would have a high density as well as a high coverage. We believe these metrics alongside classification performance are the most relevant indicators for this model, as one density map may correspond to numerous subtomograms.
Figure 4The 2D slide visualization of uncertainty map for (Top: S, Middle and Bottom: S).
Ablation study to demonstrate the performance impact of applying zero-mean Gaussian noise applied on density maps w.r.t. Frechet Inception Distance and Inception Score.
|
|
| |
|---|---|---|
|
|
| |
| CryoETGAN without gaussian noise | 828.18 | 1.42 |
| CryoETGAN + 0.2 × gaussian noise | 201.37 | 2.32 |
| CryoETGAN + 0.5 × gaussian noise | 273.01 | 2.22 |
Figure 5Inception Score w.r.t various standard deviations of noise.
Figure 6Frechet Inception Distance w.r.t various standard deviations of noise.
Ablation study to demonstrate the performance impact of using Wasserstein loss and Spectral normalization.
|
|
|
|
|
|
| ||
|---|---|---|---|---|---|---|---|
|
|
|
| |||||
| ✓ | ✓ | 0.3071 | 1.0 | 0.0 | 320.0 | 1.0 | 76.4 |
| ✓ | 0.2006 | 0.0 | 0.0 | 0.0 | 0.0 | 26.9 | |
| ✓ | 0.0413 | 1.0 | 0.0 | 320.0 | 1.0 | 57.1 |
The results show that the wasserstein loss and the spectral normalization significantly improved the performance.