Next Article in Journal
High-Resolution Temperature Evolution Maps of Bangladesh via Data-Driven Learning
Next Article in Special Issue
Impact of the No-Driving Day Program on Air Quality in a High-Altitude Tropical City: The Case of the Toluca Valley Metropolitan Area
Previous Article in Journal
Defining Detection Limits for Continuous Monitoring Systems for Methane Emissions at Oil and Gas Facilities
Previous Article in Special Issue
Trends of the Global Burden of Disease Linked to Ground-Level Ozone Pollution: A 30-Year Analysis for the Greater Athens Area, Greece
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Improving the Estimation of PM2.5 Concentration in the North China Area by Introducing an Attention Mechanism into Random Forest

1
State Environmental Protection Key Laboratory of Satellite Remote Sensing, Aerospace Information Research Institute, Chinese Academy of Sciences, Beijing 100101, China
2
Key Laboratory of Earth Observation of Hainan Province, Hainan Research Institute, Aerospace Information Research Institute, Chinese Academy of Sciences, Sanya 572029, China
3
University of Chinese Academy of Sciences, Beijing 100049, China
4
The Administrative Center for China’s Agenda 21, Beijing 100038, China
*
Author to whom correspondence should be addressed.
Atmosphere 2024, 15(3), 384; https://doi.org/10.3390/atmos15030384
Submission received: 8 February 2024 / Revised: 14 March 2024 / Accepted: 18 March 2024 / Published: 20 March 2024

Abstract

:
Fine particulate matter with an aerodynamic diameter less than 2.5 µm ( P M 2.5 ) profoundly affects environmental systems, human health and economic structures. Multi-source data and advanced machine or deep-learning methods have provided a new chance for estimating the P M 2.5 concentrations at a high spatiotemporal resolution. In this paper, the Random Forest (RF) algorithm was applied to estimate hourly P M 2.5 of the North China area (Beijing–Tianjin–Hebei, BTH) based on the next-generation geostationary meteorological satellite Himawari-8/AHI (Advanced Himawari Imager) aerosol optical depth (AOD) products. To improve the estimation of P M 2.5 concentration across large areas, we construct a method for co-weighting the environmental similarity and the geographical distances by using an attention mechanism so that it can efficiently characterize the influence of spatial–temporal information hidden in adjacent ground monitoring sites. In experiment results, the hourly P M 2.5 estimates are well correlated with ground measurements in BTH, with a coefficient of determination ( R 2 ) of 0.887, a root-mean-square error (RMSE) of 18.31 μ g/ m 3 , and a mean absolute error (MAE) of 11.17 µg/ m 3 , indicating good model performance. In addition, this paper makes a comprehensive analysis of the effectiveness of multi-source data in the estimation process, in this way, to simplify the model structure and improve the estimation efficiency of the model while ensuring its accuracy.

1. Introduction

China’s economy has developed rapidly in the past few decades, but it also faced serious air pollution problems, especially in the Beijing–Tianjin–Hebei (BTH) region [1]. Fine particulate matter with aerodynamic diameters less than 2.5  μ m ( P M 2.5 ) has been a major issue of public concern [2], associated with the risk to public health [3] and the impact on climate change [4] and economic structures [5,6]. Three common methods, such as ground station measurements, model simulations and satellite estimations can all provide P M 2.5 data. However, differences in data quality make it difficult for a single data source to meet high-precision data requirements.
Currently, numerous studies have estimated the concentration of fine particulate matter by employing satellite-based aerosol optical depth (AOD) products, and the data quality is improved by integrating other multi-source data [7,8,9]. Moderate Resolution Imaging Spectroradiometer (MODIS) AOD products are the most widely available data for P M 2.5 estimation [10,11,12]. In the early studies, the Dark Target (DT) and Deep Blue (DB) aerosol retrieval algorithms in MODIS provided global daily AOD products only at 10-km. The application of these products in studies regarding P M 2.5 is limited by their coarse spatial resolution, such as the first global mapping about P M 2.5 spatia-l-temporal distribution [13]. With the improvement of the AOD retrieval algorithm, the quality of AOD and P M 2.5 data has also been improved [14,15,16,17], especially the daily AOD at 1 km produced by the multi-angle implementation of atmospheric correction (MAIAC) algorithms [18,19,20]. In addition, some P M 2.5 products using geostationary satellite AOD data can reach hourly levels, such as Himawari-8/AHI (Advanced Himawari Imager) [21,22] and Fengyun-4A/AGRI (the Advanced Geosynchronous Radiation Imager) [23,24], but the spatial resolution is still limited.
In most AOD- P M 2.5 estimation models, the minimum data unit is a vector of the site P M 2.5 value and the corresponding one-dimensional correlation factor (e.g., AOD, meteorological). Therefore, both linear and nonlinear models are fitted to a class of tabular feature data [25]. Some statistical regression models are simple and easy to implement, such as linear regression (LR) [26], linear mixed-effects models (LME) [27], geographically weighted regression (GWR) [14], geographically and temporally weighted regression (GTWR) [28], and some hybrid models [29,30,31]. Essentially, these liner models with local variation have difficulty capturing complex spatiotemporal relationships and have limited accuracy. In recent years, some deep learning and data-driven methods achieved promising results in remote sensing [32,33,34,35]. Machine learning methods, with their powerful ability to establish complex nonlinear relationships between various interacting predictor variables, are emerging as the dominant estimation method, such as artificial neural networks [36] and geo-intelligent deep belief networks [37].
In particular, some decision-tree-based models are more advantageous in fitting data with tabular features, such as the random forest (RF) [11,19,21], the Light Gradient Boosting Machine (LightGBM) [22], and the eXtreme Gradient Boosting (XGBoost) [38]. They are based on the idea of bootstrap aggregating and the random subspace method [39]. It aggregates a set of weak learners to form a strong one, and these weak learners, i.e., basic decision trees, are trained by randomly bootstrapped samples from the training set. Moreover, the node splitting features are also randomly selected during the training process of the decision tree. Thus, it can nonparametrically model the indefinable and complex non-linear relationship among input features. However, these decision-tree-based models are difficult to capture spatio-temporal correlation features of neighboring sites. Therefore, it is an important way to extract the spatio-temporal correlation via other different methods, as well as to construct a hybrid model for P M 2.5 estimation. In addition, in contrast to some other deep learning methods in the study of intelligent processing of remote sensing information [40,41], the full exploitation of multi-source data as well as spatio-temporal information plays a key role in the efficiency of the model [42,43].
There are two main hybrid model ways to achieve better P M 2.5 concentration estimation [8]: one is to fuse multiple sources of data to improve spatio-temporal resolution, and the other is to assemble other methods for capturing spatio-temporal correlation features of neighboring sites. Typically, these data fusion methods simply complement the spatio-temporal missing data, and it is difficult to verify the effectiveness of the data. The most essential characteristic of P M 2.5 is its spatial and temporal heterogeneity. Many researchers have tried to solve this problem by using geographical association information, which is constructed by weighting spatio-temporal distance from ground-based P M 2.5 measurements [19,20,37]. However, ground-based P M 2.5 monitoring sites are usually sparsely distributed in urban areas. Common weight methods with spatio-temporal distance is prone to over fitting in training. Moreover, its verifiability and effectiveness will be dramatically reduced when actually applied to large scale P M 2.5 concentration estimation.
In this paper, we improve the estimation of P M 2.5 concentration across large areas using multi-source data by aggregating random forest and the attention mechanism. The attention mechanism-based method is proposed to characterize the influence of spatial–temporal information hidden in neighboring P M 2.5 monitoring sites. Then, the extracted features are connected with a random forest model for P M 2.5 estimation. In addition, we verify the effect of AOD data quality on the final estimation accuracy of the model and analysis of the feature importance ranking results to form some explanatory notes on the estimation model. Finally, P M 2.5 estimations were formed by fusing satellite and model data, and we make a comparative analysis of spatial–temporal information at different scales to further demonstrates the rationality of the estimated results.

2. Materials and Methods

2.1. Datasets and Preprocessing

