ALL Metrics
-
Views
-
Downloads
Get PDF
Get XML
Cite
Export
Track
Software Tool Article

DeepCLEM: automated registration for correlative light and electron microscopy using deep learning

[version 1; peer review: 2 approved with reservations]
PUBLISHED 27 Oct 2020
Author details Author details
OPEN PEER REVIEW
REVIEWER STATUS

This article is included in the Artificial Intelligence and Machine Learning gateway.

This article is included in the NEUBIAS - the Bioimage Analysts Network gateway.

Abstract

In correlative light and electron microscopy (CLEM), the fluorescent images must be registered to the EM images with high precision. Due to the different contrast of EM and fluorescence images, automated correlation-based alignment is not directly possible, and registration is often done by hand using a fluorescent chromatin stain, or semi-automatically with fiducial markers. We introduce “DeepCLEM”, a fully automated CLEM registration workflow. A convolutional neural network predicts the fluorescent signal from the EM images, which is then automatically registered to the experimentally measured chromatin signal from the sample using correlation-based alignment. The complete workflow is available as a FIJI macro and could in principle be adapted for other imaging modalities as well as for 3D stacks.

Keywords

Correlative Microscopy, Image Registration, In-silico labeling, Deep Learning

Introduction

Correlative Light and Electron Microscopy (CLEM) combines the high resolution of electron microscopy (EM) with the molecular specificity of fluorescence microscopy. In super-resolution array tomography (srAT) for example, serial sections are imaged first under the fluorescence microscope using super-resolution techniques such as structured illumination microscopy (SIM), and then in the electron microscope1. With this technique, it is possible to identify and assign molecular identities to subcellular structures such as electrical synapses1,2 or microdomains in bacterial membranes3 that cannot be resolved by EM due to insufficient contrast.

To visualize and interpret the results of CLEM, the fluorescent images must be registered to the EM images with high accuracy and precision. Due to the different contrasts of EM and fluorescence images, automated correlation-based image alignment, as used e.g. for aligning EM serial sections4, is not directly possible. Registration is often done by hand using a fluorescent chromatin stain2, or semi-automatically with fiducial markers using tools such as eC-CLEM5. Further improvement and automation of the registration process is of great interest to make CLEM scalable to larger datasets.

Deep Learning using convolutional neural networks (CNNs) has become a powerful tool for various tasks in microscopy, including denoising and deconvolution as well as classification and segmentation, reviewed in 6 and 7. One interesting application of CNNs is the prediction of fluorescent labels from transmitted light images of cells, also called “in silico labeling”8,9.

We show here that this approach can be used to predict the fluorescent chromatin stain in electron microscopy images of cell nuclei. The predicted “in silico” chromatin images are sufficiently similar to real experimental chromatin images acquired with SIM to use them for automated correlation-based registration of CLEM images. Based on this observation, we developed “DeepCLEM”, a fully automated CLEM registration workflow implemented in FIJI10 and based on CNNs.

Methods

Data acquisition

We used previously acquired imaging data of Caenorhabditis elegans and of human skin samples from healthy subjects. Sample preparation as well as the acquisition of the imaging data has been previously described in detail1,2,11. Briefly, C. elegans worms were cryo-immobilized via high-pressure freezing and subsequently processed by freeze substitution. All samples were embedded in methacrylate resin and sectioned at 100 nm. Ribbons of consecutive sections were attached to glass slides and labeled with fluorophores. Live Hoechst 33342 was used to stain chromatin and immunolabeling was used to visualize molecular identities. The sections were then imaged with SIM super-resolution microscopy. Next, they were processed for electron microscopy by heavy metal contrasting and carbon coating. The regions of interest previously imaged with SIM were then imaged again on the same sections with scanning electron microscopy, resulting in pairs of images that needed to be correlated.

Manual registration

To prepare ground truth for network training, we manually registered the chromatin channel to the EM images as described in 2. We selected 30 subimages and super-imposed them in the software Inkscape. By reducing the opacity of the chromatin images, they could be manually resized, rotated and dragged until the Hoechst signal coincided with the electron-dense heterochromatin puncta in the underlying EM images.

Implementation

