Next Article in Journal
Assessing the Health and Environmental Benefits of a New Zealand Diet Optimised for Health and Climate Protection
Next Article in Special Issue
A Novel Deformation Extraction Approach for Sub-Band InSAR and Its Application in Large-Scale Surface Mining Subsidence Monitoring
Previous Article in Journal
Roles of Medicinal Mushrooms as Natural Food Dyes and Dye-Sensitised Solar Cells (DSSC): Synergy of Zero Hunger and Affordable Energy for Sustainable Development
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Study Protocol

Automatic-Detection Method for Mining Subsidence Basins Based on InSAR and CNN-AFSA-SVM

1
School of Geomatics, Anhui University of Science and Technology, Huainan 232001, China
2
Key Laboratory of Aviation-Aerospace-Ground Cooperative Monitoring and Early Warning of Coal Mining-Induced Disasters, Anhui Higher Education Institutes, Anhui University of Science and Technology, Huainan 232001, China
3
Coal Industry Engineering Research Center of Mining Area Environmental and Disaster Cooperative Monitoring, Anhui University of Science and Technology, Huainan 232001, China
*
Author to whom correspondence should be addressed.
Sustainability 2022, 14(21), 13898; https://doi.org/10.3390/su142113898
Submission received: 13 September 2022 / Revised: 7 October 2022 / Accepted: 24 October 2022 / Published: 26 October 2022

Abstract

:
Mining subsidence disasters are common geological disasters. Accurate and effective identification of their deformation position is significant in preventing and controlling geological disasters and monitoring illegal mining. In this study, deep learning, combined with a support vector machine (SVM), has been used to establish an automatic-detection method for mining subsidence basins using Sentinel-1A data. The Huainan mining area was selected as the experimental area to verify the method. The interferogram was obtained using differential radar interferometry (D-InSAR) to process the Sentinel-1A radar data of seven landscapes, and the mining subsidence basin and other targets were extracted manually as training samples. Subsequently, AlexNet, VGG19, and ResNet50 convolutional neural networks (CNNs) were used to extract feature vectors of mining subsidence basins for the SVM classifier, and mining subsidence basins were detected in a large-area InSAR interferogram. Non-maximum suppression was used to remove the repeated search box to improve the detection accuracy of mining subsidence basins; the artificial fish swarm algorithm with strong optimization ability and good global convergence is introduced into SVM parameter optimization to construct an improved ResNet50_SVM model. The experimental results show that: (1) the three CNN_SVM methods can accurately detect dry-mining subsidence basins automatically in large regional interference maps, providing an essential scientific basis for the government to monitor illegal mining activities and prevent and control geological disasters in mining areas; (2) the accuracy of the CNN_SVM automatic-detection methods for mining subsidence basins is approximately 80%, and that of ResNet50_SVM for mining subsidence basin detection is 83.7%, superior to that of AlexNet_SVM and VGG19_SVM; (3) the accuracy of the improved ResNet50_SVM based on AFSA algorithm is 88.3%, which is better than the unimproved Resnet50_SVM model.

1. Introduction

