Skip to main content

BRIEF RESEARCH REPORT article

Front. Earth Sci., 03 December 2021
Sec. Geohazards and Georisks
This article is part of the Research Topic Monitoring, Early Warning and Mitigation of Natural and Engineered Slopes View all 15 articles

A Novel Method for Extracting Time Series Information of Deformation Area of a Single Landslide Based on Improved U-Net Neural Network

Bibo Dai,,Bibo Dai1,2,5Yunmin Wang,Yunmin Wang3,5Chunyang YeChunyang Ye3Qihang LiQihang Li3Canming YuanCanming Yuan3Song Lu,
Song Lu4,6*Yuyang LiYuyang Li3
  • 1School of Resources and Civil Engineering, Northeastern University, Shenyang, China
  • 2Geomechanics Research Center, Northeastern University, Shenyang, China
  • 3School of Resources and Environmental Engineering, Jiangxi University of Science and Technology, Ganzhou, China
  • 4Quanzhou Institute of Equipment Manufacturing, Haixi Institutes, Chinese Academy of Sciences, Quanzhou, China
  • 5State Key Laboratory of Safety and Health for Metal Mines, Maanshan, China
  • 6Zhejiang Zhipu Engineering Technology Corporation Limited, Huzhou, China

This paper proposed an improved U-Net fully convolutional neural network to automatically extract a single landslide deformation information under time series based on the physical model experiments. This method extracts time series information for three different landslide deformation ranges. Compared to U-Net and mainstream superpixel method, evaluation indicators of DSC, VOE and RVD verify the high recognition accuracy and strong robustness of our method.

Introduction

Landslides usually cause a large number of casualties and property losses (Lee et al., 2006; Shahabi et al., 2013; Shirzadi et al., 2017), so it is very important to obtain characteristic information when landslides occur (Guzzetti et al., 1994; Malamud et al., 2004; Lee et al., 2018). Some scholars have done a lot of research on it from different angles (Kurtz et al., 2014; Tang et al., 2014; Zhang et al., 2016; Zhang et al., 2020; Li et al., 2021a; Li et al., 2021b). Computer vision technology such as image transformation algorithms improved the application of image recognition in landslide mapping (Ardizzone et al., 2007; Cheng et al., 2013; Mwaniki et al., 2017; Bui et al., 2020; Shi et al., 2020). While the image recognition of landslide deformation area in specific time deformation area of a single landslide is few considered.

In the mainstream automatic recognition of Superpixel segmentation, Xie et al., proposed a method of super pixel generation for SAR images based on significant differences and spatial distance (Xie et al., 2019). Zhu et al., proposed a region merging method (Zhu et al., 2016). Hashiba et al., uses the superpixel SLICO method to check the appropriate area size to extract the landslide area with high accuracy (Hashiba and Sonobe, 2020). Yang et al., used superpixel algorithm to realize the automatic extraction of landslide deformation information (Yang et al., 2019). But these methods are lacking in accuracy and recognition speed. Some scholars use u-net neural network to extract landslide deformation information (Ghorbanzadeh et al., 2021). Sanghoon Lee et al., used U-Net to quantitative spatial analysis on whole slide images (Lee et al., 2020). Chen Yu et al., developed a U-net like model suitable for mapping post-earthquake lanslide susceptibility (Chen et al., 2020). Unfortunately, these methods cannot achieve both high accuracy and strong robustness for recognition of landslide deformation area.

In this study, we propose an automatic recognition method for landslide deformation characteristics based on improved U-Net neural network. Compared with U-Net neural network and mainstream superpixel methods, it has higher accuracy and robustness in identifying landslide deformation features under time series. Physical simulated landslide experiments verify the reliability of our method.

Methods

The U-Net network was first proposed by Olaf et al. to segment images of biological cells. It is well known for its small training set. U-Net consists of two parts: a contraction path and an expansion path. The contraction path includes downsampling, ReLU, and pooling; the expansion path includes upsampling and ReLU (Ronneberger et al., 2015). This study improves the U-Net network by: 1) that increasing the depth of the network is conducive to extracting deeper features of the image (He et al., 2015); 2) that replacing part of the traditional convolution kernel using a hollow convolution kernel increase the receptive field to preserve more local details of the picture (Wang et al., 2016). Table 1 lists the specific operations of each layer of the improved U-Net network. The improved U-Net contains 9 improved residual modules, each of which is composed of two hole convolutions, two BNs and two ReLU functions; 19 convolutional layers, four pooling layers and four transposed convolutional layers.

TABLE 1
www.frontiersin.org

TABLE 1. Architectural details of the improved U-Net.

Data Set and Experimental Environment

The data used in this study was from indoor rainfall-induced landslides experiments. The physical model device is mainly composed of a rainfall simulation equipment and a set of monitoring sensors. The rainfall simulation system includes a metal frame, a metal support, 15 nozzles, and 5 flowmeters (water velocity was 25–250 ml/min for each flowmeter). The length, width, and height of the metal frame are 1.6, 0.8, and 0.8 m respectively (Figure 1). The main landslide monitoring sensor in our study is a trinocular camera (type: Point Gray Bumblebee X3, resolution: 1,280 × 960), which saves the captured images every 5 s. There are five groups of experimental models in the experiment, named S1, S2, S3, S4, and S5. The five groups of physical model experiment materials are all ionic rare earths, and each group of tests rains for 5 h, and the total rainfall is 260 mm. In addition, the back-peak rainfall method uses decreasing rainfall intensity, which are 140 mm/h, 70 mm/h, 40 mm/h, 20 mm/h, and 10 mm/h respectively. On the other hand, the front-peak rainfall method uses incremental rainfall intensity, which are 10 mm/h, 20 mm/h, 40 mm/h, 70 mm/h and 140 mm/h respectively (Li et al., 2020). In these five sets of experiments, due to the different physical model building methods and rainfall methods, the forms of slope landslide damage are also different. These experiments provide more data support for later method validation.

FIGURE 1
www.frontiersin.org

FIGURE 1. Rainfall device model.

Test Procedure

In this part, we use an improved U-Net method to extract landslide deformation information (Figure 2), and use currently popular evaluation indicators to evaluate the experimental segmentation results. Since there is no public dataset of continuous deformation images of landslides, we used LabelMe software to make the training set labels in the experiment. This experiment uses a neural network framework based on PyTorch to implement U-Net full convolutional networks. The data in the experiment consists of two parts consisting of 500 pieces of training set and 100 pieces of test set. Each group of tests extracts an average of 100 training sets (30 small-scale damage images, 40 medium-scale damage images, and 30 large-scale damage images) and 20 test sets (6 small-scale damage images, 8 medium-scale damage images and 6 large-scale damage images). In order to better utilize the characteristic of U-Net full convolutional network, this paper keeps the size of each image in the experiment 512 × 512. In the experiment we used i7-6,700 (CPU), NVIDIA RTX 2060s (GPU) in the Windows 10 environment, and the computer’s RAM is 16G. This paper uses the following parameters to set up the U-Net network: learning rate = 1e-4, batch size = 1 and training epoch = 100.

FIGURE 2
www.frontiersin.org

FIGURE 2. The flow chart of time sequence information extraction of landslide deformation area.

Evaluation Index

Currently, most of the image evaluation methods are widely used in the fields of medicine and computer vision, and have the characteristics of high accuracy (Huang et al., 2018; Sudan et al., 2019; Kromp et al., 2021). This paper uses DSC, VOE and RVD evaluation indicators to evaluate the segmentation effect of the model (Dash et al., 2019; Liu et al., 2019). DSC is used to evaluate the consistency between the segmentation results and the real results, and is defined as follows:

DSC(G,P)=2|GP||G|+|P|

The VOE calculation method is as follows:

VOE(G,P)=1|GP||GP|

The RVD is defined as follows:

RVD(G,P)=|P||G||G|

Among them, DSC represents the Dice Similariy Coefficient, VOE represents the Volumetric Overlap Error, RVD represents the Relative Volume Difference, G represents the real result and P represents the algorithm segmentation result. The closer DSC is 1, the better the segmentation result. The closer VOE and RVD is 0, the better the segmentation result.

Results

To verify the effectiveness of the proposed method, the proposed method is compared with the original U-Net network and the mainstream landslide deformation region segmentation superpixel algorithm, and the evaluation coefficients DSC, VOE, and RVD mentioned above are used to evaluate the segmentation results.