We implemented DeepCLEM as a Fiji10 plugin, using CSBDeep12 for network prediction. Preprocessing of the images as well as network training were performed in Python using scikit-image13 and TensorFlow14. First, a neural network trained on manually registered image pairs predicts the fluorescent chromatin signal from previously unseen EM images (Figure 1A). This "virtual" fluorescent chromatin image is then automatically registered to the experimentally measured chromatin signal from the sample using correlation-based alignment in FIJI (Figure 1B). The transformation parameters from this automated alignment are finally used to register the other SIM images that contain the signals of interest to the EM image (Figure 1C).

0db554d6-8849-4105-ac0c-0a019fef925d_figure1.gif

Figure 1. Schematic of the "DeepCLEM" workflow.

From the EM image (A), a CNN predicts the chromatin channel (B), to which the SIM image (C) is registered (D). The same transform is applied to the channel of interest (E) to obtain a CLEM overlay (F).

Operation

DeepCLEM requires FIJI10 with CSBDeep12 to run. The paths to the images and model file are entered in a user dialog (Figure 2). After running DeepCLEM, the correlated images and a .XML file containing the transform parameters are written to the output directory. The workflow is summarized in Figure 1; instructions for installing and running DeepCLEM and for training custom networks are included in the repository.

0db554d6-8849-4105-ac0c-0a019fef925d_figure2.gif

Figure 2. GUI and input parameters for "DeepCLEM".

Results

Comparison of network architectures

We trained DeepCLEM on correlative EM and SIM images of C. elegans and on human skin tissue and compared prediction and registration results for different network architectures and preprocessing routines. A generative adversarial network (pix2pix) showed promising results in some images from the skin dataset, but overall performance was best using the ProjectionCARE network from CSBDeep12.

Optimization of preprocessing

EM images had large differences in contrast even when acquired in the same laboratory. We compared different preprocessing routines, including normalization and histogram equalization, and found that histogram equalization alone resulted in the best performance on our data. The best combination of preprocessing steps for optimizing contrast may however depend on the data.

Discussion

We developed “DeepCLEM”, a fully automated CLEM registration workflow implemented in Fiji10 based on prediction of the chromatin stain from EM images using CNNs. Our registration workflow can easily be included in existing CLEM routines or adapted for other imaging modalities as well as for 3D stacks.

While we found that "DeepCLEM" performs well under various conditions, it has some limitations: using chromatin staining for correlation requires the presence of nuclei in the field of view. This limitation could be overcome by using e.g. propidium iodide to label the overall structure of the tissue.

Data availability

Source code, pretrained networks and example data as well as documentation are available online at:

https://github.com/CIA-CCTB/Deep_CLEM.

Software availability

Source code available from: https://github.com/CIA-CCTB/Deep_CLEM.

Archived source code at time of publication: https://doi.org/10.5281/zenodo.409524715

License: MIT License.

Comments on this article Comments (0)

Version 3
VERSION 3 PUBLISHED 27 Oct 2020
Comment
Author details Author details
Competing interests
Grant information
Copyright
Download
 
Export To
metrics
Views Downloads
F1000Research - -
PubMed Central
Data from PMC are received and updated monthly.
- -
Citations
CITE
how to cite this article
Seifert R, Markert SM, Britz S et al. DeepCLEM: automated registration for correlative light and electron microscopy using deep learning [version 1; peer review: 2 approved with reservations]. F1000Research 2020, 9:1275 (https://doi.org/10.12688/f1000research.27158.1)
NOTE: If applicable, it is important to ensure the information in square brackets after the title is included in all citations of this article.
track
receive updates on this article
Track an article to receive email alerts on any updates to this article.

Open Peer Review

Current Reviewer Status: ?
Key to Reviewer Statuses VIEW
ApprovedThe paper is scientifically sound in its current form and only minor, if any, improvements are suggested
Approved with reservations A number of small changes, sometimes more significant revisions are required to address specific details and improve the papers academic merit.
Not approvedFundamental flaws in the paper seriously undermine the findings and conclusions
Version 1
VERSION 1
PUBLISHED 27 Oct 2020
Views
44
Cite
Reviewer Report 08 Feb 2021
Reinhard Rachel, Centre for Electron Microscopy, Faculty of Biology and Preclinical Medicine, University of Regensburg, Regensburg, Germany 
Approved with Reservations
VIEWS 44
The manuscript by Seifert et al. (Univ. Würzburg, Germany) provides a convenient software tool (a macro name DeepCLEM) for linking fluorescent light microscopy images (here: structured illumination microscopy) to the information seen in electron micrographs (in this particular case: FE-SEM), obtained ... Continue reading
CITE
CITE
HOW TO CITE THIS REPORT
Rachel R. Reviewer Report For: DeepCLEM: automated registration for correlative light and electron microscopy using deep learning [version 1; peer review: 2 approved with reservations]. F1000Research 2020, 9:1275 (https://doi.org/10.5256/f1000research.30002.r77401)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
  • Author Response 16 Aug 2022
    Philip Kollmannsberger, Center for Computational and Theoretical Biology, University of Würzburg, Würzburg, 97074, Germany
    16 Aug 2022
    Author Response
    R: The group uses Hoechst 33342 for staining and the biological objects are visualized by SIM - would it be sufficient to visualize the objects by 'standard' wide-field fluorescent microscopy, ... Continue reading
COMMENTS ON THIS REPORT
  • Author Response 16 Aug 2022
    Philip Kollmannsberger, Center for Computational and Theoretical Biology, University of Würzburg, Würzburg, 97074, Germany
    16 Aug 2022
    Author Response
    R: The group uses Hoechst 33342 for staining and the biological objects are visualized by SIM - would it be sufficient to visualize the objects by 'standard' wide-field fluorescent microscopy, ... Continue reading
Views
57
Cite
Reviewer Report 04 Feb 2021
Martin L. Jones, Electron Microscopy Science Technology Platform, The Francis Crick Institute, London, UK 
Approved with Reservations
VIEWS 57
The authors present an automated method, deployed as a Fiji plugin, for registering 2D CLEM data. This is demonstrated on a "super resolution Array Tomography" (srAT) dataset, building on their previous method development work, where the sample is sliced into ... Continue reading
CITE
CITE
HOW TO CITE THIS REPORT
Jones ML. Reviewer Report For: DeepCLEM: automated registration for correlative light and electron microscopy using deep learning [version 1; peer review: 2 approved with reservations]. F1000Research 2020, 9:1275 (https://doi.org/10.5256/f1000research.30002.r77801)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
  • Author Response 16 Aug 2022
    Philip Kollmannsberger, Center for Computational and Theoretical Biology, University of Würzburg, Würzburg, 97074, Germany
    16 Aug 2022
    Author Response
    R: In the abstract and introduction, it is mentioned that "registration is often done by hand using a fluorescent chromatin stain" - this seems overly specific, in general CLEM alignment ... Continue reading
COMMENTS ON THIS REPORT
  • Author Response 16 Aug 2022
    Philip Kollmannsberger, Center for Computational and Theoretical Biology, University of Würzburg, Würzburg, 97074, Germany
    16 Aug 2022
    Author Response
    R: In the abstract and introduction, it is mentioned that "registration is often done by hand using a fluorescent chromatin stain" - this seems overly specific, in general CLEM alignment ... Continue reading

Comments on this article Comments (0)

Version 3
VERSION 3 PUBLISHED 27 Oct 2020
Comment
Alongside their report, reviewers assign a status to the article:
Approved - the paper is scientifically sound in its current form and only minor, if any, improvements are suggested
Approved with reservations - A number of small changes, sometimes more significant revisions are required to address specific details and improve the papers academic merit.
Not approved - fundamental flaws in the paper seriously undermine the findings and conclusions
Sign In
If you've forgotten your password, please enter your email address below and we'll send you instructions on how to reset your password.

The email address should be the one you originally registered with F1000.

Email address not valid, please try again

You registered with F1000 via Google, so we cannot reset your password.

To sign in, please click here.

If you still need help with your Google account password, please click here.

You registered with F1000 via Facebook, so we cannot reset your password.

To sign in, please click here.

If you still need help with your Facebook account password, please click here.

Code not correct, please try again
Email us for further assistance.
Server error, please try again.