The original stress-equilibrium state of overlying strata may be easily broken by mining mineral resources, resulting in strata and surface movement, in addition to deformation. This causes a series of geological and environmental disasters in mines, threatening the safety, life, and property of mining residents [1]. Therefore, to conduct efficient and accurate monitoring of mining activities in mining areas, it is crucial to prevent geological and environmental disasters caused by mining. Moreover, these measures can provide a scientific basis for government departments to supervise illegal mining activities.
Currently, the government mainly monitors illegal mining activities according to the traditional “carpet type” investigation method, and some use microseismic and information networks. These methods are inefficient and have a small scope for monitoring large-scale illegal mining activities. Despite certain prevention and control measures, illegal mining has been repeatedly banned. According to statistics from the State Administration of Work Safety, China produces 35% of the world’s coal mine output, but accounts for 80% of the global death toll caused by coal mining; most mine accidents are caused by illegal underground mining [2]. Therefore, it is necessary to monitor illegal mining activities in mining areas efficiently and accurately [3,4].
Interferometric synthetic aperture radar (InSAR) technology has been widely used in the monitoring of surface subsidence in mining areas, owing to its advantages of low-cost, all-weather, all-day, and high-precision operation [5,6,7,8]. Ground subsidence occurs after underground coal mining, and the characteristics of surface deformation are shown in a series of concentric circles or concentric ellipses on the InSAR interferogram, which are called “mining subsidence basins” [9]. Therefore, scholars can monitor illegal mining by detecting mining subsidence basins on the InSAR interferogram. However, with the continuous development of InSAR technology, the image amplitude is also increasing. Visual search alone produces extensive artificial errors and consumes considerable energy in its search for mining subsidence basins in a wide range of interferograms. Therefore, it is necessary to determine a method to find mining subsidence basins in the InSAR interferogram automatically. In recent years, the development of computer hardware and large-scale data collection has helped convolutional neural networks (CNNs) to achieve excellent computer vision results, such as image classification and image detection [10]. Alzubaidi et al. [11] presented a machine-learning-based approach for automatic fracture recognition from unwrapped drill–core images. Zhang et al. [12] proposed a mask-labelling methodology that can establish a large and diverse training set without manual labelling. Xinhong et al. [13] proposed a method, based on the Domain-Adaptive Faster RCNN, called Adaptive-Threshold Cascade Faster RCNN. Liu Fang et al. [14] applied a deep-learning algorithm to the automatic detection and recognition of Oracle bone rubbings to facilitate the research and popularization of traditional culture. CNNs have been widely applied in various industries but have not been applied to mining subsidence basin detection by scholars. Therefore, in this study, we introduce the CNN method for mining subsidence basin detection using a large-width InSAR interferogram.
To effectively monitor illegal mining in large areas and prevent geological disasters, the CNN model, which has achieved excellent results in image detection, is applied to the detection of mining subsidence basins in the InSAR interferogram. By introducing AlexNet, VGG19, and ResNet50 CNN models, and using the support vector machine (SVM) model with strong classification ability to replace the original Softmax classifier of the CNN model, the CNN_SVM automatic-detection method of mining subsidence basin is constructed; the improved ResNet50_AFSA_SVM mining subsidence-basin-monitoring model is constructed by introducing the artificial fish swarm algorithm. This method can effectively detect mining subsidence basins in a large-width InSAR interferogram. In addition, it provides a scientific basis for monitoring mining activities and preventing geological disasters. In addition, it offers essential reference significance for landslides and other geological disasters.

2. Methodology

2.1. CNN Model Principle

A typical CNN model comprises a convolution layer, pooling layer, fully connected layer, and Softmax classification function. A CNN has a vital feature of adaptive extraction, and its mechanism of parameter sharing and inter-layer connection sparsity, introduced within the hidden layer, can significantly reduce the number of model parameters. Three classical CNNs are adopted in this study and their principles are as follows.
AlexNet uses an eight-layer neural network with five convolutional layers, three fully connected layers, and a maximum pooling layer. The entire deep-learning network contains 630 million links, 60 million parameters, and 650,000 neuron nodes [15]. The AlexNet structural model is shown in Figure 1.
The main difference between the AlexNet architecture and traditional CNNs is the increase in network depth, which leads to an increase in the number of tunable parameters of the model and regularization techniques, such as random inactivation and data enhancement. Random deactivation techniques are applied after the first two fully connected layers in the AlexNet architecture, resulting in less overfitting and better generalization to unknown examples. Another remarkable feature of AlexNet is the use of ReLU nonlinear activation after each convolutional and fully connected layer, which significantly improves the training efficiency compared to the traditionally used hyperbolic tangent function.
VGGNet explores the relationship between the depth of a CNN and its performance; by iteratively stacking small convolutional kernels of 3 × 3 and maximum pooling layers of 2 × 2, VGGNet successfully constructs a CNN with 16–19 layers of depth [16]. The network structure is shown in Figure 2.
VGGNet has five convolutional segments with two–three convolutional layers in each segment; a maximum pooling layer is connected at the end of each segment to reduce the image size. The same number of convolutional kernels is contained within each segment, with more convolutional kernels in the later segments: 64-128-256-512-512. Multiple identical 3 × 3 convolutional layers are often stacked together, which is a functional design.
The ResNet50 network structure comprises several residual modules. Assuming that x is the input data and with F ( x ) denoting the residual mapping, the characteristic output, H ( x ) , of the network residual module is:
H ( x ) = F ( x ) + x
When F ( x ) = 0 , it means that the convolutional layer performs constant mapping; when F ( x ) > 0 , it means that the convolutional layer learns new feature information, ensuring gradient transfer during backpropagation, which effectively solves the problem of gradient disappearance and network degradation during network training [17]. The ResNet50 network structure is illustrated in Figure 3.
The ResNet50 network structure comprises 49 convolutional layers and 1 fully connected layer, and the network operation process comprises six phases. The first stage contains convolution, batch regularization, activation function, and maximum pooling operations; the CONV (CONVOLUTION) BLOCK, in the second–fifth stages, represents the convolution residual block; the ID (IDENTITY) BLOCK represents the constant residual block; the sixth stage contains the global average pooling layer, the fully connected layer, and the Softmax classifier.

