1. Introduction
Ventilation systems are the main auxiliary systems for the exploitation of underground mineral resources [
1,
2]. The main function of ventilation is to provide fresh air for underground space, discharge harmful substances, realize climate regulation, and create an important condition for a good working environment in the workplace [
3,
4]. However, with the gradual expansion of mining depth and the increase in mining intensity, the operation mode of the underground ventilation system also needs to be dynamically adjusted [
5,
6]. This will greatly affect the overall efficiency and operational safety of the ventilation system [
7]. Because the mine ventilation system is dynamic, it will change with the change in mine conditions and environmental conditions [
8]. It is necessary to optimize and adjust the operating conditions of ventilation power, the location of the ventilation structure, and the structure of the ventilation network in time [
9].
Therefore, many researchers have optimized mine ventilation [
10,
11]. For example, S. A. Kozyrev [
12] uses modern mathematical methods to improve the automatic design planning of mine ventilation systems and discusses the prospect of genetic methods for analyzing alternative ventilation systems in the design stage. In addition, new monitoring technology greatly facilitates the monitoring of mine airflow parameters [
13,
14,
15]. For example, Yan et al. proposed an efficient method for optimizing sensors’ layout to measure underground ventilation networks accurately [
16]. Therefore, the limited quantitative data and expensive monitoring techniques hinder the accurate evaluation of mine ventilation effects and safety status. As a result, practitioners have simulated mine ventilation parameters from the simulation perspective [
17]. Some three-dimensional simulation system suitable for all kinds of mines have been developed, such as network solutions [
18].
The purpose of mine intelligent ventilation is to realize mine air supply according to demand through intelligent monitoring and perception, intelligent decision-making and intelligent regulation, stable and economical continuous delivery of fresh air to the mine for personnel to breathe, and the dilution and discharge of harmful gasses and dust [
19]. In addition, it improves mine climate conditions, and disaster relief has a certain role in the intelligent regulation of airflow [
20]. The mine ventilation system is a very complex network structure [
21]. To realize mine intelligent ventilation, it is necessary to master the distribution law of airflow, so it is particularly important to comprehensively and accurately collect underground ventilation parameters, comprehensively and statically transmit the underground communication system, solve the mine ventilation network, and intelligently control ventilation structures [
22].
The development of information technology provides a better solution for realizing mine automation and intelligent management and control [
23]. Therefore, mine ventilation facilities are gradually automated and intelligently improved to meet the ever-changing ventilation needs and operator safety. Liu et al. put up a new concept called independent cut set for the efficient graphical algorithm of sensor distribution and air volume reconstruction for a smart mine ventilation network [
24]. Liu et al. adopted machine learning algorithm selection for windage alteration fault diagnosis of the mine ventilation system [
25]. Overall, the existing research results mainly focus on optimizing the local airflow field by the artificial intelligence method, and there are few reports focused on global airflow parameters and risk control systems [
26,
27].
Therefore, because of the existing technical problems, we proposed a new method for the mine intelligent ventilation system which not only realizes the intelligent prediction of unknown points in the mine ventilation system through the limited measured airflow parameters at known points but also realizes the intelligent control of the ventilation system.
2. Methods
2.1. Project Overview
The object of this study is a copper mine in China that adopts a double-wing diagonal extraction ventilation system. Fresh air flows through the north windpipe cable well in the north section of II orebody, the south section of II orebody southbound air well and auxiliary ramps, and enters each stop station through the middle Shimen roadway, auxiliary ramps connecting roadway, the middle transport roadway, the middle vein roadway, and the pedestrian ventilation shaft. The polluted air is imported into the upper middle return air roadway through the mine anti-rotating axial flow fan installed at the eastern return air well head and the mine anti-rotating axial flow fan installed at the western return air well head and then pumped to the surface. The copper mine has not yet realized the effect of real-time monitoring and intelligent control. The ventilation network diagram of the mine is shown in
Figure 1. There are multiple fixed-point sensors installed in the mine, and multiple sub-stations are built to collect independently according to the site conditions. Wind speed, wind direction, and other data detected by the sensor are collected through the underground collection station, collected in the collection station, and transmitted to the central control room. The below figure shows parts of the monitoring and sensing points for airflow parameters, numbered in the order that airflow enters from the air-intake shaft (South) and gradually enters the interior of the mine. Other local areas are numbered in blocks. For example, the parts from −100 to −50 on the right of the figure are numbered from 43 to 47.
2.2. Artificial Neural Network Prediction Model
Artificial neural networks (ANNs), a biologically inspired model of intelligence, gained widespread attention in the 1980s, when the neuroscience industry made some significant advances in their applications, resulting in a high level of interest in understanding the importance of neural network models. The neuronal function of the brain is replicated by algorithms representing artificial neural networks that can establish relationships between highly abnormal nonlinear variables and produce complex, accurate, and reliable results through learning and training. A direct example of an artificial neural network is a feedforward neural network (FFNN), which is a multilayer interconnection of perceptrons where the output layer does not form a feedback connection or loop of a recurrent network but is in a forward unidirectional flow [
28]. The simplified neural network model can be mathematically expressed as follows:
where
is the output,
is the input, and
and
are the parameter vectors.
Figure 2 shows the typical FFNN architecture.
Another type of neural network is a feedback neural network (FBNN), often referred to as a backpropagation neural network (BPANN), which is widely used in supervised learning. This type of neural network has a similar structure to FFNN. Still, it allows for the creation of a loop in which error information is sent back for iterating to change the weight value until the error is no longer improved to obtain a more precise output variable. This process is repeated until you obtain a deviation value for a more accurate prediction. The mathematical equation for the derivative of the error function used to update the weights by gradient descent is expressed as the below formula [
29].
where
is the weight update,
is the observed error between the prediction and the actual output,
is the learning parameter, and
is the momentum parameter (<1).
Depending on the complexity of the problem being studied, this analysis process will enter the realm of deep learning with each additional hidden layer. Artificial neural network is the most widely used prediction method at present; it has the following advantages:
- (1)
Neural networks can perform tasks that linear programs cannot;
- (2)
Neural networks are parallel. When one element of the neural network fails, it can continue to work without a problem;
- (3)
Neural networks can be learned and do not require programming;
- (4)
It can be executed in any application.
Therefore, the improvement in the artificial neural network can be used to predict the parameters of mine airflow. The specific prediction process is shown in
Figure 3.
2.3. Convolutional Neural Networks (CNNs)
Convolutional neural networks are a kind of feed-forward neural network with convolutional computation and a deep structure. They are representative algorithms of deep learning and are good at processing images, especially image recognition and other related machine learning problems. The convolutional network is essentially input–output mapping. It solves the problem that the traditional deep network has too many parameters and is difficult to train. It uses the concepts of “local receptive field” and “power plant sharing” to reduce network parameters greatly. It can learn many mapping relationships between input and output without requiring any precise mathematical expression between input and output. As long as the convolutional network is trained with known patterns, the network can map between input and output. Through a series of methods, the dimensionality of the image recognition problem with a huge amount of data is successfully reduced, and finally, it can be trained. The specific operation is to add a partially connected convolution layer and a dimension reduction layer in front of the original fully connected layer, and the addition is a level. The main prediction process is similar to ANN; the nonlinear relationship is more complicated, and there are more convolutional layers in establishing the training network.
2.4. Support Vector Machine (SVM)
Support vector machine (SVM) belongs to a family of generalized linear classifiers based on the Vapnik–Chervonenkis dimension theory. It was first developed by Vladimir N. Vapnik in 1963 for the linear models Vapnik and Lerner. It was later extended to nonlinear training data in 1995. It is a set of supervised machine learning models with associated kernels for regression (SVR) and for implementing nonlinear classification (SVC). Based on the Vapnik–Chervonenkis dimension theory, it creates a separate optimal hyperplane and maps low-dimensional input vectors to high-dimensional feature spaces to ensure high generalization network capabilities. As shown in
Figure 4 below, the optimal hyperplane uses less data to train data points as the maximum width between the two classification vectors, determining the width of the error-free separation. When this happens, the ratio of the expected value of the support vector to the training data constrains the expected probability error value, as shown in the following equation.
The SVM provides predictive solutions based on functional formal equations [
30].
where
is the weight of the model and
is a kernel function.
The basic concept of support vector classification is to use a learning technique to determine the best hyperplane to separate two different classes in n-dimensional space in a more general way. This is achieved by learning similarities between classes and using them as support vectors rather than understanding their differences through other algorithms. The distance between hyperplanes separating different classes is called a boundary, and the boundary always needs to be maximized for better classification. When looking for the right support vector machine, you need to find the sum by minimizing it, then optimizing it, and expressing it as below.
where
is related to a kernel function, and
is a regularization parameter, which represents the error classification tolerance parameter.
The main disadvantages of using SVM are increased computation time when dealing with large amounts of data, proper model performance generalization depends on proper kernel and hyperparameter selection, and poor model performance with noisy inputs and overlapping data classes. An adaptive learning rate adjustment strategy was adopted, utilizing the Adam optimizer to improve the stability and efficiency of training. The learning rate was finely adjusted through the visualization analysis of the learning rate and loss function to accelerate model convergence and prevent overfitting.
2.5. The Establishment of an Airflow Parameter Training Database
The intelligent prediction of airflow parameters in mine ventilation systems is the key to solving the problem of airflow analysis, decision, and control [
31]. The deep learning method refers to the deep neural network composed of a series of neurons, through a series of iterations, and finally through parameter fitting in multiple neurons to establish a mathematical model. Deep learning can fit linear and nonlinear models well, so this study chooses deep learning algorithms to build mathematical models.
To ensure the accuracy and reliability of the real-time wind flow parameter values of several measuring points predicted by the mine ventilation intelligent sensing system, it is necessary to train the artificial intelligence algorithm model repeatedly with a large number of ventilation network wind flow parameter data so that the data predicted by the artificial intelligence algorithm model are consistent with the actual situation. The data needed for early training are primarily derived from the mine ventilation 3D simulation system. In this system, the ventilation roadway is represented as a 1D geometry, while the overall ventilation network is considered three dimensions. In other words, under varying natural wind pressures and different main fan operating conditions, the 3D ventilation simulation system generates a comprehensive airflow parameter database for each monitoring and sensing point in the project case. This database must account for not only the gas flow parameters during normal operation but also those under special conditions, such as main fan shutdowns, to ensure data integrity and the reliability of the trained artificial intelligence model. After the operation of the mine’s intelligent ventilation system, the data collected during the operation process are used for later training, which is a repeated training process. Therefore, it is necessary to establish a three-dimensional simulation system of mine ventilation in this project case, use the ventilation network solving module to simulate the mine ventilation network, and obtain a lot of training data. This ventilation model proved its reliability in our previous studies [
32]. The main solving process is shown in
Figure 5.
4. Intelligent Prediction System of Mine Ventilation
Intelligent ventilation system development is a very complicated process. The main process is shown in
Figure 11.
Intelligent algorithm model training is divided into two stages. In the first stage, the ventilation network simulation solution database is used for training before the operation of the intelligent ventilation system. In the second stage, after the operation of the mine intelligent ventilation system, the real-time data of the operation of the mine ventilation system are used for training. After the real-time data obtained by the airflow parameter monitoring sensor are input into the prediction model, the prediction model can calculate the prediction data in real-time.
In this project case, the mine ventilation 3D simulation system software is used to obtain the airflow parameter data of each ventilation roadway under different natural wind pressures and different main fan operating conditions, and a huge database for neural network training and learning is built which can make up for the shortage of the difficult training of a fully connected neural network.
This project chooses a CNN to build the intelligent algorithm model of the mine ventilation system, adding a convolutional layer to the network layer. Therefore, the core module of the intelligent ventilation system of the project can be obtained, that is, the part of intelligent perception and decision-making. On this basis, a new intelligent ventilation system is built together with other basic information modules, monitoring modules, control modules, etc. The main interface of the system is shown in
Figure 12. Moreover,
Figure 12b is the main interface of the core module of the intelligent sensing of airflow parameters.
In addition, as shown in
Figure 12c, real-time airflow parameter data of 40 measured points can be freely retrieved. Similarly, in
Figure 12d, the real-time data corresponding to 51 perception points can also be retrieved. Based on this, mine managers can effectively control and deploy underground airflow to ensure worker safety.
In order to verify the reliability of the intelligent ventilation system for sensing data processing, 15 sensing points were selected inside the mine for wind speed monitoring. Wind speed is monitored by a portable anemometer and compared with the perception data of the intelligent ventilation system at the same time, as shown in
Figure 13. The comparison shows that the perceived value is close to the measured value, and their error value is small. The maximum error value is 1.2%, which can meet the requirements of engineering applications. In addition, the error results of sensing points at different locations are relatively average. This shows that the perception level is relatively stable for the perception of global air flow sensing. The intelligent ventilation system established by this model has good applicability and repeatability, and it has been applied in many non-coal mines successfully, such as Yongping Copper Mine (Shangrao, China), Yinshan Mining Co., Ltd. (Chongqing, China), and Xinjiang Kalatongke Mining Co., Ltd. (Altay, China).
5. Conclusions
(1) An intelligent ventilation system construction method based on the global scheme is proposed. The method mainly sets several monitoring points in the main roadway of the mine and then predicts the airflow parameters at other unknown points by an artificial intelligence algorithm. Real-time intelligent control is carried out according to the data of sensing points. It can solve the problem of the sensor not being installed in the airflow disorder and under the harsh environmental conditions of construction.
(2) The 3D simulation system software of mine ventilation is used to obtain airflow parameter data of each ventilation roadway under different natural wind pressures and different operating conditions of the main fan, and a huge database for the training and learning of neural networks is constructed. This method can compensate for the shortage of fully connected neural networks, which are not easy to train.
(3) A method based on a convolutional neural network model for wind flow parameter prediction is proposed. The practical application is divided into two stages. At the beginning of the application, the database obtained by the network solution is used for training and prediction. In operation, the perceived points are predicted by accumulating and rolling the observed point data.
(4) Based on solving the key modules of intelligent perception prediction, the real-time monitoring and intelligent control modules are integrated, and the intelligent ventilation system suitable for a mine is developed and put into trial operation. According to the field feedback, an intelligent ventilation system based on a global scheme can effectively improve the efficiency of the ventilation system.