The experimental data in this paper include the hourly P M 2.5 observations from monitoring stations, 5 km resolution AOD products of Himawari-8, and other auxiliary data. Table 1 lists all the information about the data used in this study. The study area in this paper is the Beijing–Tianjin–Hebei urban agglomeration, with the geographical location of 113.45° E 119.83° E and 36.08° N 42.67° N. Figure 1 shows the geographical location of the region and the distribution of the state-controlled environmental monitoring sites located within the region. The elevation map in the figure shows that the topographic distribution of the region has its own distinctive characteristics. The Beijing–Tianjin–Hebei urban agglomeration has a high population concentration and is one of the core economic regions in China. In addition, with the air pollution control in recent years, the spatial pattern of some major steel, coal, power, and light industries in the Beijing-ring region has changed dramatically. As one of the heavy industrial regions in China, most of the industrial production has shifted to the southern part of Hebei province, which further leads to the clustering of heavy industry in this areas. In terms of topography and climatic environment, air pollution tends to accumulate in these regions. In terms of pollution sources, the periphery of the region is a heavy industrial agglomeration, which has a certain impact on the air quality of Beijing in the central region of the urban agglomeration.

2.1.1. Ground-Level P M 2.5 Measurements

Hourly P M 2.5 observations from monitoring stations in BTH of 2017 are collected for model fitting and validation. They are publicly available on the website of the China Environmental Monitoring Centre (CEMC, http://www.cnemc.cn/, accessed on 7 February 2024). As shown in Figure 1, there are about 80 monitoring sites in total, and most of them are distributed in the city areas of BTH.

2.1.2. AOD Data

Himawari-8 is a Japanese geostationary satellite that launched on 7 October 2014. It carries an Advanced Himawari Imager (AHI) and produces hourly AOD at a 5 km resolution during the daytime. In recent years, Himawari-8 AOD has been evaluated and used increasingly in the study of China air pollution [21,22,44]. Here, we obtained official Himawari-8 AOD (Level 3 Version 3.0) at 500 nm in 2017 and used AOD-merged data, which are with broader spatial and temporal coverage and slightly better quality [45]. Meanwhile, model-assimilation AOD products of Himawari-8 were selected for achieving full-coverage P M 2.5 estimation. This product is the forecast (every hour) of aerosol properties by the MRI/JMA global aerosol model called the Model of Aerosol Species in the Global Atmosphere (MASINGAR). This product is assimilated by Himawari L3 aerosol optical depth at 00, 03, 06, and 09 UTC. There are quality differences between these AOD data, which could help to verify the effect of AOD data quality on the final P M 2.5 estimation accuracy of the model.

2.1.3. Auxiliary Data

Auxiliary data consist of meteorological and land-related data. They are helpful for capturing the complex AOD- P M 2.5 relationships associated with spatiotemporal variations. The meteorological data are extracted from the European Centre for Medium-Range Weather Forecasts (ECMWF, https://www.ecmwf.int, accessed on 7 February 2024) and ERA5-Land reanalysis products, including temperature (TEM; unit: K), surface pressure (SP; unit: hPa), relative humidity (RH; unit: %), precipitation (PRE; unit: mm), and 10 m u-component and v-component of wind (UW/VW; unit: m/s). The boundary layer height (BLH; unit: m) is obtained from the ERA5 hourly data on single levels. In addition, this study adopted three land-related datasets, including the normalized difference vegetation index (NDVI) products derived from the MODIS MYD13A2, the digital elevation model (DEM) products inferred from the shuttle radar topography mission, and the land use/cover (LULC) products derived from the MODIS MCD12Q1.

2.1.4. Processing of Data

Although the spatial and temporal resolution of current satellites has been greatly improved, it is difficult for a single data source to meet the high-precision requirement of all applications. Moreover, due to the influence of cloud coverage, complex surface conditions, and other factors, satellite AOD data often also have a large amount of spatial information missing. In order to obtain full-coverage of P M 2.5 spatial and temporal distribution data, the research on the reconstruction of missing information in satellite remote sensing estimated P M 2.5 can be summarized into two main aspects [8,17,31]: one is to prioritize the reconstruction of AOD missing data, so as to reduce or eliminate the spatial missingness of estimated P M 2.5 data; the others is to directly use single-source satellite AOD data for P M 2.5 estimation and then seamlessly reconstruct it by fusing multiple sources of P M 2.5 .
In order to achieve P M 2.5 estimation at 1 km, we improved the official Himawari-8 hourly AOD at a 5 km resolution to 1 km by using the AeroCGAN model [46]. Meanwhile, estimation experiments were conducted separately using three types of AOD data: official Himawari-8 AOD (H-AOD), official Himawari-8 model-AOD (M-AOD), and mixed-AOD (Mix-AOD) of the above. Then, according to different AODs with ground-based monitoring P M 2.5 , we make a temporal and spatial matching processing for AODs and relevant auxiliary data, and then form a control variable experiment dataset. In this way, we will verify the effect of AOD data quality on the final estimation accuracy of the model and achieve full-coverage P M 2.5 estimation.
In addition, since the auxiliary data are diverse in terms of spatial resolutions, they are resampled to a 1 km resolution with bilinear interpolation to ensure data consistency. Bilinear interpolation can produce smooth interpolation results with the distance-weighted average of the four nearest pixels.
After data processing, based on the data in the study area in 2017, there are 115,029 valid samples matched for satellite observation AOD data, and 222,547 valid samples data matched for both model-assimilation AOD data and mixed AOD data. These data will be used for model training and validation.

2.2. Methods

Supported by abundant observational data and machine learning methods, the main current P M 2.5 estimation methods are essentially optimization processes that are searching for the relationship between P M 2.5 concentrations and observational data. More formally, the commonly used model can be expressed as P M 2.5 = f (AOD, meteorological, land-related, geographic factors).
Typically, the AOD is essential, basic data. Meteorological factors and land-related data are listed in Table 1; they are helpful for capturing the complex AOD- P M 2.5 relationships associated with spatiotemporal variations. In addition, geographic factors, such as the neighboring ground-based P M 2.5 measurements, are valuable prior information for spatial correlations. Previous studies measured this correlation by weighting spatio-temporal distance [19,37]. However, as shown in Figure 2, ground-based P M 2.5 monitoring sites are usually sparsely distributed in urban areas. Moreover, such correlations are usually dynamic and highly susceptible to changes in time and local environmental conditions. When the correlations are constructed on the basis of spatial distance [19,37], in most studies, the weight of such correlations is not consistent with the spatial and temporal heterogeneity of P M 2.5 . For example, when several neighboring stations with similar spatial distances are in the upstream and downstream channels of pollution dispersion, it is obvious that the upwind stations are less affected, but the downwind stations are relatively more affected. It is difficult to distinguish their differences with the correlation only based on distance.
According to the above analysis, common weight methods with spatio-temporal distance show strong effectiveness in spatio-temporal correlation information when training the model with training data (like P 1 ), but they provide weak effectiveness when actually applied to large-area data (like P 2 ), as in Figure 2.

2.2.1. Spatial Features

In order to more efficiently utilize the spatially correlated prior information provided by the observations of neighboring sites, we construct a co-weighting similarity of spatial distance and environment factors using the attention mechanism. Attention mechanism-based neural network models have been widely used in computer vision, natural language processing, and spatio-temporal prediction tasks [47,48]. Essentially, the attention mechanism is used to calculate the similarity relationship of the vectors and learn the features of the data accordingly. Inspired by this mechanism, we designed the new spatial feature extraction method.
For the P M 2.5 concentration of a target pixel, its neighboring P M 2.5 sites usually show a certain correlation to it. Just like in the first law of geography, all things are related, but nearby things are more related than distant things [49]. This law can interpret previous studies that constructed this correlation by weighted spatio-temporal distances [19,37]. However, the impact of weights are highly dynamic, when changing over time and with environmental factors. Therefore, this study further considers the third law of geography: the more similar the geographic configurations of two points (areas), the more similar the values (processes) of the target variable are at these two points (areas) [50]. With this law, we construct co-weights of spatial distance (the first law) and environmental similarity (the third law) by using an attention mechanism. Moreover, since there might be many irrelevant series, it results in very high computational cost and degrades the performance if directly using all kinds of time series as the encoder inputs to capture the correlations between different observation data. Therefore, we further synergize the environmental similarity and spatial distance to capture the dynamic correlations by using a designed attention mechanism.
Let s t a r g e t be the site of our estimated target, and its neighboring sites are S = [ s 1 , , s i , , s N ] , every site s i has an environment vector e i and a P M 2.5 value p i .
e i = A O D , T E M , R H , B L H , W S , W D , N D V I
where AOD, TEM, RH, BLH, WS, WD, and NDVI are defined in Table 1. Furthermore, s t a r g e t has an environment vector e t a r g e t like e i . To reduce the computational complexity of the attention mechanism in extracting spatially correlated features, only these seven variables were selected for the environmental similarity extraction. Then, we calculate the attention weights Sim i (i.e., impacting weight) between neighboring sites as follows:
Sim i = η tanh W i e i ; e t a r g e t + K i e t a r g e t + b i
where e i ; e t a r g e t is a concentration operation between e i and e t a r g e t . η , W i , K i , and b i are the learnable parameters.
Then, a SoftMax function operation is performed to normalize all attention weights. In this process, we construct the neighboring site attention weights considering both spatial distance and environmental similarity.
a i = Softmax Sim i = exp 1 l i Sim i + l i j = 1 N exp 1 l j Sim j + l j
where l i is the geospatial distance weight, and the specific value is the reciprocal of the spatial distance ( 1 d i ) between the site target site s t a r g e t and neighboring site s i . Similarity a i indicates the attention value between the i-th neighboring site and the site to be estimated.
The attention weights of spatial features are jointly determined by the input features and the spatial distance in the encoder. The score calculated by Equation (3) semantically represents the site correlation under the effect of distance and environment. When the spatial distance between two sites is closer, the effect of spatial distance weight is higher than the environmental similarity weight, thus the correlation between them is higher; on the contrary, when the spatial distance between two sites is farther, the effect of the environmental similarity weight is higher than that of the spatial distance weight, thus the environmental similarity effect is higher.
Finally, we weighted the spatial correlation of P M 2.5 for all spatially neighboring sites and obtained the neighboring spatial features SAtt s t a r g e t of the site to be estimated as follows:
SAtt s t a r g e t = i = 1 n a i · p i
where a i is the spatial distance and environmental similarity co-weighting by Equation (3), and p i is the P M 2.5 concentration at the i-th site.
In addition, considering the numerical differences among the variables, each variable was normalized separately before feature extraction.

2.2.2. Temporal Features

The time stamp could be a temporal feature in some machine learning methods; especially, the minimum data unit of this study is a vector of features. Moreover, numerous studies have verified that the values of P M 2.5 concentrations show strong variation and correlation patterns across the geographical space and the temporal dimension [22,51,52]. The sites in the BTH often observe much higher P M 2.5 concentrations in winter than summer. The P M 2.5 -AOD correlation became noticeably higher from 9:00 to 17:00 local time, whereas the P M 2.5 /AOD ratio notably decreased in the Beijing–Tianjin–Hebei, Yangtze River Delta, and Chengyu regions. Specifically, there is a high correlation between 12:00 and 14:00 LT (Local Time) and 13:00 and 17:00 LT. The ratio in a day has a clear unimodal pattern, with the peak occurring, particularly in the fall and winter, at about 10:00 or 11:00 LT. The P M 2.5 -AOD association significantly varies over the course of a week in the winter. Additionally, the winter is the period of time when most metropolitan agglomerations have their best association and highest ratio [53]. Therefore, considering that our approach aims to estimate hourly P M 2.5 concentrations, we selected month and hour as temporal features.

2.2.3. Random Forest

Random forest is based on the idea of bootstrap aggregating and the random subspace method [39]. It aggregates a set of weak learners to form a strong one; these weak learners, i.e., basic decision trees, are trained by randomly bootstrapped samples from the training set. Moreover, the node splitting features are also randomly selected during the training process of the decision tree. Thus, it can nonparametrically model the indefinable and complex non-linear relationship among input features [11,19].
Decision tree-based models, such as RF, XGBoost, and LightGBM, are more advantageous in fitting data with tabular features as well as P M 2.5 estimating. Previous studies have demonstrated that there is little difference in performance between these decision tree-based models in P M 2.5 estimation [38]. Compared to image or natural language data, tabular data are heterogeneous, resulting in dense numbers and sparse categorical features. In addition, the correlation between features is weaker than the spatial or semantic relationships in image or natural language data. The variables of tabular data can be correlated or independent, and features usually have no positional information. Therefore, it is necessary to discover and exploit correlations relying on spatial information. The spatio-temporal correlation feature extraction is the primary optimization direction of these P M 2.5 estimation models.
Especially, P M 2.5 concentrations show strong variation and correlation patterns across the geographical space and the temporal dimension. It is difficult to capture such features by relying on random forest alone to mine the value of neighboring site data. Therefore, this study selected the classic random forest model and aggregating attention mechanism to achieve P M 2.5 estimation. With the attention mechanism described above, we obtain new spatio-temporal features that are fed into the random forest together with the auxiliary data.
There are three key parameters that should be tuned in a random forest model, which are the number of trees in the forest (N), the number of input features to consider when splitting data at a decision node (m), and the minimum number of samples required to be at a leaf node (n). Through controlled variable experiments, we finally set each of these three parameters as 500, 13, and 2, respectively. Actually, this is also related to the amount of our data and the number of features.

2.2.4. Model and Evaluation

According to the above analysis, the flowchart of the proposed attention mechanism-based random forest model is shown in Figure 3, including input data, feature processing, RF regression, and output data. Firstly, we made a temporal and spatial matching processing for AODs and relevant auxiliary data to form a training dataset. Then, we used the attention mechanism-based spatial correlation extraction method (Equations (1)–(4)) to obtain the spatial feature. Furthermore, the time stamp is chosen as the temporal feature. These above data are used as input features of the random forest model to finally estimate P M 2.5 concentrations. Here, the steps of the attention mechanism-based random forest are summarized in Algorithm 1.
Algorithm 1 Attention Mechanism-Based Random Forest Algorithm for P M 2.5 Estimation
Input: Dataset D = ( x 1 , y 1 ) , , ( x i , y i ) , , ( x N , y N ) , each x i contains F features (defined in Table 1). Training times is T. The random forest RF has M decision trees (DTree).
1:
SAtt ← Equations (1) to (4); attention mechanism-based spatial correlation
2:
TF; time stamp as temporal features
3:
x i [ x i , SAtti, TFi]; features concat
4:
D = ( x 1 , y 1 ) , , ( x i , y i ) , , ( x N , y N ) ; each x i contains F features (i.e., dimension);
5:
fort = 1, 2, …, T do
6:
    randomly bootstrapped K samples:
7:
     D 1 , , D k , , D K D
8:
    for  D k D  do
9:
          Randomly select f feature subsets from the F -dimension features;
10:
        training each decision tree:
11:
        for DTreei in RF do
12:
           select the optimal one from the f features for tree node splitting
13:
           DTreei { D k , f }
14:
        end for
15:
    end for
16:
    RFt← {DTree1, , DTreei, , DTreeM}
17:
end for
18:
return RF
In addition, based on previous studies [8,19,28], 10-fold cross-validation [54] is adopted to investigate the effectiveness of the proposed method. The general 10-fold cross-validation randomly partitions all the samples into 10 folds with an equal number of subsamples, which is also referred to as sample-based cross-validation. One subsample is retained for validation, and the remaining 9 subsamples are used for training. This process of subsampling is repeated 10 times with each fold for validation in return. The overall performance of the model is estimated by averaging the 10 evaluation results to reduce the random effect.
During the evaluation stage, three quality metrics are used to measure the performance: determination coefficient ( R 2 ), root-mean-square error (RMSE), and mean absolute error (MAE). They are denoted as follows:
R 2 = i = 1 n ( P i Q i ¯ ) 2 i = 1 n ( O i Q i ¯ ) 2
R M S E = 1 n i = 1 n ( P i Q i ) 2
M A E = 1 n i = 1 n | P i Q i |
where O i is the obvious value, Q i ¯ is the average of obvious values, P i is the estimate value, and n is number of data points.

3. Results and Discussion

3.1. Model Performance

Table 2 shows the estimation performances of the proposed and some existing methods. With the development of analysis methods, the early geographically weighted regression model (GWR) is gradually replaced by some new methods that are based on machine learning (XGBoost, Two-stage, STRF). Furthermore, the stream trend of the current research is to further improve the performance of the machine learning method by adding spatio-temporal features. In addition, it can be seen that the accuracy for most of the model estimation is within a certain range ( R 2 : 0.65 to 0.90; RMSE: 10.0 to 30.0 μ g/ m 3 , approximately). This may be due to the difference in the spatial and temporal resolution of the data or the spatial and temporal range of the research. For example, some early studies for P M 2.5 estimation [14,37] are mostly based on 10 km resolution AOD data from MODIS satellite observations. Then, to benefit from the improvement in AOD data quality (such as MODIS MAIAC AOD with 1 km spatial resolution, Himawari AOD with 5 km hourly resolution, etc.) and the development of machine learning methods, some researchers have gradually developed more efficient P M 2.5 estimation methods [19,22,31], and the study area has changed from highly polluted areas (such as Beijing–Tianjin–Hebei, Yangtze River Delta, and Pearl River Delta) to large regional nationwide areas and long time series.
In this study, we use the attention mechanism to construct spatial proximity feature extraction and then introduce it into the random forest model for P M 2.5 estimation. We also compared it with the performance of the basic random forest model without spatio-temporal features ( R 2 = 0.81, RMSE = 25.51 μ g/ m 3 , MAE = 15.91 μ g/ m 3 ). The proposed model which captures the spatio-temporal features, achieves a higher efficiency ( R 2 = 0.89, RMSE = 18.31 μ g/ m 3 , MAE = 11.17 μ g/ m 3 ). Although the accuracy index of the proposed method is not the highest among the existing methods, it has definite improvements in spatial and temporal resolution (1 km, hourly). Meanwhile, it is also demonstrated that the spatial proximity features extracted by using the attention mechanism can provide effective supports for the final estimation.

3.2. Feature Correlation and Importance Analysis

For the task of estimating P M 2.5 concentrations, most machine learning methods are black-box models which do not provide us with much knowledge about the massive data. In other words, they do not tell us how these input variables are connected to the output of the predictions and which factor gains the most attention in the model. In previous studies, they usually used the Pearson correlation coefficient and histograms as descriptive statistics for the correlation analysis [20,53]. Therefore, this paper also conducts a preliminary feature correlation analysis for the problem accordingly.
The frequency distribution histograms of the data with descriptive statistics (minimum, maximum, mean, and standard deviation) are shown in Figure 4. It can be seen that the frequency distribution of P M 2.5 concentration is more similar to the AOD data, which is in line with the consensus of much research that the AOD data can directly reflect the corresponding spatial and temporal distribution characteristics of P M 2.5 concentration, and they have a certain degree of similarity in spatial and temporal distribution. In addition, there is a large difference between the Himawari satellite retrieval AOD and the model-assimilation AOD. The value of model-assimilation AOD data is higher than that of the satellite inversion overall, which indicates that the model-assimilation AOD value may be overestimated, but the overall frequency distribution structure has some similarity between these data. Although some previous studies have shown that the relative humidity, air temperature, and wind speed have a strong influence on the spatial and temporal distribution of P M 2.5 concentrations [8], it is difficult to show the intuitive similarity only in their frequency distributions. These results also reflect that the relationship among the spatio-temporal distribution of P M 2.5 concentrations, meteorological factors, and surface environment data is complex and nonlinear. The DEM data are sparsely distributed because the data are obtained by matching the air quality monitoring stations and the DEM values reflecting the geospatial location of the stations to a certain extent.
The frequency distribution of PRE data is very concentrated and near the Y axis; it may have a small effect on the accuracy of P M 2.5 estimation in the model and needs to be further confirmed for it to be retained in the subsequent experimental analysis. According to the above analysis, to ensure the efficiency of the P M 2.5 estimation model, suitable characteristic variables need to be selected, and the nonlinear relationships between multiple variables need to be adequately fitted and to be experimentally compared to form a definitive model data selection strategy.
The Pearson correlation coefficients between P M 2.5 concentration data and other variables are shown in Figure 5. It can be seen that the Pearson coefficient of P M 2.5 concentration and Himawar satellite AOD (H-AOD) data reaches 0.43, which is the highest among all variables, and this further indicates that the AOD is always the core data for P M 2.5 estimation. In addition, among the variables related to the atmospheric physical properties of P M 2.5 , the correlation between P M 2.5 concentration and boundary layer height and relative humidity is higher (both reach 0.31), while the correlation with wind speed (−0.16, 0.14) and temperature (−0.061) have lower correlations. Usually, P M 2.5 pollution is more influenced by wind speed and temperature, etc., during dissipation, and this single intuitive coefficient makes it difficult to reflect the characteristic correlation of P M 2.5 concentration. Therefore, although the histogram structure of frequency distribution of AOD and P M 2.5 data is similar and the Pearson correlation coefficient is high, the accuracy of directly constructing the fitted relationship between AOD and P M 2.5 for P M 2.5 estimation is limited, and it is necessary to use multivariate synergy to fit the nonlinear relationship.
The random forest model requires a tree node splitting calculation during the construction of the decision tree, such as a splitting function based on the gini coefficient. This approach also reflects the importance of the feature variables on the estimation of the random model. Therefore, this study provides a detailed comparative analysis of the importance of information related to these variables in the random forest, as shown in Figure 6. Overall, among the feature variables, the model considers AOD, BLH, and RH to be the most important for the estimation results, which is also consistent with most existing studies [19,55]. Moreover, this information importance also corresponds in some aspects to Figure 4 and Figure 5. When the model added temporal features, the time stamp (Month, Day, Hour) shows a certain of importance for the estimation results. There is little change in the feature importance ranking, but only the NDVI importance rate is reduced greatly.

3.3. The Impact of AOD data Quality on Model Accuracy

To further compare and analyze the effect of AOD data quality on the estimation of atmospheric P M 2.5 by the random forest model, we conducted separate comparison experiments according to the different AOD data sources, as shown in Table 3. Obviously, the coverage of model assimilation AOD data is higher. In addition, we verified the correlation accuracy (satellite retrieval and model assimilation AOD data vs. the AOD data from ground monitoring sites), as shown in Figure 7. There are 6169 valid data matched between the satellite observed AOD data and AERONET in the study area in 2017, and the correlation between them reached 0.836. There are 6946 valid data matched between the model assimilation AOD data and AERONET, and the correlation between them was only 0.585. It is shown that there is a huge difference in data quality between the two cases. Furthermore, the visual comparison of the scatter plotted in Figure 7 also shows that there is a large overestimation of AOD in the model assimilation AOD. However, when these AOD data are input into the random forest model to estimate the spatial and temporal distributions of P M 2.5 , Table 3 shows that the difference in estimation results is small, as well as the P M 2.5 estimation based on the Himawari satellite retrieval AOD being R 2 = 0.812, RMSE = 25.51 μ g/ m 3 , and MAE = 15.91 μ g/ m 3 , and the Himawari model assimilation AOD being R 2 = 0.805, RMSE = 27.86 μ g/ m 3 , and MAE = 15.35 μ g/ m 3 . These results are somewhat different from previous studies that pursued the quality of AOD data and used it to obtain high quality P M 2.5 estimation. However, by mixing the two types of AOD data and replacing them with model assimilation AOD data when the AOD is missing from the satellite retrievals, the accuracy of the model is reduced to a certain extent. Based on this comparison, this study concluded that there may be errors in the full-coverage P M 2.5 estimation by directly using the mixed AOD, so the full-coverage results should be obtained by estimating P M 2.5 separately and then performing data fusion. The full-coverage results were obtained by fusing the data after estimating P M 2.5 separately. In addition, after using the attention mechanism to extract spatio-temporal features, the model accuracy was significantly improved. As shown in Table 3, the evaluation indicators of P M 2.5 estimation by Himawari satellite retrivals AOD were R 2 = 0.887, RMSE = 18.31 μ g/ m 3 , and MAE = 11.17 μ g/ m 3 , and the index of P M 2.5 estimation by Himawari model assimilation AOD was R 2 = 0.874, RMSE = 20.68 μ g/ m 3 , and MAE = 12.87 μ g/ m 3 . These situations further illustrate the importance of spatio-temporal characteristics for the random forest model.
With the comparison of the importance of input variables in the random forest model in Figure 6, we provide a preliminary explanation for this phenomenon. Although the correlation between AOD and P M 2.5 is strong, the random forest responds differently to AOD data of different quality when multiple variables are input into it. For example, for the Himawari AOD data in Figure 6, the random forest considered the AOD data to be the most important (more than 20%). While for the model-assimilation AOD data, for its lower data precision (Figure 7), the random forest model adaptively reduced its importance of layer height BLH and relative humidity RH. However, the model is still able to generate better P M 2.5 spatial and temporal distribution estimation results in cooperation with several variables in the end. In the estimation results by the mixed AOD data, all three evaluation indicators show some degree of degradation compared with the separate estimation. This may be due to the misleading effect of data quality differences on the same characteristic variables in the random forest model, which is difficult to distinguish in the random forest model.
Based on above analysis, we believe that although the quality of AOD data varies greatly, when multiple variables are input into the random forest model, the random forest will adjust the importance of different-quality AOD data to achieve a certain of robustness (the P M 2.5 distribution estimated based on satellite retrievals AOD data or model-assimilation AOD data). The non-linear relationship between the variables can be fitted well, and thus, the spatial and temporal distribution of P M 2.5 can be estimated better. In addition, comparing the final results, we can find that the model accuracy is significantly improved after using the attention mechanism to extract spatio-temporal features.

3.4. Spatio-temporal Validation and Analysis

The spatial and temporal distribution of seasonal P M 2.5 concentration is calculated from the average of hourly P M 2.5 data in the corresponding time interval, as shown in Figure 8. Among them, the point source distribution markers in the figure are the seasonal averages of the ground monitoring stations, which range from March to May each year in spring, June to August each year in summer, September to November each year in autumn, and December to February each year in winter. It can be seen that the seasonal distribution of P M 2.5 concentrations in the Beijing–Tianjin–Hebei region varies significantly. Based on the statistical data of P M 2.5 pollution concentrations at ground stations, it can be concluded that the pollution level is higher in winter (∼70.12 ± 85.26 μ g/ m 3 ), the average values in spring (∼47.61 ± 46.09 μ g/ m 3 ) and autumn (∼46.94 ± 42.92 μ g/ m 3 ) are close to each other, and the lowest pollution level is in summer (∼42.15 ± 25.23 μ g/ m 3 ). The seasonal P M 2.5 spatial distribution data were obtained statistically after model estimation in this section, and the P M 2.5 pollution level in the northwest region of Beijing, Tianjin, and Hebei is lower. The P M 2.5 pollution level in the southeast region is higher, which shows a trend of gradually severe pollution from the northwest to southeast. This spatial pattern distribution is extremely similar to the digital elevation map of the Beijing–Tianjin–Hebei region shown in Figure 1. With higher terrain in the northwest mountainous region and lower terrain in the southeast open plain, it shows a sloping trend from the northwest to southeast. It can be seen that P M 2.5 pollution is mainly distributed in the urban built-up areas, while decreasing spatially toward the suburbs. The main reasons are: the northwest region is located in the mountainous area, the population and urban built-up areas are sparsely distributed, and there are few sources of pollution emissions caused by industrial agriculture and human activities. In contrast, Beijing–Tianjin–Hebei is one of the core economic regions in China and also one of the heavy industrial regions in China. With the air pollution control in recent years, the spatial pattern of some major iron and steel, coal, electricity, and light industries in the Beijing-ring region has changed dramatically. Most of the industrial sites have shifted to the southern part of Hebei province, thus leading to poorer air quality in the southeast, which is the area of heavy industries. Although the pollution sources around Beijing are reduced, topographically, the pollution from the southeast heavy industry region still spreads to the Beijing area and gathers and dissipates in the region. Beijing is still a population gathering area, and it is difficult to reduce the traffic as well as living pollutant emissions, especially the large amount of pollution emissions caused by coal burning and fossil-fuel heating in the winter, etc. The local topography and terrain and even autumn and winter meteorological conditions also contribute to the gathering of pollution. It is not conducive and also exists in the Yangtze River Delta and Sichuan Basin regions [56,57].
Comparing the spatial distribution values with the monitoring point values, the overall P M 2.5 spatial distribution accuracy is similar to that of the corresponding ground monitoring points. Among them, the estimated values of Beijing and Tianjin are relatively more accurate, which may be attributed to the relatively large number of air quality monitoring stations and more uniform spatial distribution in these two cities. On the contrary, the ground stations in Hebei province are sparsely distributed in each city and the number of stations is small, so the visual comparison is slightly underestimated. In addition, a significant overestimation of P M 2.5 occurs along the Bohai Sea coast, which may be due to the difference in aerosol types along the seashore, model training data obtained from ground monitoring sites that are in the land area, and meteorological conditions such as sea fog and sea wind. This also indicates that the data-driven model relies on the complete data set with high accuracy.
This study cross-validated the hourly P M 2.5 estimates with ground monitoring values for each season in 2017, and the relevant scatter plots are shown in Figure 9. It can be seen that although the highest RMSE (11.841 μ g/ m 3 ) and MAE (7.909 μ g/ m 3 ) indicators for P M 2.5 were found in summer, the R 2 was only 0.783. On the contrary, the lowest RMSE (24.937 μ g/ m 3 ) and MAE (13.611 μ g/ m 3 ) indicators were found in winter, but the R 2 reached 0.912. The scatter plot also shows the lowest P M 2.5 concentration values in summer (about 0–150 μ g/ m 3 ) and the highest P M 2.5 concentration values in winter (about 0–500 μ g/ m 3 ), and therefore, the estimated P M 2.5 in winter has difficulty reflecting the advantage in RMSE and MAE indexes, and the measurement of model performance should be compared comprehensively. In addition, the indicators are closer in spring ( R 2 = 0.852, RMSE = 17.976 μ g/ m 3 , MAE = 9.502 μ g/ m 3 ) and autumn ( R 2 = 0.879, RMSE = 15.105 μ g/ m 3 , MAE = 9.243 μ g/ m 3 ). The differences in model performance for different seasons of P M 2.5 may have some correlation with the sample size and seasonal natural conditions. For example, on the one hand, in BTH region, there is more snow and ice cover in winter and cloudy and rainy weather in summer. Those differences have a greater impact on the number of effective samples, thus the samples in winter and summer will be significantly less than that in spring. On the other hand, summer weather conditions are conducive to the rapid dissipation of pollution, making it difficult to form aggregated pollution. The autumn and winter seasons are closely related to the increase in pollution emissions, and the Beijing–Tianjin–Hebei region is more influenced by the northwest dust in spring, which also makes the nonlinear relationship between AOD and P M 2.5 more complicated. It is difficult for the model to completely fit such complex relationships without multi-source data and the attention mechanism.
Table 4 presents statistics on the detailed model-estimated average P M 2.5 concentrations at different hours in 2017 compared with the corresponding ground-based measurements for the validation results. It can be seen that the proposed method in this study has a slightly different performance in each hour, but the overall main evaluation indexes do not differ much. The main reason for this may be due to the reduced number of training samples from optical remote sensing satellites at sunrise (8:00 vs. 9:00) and sunset (16:00 vs. 17:00).
In addition, there are significant daily variations in air pollution at different P M 2.5 pollution levels due to the difference in human activity intensity and natural conditions at each time period. The slope metric shows that the model has a certain degree of underestimation, which is a common problem in P M 2.5 estimation studies, and some scholars believe that this is due to the large uncertainty in the aerosol retrievals and the small data samples under high pollution conditions [8,22,56].
Figure 10 illustrates the spatial and temporal distribution of hourly average P M 2.5 concentrations in 2017, where the point source distribution data are ground monitoring values. As can be observed in the figure, the spatial distribution of pollution across the study area is characterized by the same seasonal scale, with low P M 2.5 pollution in the northwest region and high pollution in the southeast. From the annual average spatial distribution of P M 2.5 at different hours, the trend of P M 2.5 pollution shows the characteristics of rising first and then falling from morning to evening. The pollution reaches a peak around 11:00 a.m., and P M 2.5 pollution drops to a relatively low level in the evening, which may be caused by the increase in pollution emission in the morning and the superposition effect of pollution gathering from the previous night, etc. This kind of P M 2.5 pollution spatial and temporal distribution characteristic is also similar to some existing studies [53], especially that the increase in pollution emissions caused by anthropogenic activities, industrial production, etc., during the corresponding time of autumn and winter seasons are more relevant.

4. Conclusions

In this paper, we improved the estimation of P M 2.5 concentration across Beijing–Tianjing–Hebei regions using multi-source data by introducing the attention mechanism into random forest. The attention mechanism was used to co-weight the environmental similarity and the geographical distances, and the RF algorithm was applied to estimate hourly P M 2.5 of BTH based on the Himawari-8/AHI AOD products. The experiment results demonstrated that our approach can more efficiently characterize the influence of spatio-temporal information hidden in adjacent ground monitoring sites. The hourly P M 2.5 estimates are well correlated with ground measurements in BTH, with an R 2 of 0.887, an RMSE of 18.31 μ g/ m 3 , and an MAE of 11.17 μ g/ m 3 , indicating the good model performance. Furthermore, to simplify the model structure and improve the efficiency while maintaining accuracy, this paper thoroughly examines of the effectiveness of multi-source data in the estimation process, including the analysis of the effect of AOD data quality on the final estimation accuracy of the model and the ranking results of the feature importance of the random forest. Finally, this approach provides full-coverage P M 2.5 estimation in BTH by fusing satellite and model data.
In future work, we will pay attention to computation efficiency and model robustness, then expand the estimation area with reasonable spatial–temporal analysis and validation.

Author Contributions

Conceptualization, L.Z. and Z.L.; methodology, L.Z., J.G., and Y.X.; software, L.Z. and H.G.; validation, L.Z., Z.S. and Y.Z.; formal analysis, L.Z., Z.L., and J.G.; writing—original draft preparation, L.Z.; writing—review and editing, J.G. and Y.X.; visualization, L.Z., Y.Z., and H.G.; supervision, Z.L. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the Finance science and technology project of Hainan province (science and technology cooperation project, Key R&D plan of Hainan Province, ZDYF2020206), the National Natural Science Foundation of International Cooperative Research Project (Grant No. 42111530292), and the National Natural Science Foundation of China (Grant No. 42175147).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data presented in this study are available on request from the corresponding author. The data are not publicly available due to privacy.

Acknowledgments

Thanks to the agencies that provided the data in this study. The in situ P M 2.5 ground measurements are available from the China National Environmental Monitoring Center (http://www.cnemc.cn, accessed on 7 February 2024). The Himawari-8 satellite data were downloaded from the website (https://www.eorc.jaxa.jp/ptree/, accessed on 7 February 2024). MODIS data were obtained from LAADS DAAC (https://ladsweb.modaps.eosdis.nasa.gov, accessed on 7 February 2024), and ERA-5 reanalysis data were obtained from the European Centre for Medium-Range Weather Forecasts (http://apps.ecmwf.int/datasets/, accessed on 7 February 2024).

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Zhang, Q.; Zheng, Y.; Tong, D.; Shao, M.; Hao, J. Drivers of improved PM2.5 air quality in China from 2013 to 2017. Proc. Natl. Acad. Sci. USA 2019, 116, 24463–24469. [Google Scholar] [CrossRef] [PubMed]
  2. Kim, K.H.; Kabir, E.; Kabir, S. A review on the human health impact of airborne particulate matter. Environ. Int. 2015, 74, 136–143. [Google Scholar] [CrossRef] [PubMed]
  3. 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. 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]
  4. Grimm, N.B.; Faeth, S.H.; Golubiewski, N.E. Global change and the ecology of cities. Science 2008, 319, 756–760. [Google Scholar] [CrossRef]
  5. Giannadaki, D.; Giannakis, E.; Pozzer, A.; Lelieveld, J. Estimating health and economic benefits of reductions in air pollution from agriculture. Sci. Total Environ. 2018, 622–623, 1304–1316. [Google Scholar] [CrossRef]
  6. Xue, W.; Zhang, J.; Zhong, C.; Li, X.; Wei, J. Spatiotemporal PM2.5 variations and its response to the industrial structure from 2000 to 2018 in the Beijing-Tianjin-Hebei region. J. Clean. Prod. 2021, 279, 123742. [Google Scholar] [CrossRef]
  7. Shin, M.; Kang, Y.; Park, S.; Im, J.; Quackenbush, L.J. Estimating ground-level particulate matter concentrations using satellite-based data: A review. Giscience Remote Sens. 2019, 57, 174–189. [Google Scholar] [CrossRef]
  8. Ma, Z.; Dey, S.; Christopher, S.; Liu, R.; Bi, J.; Balyan, P.; Liu, Y. A review of statistical methods used for developing large-scale and long-term PM2.5 models from satellite data. Remote Sens. Environ. 2022, 269, 112827. [Google Scholar] [CrossRef]
  9. Bai, K.; Li, K.; Sun, Y.; Wu, L.; Zhang, Y.; Chang, N.B.; Li, Z. Global synthesis of two decades of research on improving PM2.5 estimation models from remote sensing and data science perspectives. Earth-Sci. Rev. 2023, 241, 104461. [Google Scholar] [CrossRef]
  10. Ma, Z.; Hu, X.; Sayer, A.M.; Levy, R.; Liu, Y. Satellite-Based Spatiotemporal Trends in PM2.5 Concentrations: China, 2004–2013. Environ. Health Perspect 2016, 124, 184–192. [Google Scholar] [CrossRef] [PubMed]
  11. Brokamp, C.; Jandarov, R.; Hossain, M.; Ryan, P. Predicting Daily Urban Fine Particulate Matter Concentrations Using a Random Forest Model. Environ. Sci. Technol. 2018, 52, 4173–4179. [Google Scholar] [CrossRef]
  12. Sorek-Hamer, M.; Chatfield, R.; Liu, Y. Review: Strategies for using satellite-based products in modeling PM2.5 and short-term pollution episodes. Environ. Int. 2020, 144, 106057. [Google Scholar] [CrossRef] [PubMed]
  13. van Donkelaar, A.; Martin, R.V.; Park, R.J. Estimating ground-level PM2.5 using aerosol optical depth determined from satellite remote sensing. J. Geophys. Res. Atmos. 2006, 111. [Google Scholar] [CrossRef]
  14. Ma, Z.; Hu, X.; Huang, L.; Bi, J.; Liu, Y. Estimating Ground-Level PM2.5 in China Using Satellite Remote Sensing. Environ. Sci. Technol. 2014, 48, 7436. [Google Scholar] [CrossRef] [PubMed]
  15. van Donkelaar, A.; Martin, R.V.; Brauer, M.; Hsu, N.C.; Kahn, R.A.; Levy, R.C.; Lyapustin, A.; Sayer, A.M.; Winker, D.M. Global Estimates of Fine Particulate Matter using a Combined Geophysical-Statistical Method with Information from Satellites, Models, and Monitors. Environ. Sci. Technol. 2016, 50, 3762–3772. [Google Scholar] [CrossRef] [PubMed]
  16. Gupta, P.; Levy, R.C.; Mattoo, S.; Remer, L.A.; Munchak, L.A. A surface reflectance scheme for retrieving aerosol optical depth over urban surfaces in MODIS dark target retrieval algorithm. Atmos. Meas. Tech. 2016, 9, 3293–3308. [Google Scholar] [CrossRef]
  17. Wang, X.; Sun, W.; Zheng, K.; Ren, X.; Han, P. Estimating hourly PM2.5 concentrations using MODIS 3km AOD and an improved spatiotemporal model over Beijing-Tianjin-Hebei, China. Atmos. Environ. 2020, 222, 117089. [Google Scholar] [CrossRef]
  18. Lyapustin, A.; Wang, Y.; Korkin, S.; Huang, D. MODIS Collection 6 MAIAC algorithm. Atmos. Meas. Tech. 2018, 11, 5741–5765. [Google Scholar] [CrossRef]
  19. Wei, J.; Huang, W.; Li, Z.; Xue, W.; Cribb, M. Estimating 1-km-resolution PM2.5 concentrations across China using the space-time random forest approach. Remote Sens. Environ. 2019, 231, 111221. [Google Scholar] [CrossRef]
  20. Yang, N.; Shi, H.; Tang, H.; Yang, X. Geographical and temporal encoding for improving the estimation of PM2.5 concentrations in China using end-to-end gradient boosting. Remote Sens. Environ. 2022, 269, 112828. [Google Scholar] [CrossRef]
  21. Liu, J.; Weng, F.; Li, Z. Satellite-based PM2.5 estimation directly from reflectance at the top of the atmosphere using a machine learning algorithm. Atmos. Environ. 2019, 208, 113–122. [Google Scholar] [CrossRef]
  22. Wei, J.; Li, Z.; Pinker, R.T.; Sun, L.; Li, R. Himawari-8-derived diurnal variations of ground-level PM2.5 pollution across China using a fast space-time Light Gradient Boosting Machine. Atmos. Chem. Phys. 2021, 21, 7863–7880. [Google Scholar] [CrossRef]
  23. Mao, F.; Hong, J.; Min, Q.; Gong, W.; Yin, J. Estimating hourly full-coverage PM2.5 over China based on TOA reflectance data from the Fengyun-4A satellite. Environ. Pollut. 2020, 270, 116119. [Google Scholar] [CrossRef] [PubMed]
  24. Hong, J.; Mao, F.; Gong, W.; Gan, Y.; Zang, L.; Quan, J.; Chen, J. Assimilating Fengyun-4A observations to improve WRF-Chem PM2.5 predictions in China. Atmos. Res. 2022, 265, 105878. [Google Scholar] [CrossRef]
  25. Borisov, V.; Leemann, T.; Seler, K.; Haug, J.; Pawelczyk, M.; Kasneci, G. Deep Neural Networks and Tabular Data: A Survey. arXiv 2021, arXiv:2110.01889. [Google Scholar] [CrossRef] [PubMed]
  26. Jeong, J.I.; Park, R.J.; Yeh, S.W.; Roh, J.W. Statistical predictability of wintertime PM2.5 concentrations over East Asia using simple linear regression. Sci. Total Environ. 2021, 776, 146059. [Google Scholar] [CrossRef]
  27. Ma, Z.; Liu, Y.; Zhao, Q.; Liu, M.; Zhou, Y.; Bi, J. Satellite-derived high resolution PM2.5 concentrations in Yangtze River Delta Region of China using improved linear mixed effects model. Atmos. Environ. 2016, 133, 156–164. [Google Scholar] [CrossRef]
  28. He, Q.; Huang, B. Satellite-based mapping of daily high-resolution ground PM2.5 in China via space-time regression modeling. Remote Sens. Environ. 2018, 206, 72–83. [Google Scholar] [CrossRef]
  29. Engel-Cox, J.A.; Holloman, C.H.; Coutant, B.W.; Hoff, R.M. Qualitative and quantitative evaluation of MODIS satellite sensor data for regional and urban scale air quality. Atmos. Environ. 2004, 38, 2495–2509. [Google Scholar] [CrossRef]
  30. Wu, J.; Yao, F.; Li, W.; Si, M. VIIRS-based remote sensing estimation of ground-level PM2.5 concentrations in Beijing–Tianjin–Hebei: A spatiotemporal statistical model. Remote Sens. Environ. 2016, 184, 316–328. [Google Scholar] [CrossRef]
  31. Jiang, T.; Chen, B.; Nie, Z.; Ren, Z.; Tang, S. Estimation of hourly full-coverage PM2.5 concentrations at 1-km resolution in China using a two-stage random forest model. Atmos. Res. 2020, 248, 105146. [Google Scholar] [CrossRef]
  32. Liu, P.; Li, J.; Wang, L.; He, G. Remote Sensing Data Fusion with Generative Adversarial Networks: State-of-the-Art Methods and Future Research Directions. IEEE Geosci. Remote Sens. Mag. 2022, 10, 295–328. [Google Scholar] [CrossRef]
  33. Zhang, L.; Liu, P.; Zhao, L.; Wang, G.; Zhang, W.; Liu, J. Air quality predictions with a semi-supervised bidirectional LSTM neural network. Atmos. Pollut. Res. 2021, 12, 328–339. [Google Scholar] [CrossRef]
  34. Liu, P.; Wang, L.; Ranjan, R.; He, G.; Zhao, L. A survey on active deep learning: From model-driven to data-driven. ACM Comput. Surv. (CSUR) 2021, 54, 1–34. [Google Scholar] [CrossRef]
  35. Lei, Z.; Zeng, Y.; Liu, P.; Su, X. Active Deep Learning for Hyperspectral Image Classification With Uncertainty Learning. IEEE Geosci. Remote Sens. Lett. 2021, 19, 5502405. [Google Scholar] [CrossRef]
  36. Ahmad, M.; Alam, K.; Tariq, S.; Anwar, S.; Mansha, M. Estimating fine particulate concentration using a combined approach of linear regression and artificial neural network. Atmos. Environ. 2019, 219, 117050. [Google Scholar] [CrossRef]
  37. Li, T.; Shen, H.; Yuan, Q.; Zhang, X.; Zhang, L. Estimating ground-level PM2.5 by fusing satellite and station observations: A geo-intelligent deep learning approach. Geophys. Res. Lett. 2017, 44, 11985–11993. [Google Scholar] [CrossRef]
  38. Chen, J.; Yin, J.; Zang, L.; Zhang, T.; Zhao, M. Stacking machine learning model for estimating hourly PM2.5 in China based on Himawari 8 aerosol optical depth data. Sci. Total Environ. 2019, 697, 134021.1–134021.8. [Google Scholar] [CrossRef] [PubMed]
  39. Breiman, L. Random Forests. Mach. Learn. 2001, 45, 5–32. [Google Scholar] [CrossRef]
  40. Han, W.; Chen, J.; Wang, L.; Feng, R.; Li, F.; Wu, L.; Tian, T.; Yan, J. Methods for Small, Weak Object Detection in Optical High-Resolution Remote Sensing Images: A survey of advances and challenges. IEEE Geosci. Remote Sens. Mag. 2021, 9, 8–34. [Google Scholar] [CrossRef]
  41. Li, J.; Liu, Z.; Lei, X.; Wang, L. Distributed Fusion of Heterogeneous Remote Sensing and Social Media Data: A Review and New Developments. Proc. IEEE 2021, 109, 1350–1363. [Google Scholar] [CrossRef]
  42. Feng, R.; Li, H.; Wang, L.; Zhong, Y.; Zeng, T. Local Spatial Constraint and Total Variation for Hyperspectral Anomaly Detection. IEEE Trans. Geosci. Remote Sens. 2021, 60, 5512216. [Google Scholar] [CrossRef]
  43. Han, W.; Li, J.; Wang, S.; Zhang, X.; Dong, Y.; Fan, R.; Zhang, X.; Wang, L. Geological Remote Sensing Interpretation Using Deep Learning Feature and an Adaptive Multisource Data Fusion Network. IEEE Trans. Geosci. Remote Sens. 2022, 60, 4510314. [Google Scholar] [CrossRef]
  44. Gao, L.; Chen, L.; Li, C.; Li, J.; Che, Z.; Zhang, Y. Evaluation and possible uncertainty source analysis of JAXA Himawari-8 aerosol optical depth product over China. Atmos. Res. 2020, 248, 105248. [Google Scholar] [CrossRef]
  45. Kikuchi, M.; Murakami, H.; Suzuki, K.; Nagao, T.M.; Higurashi, A. Improved Hourly Estimates of Aerosol Optical Thickness Using Spatiotemporal Variability Derived From Himawari-8 Geostationary Satellite. IEEE Trans. Geosci. Remote Sens. 2018, 56, 3442–3455. [Google Scholar] [CrossRef]
  46. Zhang, L.; Liu, P.; Wang, L.; Liu, J.; Song, B.; Zhang, Y.; He, G.; Zhang, H. Improved 1-km-Resolution Hourly Estimates of Aerosol Optical Depth Using Conditional Generative Adversarial Networks. Remote Sens. 2021, 13, 3834. [Google Scholar] [CrossRef]
  47. Vaswani, A.; Shazeer, N.; Parmar, N.; Uszkoreit, J.; Jones, L.; Gomez, A.N.; Kaiser, L.; Polosukhin, I. Attention Is All You Need. arXiv 2017, arXiv:1706.03762. [Google Scholar]
  48. Guo, M.H.; Xu, T.X.; Liu, J.J.; Liu, Z.N.; Jiang, P.T.; Mu, T.J.; Zhang, S.H.; Martin, R.R.; Cheng, M.M.; Hu, S.M. Attention Mechanisms in Computer Vision: A Survey. Comput. Vis. Media 2022, 8, 331–368. [Google Scholar] [CrossRef]
  49. Tobler, W.R. A Computer Movie Simulating Urban Growth in the Detroit Region. Econ. Geogr. 1970, 46, 234–240. [Google Scholar] [CrossRef]
  50. Zhu, A.; Lu, G.; Liu, J.; Qin, C.; Zhou, C. Spatial prediction based on Third Law of Geography. Ann. Gis 2018, 24, 225–240. [Google Scholar] [CrossRef]
  51. Yao, F.; Si, M.; Li, W.; Wu, J. A multidimensional comparison between MODIS and VIIRS AOD in estimating ground-level PM2.5 concentrations over a heavily polluted region in China. Sci. Total Environ. 2018, 618, 819–828. [Google Scholar] [CrossRef]
  52. Ma, J.; Zhang, R.; Xu, J.; Yu, Z. MERRA-2 PM2.5 mass concentration reconstruction in China mainland based on LightGBM machine learning. Sci. Total Environ. 2022, 827, 154363. [Google Scholar] [CrossRef]
  53. Xu, Q.; Chen, X.; Yang, S.; Tang, L.; Dong, J. Spatiotemporal relationship between Himawari-8 hourly columnar aerosol optical depth (AOD) and ground-level PM2.5 mass concentration in mainland China. Sci. Total Environ. 2021, 765, 144241. [Google Scholar] [CrossRef]
  54. Rodríguez, J.; Pérez, A.; Lozano, J.A. Sensitivity Analysis of k-Fold Cross Validation in Prediction Error Estimation. IEEE Trans. Pattern Anal. Mach. Intell. 2010, 32, 569–575. [Google Scholar] [CrossRef]
  55. Just, A.C.; Arfer, K.B.; Rush, J.; Dorman, M.; Kloog, I. Advancing methodologies for applying machine learning and evaluating spatiotemporal models of fine particulate matter (PM2.5) using satellite data over large regions. Atmos. Environ. 2020, 239, 117649. [Google Scholar] [CrossRef] [PubMed]
  56. Ziyue, C.; Xiaoming, X.; Jun, C.; Danlu, C.; Bingbo, G.; Bin, H.; Nianliang, C.; Bing, X. Understanding meteorological influences on PM2.5 concentrations across China: A temporal and spatial perspective. Atmos. Chem. Phys. Discuss. 2018, 18, 5343–5358. [Google Scholar]
  57. Sun, J.; Gong, J.; Zhou, J. Estimating hourly PM2.5 concentrations in Beijing with satellite aerosol optical depth and a random forest approach. Sci. Total Environ. 2020, 762, 144502. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Geographical location of the study area and distribution map of P M 2.5 monitoring sites.
Figure 1. Geographical location of the study area and distribution map of P M 2.5 monitoring sites.
Atmosphere 15 00384 g001
Figure 2. Schematic diagram of the spatial–temporal correlation of P M 2.5 ground monitoring stations.
Figure 2. Schematic diagram of the spatial–temporal correlation of P M 2.5 ground monitoring stations.
Atmosphere 15 00384 g002
Figure 3. Attention mechanism-based random forest model for P M 2.5 concentration estimation.
Figure 3. Attention mechanism-based random forest model for P M 2.5 concentration estimation.
Atmosphere 15 00384 g003
Figure 4. Histograms and descriptive statistics (minimum, maximum, mean, and standard deviation) of P M 2.5 concentrations and the associated variables.
Figure 4. Histograms and descriptive statistics (minimum, maximum, mean, and standard deviation) of P M 2.5 concentrations and the associated variables.
Atmosphere 15 00384 g004
Figure 5. The results of bivariate correlation analysis between P M 2.5 concentrations and other associated variables.
Figure 5. The results of bivariate correlation analysis between P M 2.5 concentrations and other associated variables.
Atmosphere 15 00384 g005
Figure 6. Feature importance comparison of input variables in P M 2.5 concentrations estimation model. (a) RF model. (b) STAttenRF model.
Figure 6. Feature importance comparison of input variables in P M 2.5 concentrations estimation model. (a) RF model. (b) STAttenRF model.
Atmosphere 15 00384 g006
Figure 7. Comparison results of ground-based validation of Himawari (a) satellite retrievals and (b) model assimilation of AOD data.
Figure 7. Comparison results of ground-based validation of Himawari (a) satellite retrievals and (b) model assimilation of AOD data.
Atmosphere 15 00384 g007
Figure 8. Spatial distribution of seasonal averaged P M 2.5 concentrations in 2017.
Figure 8. Spatial distribution of seasonal averaged P M 2.5 concentrations in 2017.
Atmosphere 15 00384 g008
Figure 9. Density scatterplots of cross-validation correlation between estimated hourly P M 2.5 concentrations and ground measurements in 2017.
Figure 9. Density scatterplots of cross-validation correlation between estimated hourly P M 2.5 concentrations and ground measurements in 2017.
Atmosphere 15 00384 g009
Figure 10. Spatial distribution of averaged P M 2.5 concentrations at different hours (08:00 to 17:00 local time) during 2017.
Figure 10. Spatial distribution of averaged P M 2.5 concentrations at different hours (08:00 to 17:00 local time) during 2017.
Atmosphere 15 00384 g010
Table 1. Summary of the dataset.
Table 1. Summary of the dataset.
TypeAbbreviationContentSpatial ResolutionTemporal ResolutionSource
P M 2.5 P M 2.5 P M 2.5 sitehourlyCNEMC
AODH-AODHimawari AOD5 kmhourlyJAXA
M-AODHimawari model AOD5 kmhourlyJAXA
MeteorologicalTEM2 m air temperature0.1° × 0.1°hourlyECMWF
UW10 m u-component of wind0.1° × 0.1°hourlyECMWF
VW10 m v-component of wind0.1° × 0.1°hourlyECMWF
PRETotal precipitation0.1° × 0.1°hourlyECMWF
SPSurface pressure0.1° × 0.1°hourlyECMWF
BLHBoundary layer height0.25° × 0.25°hourlyECMWF
RHRelative humidity0.25° × 0.25°hourlyECMWF
Land-relatedNDVINDVI1 km16-dayMYD13A2
DEMDEM90 m-SRTM
LULCLULC500 mannuallyMCD12Q1
Table 2. Comparison of performance with other methods.
Table 2. Comparison of performance with other methods.
MethodsResolution R 2 RMSEMAESource AODPeriodRegionReference
LME10 km, daily0.7926.74-MODIS2015ChinaMa et al. (2016) [27]
GWR10 km, daily0.6432.9821.25MODIS2013ChinaMa et al. (2014) [14]
GTWR3 km, daily0.8018.0012.03MODIS2015ChinaHe et al. (2018) [28]
Geo-DBN10 km, daily0.8813.038.54MODIS2015ChinaLi et al. (2017) [37]
DNN1 km, hourly0.8419.9011.89Himawari2017BTHSun et al. (2019)
Two-stage1 km, daily0.8511.02-MODIS, Himawari201804–201902ChinaJiang et al. (2021) [26]
STRF1 km, daily0.8515.579.77MODIS MAIAC2015–2016ChinaWei et al. (2019) [19]
STET1 km, daily0.8910.356.71MODIS MAIAC2017–2018ChinaWei et al. (2020)
STLG5 km, hourly0.8513.098.11Himawari2018ChinaWei et al. (2021)[22]
XGBoost5 km, hourly0.8418.1011.40Himawari2016Central and Eastern ChinaChen et al. (2019) [38]
RF1 km, hourly0.8125.5115.91Himawari2017BTHThis study
STAttenRF1 km, hourly0.8918.3111.17Himawari2017BTHThis study
Table 3. Comparison of experimental results of P M 2.5 estimation with different AOD data.
Table 3. Comparison of experimental results of P M 2.5 estimation with different AOD data.
DataMethodModel FittingModel Validation
R 2 RMSEMAE R 2 RMSEMAE
H-AODRF0.9729.455.460.81225.5115.91
STAttenRF0.9837.564.510.88718.3111.17
M-AODRF0.9739.945.660.80527.8615.35
STAttenRF0.9857.474.340.87420.6812.87
Mix-AODRF0.96810.185.960.79328.2017.02
STAttenRF0.9817.634.540.86122.4313.66
Table 4. Cross-validation of estimated and measured average P M 2.5 at different hours.
Table 4. Cross-validation of estimated and measured average P M 2.5 at different hours.
TimeSamples R 2 RMSEMAESlopeEstimatedMeasured
08:0030990.81716.3210.520.7250.2 ± 27.849.3 ± 34.7
09:0047390.82017.1311.240.7652.3 ± 32.949.8 ± 39.2
10:0069310.85522.1912.110.7857.4 ± 50.255.6 ± 59.4
11:0072440.88120.6111.810.8355.1 ± 51.753.2 ± 58.6
12:0071880.88419.4610.820.8551.3 ± 51.149.8 ± 56.6
13:0069530.90218.019.870.8650.0 ± 51.749.7 ± 57.0
14:0068480.89119.0210.540.8549.4 ± 51.050.6 ± 56.9
15:0065500.90318.8411.010.8449.1 ± 52.252.2 ± 58.7
16:0045000.87818.7610.830.8044.6 ± 44.649.3 ± 51.2
17:0028140.74516.4910.680.6936.3 ± 22.341.9 ± 30.2
ALL56,8660.87318.6011.920.8350.7 ± 48.150.9 ± 54.6
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Zhang, L.; Li, Z.; Guang, J.; Xie, Y.; Shi, Z.; Gu, H.; Zheng, Y. Improving the Estimation of PM2.5 Concentration in the North China Area by Introducing an Attention Mechanism into Random Forest. Atmosphere 2024, 15, 384. https://doi.org/10.3390/atmos15030384

AMA Style

Zhang L, Li Z, Guang J, Xie Y, Shi Z, Gu H, Zheng Y. Improving the Estimation of PM2.5 Concentration in the North China Area by Introducing an Attention Mechanism into Random Forest. Atmosphere. 2024; 15(3):384. https://doi.org/10.3390/atmos15030384

Chicago/Turabian Style

Zhang, Luo, Zhengqiang Li, Jie Guang, Yisong Xie, Zheng Shi, Haoran Gu, and Yang Zheng. 2024. "Improving the Estimation of PM2.5 Concentration in the North China Area by Introducing an Attention Mechanism into Random Forest" Atmosphere 15, no. 3: 384. https://doi.org/10.3390/atmos15030384

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