2.2. AFSA Algorithm Principle

The artificial fish swarm algorithm was first proposed by Li Xiaolei et al. in the study of the optimizing mode of animal autonomous bodies [18]. AFSA’s rationale is that artificial fish as a whole can be described as Z = { X 1 , X 2 , X 3 , X i , , X M } , where M is the total number of AF, X i = ( x 1 , x 2 , , x n ) represents the individual state of AF, and x i is the variable to be optimized. The food concentration of the current position of the artificial fish is Y = f ( X ) , where Y is the target function value. The distance between artificial fish individuals is denoted as d = | X i X j | . V i s u a l represents the perceived distance of the artificial fish, S t e p is the maximum stride length of the artificial fish, and δ is the crowding factor, 0 < δ < 1 .
(1)
Foraging behavior: The current state of the artificial fish is X i . In its perception range, randomly select a state as X j , X j = X i + r a n d ( ) × V i s u a l , and r a n d ( ) represents any random number between 0 and 1. Compare the food-concentration function, Y , twice. When Y i < Y j , move one step in this direction; on the contrary, select a state, X j , for comparison. After repeatedly trying the maximum number of times, if the advance conditions of the artificial fish are still not met, move forward one step at random. The formula is
X i n e x t = { X i + r a n d ( ) S t e p x j x i | x j x i | Y i < Y j X i + r a n d ( ) S t e p Y i > Y j
(2)
Clustering behavior: The number, n 0 , is that of artificial fish in the current field of vision; the position, X c , is that of artificial fish in the cluster center; and the food concentration, Y c , is that of artificial fish in the center. When Y c n 0 > δ Y i , move one step in this direction, otherwise, conduct foraging behavior, as follows:
X i n e x t = { X i + r a n d ( ) S t e p X c X i | X c X i | Y c n 0 > δ Y i Foraging   behavior Y c n 0 < δ Y i
(3)
Rear-end behavior: X j is the artificial fish with the smallest Y j in the current field of vision. When Y j n 0 > δ Y i , move one step in this direction, otherwise, foraging behavior will be carried out, as follows:
X i n e x t = { X i + r a n d ( ) S t e p X j X i | X j X i | Y j n 0 > δ Y i Foraging   behavior Y j n 0 < δ Y i
Firstly, the artificial fish is randomly generated in the parameter interval, the food-concentration function (objective function) is calculated, and the optimal value is recorded. Secondly, the state of each artificial fish after the above three behaviors is compared with the optimal value. If it is better than the optimal value, it will be replaced. After g e n (total number of iterations) iterations, the state of the artificial fish is the optimal state.
The quality of an SVM algorithm depends on the value of the penalty factor, c, and the kernel-function parameter, g [19]. In this paper, the artificial fish swarm algorithm with strong optimization ability and good global convergence is used to find the optimal penalty factor, c, and the kernel-function parameter, g. The Resnet50_AFSA_SVM mining subsidence-basin-detection model is constructed [20,21].

2.3. Method Construction

First, differential radar interferometry (D-InSAR) is used to process seven scenes of Sentinel-1A radar data to obtain interferograms, and mining subsidence basins and other targets are manually extracted as training samples. Second, AlexNet, VGG19, and Resnet50 convolutional neural networks are used to extract the feature vectors of mining subsidence basins for the SVM classifier. Mining subsidence basins are detected in large area InSAR interferograms, and non-maximum suppression is used to remove repeated search boxes to improve the detection accuracy of mining subsidence basins. The artificial fish swarm algorithm, with strong optimization ability and good global convergence, is introduced into the SVM parameter optimization to build an improved Resnet50_ AFSA_ SVM model. The application process of this method is as follows:
(1)
Constructing sample datasets: Interferograms were obtained by processing Sentinel-1A radar data using differential radar interferometry (D-InSAR), manually cropping the mined subsidence basin as a positive sample dataset and selecting other targets as a negative sample dataset.
(2)
CNN extracts feature vectors: The CNN model is used to extract the features of the mining subsidence basin and other targets, and the extracted feature vectors are input into the SVM classifier.
(3)
SVM classifier: After the feature vector was introduced into the SVM classifier, the artificial fish swarm algorithm searched for the optimal penalty factor, c, and the kernel-function parameter, g, and used the SVM classifier for the training and classification test to test the model accuracy.
(4)
Detection of mining subsidence basin: After the model is trained and tested, it starts to find mining subsidence basins found in the large-width InSAR interferogram, which uses non-maximal value suppression to remove the duplicate search box, and finally outputs the mining subsidence-basin-detection results. The flow of the method is shown in Figure 4.

2.4. Evaluation Criteria

In this study, the precision rate, P, recall rate, R, and F1 value are chosen to evaluate the accuracy of the method detection, which is formulated as follows:
{ P = T P T P + F P R = T P T P + F N F 1 = 2 P R P + R
Among them, the meaning of each indicator is shown in Table 1.
The precision rate represents the proportion of samples classified as positive cases that are actually positive; the recall rate represents the proportion of detected positive samples to the total number of actual positive samples. The value of F1 reflects the comprehensive identification ability of positive and negative samples; the higher the value of F1, the more robust the method [22].

3. Experiments and Results

3.1. Study Area

To verify the method used in this study, the Huainan mining area with many subsidence basins and apparent subsidence was adopted as the test area. The Huainan mining area is located in the north central part of Anhui Province, with a geographical range of approximately 116°21′21″ E–117°11′59″ E and 32°32′45″ N–33°00′24″ N, as shown in Figure 5. The Huainan mining area is bounded by the Huaihe River, the Panxie new mining area in the north, and the old mining area in the south. The continuous large-scale mining of the Huainan coalfield has made important contributions to the national economic construction, but has also caused significant ecological and environmental problems [23]. The main structural features of Huainan coalfield are distributed in the NWW direction, while the thrust fault of Huainan coalfield is mainly developed in Huainan. The north and south wings of the syncline are dominated by the south wing thrust fault. Inside the syncline compound, the stratum is flat and open, mainly Carboniferous and Permian, buried under the Cenozoic loose-sedimentary layer; the stratum altitude is gentle. By comparison, the structure in the nappe fault block on the south wing is relatively complex, and the local stratigraphic dip is steep. The overall magmatic rock activity in Huainan Coalfield is not very developed, and the rock mass is relatively less distributed. Yanshanian diorite intrusion is only seen in Panxie mining area.

3.2. Built Datasets

Seven “sentinel-1A” IW-mode images of Huainan mining area, from 16 November 2017 to 27 January 2018, were downloaded in this study and six interference images were generated through DInSAR data processing. The detailed image parameters are listed in Table 2.
From the interferograms formed by the six interference pairs shown in Table 2, the mining subsidence basin targets and other non-mining subsidence basin targets were selected as the sample datasets. A total of 120 mining subsidence basins were considered as the positive-sample datasets, and 180 non-mining subsidence basins were considered as the negative-sample datasets. Some sample datasets are shown in Figure 6.

3.3. Results and Analysis

In this study, we used 80% of the selected datasets as the training dataset and 20% as the validation dataset. AlexNet, VGG19, and ResNet50 were used for image-feature extraction, and the SVM classifier was used to classify and evaluate the accuracy of the extracted feature vectors. The precision rate, P, recall rate, R, and F1 value were selected to evaluate the accuracy of the method detection. The accuracies of the three CNN_SVM models are listed in Table 3.
From Table 3, we can observe that the accuracy of the above three models, combined with the SVM model for mining subsidence basin detection, is higher than 90%, and the accuracy of the ResNet50_AFSA_SVM model constructed in this paper is up to 97.6%. After the models were trained and tested, large-format wide InSAR interferograms were used for mining subsidence basin detection using the trained models. In this study, interferometric pairs comprising two-view “Sentinel-1A” IW-mode images, from 28 November 2018 to 10 December 2018, were selected for detection, and the results are shown in Table 4. The accuracy rate refers to the ratio of the number of mining subsidence basins detected by the model to the number of all mining subsidence basins in the interferogram; the misdetection rate refers to the ratio of the number of undetected mining subsidence basins to the number of all mining subsidence basins in the interferogram.
The CNN_SVM automatic-detection method of the mining subsidence basin constructed in this study is applied to mining subsidence basin detection on the InSAR interferogram of the Huainan mining area. The method can detect most mining subsidence basins; the ResNet50_AFSA_SVM model has the highest accuracy of 88.3%. The detection results are shown in Figure 7. In this study, it was found that a small number of undetected mining subsidence basins are mining areas with tiny subsidence areas or are areas with inferior interference quality. The CNN_SVM model constructed in this study is ineffective in detecting when the edge features of mining subsidence basins are not obvious. Scholars further discussed and analyzed this method to improve the detection effect and scalability of the proposed method.

4. Discussions

4.1. Impact of Increasing the Datasets in the Method

To discuss the influence of the number of datasets on the CNN_SVM automatic-detection method for mining subsidence basins, owing to the limited number of interference maps of the mining subsidence basin, the dataset of the mining subsidence basin map is expanded by translation and rotation. With 180 mining subsidence basins as positive-sample datasets and 240 non-mining subsidence basins as negative-sample datasets, the experimental results of the ResNet50_AFSA_SVM model are shown in Table 5.
The accuracy of the ResNet50_AFSA_SVM model for detecting mining subsidence basins was 90.6% after expanding datasets, which was higher than 88.3%. It can be observed that the expanded datasets improved the accuracy of model detection, but the detection effect was still poor for some areas with no apparent characteristics of mining subsidence basins.

4.2. Effect of Changing the Proportion of the Datasets on the Method

This study used 80% of the selected datasets as the training dataset and 20% as the validation dataset. To explore whether the change in the ratio of the training datasets and validation datasets is the effect of the CNN_SVM method to detect the mining subsidence basin, in this study, we conducted two experiments for the ResNet50_AFSA_SVM model with +10% of the training datasets and −10% of the validation datasets and −10% of the training datasets and +10% of the validation datasets. The results of the experiments are shown in Table 6.
It can be observed from Table 6 that changing the proportion of datasets has a slight influence on the accuracy of the ResNet50_AFSA_SVM model in detecting mining subsidence basins; the detection effect of mining subsidence basins with obscure image features is still poor.

4.3. Scalability Study of the Method

The method used in this study was successfully applied to the Huainan mining area. Wu et al. [24] proposed the early identification and monitoring of landslides based on InSAR technology and optical remote sensing. Next, scholars will apply the method proposed in this study to detect the surface-deformation characteristics caused by landslides and other geological disasters to monitor and prevent them in the future.

5. Conclusions

(1)
A CNN_SVM automatic-detection method of mining subsidence basins is constructed in this study and can be applied to the detection of mining subsidence basins with large-width InSAR interferograms. The method provides a scientific basis for the government to monitor illegal mining activities and prevent geological disasters in mining areas.
(2)
The method was applied to the Huainan mine area. The experimental results show that the three models detect mining subsidence basins with an accuracy of approximately 80%, and ResNet50_SVM detects mining subsidence basins with an accuracy of 86.0%, which is better than AlexNet_SVM and VGG19_SVM. The accuracy of the improved Resnet50_SVM, based on the AFSA algorithm, is 88.3%, which is better than the unimproved Resnet50_SVM model. Through further discussion and analysis of the method, the accuracy of Resnet50_AFSA_SVM for mining subsidence basin detection is improved by adding datasets. The model constructed in this paper can effectively detect the mining subsidence basin in the large-width InSAR interferogram.
(3)
A small number of mining subsidence basins with inconspicuous edge features are poorly detected by the CNN_SVM mining subsidence automatic-detection method constructed in this study. The authors will consider increasing the datasets and using higher-resolution InSAR data to enhance the detection effect.

Author Contributions

Conceptualization, L.W. and S.L.; methodology, L.W.; software, S.L.; validation, C.J., C.T. and J.L.; formal analysis, Z.L.; investigation, J.H.; resources, S.L.; data curation, S.L.; writing—original draft preparation, S.L.; writing—review and editing, L.W.; visualization, L.W.; supervision, L.W.; project administration, L.W. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Natural Science Foundation of China under Grant Nos. 52074010, 41602357, by the Anhui Science Fund for Distinguished Young Scholars (No. 2108085Y20), and by the Graduate innovation fund project of Anhui University of Science and Technology (No. 2021cx2142).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Acknowledgments

The authors are grateful to the editor and anonymous reviewers for their valuable suggestions which greatly help to improve the original manuscript.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Zhu, J.; Li, Z.; Hu, J. Research progress and methods of InSAR for deformation monitoring. Acta Geod. Cartogr. Sin. 2017, 46, 1717–1733. [Google Scholar] [CrossRef]
  2. Hindu, T. Illegal Mining: LOKAYUKTA Slams Government. 2009. Available online: http://www.hindu.com/2009/07/14/stories/2009071461270100.htm (accessed on 25 November 2021).
  3. Daraei, R.; Herki, B.M.; Sherwani, A.F.H. Study on the rapid drawdown and its effect on portal subsidence of Heybat Sultan twin tunnels in Kurdistan-Iraq. Civ. Eng. J. 2017, 3, 496–507. [Google Scholar] [CrossRef] [Green Version]
  4. Mahmoodzadeh, A.; Mohammadi, M.; Daraei, A.; Ali, H.F.H.; Al-Salihi, N.K.; Omer, R.M.D. Forecasting maximum surface settlement caused by urban tunneling. Autom. Constr. 2020, 120, 103375. [Google Scholar] [CrossRef]
  5. Wang, L.; Zhang, X.N.; Chen, Y.F. Method of mining subsidence prediction parameters inversion based on D-Insar LOS deformation. J. China Univ. Min. Technol. 2017, 46, 1159–1165. [Google Scholar]
  6. Chuang, J.; Lei, W.; Xue-Xiang, Y.; Shenshen, C.; Tao, W.; Zhongchen, G. A DPIM-InSAR method for monitoring mining subsidence based on deformation information of the working face after mining has ended. Int. J. Remote. Sens. 2021, 42, 6330–6358. [Google Scholar] [CrossRef]
  7. Yuan, M.; Li, M.; Liu, H.; Lv, P.; Li, B.; Zheng, W. Subsidence Monitoring Base on SBAS-InSAR and Slope Stability Analysis Method for Damage Analysis in Mountainous Mining Subsidence Regions. Remote Sens. 2021, 13, 3107. [Google Scholar] [CrossRef]
  8. Fan, H.; Wang, L.; Wen, B.; Du, S. A new model for three-dimensional Deformation extraction with single-track InSAR based on mining subsidence characteristics. Int. J. Appl. Earth Obs. Geoinf. 2021, 94, 102223. [Google Scholar] [CrossRef]
  9. Wang, Z.; Li, L.; Wang, J.; Liu, J. A method of detecting the subsidence basin from InSAR interferogram in mining area based on HOG features. J. China Univ. Mini. Technol. 2021, 50, 404–410. [Google Scholar]
  10. Ren, S.; He, K.; Girshick, R.; Sun, J. Faster R-CNN: Towards real-time object detection with region proposal networks. IEEE Trans. Pattern Anal. Mach. Intell. 2016, 39, 1137–1149. [Google Scholar] [CrossRef] [Green Version]
  11. Alzubaidi, F.; Makuluni, P.; Clark, S.R.; Lie, J.E.; Mostaghimi, P.; Armstrong, R.T. Automatic fracture detection and characterization from unwrapped drill-core images using mask R–CNN. J. Pet. Sci. Eng. 2021, 208, 109471. [Google Scholar] [CrossRef]
  12. Zhang, Z.; Yin, X.; Yan, Z. Rapid data annotation for sand-like granular instance segmentation using mask-RCNN. Autom. Constr. 2022, 133, 103994. [Google Scholar] [CrossRef]
  13. Shi, X.; Li, Z.; Yu, H. Adaptive threshold cascade faster RCNN for domain adaptive object detection. Multimed. Tools Appl. 2021, 80, 25291–25308. [Google Scholar] [CrossRef]
  14. Fang, L.; Huabiao, L.; Jin, M.; Sheng, Y.; Peiran, J. Research of Automatic Detection and Recognition of Oracle Rubbings Based on Mask-RCNN. Data Anal. Knowl. Discov. 2021, 1–12. Available online: http://kns.cnki.net/kcms/detail/10.1478.G2.20210906.1332.002.html (accessed on 25 November 2021).
  15. Zhao, X.; Dong, C.; Zhou, P.; Zhu, M.; Ren, J.; Chen, X. Research on wind turbine blade damage diagnosis based on UAV machine vision. Acta Energ. Sol. Sin. 2021, 42, 390–397. [Google Scholar] [CrossRef]
  16. Blok, P.M.; Van Evert, F.K.; Tielen, A.P.M.; Van Henten, E.J.; Kootstra, G. The effect of data augmentation and network simplification on the image-based detection of broccoli heads with Mask R-CNN. J. Field Robot. 2020, 38, 85–104. [Google Scholar] [CrossRef]
  17. Nijat, K.; Shi, Q.; Liu, S.; Bilal, I.; Li, H. Automatic Classification Method of Oasis Plant Community in Desert Hinterland Based on VGGNet and ResNet Models. Trans. Chin. Soc. Agric. Mach. 2019, 50, 217–225. [Google Scholar] [CrossRef]
  18. Li, X.; Xue, Y.; Lu, F.; Tian, G. Parameter estimation method based on artificial fish swarm algorithm. J. Shandong Univ. 2004, 34, 84–87. [Google Scholar] [CrossRef]
  19. Qin, J.; Zhang, Y.; Zhou, H.; Yu, F.; Sun, B.; Wang, Q. Protein Crystal Instance Segmentation Based on Mask R-CNN. Crystals 2021, 11, 157. [Google Scholar] [CrossRef]
  20. Mrozek, T.; Perlicki, K.T. Simultaneous monitoring of the phenomena of CD, Crosstalk, and OSNR in the physical layer of the optical network with the use of convolutional neural networks. Opt. Quantum. Electron. 2019, 11176, 449–457. [Google Scholar] [CrossRef]
  21. Khan, M.A.; Akram, T.; Zhang, Y.-D.; Sharif, M. Attributes based skin lesion detection and recognition: A mask RCNN and transfer learning-based deep learning framework. Pattern. Recogn. Lett. 2021, 143, 58–66. [Google Scholar] [CrossRef]
  22. El-Saadawy, H.; Tantawi, M.; Shedeed, H.A.; Tolba, M.F. A Hybrid Two-Stage CNN-SVM Model for Bone X-Rays Classification and Abnormality Detection. Int. J. Sociotechnol. Knowl. Dev. 2021, 13, 50–65. [Google Scholar] [CrossRef]
  23. Chen, Y.; Yuan, L.; Chong, X.U. Investigation on using mining subsidence area to build a reservoir in Huainan Coal Mining Area. J. China Coal. Soc. 2016, 41, 2830–2835. [Google Scholar] [CrossRef]
  24. Wu, L.; Wang, J.; Fu, Y. Early identifying and monitoring landslides in Guizhou province with InSAR and optical remote sensing. Surv. Mapp. Bull. 2021, 7, 98–102. [Google Scholar] [CrossRef]
Figure 1. Schematic of AlexNet network structure.
Figure 1. Schematic of AlexNet network structure.
Sustainability 14 13898 g001
Figure 2. Schematic of VGG19 network structure.
Figure 2. Schematic of VGG19 network structure.
Sustainability 14 13898 g002
Figure 3. ResNet50 network structure diagram.
Figure 3. ResNet50 network structure diagram.
Sustainability 14 13898 g003
Figure 4. Method overall flow chart.
Figure 4. Method overall flow chart.
Sustainability 14 13898 g004
Figure 5. Geographical location of Huainan mining area.
Figure 5. Geographical location of Huainan mining area.
Sustainability 14 13898 g005
Figure 6. Sample datasets (partial).
Figure 6. Sample datasets (partial).
Sustainability 14 13898 g006
Figure 7. ResNet50_AFSA_SVM model detection result diagram.
Figure 7. ResNet50_AFSA_SVM model detection result diagram.
Sustainability 14 13898 g007
Table 1. Meaning of each index.
Table 1. Meaning of each index.
Positive ForecastNegative Forecast
Actual positiveTPFN
Actual negativeFPTN
Table 2. Sentinel-1A interference pairs used to construct training samples.
Table 2. Sentinel-1A interference pairs used to construct training samples.
Serial NumberMain ImageAuxiliary ImagePath NumberTime Baseline (D)Spatial Baseline (M)
116 November 201728 November 20171421222.2
228 November 201710 December 20171421231.7
310 December 201722 December 201714212−44.9
422 December 20173 January 201814212−28.6
53 January 201815 January 201814212−31.7
615 January 201827 January 201814212−50.8
Table 3. CNN_SVM model accuracy table.
Table 3. CNN_SVM model accuracy table.
CNN ModelsPRF1
AlexNet_SVM0.9270.9270.927
VGG19_SVM0.9290.9510.940
ResNet50_SVM0.9520.9760.964
ResNet50_AFSA_SVM0.9760.9760.976
Table 4. Test results.
Table 4. Test results.
CNN ModelsNumber to Be Tested (pc)Number of Correct Detections (pc)Accuracy Rate (%)Missing Detection Rate (%)
AlexNet_SVM433376.7%23.3%
VGG19_SVM433479.1%20.9%
ResNet50_SVM433683.7%16.3%
ResNet50_AFSA_SVM433888.3%11.7%
Table 5. ResNet50_AFSA_SVM model expanded dataset detection results.
Table 5. ResNet50_AFSA_SVM model expanded dataset detection results.
DatasetsNumber to Be Tested (pc)Number of Correct Detections (pc)Accuracy Rate (%)Missing Detection Rate (%)
Original datasets433888.3%11.7%
Adding datasets433990.6%9.4%
Table 6. ResNet50_AFSA_SVM model changes the detection result of datasets proportion.
Table 6. ResNet50_AFSA_SVM model changes the detection result of datasets proportion.
Dataset ProportionNumber to Be Tested (pc)Number of Correct Detections (pc)Accuracy Rate (%)Missing Detection Rate (%)
Original datasets433888.3%11.7%
Training datasets +10% Validation datasets −10%433990.6%9.4%
Training datasets −10%
Validation datasets +10%
433683.7%16.3%
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Wang, L.; Li, S.; Teng, C.; Jiang, C.; Li, J.; Li, Z.; Huang, J. Automatic-Detection Method for Mining Subsidence Basins Based on InSAR and CNN-AFSA-SVM. Sustainability 2022, 14, 13898. https://doi.org/10.3390/su142113898

AMA Style

Wang L, Li S, Teng C, Jiang C, Li J, Li Z, Huang J. Automatic-Detection Method for Mining Subsidence Basins Based on InSAR and CNN-AFSA-SVM. Sustainability. 2022; 14(21):13898. https://doi.org/10.3390/su142113898

Chicago/Turabian Style

Wang, Lei, Shibao Li, Chaoqun Teng, Chuang Jiang, Jingyu Li, Zhong Li, and Jinzhong Huang. 2022. "Automatic-Detection Method for Mining Subsidence Basins Based on InSAR and CNN-AFSA-SVM" Sustainability 14, no. 21: 13898. https://doi.org/10.3390/su142113898

APA Style

Wang, L., Li, S., Teng, C., Jiang, C., Li, J., Li, Z., & Huang, J. (2022). Automatic-Detection Method for Mining Subsidence Basins Based on InSAR and CNN-AFSA-SVM. Sustainability, 14(21), 13898. https://doi.org/10.3390/su142113898

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop