STEM image analysis based on deep learning: identification of vacancy defects and polymorphs of ${MoS_2}$

Kihyun Lee,Jinsub Park,Soyeon Choi,Yangjin Lee,Sol Lee,Joowon Jung,Jong-Young Lee,Farman Ullah,Zeeshan Tahir,Yong Soo Kim,Gwan-Hyoung Lee,Kwanpyo Kim
DOI: https://doi.org/10.1021/acs.nanolett.2c00550
2022-06-09
Abstract:Scanning transmission electron microscopy (STEM) is an indispensable tool for atomic-resolution structural analysis for a wide range of materials. The conventional analysis of STEM images is an extensive hands-on process, which limits efficient handling of high-throughput data. Here we apply a fully convolutional network (FCN) for identification of important structural features of two-dimensional crystals. ResUNet, a type of FCN, is utilized in identifying sulfur vacancies and polymorph types of ${MoS_2}$ from atomic resolution STEM images. Efficient models are achieved based on training with simulated images in the presence of different levels of noise, aberrations, and carbon contamination. The accuracy of the FCN models toward extensive experimental STEM images is comparable to that of careful hands-on analysis. Our work provides a guideline on best practices to train a deep learning model for STEM image analysis and demonstrates FCN's application for efficient processing of a large volume of STEM data.
Mesoscale and Nanoscale Physics,Materials Science,Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
### What problems does this paper attempt to solve? This paper aims to solve the high - throughput data processing challenges faced in scanning transmission electron microscope (STEM) image analysis, especially for the recognition of structural features in two - dimensional crystalline materials (such as molybdenum disulfide, MoS₂). Specifically, the paper mainly solves the following two key problems: 1. **Efficient identification of point defects and polymorphism**: - **Point defect identification**: The paper uses a deep - learning model (ResUNet) to identify sulfur vacancies in MoS₂. These point defects have an important impact on the electrical, chemical, and mechanical properties of the material. - **Polymorphism identification**: The paper also develops a model for identifying different stacking polymorphisms of MoS₂. These polymorphisms (such as 2H, 3R, and 1T stacking configurations) have a significant impact on the electronic band structure of the material. 2. **Improving the automation and accuracy of STEM image analysis**: - Traditional STEM image analysis relies on manual operation, which is time - consuming and inefficient and difficult to handle a large amount of high - throughput data. The paper trains a fully convolutional network (FCN), especially the ResUNet architecture, using simulated STEM images for training and introducing factors such as noise, aberration, and carbon contamination to improve the robustness and accuracy of the model in actual experimental images. - The paper demonstrates the effectiveness of the developed deep - learning model in processing experimental STEM images containing carbon contamination and other noise sources, proving that its performance is comparable to or even better than that of traditional manual analysis. ### Formula representation There are few formulas involved in the paper, but to ensure that all formulas can be presented accurately, the following are examples of relevant formulas in Markdown format: - **Loss function**: - Dice Loss: \[ \text{Dice Loss} = 1-\frac{2\times\text{TP}}{2\times\text{TP}+\text{FP}+\text{FN}} \] - Categorical Cross Entropy Loss: \[ \text{Categorical Cross Entropy Loss}=-\sum_{i = 1}^{N}y_i\log(\hat{y}_i) \] ### Summary By applying deep - learning techniques, especially the ResUNet architecture, the paper has successfully achieved efficient identification of sulfur vacancies and polymorphism in MoS₂. This method not only improves the degree of automation of STEM image analysis but also provides new ideas and technical means for processing other two - dimensional crystalline materials.