Next Article in Journal
Customer Behavioral Reactions to Negative Experiences during the Product Return
Previous Article in Journal
The Impact of Isolation Due to COVID-19 on Physical Activity Levels in Adult Students
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Hybrid Model for PM2.5 Concentration Forecasting Based on Neighbor Structural Information, a Case in North China

1
College of Resources and Environment, Shanxi University of Finance and Economics, Taiyuan 030006, China
2
School of Cybersecurity, Northwestern Polytechnical University, Xi’an 710129, China
3
School of Mathematical Sciences, Shanxi University, Taiyuan 030006, China
4
School of Economics and Management, Shanxi University, Taiyuan 030006, China
*
Author to whom correspondence should be addressed.
Sustainability 2021, 13(2), 447; https://0-doi-org.brum.beds.ac.uk/10.3390/su13020447
Submission received: 1 December 2020 / Revised: 28 December 2020 / Accepted: 2 January 2021 / Published: 6 January 2021

Abstract

:
PM 2.5 concentration prediction is an important task in atmospheric environment research, so many prediction models have been established, such as machine learning algorithm, which shows remarkable generalization ability. The time series data composed of PM 2.5 concentration have the implied structural characteristics such as the sequence characteristic in time dimension and the high dimension characteristic in dynamic-mode space, which makes it different from other research data. However, when the machine learning algorithm is applied to the PM 2.5 time series prediction, due to the principle of input data composition, the above structural characteristics can not be fully reflected. In our study, a neighbor structural information extraction algorithm based on dynamic decomposition is proposed to represent the structural characteristics of time series, and a new hybrid prediction system is established by using the extracted neighbor structural information to improve the accuracy of PM 2.5 concentration prediction. During the process of extracting neighbor structural information, the original PM 2.5 concentration series is decomposed into finite dynamic modes according to the neighborhood data, which reflects the time series structural characteristics. The hybrid model integrates the neighbor structural information in the form of input vector, which ensures the applicability of the neighbor structural information and retains the composition form the original prediction system. The experimental results of six cities show that the hybrid prediction systems integrating neighbor structural information are significantly superior to the traditional models, and also confirm that the neighbor structural information extraction algorithm can capture effective time series structural information.

1. Introduction

In 2015, PM 2.5 was considered the fifth leading risk factor of death, which has caused 4.2 million deaths worldwide [1,2]. Being an essential index to describe the quality of atmospheric environment, the higher the PM 2.5 concentration is, the more serious the air pollution is [3]. PM 2.5 mostly stems from the burning of fossil fuels and industrial production processes, which often carry toxic organic ingredients and heavy metals, posing serious health problems to human beings [4,5,6]. Many research studies and investigations have confirmed that PM 2.5 is an important inducer of cardiovascular diseases, lung cancer and respiratory system diseases and so on [5,7,8]. It is noteworthy that particulate matter induces oxidative stress leading to potential cell damages [9]. With high PM 2.5 concentration, North China is a representative city cluster with poor air quality, which has aroused great concern of the public and the government [10,11]. Therefore, for the purpose of mitigating its impacts on human health and welfare, accurate and effective prediction of PM 2.5 concentration is an important means [12].
At present, the Air Quality Forecast (AQF) Systems is mainly divided into deterministic and empirical models in terms of techniques [7,8,13,14]. Relevant research shows that the deterministic models, based on physicochemical process to simulate the highly complex transport and diffusion process of air pollutants, can not fully explicate the high dimensional nonlinearity of the correlated substances forming air pollutants in that the pollution sources and model parameters are uncertain, which leads to the result that the prediction accuracy of the deterministic models are lower than that of the well-developed data-driven empirical models [7,15,16]. However, the empirical models, especially the machine learning models with large amount of research data as modeling elements, can simplify the modeling process and accurately represent the complicated non-linear relationships between the predicted pollutant concentration and potential influencing factors and have a good generalization ability [7,15,17]. The artificial neural network (ANN) with self-learning mechanism and support vector machine (SVM) aiming at structural risk minimization can accurately simulate the nonlinear characteristics of atmospheric motion and widely apply to the single-step and multi-step prediction of atmospheric pollutant concentration [3,7,18,19,20,21]. Qi et al. [12] put forward a hybrid prediction model for the PM 2.5 concentration, which is a combination of deep learning methods and the long-short memory (LSTM) with historical pollutant concentration, meteorological data, spatial and temporal terms as system inputs. MA et al. [22] constructed a new interpolation/extrapolation algorithm using LSTM neural network, which had been successfully used in PM 2.5 prediction. Suleiman et al. [18] analyzed the emission reduction effect of traffic-related PM 10 and PM 2.5 of 19 stations in London by using the evaluation system built by ANN, BRT (boosted regression tree) and SVM. Zheng et al. [2] extracted the dynamic variation characteristics of daily satellite images based on the convolutional neural network, and then applied random forest regression to achieve ground-level PM 2.5 estimation. Zhou et al. [23] integrated copula function into a hybrid model composed of multiple deterministic ANN and Bayesian models, effectively eliminating data conversion and error correction process in order to obtain accurate ensemble probability prediction of PM 2.5 . Zhou et al. [15] probed into a new multi-objective SVM which could effectively solve the error accumulation problem and effectively enhance the forecasting accuracy of PM 2.5 in Taipei City. Yang et al. [24] proposed a space-time SVM that could tackle spatial heterogeneity with performance superior to the benchmark model on Beijing’s PM 2.5 concentration prediction task. Biancofiore et al. [25] compared the results of PM 10 and PM 2.5 simulation experiments of the recursive neural network, the multiple linear regression and traditional ANN in the Adriatic coast for three years, which showed that the improved model presents superior generalization ability. Niu et al. [3] constructed a mixed system with daily PM 2.5 concentration decomposed by empirical mode decomposition as input information of traditiong SVM to significantly improve the precision of single-step prediction and the ability of direction judgment. Neto et al. [26] extracted the "deterministic" component in time series by decomposition, which is combined with four ANNs to improve the prediction accuracy of PM 2.5 and PM 10 .
From the above research, we can find out that machine learning algorithm is very appropriate for PM 2.5 time series analysis, especially its combination with other different intelligent algorithms can significantly improve the applicability of general model for specific data. Whether ANN or SVM is used to process time series prediction, its principle is to determine the nonlinear relationship between the independent variable x composed of lags information and the dependent variable y representing the future value [27]. It can also be understood that the information needed for time series prediction comes from the observation values close to the prediction point. To a large extent, how to fully mine the information representation ability of neighbor data is the key to gain better performance for prediction tasks. In many prediction systems based on machine learning models, the neighbor structural information is expressed as input-matrix consisting of the lags in the past domain, which can be identified by partial auto-correlation functions (PACF) [28,29,30]. The input structure of the prediction model only depends on the lag term and can not reflect the structural information of the sequence composed of the neighbor data used for prediction. For example, this leads to the loss of temporal correlation between adjacent data at different time points that is a very important feature of time series data. Undoubtedly, this disadvantage is the shackle to improve the generalization ability of prediction model. We believe that time series data constitute an implicit function, so the observation value of a prediction time point is determined by the implicit function of its neighbor sequence. Because of the dynamic and complexity of the time series, the function of the neighbor sequence is likely to be different for the prediction target at different time. Therefore, it is hoped that the best approximation function can be constructed according to the neighbor sequence of different prediction time points to reflect the internal structure of data as much as possible, so as to fully represent the neighbor structural information.
In our study, we put forward a new hybrid prediction system combining the neighbor structural information, which is characterized by time series structure based on the principle of dynamic decomposition. It solves the issues such as the difficulty to determine the lag order and the unexpressed sequence characteristics of the time series data in the time dimension when the traditional machine learning algorithm is applied to time series prediction. The innovations of this paper can be described as follows: (1) a novel neighbor structural information extraction model is put forward by means of dynamic decomposition, which embodies the time structural characteristics in the dynamic-mode space and uses the optimal combination to construct the neighbor structural information series; (2) a new hybrid prediction system is constructed, which is based on machine learning algorithms and integrates neighbor structural information in a simple way to obtain higher PM 2.5 concentration prediction accuracy.