In this study, three small-scale landslide damage images, four medium-scale landslide damage images, and three large-scale landslide damage images at different times during training are randomly selected. The results of the three algorithms in the task of identifying small-scale landslide damage are shown in Figure 3A. It can be found that the performance of the improved U-Net model is better than that of the original U-Net and superpixel algorithm; The original U-Net model misidentifies the large non-destructive area as the destructive area, while the superpixel algorithm fails to distinguish the deformation area of landslide well. Figure 3B shows the results of the three algorithms in the identification of mesoscale landslide damage areas. Both the U-Net and the improved U-Net algorithms can well identify the damaged area in the landslide. However, the original U-Net method is easy to lose information in some subtle places, and it is easy to cause misrecognition at the edge of the damaged area. The superpixel algorithm can hardly identify the landslide deformation area. To comprehensively analyze and compare the performance of the three algorithms, this paper adds a landslide with a larger damage area to test the algorithm. Figure 3C shows that the U-Net model has obvious misrecognition and missed recognition in the identification of large-scale landslide damage areas, and the improved U-Net model still has a good performance. The traditional landslide deformation area recognition algorithm still does not perform well. The specific data is described below.

FIGURE 3
www.frontiersin.org

FIGURE 3. Recognition result graph; (A) Recognition result of small-scale damage; (B) Recognition results in medium-scale damage; (C) Recognition results in large-scale damage.

When small-scale deformation of the landslide occurs, the DSC evaluation indexes of U-Net, Superpixel and Improved U-Net are respectively: 0.953, 0.335, 0.978; VOE evaluation indexes are: 0.088, 0.775, 0.043; RVD evaluation indexes are: 0.066, 0.495, 0.032. When a medium-scale deformation of a landslide occurs, the DSC evaluation indexes of U-Net, Superpixel and Improved U-Net are respectively: 0.871, 0.433, 0.893; VOE evaluation indexes are: 0.084, 0.435, 0.076; RVD evaluation indexes are: 0.089, 0.376, 0.081. When large-scale deformation of the landslide occurs, the DSC evaluation indicators of U-Net, Superpixel and Improved U-Net are respectively: 0.933, 0.335, 0.958; VOE evaluation indicators are: 0.031, 0.775, 0.021; RVD evaluation indicators are: 0.032, 0.495, 0.020.

Discussion

Highlights of Improved U-Net Model

The improved U-Net model is better than the original U-Net and superpixel algorithm. The reason why the superpixel algorithm performs poorly in the large, medium and small-scale destruction is that the algorithm cannot adapt to images with complex backgrounds, and this is the advantage of the deep learning algorithm. In the DSC evaluation index, both U-Net and the improved U-Net model have high indicators. This method uses a large sample training set to automatically and continuously identify and extract deformation features in time series from different deformation scales, the recognition accuracy is high and the robustness is strong under complex environmental conditions.

Limitations and Outlook

In our study, we automatically identify the landslide physical model with relatively simple material particle size in the time series. For some landslide scenarios with complicated background and disordered particle size (such as mine excavation, tailings dam etc.) identification has not been studied yet. In the future, automatic identification of landslide deformation areas in complex environments will be a major trend.

Conclusion

The improved U-Net fully convolutional neural network is used to automatically identify and extract the deformation characteristics of the landslide time series. Some conclusions have been drawn:

1) The increase in depth of the neural network and the introduction of the spatial convolution kernel can effectively extract deep deformation features and retain more local deformation details.

2) In a large-capacity training set, the improved U-Net method has a good batch recognition processing effect.

3) Under the situation of multi-scale landslide damage, three different evaluation indicators verify that the improved U-Net method has higher recognition accuracy and stronger robustness than the U-Net method and the superpixel method.

Data Availability Statement

The raw data supporting the conclusion of this article will be made available by the authors, without undue reservation.

Author Contributions

Drafting of article: BD and SL; planning and supervision of the research: YW; analysis and interpretation of data: CY and QL; acquisition of data: CY; Model construction: YL.

Funding

The work was supported by the National Natural Science Foundation of China (No.51874268), Major science and technology projects of Anhui Province (No.202003a0702002), Fujian Transportation Science and Technology Project (No. 201911) and South Taihu Elite Plan Innovation Team Project of Huzhou city.

Conflict of Interest

Author SL was employed by the company Zhejiang Zhipu Engineering Technology Corporation Limited.

The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s Note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors, and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Acknowledgments

We gratefully acknowledge the funding provided by the National Natural Science Foundation of China (No.51874268), Major science and technology projects of Anhui Province (No.202003a0702002), Fujian Transportation Science and Technology Project (No. 201911) and South Taihu Elite Plan Innovation Team Project of Huzhou city. We also thank CY and QL for their assistance in the test. Finally, we would like to thank the handling editor and reviewers whose valuable and constructive comments greatly improved this article.

References

Ardizzone, F., Cardinali, M., Galli, M., Guzzetti, F., and Reichenbach, P. (2007). Identification and Mapping of Recent Rainfall-Induced Landslides Using Elevation Data Collected by Airborne Lidar. Nat. Hazards Earth Syst. Sci. 7 (6), 637–650. doi:10.5194/nhess-7-637-2007

CrossRef Full Text | Google Scholar

Bui, T. A., Lee, P. J., Lum, K. Y., Loh, C., and Tan, A. K. (2020). Deep Learning for Landslide Recognition in Satellite Architecture. IEEE Access 8, 143665–143678. doi:10.1109/ACCESS.2020.3014305

CrossRef Full Text | Google Scholar

Chen, Yu., Wei, Y., Wang, Q., Chen, F., Lu, C., and Lei, S. (2020). Mapping Post-Earthquake Landslide Susceptibility: A U-Net like Approach. Remote Sensing 12 (17), 2767. doi:10.3390/rs12172767

CrossRef Full Text | Google Scholar

Cheng, G., Guo, L., Zhao, T., Han, J., Li, H., and Fang, J. (2013). Automatic Landslide Detection from Remote-Sensing Imagery Using a Scene Classification Method Based on boVW and pLSA. Int. J. Remote Sensing 34 (1), 45–59. doi:10.1080/01431161.2012.705443

CrossRef Full Text | Google Scholar

Dash, M., Londhe, N. D., Ghosh, S., Semwal, A., and Sonawane, R. S. (2019). PsLSNet: Automated Psoriasis Skin Lesion Segmentation Using Modified U-Net-Based Fully Convolutional Network. Biomed. Signal Process. Control. 52, 226–237. doi:10.1016/j.bspc.2019.04.002

CrossRef Full Text | Google Scholar

Ghorbanzadeh, O., Alessandro, C., Pedram, G., Hejar, S., and Blaschke, T. (2021). A Comprehensive Transferability Evaluation of U-Net and ResU-Net for Landslide Detection from Sentinel-2 Data (Case Study Areas from Taiwan, China, and Japan). Scientific Rep. 11 (1), 14629. doi:10.1038/S41598-021-94190-9

CrossRef Full Text | Google Scholar

Guzzetti, F., Cardinali, M., and Reichenbach, P. (1994). The AVI Project: A Bibliographical and Archive Inventory of Landslides and Floods in Italy. Environ. Manage. 18 (4), 623–633. doi:10.1007/BF02400865

CrossRef Full Text | Google Scholar

Hashiba, H., and Sonobe, M. (2020). Extraction of Scattered Small-Scale Landslides Distribution by Object-Based Classification Using Optical High-Resolution Satellite Images. Int. Arch. Photogramm. Remote Sens. Spat. Inf. Sci. XLIII-B3, 1213–1218. doi:10.5194/isprs-archives-XLIII-B3-2020-1213-2020

CrossRef Full Text | Google Scholar

He, K., Zhang, X., Ren, S., and Sun, J. (2015). “Deep Residual Learning for Image Recognition,” in 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, June 27–30, 2016, 770–778. doi:10.1109/CVPR.2016.90

CrossRef Full Text | Google Scholar

Huang, Q., Sun, J. F., Ding, H., Wang, X. D., and Wang, G. Z. (2018). Robust Liver Vessel Extraction Using 3D U-Net with Variant Dice Loss Function. Comp. Biol. Med. 101, 153–162. doi:10.1016/j.compbiomed.2018.08.018

CrossRef Full Text | Google Scholar

Kromp, F., Fischer, L., Bozsaky, E., Ambros, I. M., Dorr, W., Beiske, K., et al. (2021). Evaluation of Deep Learning Architectures for Complex Immunofluorescence Nuclear Image Segmentation. IEEE Trans. Med. Imaging 40, 1934. doi:10.1109/TMI.2021.3069558

PubMed Abstract | CrossRef Full Text | Google Scholar

Kurtz, C., Stumpf, A., Malet, J. P., and Gancarski, P. (2014). Hierarchical Extraction of Landslides from Multiresolution Remotely Sensed Optical Images. ISPRS J. Photogramm. Remote Sens. 87, 122–136. doi:10.1016/j.isprsjprs.2013.11.003

CrossRef Full Text | Google Scholar

Lee, C. F., Huang, W. K., Chang, Y. L., and Chi, S. Y. (2018). Regional Landslide Susceptibility Assessment Using Multi-Stage Remote Sensing Data along the Coastal Range Highway in Northeastern Taiwan. Geomorphology 300, 113–127. doi:10.1016/j.geomorph.2017.10.019

CrossRef Full Text | Google Scholar

Lee, S., Ryu, J. H., Lee, M. J., and Won, J. S. (2006). The Application of Artificial Neural Networks to Landslide Susceptibility Mapping at Janghung, Korea. Math. Geol. 38 (2), 199–220. doi:10.1007/s11004-005-9012-x

CrossRef Full Text | Google Scholar

Lee, S., Zhao, Y., Mohamed, M., and Belkasim, S. (2020). Quantitative Spatial Analysis on Whole Slide Images Using U-Net. Comput. Biol. Bioinformatics 8 (2), 90–96. doi:10.11648/J.CBB.20200802.18

CrossRef Full Text | Google Scholar

Li, C., Zhong, W., Luo, J., Xiao, C. B., Song, S. L., and Wang, J. (2020). Test Study on Rainfall Infiltration Law and Failure. Model. Waste Rare Earth Tailings 529, 66–74. doi:10.19614/j.cnki.jsks.202007010

CrossRef Full Text | Google Scholar

Li, X., Peng, K., Peng, J., and Hou, D. (2021a). Experimental Investigation of Cyclic Wetting-Drying Effect on Mechanical Behavior of a Medium-Grained sandstone. Eng. Geol. 293, 106335. doi:10.1016/j.enggeo.2021.106335

CrossRef Full Text | Google Scholar

Li, X. S., Peng, K., Peng, J., and Hou, D. (2021b). Effect of thermal Damage on Mechanical Behavior of a fine-grained sandstone. Arabian J. Geosci. 14, 1212. doi:10.1007/s12517-021-07607-0

CrossRef Full Text | Google Scholar

Liu, Z., Song, Y. Q., Sheng, V. S., Wang, L., Jiang, R., Zhang, X., et al. (2019). Liver CT Sequence Segmentation Based with Improved U-Net and Graph Cut. Expert Syst. Appl. 126 (JUL), 54–63. doi:10.1016/j.eswa.2019.01.055

CrossRef Full Text | Google Scholar

Malamud, B. D., Turcotte, D. L., Guzzetti, F., and Reichenbach, P. (2004). Landslide Inventories and Their Statistical Properties. Earth Surf. Process. Landforms 29 (6), 687–711. doi:10.1002/esp.1064

CrossRef Full Text | Google Scholar

Mwaniki, M. W., Kuria, D. N., Boitt, M. K., and Ngigi, T. G. (2017). Image Enhancements of Landsat 8 (OLI) and SAR Data for Preliminary Landslide Identification and Mapping Applied to the central Region of Kenya. Geomorphology 282, 162–175. doi:10.1016/j.geomorph.2017.01.015

CrossRef Full Text | Google Scholar

Ronneberger, O., Fischer, P., and Brox, T. (2015). U-net: Convolutional Networks for Biomedical Image Segmentation. Int. Conf. Med. Image Comput. Comput. Assisted Intervention 9351, 234–241. doi:10.1007/978-3-319-24574-4_28

CrossRef Full Text | Google Scholar

Shahabi, H., Ahmad, B. B., and Khezri, S. (2013). Evaluation and Comparison of Bivariate and Multivariate Statistical Methods for Landslide Susceptibility Mapping (Case Study: Zab basin). Arabian J. Geosci. 6 (10), 3885–3907. doi:10.1007/s12517-012-0650-2

CrossRef Full Text | Google Scholar

Shi, W. Z., Zhang, M., Ke, H. F., Fang, X., Zhan, Z., and Chen, S. X. (2020). Landslide Recognition by Deep Convolutional Neural Network and Change Detection. IEEE Trans. Geosci. Remote Sensing 59, 1–19. doi:10.1109/TGRS.2020.3015826

CrossRef Full Text | Google Scholar

Shirzadi, A., Shahabi, H., and Chapi, K. (2017). A Comparative Study between Popular Statistical and Machine Learning Methods for Simulating Volume of Landslides. Catena 157, 213–226. doi:10.1016/j.catena.2017.05.016

CrossRef Full Text | Google Scholar

Sudan, J., Son, L. H., Kumar, R., and Priyadarshini, I. (2019). Neutrosophic Image Segmentation with Dice Coefficients. Measurement 134, 762–772. doi:10.1016/j.measurement.2018.11.006

CrossRef Full Text | Google Scholar

Tang, H. M., Crosta, G. B., and Wang, F. W. (2014). Special Issue on "advances in Engineering Geology for Landslides and Slope Stability Problems: Part I. Eng. Geol. 182, 1–2. doi:10.1016/j.enggeo.2014.10.014

CrossRef Full Text | Google Scholar

Wang, Y. J., Hu, S. Y., Wang, G. D., Chen, C. L. Z., and Pan, Z. K. (2016). Multi-scale Dilated Convolution of Convolutional Neural Network for Crowd Counting. Multimedia Tool Appl. 79 (1-2), 1057–1073. doi:10.1007/s11042-019-08208-6

CrossRef Full Text | Google Scholar

Xie, T., Huang, J. J., Shi, Q. Z., Wang, Q., and Yuan, N. (2019). PSDSD-A Superpixel Generating Method Based on Pixel Saliency Difference and Spatial Distance for SAR Images. Sensors (Basel). 19 (2), 304. doi:10.3390/s19020304

PubMed Abstract | CrossRef Full Text | Google Scholar

Yang, Y., Song, S. L., Yue, F. C., He, W., Shao, W., and Zhao, K. (2019). Superpixel-based Automatic Image Recognition for Landslide Deformation Areas. Eng. Geol. 259, 105166. doi:10.1016/j.enggeo.2019.105166

CrossRef Full Text | Google Scholar

Zhang, C. Y., Wang., Y. X., and Jiang, T. T. (2020). The Propagation Mechanism of an Oblique Straight Crack in a Rock Sample and the Effect of Osmotic Pressure under In-Plane Biaxial Compression. Arabian J. Geosci. 13 (15), 736. doi:10.1007/s12517-020-05682-3

CrossRef Full Text | Google Scholar

Zhang, Q. G., Huang, R. Q., Liu, Y. X., Su, X. P., Li, G. Q., and Nie, W. (2016). A Physically-Based Geometry Model for Transport Distance Estimation of Rainfall-Eroded Soil Sediment. Appl. Sci. (Switzerland) 6 (2), 34. doi:10.3390/app6020034

CrossRef Full Text | Google Scholar

Zhu, S., Cao, D., Wu, Y., and Shixiong, J. (2016). Improved Accuracy of Superpixel Segmentation by Region Merging Method. Front. Optoelectron. 9 (4), 633–639. doi:10.1007/s12200-015-0482-2

CrossRef Full Text | Google Scholar

Keywords: landslide, U-Net neural network, superpixel method, point cloud, evaluation indicators

Citation: Dai B, Wang Y, Ye C, Li Q, Yuan C, Lu S and Li Y (2021) A Novel Method for Extracting Time Series Information of Deformation Area of a Single Landslide Based on Improved U-Net Neural Network. Front. Earth Sci. 9:785476. doi: 10.3389/feart.2021.785476

Received: 29 September 2021; Accepted: 08 November 2021;
Published: 03 December 2021.

Edited by:

Wen Nie, Jiangxi University of Science and Technology, China

Reviewed by:

Pooya Saffari, Qingdao Technological University Qindao College, China
Chunyang Zhang, Wuhan University of Technology, China
Guangzhe Zhang, Technical University Bergakademie Freiberg, Germany

Copyright © 2021 Dai, Wang, Ye, Li, Yuan, Lu and Li. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Song Lu, bHVzb25nQG91dGxvb2suanA=

No.51874268No.202003a0702002

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.