2. Study Area and Available Data

North China is embedded in an area with Yan Mountain in the north and Taihang Mountain in the west, which contributes to the accumulation of aerosols and leads to frequent pollution incidents [31]. Because North China, including the political and economic center of China, is one of the most polluted areas, Beijing, Tianjin, Shijiazhuang, Taiyuan, Zhengzhou and Jinan, being representative cities of North China, are selected as the sampling sites for atmosphere pollution analysis [31,32].
Figure 1 exhibits the distribution of sampling sites above. The research data include six pollutants monitored at a frequency of one hour [33]. The observation time of the research data spans from 1 January 2019 to 31 January 2019, including 744 observation samples, each of which is a vector composed of PM 2.5 , PM 10 , SO 2 , NO 2 , O 3 and CO. Compared with daily or monthly data, hourly concentration data displays the stronger dependence in time dimension, that is, the prediction pollutant concentration is closely related to the neighbor samples. Therefore, it is very reasonable and meaningful for such data set to be selected to study the series neighbor structural information.

3. Methods

When machine learning algorithms are applied to time series prediction, it is inevitable to determine the functional relationship y = f ( X , Y ) between the independent variable X, which is composed of the past time series, and the dependent variable Y (predicted values), where f represents the prediction model and y is the prediction result. The normalized input variables of the prediction system are measured in equal interval observation, which can include both the historical values of the prediction target and the related influence factors. The task of the machine learning models is to build prediction model y t + 1 = f ( X t , , X t n ) in essence that uses the n-dimensional features with n lagged variable to interpret the input variables X i = { x i , 1 , , x i , m } . From the above analysis, we can find that in the modeling process of machine learning model, there is not enough attention to the structural characteristics, such as the sequence feature of time series data in time dimension and the noise interference of time series. We can think that the value of a certain time point in the time series is closely related to its adjacent data in its neighborhood, which is determined by the fitting function of the historical data in the neighborhood. Accordingly, for the sake of higher accurate prediction accuracy, it can be regarded as an effective means to mine the neighbor structural information.

3.1. Neighbor Structural Information Extraction Algorithm Based on Time Series Dynamic Decomposition

This paper proposes a method of extracting neighbor structural information based on dynamic decomposition, which can make full use of the unrevealed dynamics of time series. We first divide the time series into several parts to separate the dynamic modes that are helpful to the forecasting, then the optimal combination of the decomposed time series is carried out to extract the neighbor structural information. For any given series r ( t ) , it is well known that the prediction of t f time point mainly depends on the time series information before t f . Further more, the value of t f is more sensitive to the time series data closer to it, that is, the data that are closer to t f in time dimension show stronger correlation. The dependence decays asymptotically to zero as the distance dist ( t , t f ) . This characteristic will be reflected in the newly developed method.
We give an example to show the main idea of dynamic decomposition of the time series. For clear understanding, we consider the continuous time series. Let r be a sinusoidal signal with frequency ω and amplitude α , i.e., r ( t ) = α sin ω t . Injecting r into two stable first order systems with zero initial state, we have
x ˙ j ( t ) = λ j x j ( t ) + r ( t ) , x j ( 0 ) = 0 , λ j > 0 , j = 1 , 2 .
A simple computation shows that
x j ( t ) = α λ j 2 λ j 2 + ω 2 1 λ j sin ω t ω λ j 2 cos ω t + ω λ j 2 e λ j t
and thus
r span { x 1 ε 1 , x 2 ε 2 } , λ 1 λ 2 ,
where
ε j ( t ) = α λ j 2 λ j 2 + ω 2 ω λ j 2 e λ j t 0 a s t , j = 1 , 2 .
As a consequence of Formula (3), there exist two constants k 1 and k 2 such that
r ( t ) = k 1 [ x 1 ( t ) ε 1 ( t ) ] + k 2 [ x 2 ( t ) ε 2 ( t ) ] ,
which implies that, when t or λ j is large enough,
r ( t ) r ¯ ( t ) = k 1 x 1 ( t ) + k 2 x 2 ( t ) .
The Formula (6) shows that the projection of r on the space span { x 1 ε 1 , x 2 ε 2 } can approximate r in some sense. Notice that
x j ( t ) = 0 t e λ j ( t s ) r ( s ) d s = 0 t e λ j s r ( t s ) d s ,
x j ( t ) is a weighted mean value of r with respect to the weight function e λ j t . Since the weight function is exponentially stable, the time series decomposition mainly uses the neighbor structural information before t. Moreover, since system Equation (1) is stable, the high frequency noise added in r can be filtered. In other words, such an approximation is robust to the high frequency noise.
To sum up, there are four highlights for the dynamic series decomposition:
  • Separate the dynamic modes hidden in the time series itself so that we can use the neighbor structural information sufficiently by optimized combination;
  • We are able to choose the neighbor structural information by the tuning the parameter λ j , j = 1 , 2 , that reflects the characteristic of the time series we mentioned above;
  • Compared with machine learning models, the structural characteristics of time series data in time dimension are preserved;
  • The white noise in the time series are filtered. So such a decomposition is robust to the white noise.
Now, we return to the general case. Suppose that ( A , B ) is controllable with state space R n and input space R . Let r ( t ) be a general time series. We divide the series r by the following system
x ˙ ( t ) = A x ( t ) + B r ( t ) .
We solve Equation (8) to get
x ( t ) = ( x 1 ( t ) , x 2 ( t ) , , x n ( t ) ) = 0 t e A ( t s ) B r ( s ) d s ,
which implies that the information of the injection r ( t ) is decomposed into n parts and is contained in the components x j ( t ) , j = 1 , 2 , , n . Inspired by the aforementioned example, the projection of r ¯ on span { x 1 , x 2 , , x n } can approximate r effectively. Moreover, such an approximation is robust to the white noise in some sense because the high frequency noise can be filtered by the integral in Equation (9) provided A is Hurwitz.
The choice of A, B and the order n depends on the prior information of time series r. The tuning parameter λ ( A ) is the largest real part of eigenvalue of A, i.e., λ ( A ) = max { Re s | s σ ( A ) } , where σ ( A ) is the spectrum of the matrix A. Roughly speaking, the criterion of the order n is that guarantee n is lager than the modes that contained in r. The choice of λ ( A ) is depends on the sampling frequency of the time series. The higher the frequency is, the larger the parameter λ ( A ) is required.

3.2. The Hybrid Model Based on Neighbor Structural Information for PM 2.5 Concentration Prediction

In order to utilize the neighbor structural information effectively, a hybrid model which combines the neighbor structural information with the traditional machine learning algorithm is proposed. The basic idea of the hybrid model is to integrate the neighbor structural information into the modeling data set in the form of input vector elements. Compared with the traditional modeling process, although the steps of neighbor structural information extraction will increase, the efficiency of the prediction system will not be reduced considering the simple implementation of the neighbor structural information extraction algorithm. It can be seen that the effectiveness of neighbor structural information is the key to improving the generalization ability of hybrid prediction system. The modeling flow of the hybrid system is illustrated by Figure 2, and the specific process based on neighbor structural information is shown via the following Algorithm 1.
Algorithm 1: PM 2.5 concentration prediction hybrid model based on neighbor structural information
Require: 
the data set { ( x i , y i ) } i = 1 t , where x i = ( P M 2 . 5 i 1 , P M 10 i 1 , S O 2 i 1 , N O 2 i 1 , O 3 i 1 , C O i 1 ) is the input vector composed of influence factors at time i, and y i is the output formed by the concentration value of PM 2.5 at the corresponding time.
Ensure: 
the prediction value f ( x t + 1 ) of PM 2.5 at time t + 1 .
1:
Composing one-dimensional time series r ( t ) = { P M 2 . 5 1 , , P M 2 . 5 t } with PM 2.5 concentration values, and then obtaining the neighbor structural information { r ¯ 1 , , r ¯ t } via the neighbor structural information extraction algorithm.
2:
Forming the training data set { ( x i , y i ) } i = 1 t , where x i = ( r ¯ i 1 , P M 2 . 5 i 1 , P M 10 i 1 , S O 2 i 1 , N O 2 i 1 , O 3 i 1 , C O i 1 ) entails the neighbor structural information r ¯ i 1 and y i is the PM 2.5 concentration at time i.
3:
According to the principle of the previous step, the input vector x t + 1 = ( r ¯ t , P M 2 . 5 t , P M 10 t , S O 2 t , N O 2 t , O 3 t , C O t ) of prediction model is constructed at time t + 1 .
4:
Training the traditional machine learning algorithm on the previously constructed data set { ( x i , y i ) } i = 1 t , the optimal parameters are selected according to 10-fold cross validation.
5:
Inputting the vector x t + 1 at time t + 1 into the prediction system of preceding training, the prediction result f ( x t + 1 ) is obtained.
The prediction results f ( x t + 2 ) , , f ( x t + n ) at t + 2 , , t + n time can be obtained by iterating the above steps.

3.3. Performance Evaluation Index of Prediction Model

To prove the generalization ability of the hybrid prediction system with neighbor structural information, the measures describing system performance from different perspectives are applied in this study. They show how close the prediction values are to the observations. The measures used to evaluate performance here are: Mean Absolute Error (MAE), Mean Square Error (RMSE), Index of Agreement (IA), Direction Accuracy (DA), Mean Fractional Bias (MFB) and Mean Fractional Error (MFE).
M A E = 1 n i = 1 n y i y i ,
R M S E = 1 n i = 1 n ( y i y i ) 2 ,
I A = 1 i = 1 n ( y i y i ) 2 i = 1 n ( | y i y ¯ | + | y i y ¯ | ) 2 ,
D A = 1 n i = 1 n w i , w i = 1 , i f ( y i + 1 y i ) ( y i + 1 y i ) > 0 , 0 , o t h e r w i s e ,
M F B = 2 n i = 1 n ( y i y i y i + y i ) × 100 % ,
M F E = 2 n i = 1 n ( | y i y i | y i + y i ) × 100 % ,
in which, n is the sample size, y i means the observations, while y i represents the prediction result obtained by the forecasting system.
MAE and RMSE display the error between the prediction values and the observed ones, which can also be understood as the closer to zero, the higher the forecasting accuracy of the algorithms. IA represents the correlation between the forecasts and the observations and DA indicates the prediction accuracy of the forecast results for the time series trend, of which larger values mean better prediction performance. The MFB and MFE values closing to zero represent better generalization ability of the prediction model.

4. Results and Discussion

4.1. Data Statistics and Analysis

Table 1 lists the statistic results of monitoring concentration of six atmospheric pollutants used for atmospheric environment assessment, which are completed by Eviews software. The mean value of PM 2.5 concentration in Shijiazhuang is the largest among those of the six research sites, reaching 136.7097 μ g/m 3 , which is far beyond the limit value 75 μ g/m 3 of 24-hour average concentration issued by the National Ambient Air Quality Standard of China (GB 3095-2012) [34]. It is followed by Taiyuan with a PM 2.5 concentration of 130.3347 μ g/m 3 . The main reason why PM 2.5 concentration in these two cities exceeds the standard seriously is that there are more coal combustion for power and indoor heating supply in winter, accompanied by higher SO 4 2 , and some coal-related ions such as NH 4 + and CL than other seasons [35,36,37]. In addition, PM 2.5 concentration is further aggravated during the heating period. In particular, Beijing has the lowest mean PM 2.5 , but it shows the maximum monitoring value of 428.0000 μ g/m 3 on 12 January 2019, which experienced a haze event. Generally, the high PM 2.5 concentration of the six cities in North China prove that aerosol pollution in this area is an urgent problem. Further, it can be seen that the maximum of mean values of PM 10 , NO 2 and CO appear in Shijiazhuang, the maximum value of SO 2 is produced in Taiyuan, and the maximum value of O 3 is represented in Beijing. According to the national standard, PM 2.5 is the primary air pollutant currently monitored in most cases. Furthermore, Std.Dev. (Standard Deviation) demonstrates the degree to which the prediction values deviate from the mean value, and the maximum Std.Dev is obtained from the Shijiazhuang data set.
By analyzing the statistical results of monitored pollutants concentration, the distribution attributes at different stations are explored. PM 2.5 , owning the properties of mixed pollutants, has obvious correlation with other monitoring pollutants in theory. To explain more accurately the influence degree of PM 2.5 by other air pollutants, Equation (16) is used to calculate the mutual information, which is described as follows.
I ( X P M 2.5 ; Y i ) = x X P M 2.5 y i Y i p ( x , y i ) l o g p ( x , y i ) p ( x ) p ( y i ) ,
where X P M 2.5 and Y i denote PM 2.5 and a certain air pollutant, respectively. Table 2 shows the results calculated according to Formula (16). The analysis results clearly show that PM 2.5 of all sites possesses the largest mutual information with PM 10 , which verifies that the two variables have the strongest correlation. This is mainly due to the fact that PM 2.5 and PM 10 are both particulate pollutants, except for the difference in particle diameter. In terms of monitoring, PM 10 concentration value covers the concentration value of PM 2.5 , so it is self-evident that they show a very strong coherence. Due to the same sources of pollution, PM 2.5 is a large fraction (the majority) of PM 10 , ranging typically from 60% to 80% of PM 10 [38]. Among the single pollutants, the mutual information values of NO 2 in all data sets are greater than 3.8, which means that NO 2 has a profound impact on PM 2.5 . Cities in North China are facing serious NO 2 pollution, so the treatment of NO 2 is beneficial for controlling PM 2.5 concentration. Next, the air pollutant expressing strong correlation with PM 2.5 is SO 2 in Tianjin, Shijiazhuang, Taiyuan and Jinan, and O 3 in Beijing and Zhengzhou. Although CO has the weakest influence on PM 2.5 among all monitored pollutants, it is also an indispensable and important factor for PM 2.5 forecasting. In addition, scatter plot (Figure 3) composed of features shows that PM 2.5 represents a strong linear correlation with PM 10 and CO; the relationship between PM 2.5 and SO 2 , NO 2 is more obvious linear relationship; while PM 2.5 and O 3 show a logarithmic correlation. It can be concluded that other pollutants have a great impact on PM 2.5 . The high correlation between air pollutants is due to the fact that they are affected by the same sources and experience the same meteorological influence (mainly transport and dispersal). It is very reasonable and scientific to select the above air pollutants as the input data of the prediction system.

4.2. Neighbor Structural Information Extraction

For extracting the neighbor structural information and mining the structural characteristics of the original time series, this paper exploits neighbor structural information extraction algorithm based on dynamic decomposition that decomposes the original PM 2.5 series into the dynamic modes, and then forms the neighbor structural information series by optimal combination. Figure 4 demonstrates that the original PM 2.5 sequences are decomposed into three dynamic model subseries D F i , i = 1 , 2 , 3 with very similar frequencies and gradually increasing amplitudes, which are values in different feature directions in the dynamic modes space. NI is the series representing the neighbor structural information obtained by the optimal combination of the dynamic model subseries. Table 3 lists the mutual information values between the extracted neighbor structural information and PM 2.5 , which are all greater than 4.2, indicating that the neighbor structural information has a strong correlation with PM 2.5 . It can be concluded that the neighbor structural information effectively covers the structural information in the fields adjacent to the prediction points and has potential ability to improve the prediction accuracy.

4.3. Results of the Hybrid Model Based on Neighbor Structural Information

In order to prove that the extracted neighbor structural information can be effectively integrated into the traditional machine learning algorithms, the representative single model ANN and SVM are selected as the basic models to construct the hybrid prediction system. The first 480 data in the experimental data set are allocated as training-validation data set, while the rest of data (264 samples) are used for testing.

4.3.1. Prediction Results Comparison between ANN and ANN N I

In the process of establishing ANN N I model, the input layer comprises 7 nodes, the hidden layer contains 4 nodes, and the output layer is PM 2.5 concentration. The logistic sigmoid function, as the well behaved function, is selected to realize the connection of hidden layer nodes. In addition, the parameters optimization in the models is implemented by cross validation method for the best prediction results.
The prediction performance assessment of ANN and ANN N I is shown in Table 4. The ANN N I model integrates the neighbor structural information, and contains the implied structural characteristics of the PM 2.5 series in the neighbor domain of the prediction points, so it can obtain better results under the indicators given in this paper. Table 4 lists the prediction errors of six data sets during the test period. MAEs of the hybrid ANN N I models for different test sets are 4.2307, 4.3846, 8.5755, 11.8033, 6.8320 and 5.4676, respectively, which are significantly reduced compared with the 6.5432, 5.3457, 9.3995, 12.6996, 8.5289 and 7.0559 obtained by the basic model ANNs. Similarly, the same results can be obtained according to the values of RMSE. In addition, compared with ANNs, ANN N I models have larger IA and DA, which means that ANN N I ’s prediction values show stronger correlation with observed values and reflect more accurate trend judgment ability. Figure 5 shows the time series plots composed of test set prediction results and observations. We can observe from the graph that the predicted values of ANN and ANN N I are very close to the observed values, indicating that the above prediction results are of high accuracy. However, at the extreme points and their adjacent points, ANN N I models have more sensitive prediction ability, which benefits from their incorporation into the structural information of the neighbor domain. It is particularly noteworthy that the ANN N I models need to determine the span of the neighbor domain in the process of extracting neighbor structural information, which is an application of the lags to a certain extent. By combining ANN with neighbor structural information, the prediction model not only obtains the ability to express the spatial characteristics of high-dimensional dynamic modes provided by neighbor structural information, but also helps to solve the problem that the lag order of ANN model is difficult to determine.

4.3.2. Prediction Results Comparison between SVM and SVM N I

SVM N I is a hybrid system based on SVM, which contains neighbor structural information. SVM with structural risk minimization as the goal has a global optimal solution. However, when SVM is applied to time series prediction, the input vector is usually composed of historical data and influence factors, and then it is mapped to high-dimensional space by kernel function to obtain the optimal regression function. Therefore, the structural information of time series data cannot be reflected in the traditional SVM model. In the process of modeling, the gridsearch method is used to optimize the parameters. With optimal parameters, the prediction results of SVM and SVM N I are given in Table 4 respectively. The MAE of SVM N I on the Tianjin data set is 27.58% lower than that of SVM if performed best, which is followed by a 23.72% decline in Beijing. In terms of the Shijiazhuang data, SVM N I demonstrates an ability to reduce MAE by 1.93%, which is not impressive enough though. For most data sets, SVM N I can significantly improve the model accuracy, but it should be noted that the effect on individual data sets may not be obvious, on the premise of not reducing the generalization ability of the original model at least. Compared with SVM, the improvement of SVM N I ’s IA index is not very effective, but the DA index has been greatly improved, indicating that SVM N I can achieve more accurate trend prediction. Furthermore, Figure 6 shows the frequency distribution of prediction errors with different error ranges on each site test set, from which it can be observed that more prediction errors of SVM N I model are around 0, compared with SVM model. In general, SVM N I ’s prediction results are closer to the observed values, showing a higher prediction accuracy. Moreover, the applicability of the neighbor structural information to the SVM model further proves the robustness of the neighbor structural information extraction algorithm proposed in this paper.

4.3.3. Prediction Results Comparison between ANN N I and SVM N I

In this paper, the PM 2.5 hybrid models ANN N I and SVM N I are based on the traditional ANN and SVM respectively, which can improve the generalization ability greatly. It is concluded that the proposed bybrid theory can improve the forecast system in many aspects, such as prediction accuracy, direction discrimination and correlation in accordance with the results of several performance criteria given in Table 4. Therefore, there is no doubt that the combination of neighbor structural information is helpful for mining the missing structural characteristic when machine learning algorithm is applied to time series forecast task. In addition, it is proved that the proposed neighbor structural information extraction algorithm based on dynamic decomposition is a significant technique to analyze the structural characteristics in time dimension. However, due to the difference of the basic models, the generalization ability of hybrid prediction system based on different machine learning algorithms is also different. As shown in Table 4, SVM N I ’s prediction results are superior to the ANN N I model in evaluation indexes. Due to the dynamics and timeliness of time series prediction, the capacity of training data set will not be large, so the SVM model for structural risk minimization is more appropriate for the case of small data set. In Figure 7, the prediction error range of the prediction models is shown by boxplots described by quartile values. According to the distribution characteristics of the prediction error results of different models, we notice that forecasting errors of hybrid systems are closer to 0. However, SVM N I model is more accurate than ANN N I model. In particular, it is worth paying attention to the fact that the outliers of SVM N I are closer to 0, which means that SVM N I can effectively correct outliers prediction. Figure 8 is the soccer plot composed of MFB and MFE indexes. The MFB and MFE values of the models fall into the continuous box, indicating that the prediction results are acceptable. Further more, they are in the dashed box, which means that the prediction model has good generalization ability. Figure 8 also clearly shows that the SVM N I model’s statistical index results are closer to 0 than ANN N I ’s. Especially for the MFB index of Beijing site, the result obtained by SVM N I model strides into the area marking the accurate prediction results. Table 5 gives the mean test of model residuals with or without neighbor structural information. We notice that there is a significant difference between ANN and SVM, which may lead to the difference of prediction performance between ANN N I and SVM N I .

5. Conclusions

Time series prediction of PM 2.5 concentration is an essential and practical topic in the field of atmospheric research. Time series data has distinct characteristics in data structure, and its effective use is very helpful for the prediction system to obtain higher prediction accuracy. According to the modeling principle of machine learning algorithm, this paper proposes an algorithm of extracting neighbor structural information based on dynamic decomposition, and integrates it into machine learning model to construct a hybrid prediction model based on neighbor structural information. We use dynamic decomposition to decompose the original series into multiple dynamic modes to realize the structural information represented by the neighbor data, and then construct the neighbor structural information series through optimal combination. The simulation results of six groups of experimental data all show that the prediction model combined with neighbor structural information can obtain more accurate prediction results.
Therefore, the following conclusions can be drawn: (1) The method of time dynamic decomposition is suitable for the extraction of neighbor structural information representing the structural characteristics of time series. (2) The hybrid prediction model integrates the neighbor structural information to make up for the lack of structural characteristics of time series when machine learning models perform time series prediction. (3) The neighbor structural information extraction algorithm based on dynamic decomposition is generally applicable to traditional machine learning models. However, different basic machine learning algorithms lead to variant prediction ability of hybrid models. (4) The structural characteristics are inherent features of time series. Therefore, the algorithm proposed in this paper is also made available for other time series forecasting tasks in addition to PM 2.5 concentration prediction.

Author Contributions

Conceptualization, G.Z.; Data curation, X.H. and C.R.; Methodology, P.W.; Software, H.F. All authors have read and agreed to the published version of the manuscript.

Funding

This work is funded by the National Social Science Fund of China (No. 20BTJ045).

Data Availability Statement

Publicly available datasets were analyzed in this study. This data can be found here: https://www.aqistudy.cn/historydata/.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Forouzanfar, M.H.; Afshin, A.; Alexander, L.T.; Anderson, H.R.; Bhutta, Z.A.; Biryukov, S.; Brauer, M.; Burnett, R.; Cercy, K.; Charlson, F.J.; et al. Global, regional, and national comparative risk assessment of 79 behavioural, environmental and occupational, and metabolic risks or clusters of risks, 1990–2015: A systematic analysis for the Global Burden of Disease Study 2015. Lancet 2016, 388, 1659–1724. [Google Scholar] [CrossRef] [Green Version]
  2. Zheng, T.; Bergin, M.H.; Hu, S.; Miller, J.; Carlson, D.E. Estimating ground-level PM2.5 using micro-satellite images by a convolutional neural network and random forest approach. Atmos. Environ. 2020, 230, 117451. [Google Scholar] [CrossRef]
  3. Niu, M.; Gan, K.; Sun, S.; Li, F. Application of decomposition-ensemble learning paradigm with phase space reconstruction for day-ahead PM2.5 concentration forecasting. J. Environ. Manag. 2017, 196, 110–118. [Google Scholar] [CrossRef]
  4. Zhou, J.; Xing, Z.; Deng, J.; Du, K. Characterizing and sourcing ambient PM2.5 over key emission regions in China I: Water-soluble ions and carbonaceous fractions. Atmos. Environ. 2016, 135, 20–30. [Google Scholar] [CrossRef]
  5. Zhang, L.; Yang, G.; Li, X. Mining sequential patterns of PM2.5 pollution between 338 cities in China. J. Environ. Manag. 2020, 262, 110341. [Google Scholar] [CrossRef]
  6. Pui, D.Y.; Chen, S.C.; Zuo, Z. PM2.5 in China: Measurements, sources, visibility and health effects, and mitigation. Particuology 2014, 13, 1–26. [Google Scholar] [CrossRef]
  7. Pak, U.; Ma, J.; Ryu, U.; Ryom, K.; Juhyok, U.; Pak, K.; Pak, C. Deep learning-based PM2.5 prediction considering the spatiotemporal correlations: A case study of Beijing, China. Sci. Total Environ. 2020, 699, 133561. [Google Scholar] [CrossRef]
  8. Ding, L.; Zhu, D.; Peng, D.; Zhao, Y. Air pollution and asthma attacks in children: A case–crossover analysis in the city of Chongqing, China. Environ. Pollut. 2017, 220, 348–353. [Google Scholar] [CrossRef]
  9. Lionetto, M.; Guascito, M.; Caricato, R.; Giordano, M.; Bartolomeo, A.; Romano, M.; Conte, M.; Dinoi, A.; Contini, D. Correlation of Oxidative Potential with Ecotoxicological and Cytotoxicological Potential of PM10 at an Urban Background Site in Italy. Atmosphere 2019, 10, 733. [Google Scholar] [CrossRef] [Green Version]
  10. Shen, R.; Liu, Z.; Chen, X.; Wang, Y.; Wang, L.; Liu, Y.; Li, X. Atmospheric levels, variations, sources and health risk of PM2.5-bound polycyclic aromatic hydrocarbons during winter over the North China Plain. Sci. Total Environ. 2019, 655, 581–590. [Google Scholar] [CrossRef]
  11. Liu, Z.; Hu, B.; Zhang, J.; Yu, Y.; Wang, Y. Characteristics of aerosol size distributions and chemical compositions during wintertime pollution episodes in Beijing. Atmos. Res. 2016, 168, 1–12. [Google Scholar] [CrossRef]
  12. Qi, Y.; Li, Q.; Karimian, H.; Liu, D. A hybrid model for spatiotemporal forecasting of PM2.5 based on graph convolutional neural network and long short-term memory. Sci. Total Environ. 2019, 664, 1–10. [Google Scholar] [CrossRef] [PubMed]
  13. Bray, C.D.; Battye, W.; Aneja, V.P.; Tong, D.; Lee, P.; Tang, Y.; Nowak, J.B. Evaluating ammonia (NH3) predictions in the NOAA National Air Quality Forecast Capability (NAQFC) using in-situ aircraft and satellite measurements from the CalNex2010 campaign. Atmos. Environ. 2017, 163, 65–76. [Google Scholar] [CrossRef]
  14. Woody, M.; Wong, H.W.; West, J.; Arunachalam, S. Multiscale predictions of aviation-attributable PM2.5 for U.S. airports modeled using CMAQ with plume-in-grid and an aircraft-specific 1-D emission model. Atmos. Environ. 2016, 147, 384–394. [Google Scholar] [CrossRef]
  15. Zhou, Y.; Chang, F.J.; Chang, L.C.; Kao, I.F.; Wang, Y.S.; Kang, C.C. Multi-output support vector machine for regional multi-step-ahead PM2.5 forecasting. Sci. Total Environ. 2019, 651, 230–240. [Google Scholar] [CrossRef]
  16. Lv, B.; Cobourn, W.G.; Bai, Y. Development of nonlinear empirical models to forecast daily PM2.5 and ozone levels in three large Chinese cities. Atmos. Environ. 2016, 147, 209–223. [Google Scholar] [CrossRef]
  17. Cobourn, W.G. An enhanced PM2.5 air quality forecast model based on nonlinear regression and back-trajectory concentrations. Atmos. Environ. 2010, 44, 3015–3023. [Google Scholar] [CrossRef]
  18. Suleiman, A.; Tight, M.; Quinn, A. Applying machine learning methods in managing urban concentrations of traffic-related particulate matter (PM10 and PM2.5). Atmos. Pollut. Res. 2019, 10, 134–144. [Google Scholar] [CrossRef]
  19. Catalano, M.; Galatioto, F.; Bell, M.; Namdeo, A.; Bergantino, A.S. Improving the prediction of air pollution peak episodes generated by urban transport networks. Environ. Sci. Policy 2016, 60, 69–83. [Google Scholar] [CrossRef] [Green Version]
  20. Ragosta, M.; D’Emilio, M.; Giorgio, G. Input strategy analysis for an air quality data modelling procedure at a local scale based on neural network. Environ. Monit. Assess. 2015, 187, 4556. [Google Scholar] [CrossRef]
  21. Zhou, Q.; Jiang, H.; Wang, J.; Zhou, J. A hybrid model for PM2.5 forecasting based on ensemble empirical mode decomposition and a general regression neural network. Sci. Total Environ. 2014, 496, 264–274. [Google Scholar] [CrossRef] [PubMed]
  22. MA, J.; Ding, Y.; Cheng, J.C.; Jiang, F.; Wan, Z. A Temporal-Spatial Interpolation and Extrapolation Method Based on Geographic Long Short-Term Memory Neural Network for PM2.5. J. Clean. Prod. 2019, 237, 117729. [Google Scholar] [CrossRef]
  23. Zhou, Y.; Chang, F.J.; Chen, H.; Li, H. Exploring Copula-based Bayesian Model Averaging with multiple ANNs for PM2.5 ensemble forecasts. J. Clean. Prod. 2020, 263, 121528. [Google Scholar] [CrossRef]
  24. Yang, W.; Deng, M.; Xu, F.; Wang, H. Prediction of hourly PM2.5 using a space-time support vector regression model. Atmos. Environ. 2018, 181, 12–19. [Google Scholar] [CrossRef]
  25. Biancofiore, F.; Busilacchio, M.; Verdecchia, M.; Tomassetti, B.; Aruffo, E.; Bianco, S.; Tommaso, S.D.; Colangeli, C.; Rosatelli, G.; Carlo, P.D. Recursive neural network model for analysis and forecast of PM10 and PM2.5. Atmos. Pollut. Res. 2017, 8, 652–659. [Google Scholar] [CrossRef]
  26. Neto, P.S.G.D.M.; Marinho, M.H.N.; Siqueira, H.; Tadano, Y.D.S.; Machado, V.; Alves, T.A.; Oliveira, J.F.L.D.; Madeiro, F. A Methodology to Increase the Accuracy of Particulate Matter Predictors Based on Time Decomposition. Sustainability 2020, 12, 7310. [Google Scholar] [CrossRef]
  27. Crone, S.F.; Kourentzes, N. Feature selection for time series prediction—A combined filter and wrapper approach for neural networks. Neurocomputing 2010, 73, 1923–1936. [Google Scholar] [CrossRef] [Green Version]
  28. Mouatadid, S.; Raj, N.; Deo, R.C.; Adamowski, J.F. Input selection and data-driven model performance optimization to predict the Standardized Precipitation and Evaporation Index in a drought-prone region. Atmos. Res. 2018, 212, 130–149. [Google Scholar] [CrossRef]
  29. Zhang, C.; Zhou, J.; Li, C.; Fu, W.; Peng, T. A compound structure of ELM based on feature selection and parameter optimization using hybrid backtracking search algorithm for wind speed forecasting. Energy Convers. Manag. 2017, 143, 360–376. [Google Scholar] [CrossRef]
  30. Shukur, O.B.; Lee, M.H. Daily wind speed forecasting through hybrid KF-ANN model based on ARIMA. Renew. Energy 2015, 76, 637–647. [Google Scholar] [CrossRef]
  31. Song, Z.; Fu, D.; Zhang, X.; Han, X.; Song, J.; Zhang, J.; Wang, J.; Xia, X. MODIS AOD sampling rate and its effect on PM2.5 estimation in North China. Atmos. Environ. 2019, 209, 14–22. [Google Scholar] [CrossRef]
  32. Li, M.; Wang, L.; Liu, J.; Gao, W.; Song, T.; Sun, Y.; Li, L.; Li, X.; Wang, Y.; Liu, L.; et al. Exploring the regional pollution characteristics and meteorological formation mechanism of PM2.5 in North China during 2013–2017. Environ. Int. 2020, 134, 105283. [Google Scholar] [CrossRef] [PubMed]
  33. Lv, Z.; Wei, W.; Cheng, S.; Han, X.; Wang, X. Meteorological characteristics within boundary layer and its influence on PM2.5 pollution in six cities of North China based on WRF-Chem. Atmos. Environ. 2020, 228, 117417. [Google Scholar] [CrossRef]
  34. Lai, S.; Zhao, Y.; Ding, A.; Zhang, Y.; Song, T.; Zheng, J.; Ho, K.F.; Lee, S.C.; Zhong, L. Characterization of PM2.5 and the major chemical components during a 1-year campaign in rural Guangzhou, Southern China. Atmos. Res. 2016, 167, 208–215. [Google Scholar] [CrossRef]
  35. He, Q.; Yan, Y.; Guo, L.; Zhang, Y.; Zhang, G.; Wang, X. Characterization and source analysis of water-soluble inorganic ionic species in PM2.5 in Taiyuan city, China. Atmos. Res. 2017, 184, 48–55. [Google Scholar] [CrossRef]
  36. Meng, Z.; Jiang, X.; Yan, P.; Lin, W.; Zhang, H.; Wang, Y. Characteristics and sources of PM2.5 and carbonaceous species during winter in Taiyuan, China. Atmos. Environ. 2007, 41, 6901–6908. [Google Scholar] [CrossRef]
  37. Zhang, H.; Cheng, S.; Li, J.; Yao, S.; Wang, X. Investigating the aerosol mass and chemical components characteristics and feedback effects on the meteorological factors in the Beijing-Tianjin-Hebei region, China. Environ. Pollut. 2019, 244, 495–502. [Google Scholar] [CrossRef]
  38. Cesari, D.; De Benedetto, G.; Bonasoni, P.; Busetto, M.; Dinoi, A.; Merico, E.; Chirizzi, D.; Cristofanelli, P.; Donateo, A.; Grasso, F.; et al. Seasonal variability of PM2.5 and PM10 composition and sources in an urban background site in Southern Italy. Sci. Total Environ. 2018, 612, 202–213. [Google Scholar] [CrossRef]
Figure 1. DEM map of the studied area with data acquisition sites (solid black circle).
Figure 1. DEM map of the studied area with data acquisition sites (solid black circle).
Sustainability 13 00447 g001
Figure 2. The hybrid model based on neighbor structural information construction framework.
Figure 2. The hybrid model based on neighbor structural information construction framework.
Sustainability 13 00447 g002
Figure 3. Scatter plots of relationship between PM 2.5 and impact factors (PM 10 , SO 2 , NO 2 , O 3 and CO) during 1 January 2019 to 31 January 2019 study period in six monitoring sites.
Figure 3. Scatter plots of relationship between PM 2.5 and impact factors (PM 10 , SO 2 , NO 2 , O 3 and CO) during 1 January 2019 to 31 January 2019 study period in six monitoring sites.
Sustainability 13 00447 g003
Figure 4. Dynamic decomposition results of six monitoring sites for the test period (21–31 January 2019). D F i , i = 1 , 2 , 3 is dynamic model subseries and NI is the neighbor structural information series.
Figure 4. Dynamic decomposition results of six monitoring sites for the test period (21–31 January 2019). D F i , i = 1 , 2 , 3 is dynamic model subseries and NI is the neighbor structural information series.
Sustainability 13 00447 g004
Figure 5. Time series plots of forecasts and the original values of the PM 2.5 concentration, calculated by the ANN model and the ANN N I model for the test period (21–31 January 2019).
Figure 5. Time series plots of forecasts and the original values of the PM 2.5 concentration, calculated by the ANN model and the ANN N I model for the test period (21–31 January 2019).
Sustainability 13 00447 g005
Figure 6. Histograms of the frequency distribution of prediction error (PE) for the PM 2.5 concentration, calculated by the SVM model and the SVM N I model for the test period (21–31 January 2019).
Figure 6. Histograms of the frequency distribution of prediction error (PE) for the PM 2.5 concentration, calculated by the SVM model and the SVM N I model for the test period (21–31 January 2019).
Sustainability 13 00447 g006
Figure 7. Boxplot of the prediction error of PM 2.5 concentration using ANN, ANN N I , SVM and SVM N I for the test period (21–31 January 2019).
Figure 7. Boxplot of the prediction error of PM 2.5 concentration using ANN, ANN N I , SVM and SVM N I for the test period (21–31 January 2019).
Sustainability 13 00447 g007
Figure 8. Soccer plot composed of Mean Fractional Bias (MFB) and Mean Fractional Error (MFE) indexes of ANN N I and SVM N I prediction results. The shapes represent the prediction results of different sites from 21–31 January 2019.
Figure 8. Soccer plot composed of Mean Fractional Bias (MFB) and Mean Fractional Error (MFE) indexes of ANN N I and SVM N I prediction results. The shapes represent the prediction results of different sites from 21–31 January 2019.
Sustainability 13 00447 g008
Table 1. Summary statistics for hourly air pollutants concentration (PM 2.5 , PM 10 , SO 2 , NO 2 , O 3 and CO) from 1 January 2019 to 31 January 2019 in six monitoring sites.
Table 1. Summary statistics for hourly air pollutants concentration (PM 2.5 , PM 10 , SO 2 , NO 2 , O 3 and CO) from 1 January 2019 to 31 January 2019 in six monitoring sites.
StationAir PollutantMeanMedianMaximumMinimumStd.Dev.
BeijingPM 2.5  ( μ g/m 3 )50.2056530.00000428.00003.00000057.88467
PM 10  ( μ g/m 3 )77.3104865.00000418.00005.00000058.53817
SO 2  ( μ g/m 3 )8.5618286.50000048.000001.0000006.011335
NO 2   ( μ g/m 3 )47.5174750.00000130.00006.00000027.53585
O 3  ( μ g/m 3 )28.6707023.5000070.000002.00000020.96675
CO (mg/m 3 )0.9335870.7500003.7420000.2090000.630729
TianjinPM 2.5  ( μ g/m 3 )74.2970453.00000264.000011.0000060.94219
PM 10  ( μ g/m 3 )102.017587.00000326.000027.0000054.85783
SO 2  ( μ g/m 3 )24.2526923.0000063.0000012.000008.944761
NO 2  ( μ g/m 3 )62.9811865.00000109.000020.0000021.53334
O 3  ( μ g/m 3 )25.2123717.0000067.000008.00000016.87227
CO (mg/m 3 )1.5318241.4320003.7060000.6330000.645200
ShijiazhuangPM 2.5  ( μ g/m 3 )136.7097121.0000398.00008.00000088.25823
PM 10  ( μ g/m 3 )220.4261195.5000558.000041.00000111.2739
SO 2  ( μ g/m 3 )38.3897839.0000089.000004.00000016.39194
NO 2  ( μ g/m 3 )76.6747376.00000150.00009.00000027.84390
O 3  ( μ g/m 3 )19.9502713.0000070.000004.00000015.83976
CO (mg/m 3 )2.2396022.0630005.5630000.3860001.163192
TaiyuanPM 2.5  ( μ g/m 3 )130.3347109.0000417.000016.0000085.56525
PM 10  ( μ g/m 3 )211.0081189.0000597.000046.00000104.2559
SO 2  ( μ g/m 3 )40.5981237.00000157.00007.00000021.78152
NO 2  ( μ g/m 3 )72.6922073.00000137.000011.0000025.47325
O 3  ( μ g/m 3 )18.6680110.0000088.000002.00000018.33893
CO (mg/m 3 )2.1451912.0330006.2250000.3500001.103918
ZhengzhouPM 2.5  ( μ g/m 3 )121.5551120.5000347.000018.0000074.17929
PM 10  ( μ g/m 3 )168.6075164.0000384.000050.0000074.15855
SO 2  ( μ g/m 3 )16.9301116.0000056.000006.0000007.428471
NO 2  ( μ g/m 3 )65.9704367.00000122.000012.0000023.79673
O 3  ( μ g/m 3 )21.7137114.0000085.000003.00000018.55841
CO (mg/m 3 )1.3769221.2825003.4890000.3830000.584595
JinanPM 2.5  ( μ g/m 3 )94.4959774.00000331.00007.00000069.41096
PM 10  ( μ g/m 3 )167.6237143.0000451.000030.0000087.85827
SO 2  ( μ g/m 3 )28.6733926.0000090.000005.00000015.59996
NO 2  ( μ g/m 3 )66.8279667.00000137.000011.0000026.02158
O 3  ( μ g/m 3 )27.2231219.00000109.00004.00000020.94018
CO (mg/m 3 )1.2626671.1250003.5370000.3380000.593352
Table 2. Results of mutual information between PM 2.5 and other air pollutants (PM 10 , SO 2 , NO 2 , O 3 and CO) during 1 January 2019 to 31 January 2019 study period in six monitoring sites. (The number in bold is the maximum mutual information value of the same monitoring site.)
Table 2. Results of mutual information between PM 2.5 and other air pollutants (PM 10 , SO 2 , NO 2 , O 3 and CO) during 1 January 2019 to 31 January 2019 study period in six monitoring sites. (The number in bold is the maximum mutual information value of the same monitoring site.)
StationPM 10 SO 2 NO 2 O 3 CO
Beijing4.41682.43623.82143.21171.0719
Tianjin4.98673.03413.99412.93701.2865
Shijiazhuang6.52124.28614.97553.61711.8261
Taiyuan6.25374.43744.75643.56351.5286
Zhengzhou5.79392.95214.56033.54131.1790
Jinan5.78083.76374.58533.75430.9348
Table 3. Results of mutual information between PM 2.5 and neighbor structural information during 21 January 2019 to 31 January 2019 test period in six monitoring sites.
Table 3. Results of mutual information between PM 2.5 and neighbor structural information during 21 January 2019 to 31 January 2019 test period in six monitoring sites.
Mutual InformationBeijingTianjinShijiazhuangTaiyuanZhengzhouJinan
value4.21674.91235.78125.68225.72784.9012
Table 4. Evaluation of prediction results of artificial neural network (ANN), ANN N I , support vector machine (SVM) and SVM N I model for PM 2.5 concentration for the test period (21–31 January 2019).
Table 4. Evaluation of prediction results of artificial neural network (ANN), ANN N I , support vector machine (SVM) and SVM N I model for PM 2.5 concentration for the test period (21–31 January 2019).
Data SetIndexANNANN NI SVMSVM NI
BeijingMAE6.54324.23074.32353.2980
RMSE8.27035.46906.49454.8231
IA0.98310.99230.98990.9944
DA0.65390.69960.60830.7034
MFB28.758913.0001−2.2404−1.4396
MFE31.453320.174519.929316.2861
TianjinMAE5.34574.38464.76833.4534
RMSE7.25815.99397.53325.1871
IA0.99680.99790.99670.9984
DA0.59690.72620.64630.7756
MFB8.04731.58141.41361.2793
MFE11.582810.806110.39028.0389
ShijiazhuangMAE9.39958.57557.52067.3754
RMSE11.946610.982210.978110.5875
IA0.99670.99720.99720.9974
DA0.60450.65010.69580.6996
MFB3.12211.9686−0.7779−0.3174
MFE13.975912.15799.87209.7932
TaiyuanMAE12.699611.80339.22769.0214
RMSE17.039016.341614.013013.7118
IA0.99380.99430.99620.9963
DA0.55130.55510.60830.6387
MFB−14.0013−8.50462.07421.3526
MFE18.611014.826611.081910.8000
ZhengzhouMAE8.52896.83205.91895.1456
RMSE13.691811.510712.721210.8639
IA0.99650.99750.99700.9978
DA0.53990.58930.69960.7604
MFB−8.5200−7.75781.74760.9751
MFE13.295010.44197.04356.0181
JinanMAE7.05595.46765.71054.8441
RMSE10.15958.44389.21798.2711
IA0.99490.99640.99570.9965
DA0.57410.68440.61210.7642
MFB6.97104.26081.04880.6914
MFE11.82549.56749.78198.2137
Table 5. Mean test of residual series of prediction models with or without neighbor structural information of six monitoring sites.
Table 5. Mean test of residual series of prediction models with or without neighbor structural information of six monitoring sites.
ANN-SVM ANN NI -SVM NI
Data SetMeanStd.Dev.t-StatisticMeanStd.Dev.t-Statistic
Beijing2.219670 ***3.8074479.472360.932633 ***2.3476786.454671
(0.0000) (0.0000)
Tianjin0.577466 **4.0445782.31980.931189 ***2.1581927.010516
(0.0211) (0.0000)
Shijiazhuang1.878932 ***6.8388894.4640331.200080 ***5.9946103.252753
(0.0000) (0.0013)
Taiyuan3.472034 ***9.9390565.6759792.781905 ***9.2956944.862532
(0.0000) (0.0000)
Zhengzhou2.609981 ***5.2815038.0293761.686462 ***4.1626866.582713
(0.0000) (0.0000)
Jinan1.345375 ***3.7601265.8135700.623489 ***3.6794292.753278
(0.0000) (0.0063)
Note: The number in the brackets is the p-Value, *** indicates the significance level of 1%, and ** indicates the significance level of 5%.
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, P.; He, X.; Feng, H.; Zhang, G.; Rong, C. A Hybrid Model for PM2.5 Concentration Forecasting Based on Neighbor Structural Information, a Case in North China. Sustainability 2021, 13, 447. https://0-doi-org.brum.beds.ac.uk/10.3390/su13020447

AMA Style

Wang P, He X, Feng H, Zhang G, Rong C. A Hybrid Model for PM2.5 Concentration Forecasting Based on Neighbor Structural Information, a Case in North China. Sustainability. 2021; 13(2):447. https://0-doi-org.brum.beds.ac.uk/10.3390/su13020447

Chicago/Turabian Style

Wang, Ping, Xuran He, Hongyinping Feng, Guisheng Zhang, and Chenglu Rong. 2021. "A Hybrid Model for PM2.5 Concentration Forecasting Based on Neighbor Structural Information, a Case in North China" Sustainability 13, no. 2: 447. https://0-doi-org.brum.beds.ac.uk/10.3390/su13020447

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