Background: Accurate estimation of historical PM2:5 (particle matter with an aerodynamic diameter of less than 2:5 l m) is critical and essential for environmental health risk assessment.
Objectives: The aim of this study was to develop a multiple-level stacked ensemble machine learning framework for improving the estimation of the daily ground-level PM2:5 concentrations.
Methods: An innovative deep ensemble machine learning framework (DEML) was developed to estimate the daily PM2:5 concentrations. The framework has a three-stage structure: At the first stage, four base models [gradient boosting machine (GBM), support vector machine (SVM), random for-est (RF), and eXtreme gradient boosting (XGBoost)] were used to generate a new data set of PM2:5 concentrations for training the next-stage learners. At the second stage, three meta-models [RF, XGBoost, and Generalized Linear Model (GLM)] were used to estimate PM2:5 concentrations using a combination of the original data set and the predictions from the first-stage models. At the third stage, a nonnegative least squares (NNLS) algorithm was employed to obtain the optimal weights for PM2:5 estimation. We took the data from 133 monitoring stations in Italy as an example to implement the DEML to predict daily PM2:5 at each 1 km × 1 km grid cell from 2015 to 2019 across Italy. We evaluated the model performance by performing 10-fold cross-validation (CV) and compared it with five benchmark algorithms [GBM, SVM, RF, XGBoost, and Super Learner (SL)].
Results: The results revealed that the PM2:5 prediction performance of DEML [coefficients of determination (R2) = 0:87 and root mean square error (RMSE) =5:38 lg=m3] was superior to any benchmark models (with R2 of 0.51, 0.76, 0.83, 0.70, and 0.83 for GBM, SVM, RF, XGBoost, and SL approach, respectively). DEML displayed reliable performance in capturing the spatiotemporal variations of PM2:5 in Italy.
Discussion: The proposed DEML framework achieved an outstanding performance in PM2:5 estimation, which could be used as a tool for more accurate environmental exposure assessment. https://doi.org/10.1289/EHP9752
Introduction
Both short-term and long-term exposure to ambient fine particu-late matter (PM) with an aerodynamic diameter of 2:5 lm or less (PM2:5) are related to a broad range of adverse health outcomes, such as cardiovascular and respiratory diseases (Guo et al. 2016; Hoek et al. 2013; Soriano et al. 2020), neurological disorders (Shi et al. 2020), mental disorders (Lu et al. 2020), type 2 diabetes (Liu et al. 2019a), and premature mortality (Liu et al. 2019b; Yu et al. 2020), even at a concentration below the World Health Organization (WHO) air quality guideline (WHO 2021). However, in most regions of the world, the design of air quality monitoring networks tends to give priority to urban areas with a lack of homogeneity at regional and national levels (Alsahli and Al-Harbi 2018; Duyzer et al. 2015). Therefore, it is important to monitor the spatial and temporal changes of PM2:5 concentrations in areas not covered by monitoring stations. Especially in subur-ban and rural areas, monitoring stations are spread sparsely, whereas the levels of air pollution might be different from urban areas due to disparate socioeconomic levels and human activities (Bravo et al. 2017; Zhao et al. 2021).
Over the last few decades, a large body of research has put for-ward efforts to integrate the air quality monitoring networks with air pollution modeling approaches to assess air pollution exposure. Apart from the traditional statistical regression algorithms, like the mixed-effect model (Kloog et al. 2011) and generalized additive model (GAM) (Liu et al. 2009), machine learning methods have been widely used in the PM2:5 estimation because of their ability to achieve a better prediction performance by capturing the nonlinear relationships and complicated interactions between predictors (Chen et al. 2018; Di et al. 2016; Stafoggia et al. 2017).
The ensemble learning technique is a machine learning method that has been increasingly applied in air pollutant estimation (Shtein et al. 2020; Wichard 2006; Zhou 2012). The basic idea of ensemble learning is to establish a prediction model by combining the predictions of multiple base learning algorithms to achieve a better performance than any of the constituent algorithms alone (Requia et al. 2020; Rokach 2010; Zhou 2012). The strategic com-bination of these base learning algorithms can reduce the total ex-posure assessment errors and make it robust to noise (Polikar 2006). Several ensemble models in the estimation of PM2:5 have been developed to achieve a better performance than that of only a single machine learning model (Di et al. 2019; Lyu et al. 2019; Shtein et al. 2020). For example, Shtein et al. used four base models: linear mixed effects model (LME), random forest (RF), eXtreme gradient boosting (XGBoost), and chemical transport models (CTMs) integrated with a GAM combiner to estimate the daily average concentrationsof PM2:5 and particles withan aerody-namic diameter of 10 lm or less (PM10) across Italy, and the results of the ensemble model outperformed any of these four separate base models (Shtein et al. 2020).
The stacked ensemble model is a generalization of the ensemble method, where the first-level learners (called the base models) are used to generate a new data set for training the next-level learner. In contrast to a typical ensemble approach, which involves training a combiner algorithm (called meta-model) to make a final prediction by using all the predictions of the other individual base models as additional inputs (Wolpert 1992), a stacked multilevel ensemble model could boost the models' prediction accuracy by constructing the multiple-level architecture and improving the diversity of the component learners (Young et al. 2018; Zhou 2012).
The super learner (SL) method is a stacked ensemble method proposed by Van der Laan et al. (Van der Laan et al. 2007). This algorithm provides a system of combining many base learners into an improved estimator along with the optimal set of weights for those learners (Davies and Van Der Laan 2016; Polley and Van Der Laan 2010). It estimated the performances of multiple machine learning models by cross-validation (CV), finetuned the hyperparameters of each algorithm, and created an optimal nonnegative weighted average of those models by minimizing a loss function (Naimi and Balzer 2018; Van der Laan et al. 2007; Young et al. 2018). It has been used in many aspects in epidemiology to improve prediction accuracy and avoid overfitting (Naimi and Balzer 2018), including improving high-dimensional propensity score estimation (Ju et al. 2019; Wyss et al. 2018), causal inference (Van der Laan and Rose 2011), and mortality risk assessment (Luque-Fernandez et al. 2018; Pirracchio et al. 2015; Zheng et al. 2018).
In this study, we proposed a novel three-level stacked ensemble model called the Deep Ensemble Machine Learning model (DEML) based on such a theoretically validated SL algorithm to improve the estimation of the concentrations of PM2:5. It can be viewed as an extension of SL by combining the strengths of SL with a diverse hierarchy structure. The DEML technology could be used to evaluate the performance of all constructed individual models simultaneously and generate optimal performance with a combination of these models. This study used Italy as an example to apply the proposed DEML approach to improve the estimation of the daily concentrations of PM2:5 based on local meteorologi-cal factors, satellite data, and land cover data in Italy from 2015 to 2019.
Methods
DEML Framework
The DEML framework proposed in this study is a three-level stacked ensemble approach. It is based on the SL ensemble algo-rithm (Naimi and Balzer 2018; Polley and Van Der Laan 2010; Van der Laan et al. 2007) introduced in the neural network hier-archy structure. Figure 1 illustrates the overall training procedure of our DEML algorithm.
Specifically, the DEML has a three-stage structure. At the first stage, m base machine learning methods are built and trained after the cross-validation is used on the entire training set (with n records). The predictions of m base-learners are collected by bringing each k-fold CV data set together to form the input data of stage 2 (a Z1 matrix with n × m predictions). At the second stage, h meta-learning algorithms are trained simultaneously on the data set combined with the Z1 matrix and the original training data set l with the k-fold CV to form another input data of stage 3 (a Z2 matrix with n × h predictions). At the third stage, a non-negative least squares (NNLS) algorithm is employed in the Z2 matrix to calculate the contribution of each candidate algorithm and find the optimal weights of the meta-learners in DEML. The ultimate predictions were generated by combining the predictions of meta-learners with the estimated optimized weights.
For a typical ensemble model, we have:
where fiðxÞ denotes m different base models; the model weights wi sum to one (Wichard 2006). In this study, we selected four
representative machine learning models (m = 4) as the base learn-ers from different learning schemes to increase the model diver-sity, including the gradient boosting machine (GBM) and XGBoost models from boosting algorithms, support vector machine (SVM) from kernel-based algorithms, and RF from bag-ging algorithms. In our DEML algorithm, the combined outputs (Z1) of four base modelsfi(x) and the original features l were further integrated by stacking with 3 meta-models gj(x) to extend with a cascading hierarchy structure:
where RF, XGBoost, and generalized linear model (GLM) (h = 3) were selected as the meta-learners in the DEML algorithm. We finally used an NNLS optimization algorithm to obtain the optimal weights of meta-learners gj(x) from the combined matrix Z2 as input. Different from the ordinary least squares (OLS), which seek a vector of coefficients W e R to make W = argmin ||y - XWH2, NNLS minimizes the same subject with an additional constraint that each element of w is nonnegative so that it could ensure the weight wj in the ensemble algorithms are nonnegative. The details of SVM, RF, XGBoost, GBM, and GLM machine learning algorithms can be found elsewhere (Alpaydin 2020; Bishop 2006). The hyperparameters of each model in this study were set to their default values (Table S1). All statistical analyses and model establishments were performed using R software (version 3.5.3; R Development Core Team). The newly built R package called "deeper" (Yu and Guo 2021) was used to implement the DEML approach.
Practice Example of the Data from Italy
Study area. Italy is a boot-shaped peninsula located in southern Europe and the Mediterranean with a total area of 301,230km2. Because more than one-third of the Italian territory is mountainous, along with a long coastline, the climate in Italy displays remark-ably varied features (Fratianni and Acquaotta 2017). In most of the inland northern and central regions in Italy, the climate ranges from humid subtropical to humid continental and oceanic climates. There is a Mediterranean climate in most of the coastal and southern areas across Italy, with mild winters and warm and dry summers. At the same time, the higher altitudes tend to be cold, wet, and often snowy in winter and are hot and humid in summer (Beck et al. 2018). The variable climatic characteristics combined with diverse anthropogenic and natural air pollution sources lead to a large spatial and temporal variability of PM2:5 in Italy (Shtein et al. 2020). The Po Valley in northern Italy is one of the most pol-luted areas in Europe. However, the distribution of monitoring stations in Italy is uneven, with more stations in northern Italy and in urban areas. Therefore, it is necessary to capture the spatial and temporal variability of PM2:5 through the DEML framework for air pollution risk assessment in Italy.
Station-based PM data. We extracted daily average station-based concentrations of PM2:5 and PM10 from the Italian National Institute for Environmental Protection and Research (Istituto Superiore per la Protezione e la Ricerca Ambientale 2021). We included data for 133 monitoring stations in the study area for 5 years (from 1 January 2015 to 31 December 2019). The spatial distribution of the monitoring sites is shown in Figure S1 and Figure S2.
Satellite-retrieved aerosol optical depth (AOD) data. AOD is a measure of the extinction of the solar beam by particles like dust, smoke, and pollution in the atmosphere. The daily average AOD data were retrieved from the MCD19A2-V6 data product in the Google Earth Engine (GEE) platform, which is a product by the Moderate Resolution Imaging Spectroradiometer (MODIS) Terra and Aqua combined Multi-angle Implementation of Atmospheric Correction (MAIAC) algorithm (Lyapustin et al. 2018). The daily AOD at 470 nm (blue band) at 1 km × 1 km spatial resolution was used.
Meteorological conditions. The climate data at 0:1°×0:1c spatial resolution were obtained from the E-OBS data set (Haylock et al. 2008), which has accuracy with the root mean square error (RMSE) values of 1:15°Cto2:41°C for temperature and 2:74 mm - 3:63 mm for precipitation when validated against weather station observations (Cornes et al. 2018). We included daily maximum, mean, and minimum ambient temperature (at 2 m above the land surface), total daily precipitation, relative hu-midity, and solar radiation measured at the earth's surface.
Land cover data andpopulation density. The land-use status data at 100 meters spatial resolution in 2018 was obtained from the Copernicus CORINE land cover data set through the GEE platform (Congedo et al. 2016). The digital elevation data with the spatial resolution of 90 m was from the Shuttle Radar Topography Mission (SRTM) project (Jarvis et al. 2008). The an-nual residential population density data at 100 m spatial resolution from 2015 to 2019 was collected from the WorldPop Global Project (Sorichetta et al. 2015). We upscaled the land cover, elevation, and population density data and downscaled the AOD and climate conditions to 1 km × 1 km spatial resolution for further grid cell estimation by the bilinear interpolation resampling approach (Manjunatha and Malini 2018). All the collected data details and sources can be found in Table S2.
Modeling strategy. Overall process. We used the proposed DEML framework with a three-level stacked structure, in which the predictions of four base models (GBM, SVM, RF, and XGBoost) (m = 4), and three second-level models (RF, XGBoost, and GLM) (h = 3) with 10-fold CV (k=10) were concatenated with an NNLS algorithm (the third-level model) to obtain the optimal PM2:5 prediction. Specifically, we first evaluated the proposed DEML to interpolate the missing PM2:5 concentrations using the existed PM10 data in monitor stations. After that, another DEML with the same structure was trained by including all collected meteorological conditions, AOD, land cover, and population density variables (except for PM10) to establish their relationship with the observed and imputed daily PM2:5. Finally, we applied this established DEML model to predict daily PM2:5 at each 1 km × 1 km grid cell from 2015 to 2019 across Italy.
Using DEML to impute missing PM25 by PM10. Based on previous studies (Shtein et al. 2020; Stafoggia et al. 2019) and our initial analysis, there was a high correlation (with a Spearman correlation coefficient of 0.58 in this study) between daily observed PM10 and PM2:5 in the ground stations. Therefore, we used the observed PM10 to estimate the missing PM2:5 concentrations with the proposed DEML approach when PM 10 data were available in monitor stations. Specifically, we used the proposed three-level stacked DEML structure where the daily PM10 concentrations, the coordinate positions of ground stations (latitude and longitude), and the recording date (year, month, day of the week) were included as independent variables (predictors) to estimate the corresponding PM2:5 concentrations in the monitor stations. The DEML model was trained with a 10-fold CV based on 112,604 daily observations from 77 stations where both PM2:5 and PM10 were available. We compared the performance of the DEML model with that of the RF and XGBoost imputation models at the same data set. Finally, a total of 23,003 daily missing PM2:5 (accounting for 6% of the total cases) were imputed by the established DEML model in the stations where the corresponding daily PM10 existed.
Using DEML to predict PM2:5. Because the purpose of this study is to estimate the daily concentrations of PM2:5 in locations without monitoring stations in Italy from 2015 to 2019, we devel-oped the DEML model by establishing the potential association between the observed and imputed PM2:5 and the local meteoro-logical conditions, satellite data, and land cover data to predict daily PM2:5 at every 1 km × 1 km grid cell across Italy. Briefly, our predictors included all collected meteorological variables, land use data, and population density. Other input variables in our study included the latitude and longitude of the monitoring stations; daily, weekly, and monthly dummy variables; and eleva-tion. We tested the performance of DEML in different seasons to investigate the seasonal variation of PM2:5 in Italy. To test the impact of AOD on the model performance, we built the DEML models with and without AOD separately to compare the contri-bution of AOD to daily PM2:5 estimation in our study. The loss of RMSE was selected to measure how much a model's performance would change if the effect of AOD were removed (Biecek and Burzykowski 2021). We selected 10 permutations to repeat the process 10 times to compute the mean values of RMSE loss using the DALEX R package (Biecek 2018). The RF and XGBoost models were selected to calculate the variable impor-tance separately. We deleted all missing values cases in the input predictors instead of filling them with certain spatial interpolation technologies like the inverse distance weight interpolation or kriging interpolation methods (Li and Heap 2014) to reduce the uncertainties of interpolation for models. The extreme value of AOD and PM2:5 above 500 and 100 lg=m3 separately were dropped out. A total of 202,001 records were included in the DEML model establishment to predict the concentrations of PM2:5 across Italy.
Assessment of model performance. We evaluated the model performance of PM2:5 estimation by the hold-out method and 10-fold CV to prevent overfitting. Specifically, we randomly selected 10% of the whole data set as the unseen independent testing data set to compare models and get unbiased estimations. Then, the remaining data were randomly split into 10 equally sized subsets to conduct the 10-fold CV to obtain the best model performance and weights. For each training process, 90% of data were randomly selected to train the base models as well as the meta-models with the same uniform separations, and the remain-ing data were used to validate the model performance and deter-mine the optimal super parameters. The process would be repeated 10 times, and the average of the 10 estimates was used to assess the quality of the models. Because the ground PM2:5 stations in Italy were spatially highly imbalanced, where most of the stations were located in northern and central Italy and few stations in southern Italy and the island of Sardinia, we introduced a dissimilarity index (DI) (Meyer and Pebesma 2021) to measure the dissimilarity and uncertainties of new spatial prediction loca-tions (that were not covered with stations) with those in the ground stations. The DI is the normalized and weighted minimum distance to the nearest training data point divided by the average distance within the training data (Meyer and Pebesma 2021). We randomly selected one specific day in our study period and esti-mated the relative variable importance as the variable weights by RF to investigate the DI on a specific day in Italy (Figure S3). We validated the potential spatial and temporal overfitting by conducting the spatial CV and temporal CV separately. For the spatial CV, we randomly selected 5% of monitor stations as a testing data set to examine the spatial generalization ability. Furthermore, we conducted a cluster-based spatial CV region to test the spatial variations in the region not covered by the ground monitors (Xue et al. 2020). The observations from all ground monitors in the same region were simultaneously selected as the testing data, and 7 out of 20 Italian regions were involved in the study (Figure S2). With regard to the temporal CV, we selected the last 7 d of each year to test the temporal forecasting ability of the DEML model.
To verify the performance of the proposed DEML approach, a series of benchmark models were implemented for comparison, including GBM, SVM, RF, XGBoost, and an SL model, which was composed of the above four machine learning methods with an optimal nonnegative weight using NNLS. All models were in-dependently trained with the same training data set, and the fitness of models was then tested with the same unseen independent testing observations. The performance of models was assessed by two performance indices: RMSE and coefficients of determina-tion (R2).
Results
The basic statistics of the daily mean PM2:5 concentrations at 133 monitor stations across Italy in the period 2015-2019 are pre-sented in Table 1. In general, the annual average concentrations of PM2:5 in the period 2015-2019 ranged from 17:25 lg=m3 to 24:38 lg=m3, whereas the concentrations in summer tended to be lower than in other seasons (Table S3). For the PM2:5 imputation results, our DEML approach achieved a 10-fold CV R2 of 0.91 and RMSE of 4:55 lg=m3, which was better than the benchmark RF and XGBoost models, which had a 10-fold CV R2 of 0.88 and 0.71, respectively (Figure S4).
In terms of the PM2:5 estimation, the overall PM2:5 model performances of DEML and five benchmark models in Italy are pre-sented in Table 2. In summary, our DEML algorithm exhibited higher performance in estimating PM2:5 (with an R2 = 0:87 and RMSE =5:38 lg=m3) than any of the competitors. The performance of the ensemble SL model and RF were achieved with an R2 = 0:83, RMSE= 6:23 lg=m3, which were followed by the performance of SVM and XGBoost models (with an R2 = 0:76 and 0.70, respectively). The PM2:5 distribution estimated by DEML had a stronger correlation with the observed values than other benchmark models, with a Spearman's rank correlation of 0.91 (Table S4). The performance of our DEML algorithm in different years in Italy was stable, with R2 ranging from 0.87 to 0.89 (Table 2).
We also evaluated the performance of our DEML model in different seasons in the study period. As shown in Figure 2, the DEML model appeared to perform well in different seasons with an R2 above 0.81 except for in summer (R2 = 0:70).
We conducted the spatial and temporal cross-validation test to evaluate the spatiotemporal variations and reliability of the DEML. Table 3 displays the results of spatial and temporal cross-validation for each model. The results of the spatial and cluster-based spatial CV R2 in DEML were 0.90 and 0.79, respectively. The temporal CV results presented the fitness of the DEML algorithm in PM2:5 estimation with the temporal CV R2 of 0.96. We also calculated the adjusted R2 at each monitoring station in the study area with a range of 0.61 to 0.97 (Figure S1). The DEML model obtained a high adjusted R2 in the northern plain, where the concentrations of PM2:5 tended to be high, whereas it gained a slightly low adjusted R2 at higher altitudes around the Apennine mountains (Figure S1). The DI distribution indicated that most of the predicted regions in Italy had a DI value lower than one, which means that the spatial differ-ence tothe nearest station point was smaller than the average dissim-ilarity of all station data (Figure S3).
The estimated annual average concentrations of PM2:5 for each year from 2015 to 2019 at 1 km×1 km spatial resolution in Italy is shown in Figure 3. The highest level of observed PM2:5 was present in the valley of the Po Valley in northern Italy, whereas the lower concentrations of PM2:5 were observed in the central and southern regions in Italy. A similar distribution of the annual average concentrations of PM2:5 in study years was found in Italy, even though 2019 witnessed a slight decrease in PM2:5 concentrations.
The comparison results for AOD and non-AOD DEML models are shown in Figure 4. With the same data in both DEML models, there was a similar performance for both AOD and non-AOD models with an R2 of 0.85. We tested the importance of the AOD in the PM2:5 prediction with RF and XGBoost models, and the results showed that the loss of RMSE was 7:7 lg=m3 and 9:3 lg=m3 when AOD was removed from the models, which ranked the seventh and third most important explanatory variables for RF and XGBoost model, respectively (Figure S5).
Discussion
A novel three-level DEML was developed in this study to estimate the daily concentrations of PM2:5 in Italy, in which four base models GBM, SVM, RF, and XGBoost, and three second-level models (RF, XGBoost, and GLM) were constructed with an NNLS algo-rithm (the third-level model) to obtain the optimal weights for pre-diction. Our DEML model showed better performance (with R2 = 0:87, RMSE= 5:38) than many previous methodologies, such as the traditional data-fusion model (Friberg et al. 2016), machine learning methods (Chen et al. 2019a; Nordio et al. 2013; Stafoggia et al. 2017, 2019), and some ensemble learning algo-rithms (Gariazzo et al. 2020; Shtein et al. 2020). The performance of DEML in cluster CV also showed a meaningful improvement in comparison with SL model (R2 of 0.79 VS. 0.50), indicating that the spatial prediction ability of DEML is better than any base models. The DEML model displayed reliable promising performance in PM2:5 imputation by PM10 and was able to capture above 90% of the spatial and temporal variability of PM2:5, especially in the Po Valley in northern Italy, which is one of Europe's most polluted areas, with severe PM2:5 air pollution (Khomenko et al. 2021).
Even though a growing body of ensemble learning models have been reported to estimate the concentrations of air pollutants (Di et al. 2019; Li et al. 2017; Lyu et al. 2019; Shtein et al. 2020; Xiao et al. 2018; Zhai and Chen 2018), few studies have used a multilevel stacked ensemble approach to estimate the daily con-centrations of PM2:5. Di et al. integrated neural networks, RF, and XGBoost algorithms with a two-stage model to estimate PM2:5 across the United States in the period 2005-2015 and reached an R2 of 0.86 for daily PM2:5 (Di et al. 2019). Shtein et al. used an ensemble modeling approach by combining LME, RF, XGBoost, and CTMs with a geographically weighted GAM to estimate the daily average concentrations of PM2:5 and PM10 in Italy from 2013 to 2015 and achieved an R2 from 0.79 to 0.81 (Shtein et al. 2020). In the current study, we found that the performance of the DEML model was comparable to these previous studies by training with a three-level stacked ensemble model in daily PM2:5 prediction with an R2 of 0.87. The DEML approach, like the structure of artificial neural networks, consists of layer-by-layer processing of features with a cascading hierarchy structure, in which the PM2:5 prediction results processed by four base models are fed to the following three meta-models for further processing. The hierarchical architecture of DEML could enrich the diversity of component learners so that the diverse decision boundaries of the estimators are able to complement each other (Polikar 2012). For example, our constructed learners include boosting (e.g., GBM and XGBoost), bagging (e.g., RF), kernel-based algorithms (e.g., SVM), and regression-based approaches (e.g., GLM). These disparate but complementary algorithms in DEML could produce estimation errors on different instances and make PM2:5 prediction contributions varying by locations and concentrations (Zhou 2012). The strategy in our ensemble learning system is, therefore, able to effectively combine several outputs of meta-models to improve the performance of PM2:5 estimation.
Consistent with previous ensemble studies (Bai et al. 2019; Di et al. 2019; Lyu et al. 2019; Xiao et al. 2018), our DEML results indicate that hybrid or stacked ensemble models could achieve a better PM2:5 prediction performance than a single machine learn-ing model. Much compelling evidence suggests that ensemble models could yield better prediction results when they constitute diverse models (Chandra and Yao 2006; Kuncheva and Whitaker 2003). Like many ensemble models, the disparate models in our DEML could capture the features of complex relationships and spatiotemporal variations between PM2:5 and predictors to improve the model performance. For example, the association between temperature and PM2:5 tends to be highly nonlinear with complex interactions (Wang et al. 2016). The component nonpara-metric models in the DEML have the ability to learn complex, non-linear relationships when given enough data (Chen et al. 2018). Therefore, the advanced combination of several diverse machine learning models in the DEML could present the spatiotemporal variation in PM2:5 concentration estimation.
Our DEML technique is an extension of the ensemble SL method, which is an ensemble algorithm increasingly used in epi-demiology to improve prediction accuracy and avoid overfitting (Naimi and Balzer 2018). The general SL algorithm involves a two-level ensemble structure using k-fold cross-validation to build the optimal combination of predictions from a library of candidate learners. Compared with SL, the DEML method was constructed with a stacked three-level model structure with an optimal combination of several meta-models and achieved a bet-ter PM2:5 estimation performance than SL (with an R2 of 0.87 vs. 0.83). Stacking multiple SL models in a hierarchical structure has been proposed previously. Steven Young used a deep super learner (DSL) approach in 2018 by repeating the SL process in a hierarchical structure and achieved accurate results (Young et al. 2018). In the study case, we found that the three-level stacked model can obtain a stable performance in PM2:5 estimation.
Our DEML algorithm inherited several key advantages of ensemble SL. First, the DEML relies on the cross-validation to avoid overfitting. In the DEML, both raw input data and subsequent mid-outputs (Z1 matrix) were processed with the k-fold cross-validation analysis todetect the overfitting and selection bias. Another significant advantage of the proposed DEML is its adaptive model selec-tion and asymptotical optimality. Learning from SL (Polley and Van Der Laan 2010), the constituted machine learning algorithms in DEML would be trained simultaneously on the same data set, and the underperformed models will be discarded with a weight of zero. For example, three meta-models (RF, XGBoost, and GLM) in the study were trained independently at the second stage, and the contribution of the GLM algorithm was dropped out with a weight of zero in the final DEML results because of its underperformance. In addition, we used the NNLS algorithm to obtain the optimal combination of a collection of the individual models in DEML. In contrast to GLM (Lyu et al. 2019) and GAM model (Di et al. 2019;
Shtein et al. 2020), in which negative contribution may appear in a component model, NNLS could ensure that a nonnegative weight with a minimal loss function can be obtained. The nonnegativity constraint was crucial to guarantee the performance of the DEML model to be better than its constructed single best learner (Zhou 2012) and asymptotically outperform any of its competitors (Polley and Van Der Laan 2010). It is also reasonable to weigh the individual models with a positive coefficient to assess their contri-butions and importance in air pollution estimation. Therefore, the DEML methodology could evaluate the performance of all con-structed models simultaneously and automatically select an opti-mal integration of a collection of candidate models to reduce the errors dueto empirical experience.
Several previous studies (Shtein et al. 2020; Stafoggia et al. 2019) used co-located PM10 as the main predictor to fill the missing PM2:5 concentrations based on their high correlation. For example, an RF model was applied for PM2:5 imputation from the corresponding available PM10 in stations across Italy, in which it achieved a CV R2 of 0.87-0.90 for different years in 2013-2015 (Shtein et al. 2020). The performance of our bench-mark model, RF, was in line with this previous study with a CV R2 of 0.88 in the study period, whereas the accuracy of our DEML imputation was slightly higher than that of RF, with a CV R2 of 0.91. Therefore, our DEML could be used as an interpola-tion technique to deal with missing PM2:5 data. It was noteworthy
that the correlation between the PM10 and PM2:5 may vary in different meteorological conditions (Munir et al. 2017) and certain transient air pollution events like dust storms and bushfire events (Pereira et al. 2017), which might inflate the variations of DEML estimations in the scenario of PM2:5 imputation by PM10.
Satellite retrieved AOD has been widely used as a predictor in the estimation of the spatio-temporal distribution of PM2:5 (Chen et al. 2019b; Van Donkelaar et al. 2006). However, the large pro-portion of AOD missing values due to the cloud coverage, water, and snow glint reflectance has become one of the challenges in the application of PM estimation (Di et al. 2019). Additionally, the relationship between AOD and PM2:5 concentrations could be affected by many factors, such as meteorological conditions, air pollutants' spatiotemporal distribution, the decomposition of aero-sol types, and different structures in algorithms (Kumar 2010). Several recent studies indicate a disparate contribution of satellite-based AOD on PM prediction in different regions (Chen et al. 2021; Meng et al. 2016; Munir et al. 2017; Pereira et al. 2017). For example, Chen et al. indicated a similar performance by comparing AOD and non-AOD RF models in China. One possible explanation for the limited contribution of AOD in the RF model is that certain predictors such as meteorological variables could explain most of the spatial and temporal variation and the relationship between PM2:5 and AOD (Chen et al. 2021). Our study in Italy also revealed a result that is consistent with that previous study by using DEML with and without AOD as one of the predictors. Because RF is an integral part of our DEML model, our algorithm could leverage some advantages from RF and achieved a similar performance in PM2:5 prediction without AOD in the model. However, such find-ings should be interpreted with caution because of the potential uncertainties involved. For example, only the nonmissing values of the satellite AOD had been taken into consideration in the AOD and non-AOD DEML models. Such cloud-free sampling may induce biases in the association with PM2:5 (Li et al. 2015).
The DEML algorithm framework can be used in many other domains or other exposure estimation tasks. Because this approach could combine the advantages ofeach diverse individual learner and adaptively select their combination to produce one optimal predic-tive model, users can freely adjust the architecture of the DEML framework based on different prediction tasks both for regression and classification to boost the diversity of ensemble model, such as selecting different algorithmsor setting different hyperparameters in the same algorithm. Therefore, this DEML framework could mini-mize the extent of the empirical model selection and parametric assumptions by automatically providing an optimal set of weights for the combination of algorithms to improve the estimation of any environmental exposure orother prediction scenarios.
Several limitations of the DEML approach in the implementa-tion of PM2:5 estimation warrant a brief discussion. Although the DEML algorithm showed promising results, we acknowledge that the model performance was biased in some scenarios in Italy with daily average PM2:5 concentration above the 95th percentile in this study and in the places that present higher spatial dissimilarity and uncertainties than the average dissimilarity of ground stations. For example, predictions in southern Italy may be less reliable because of fewer monitoring sites and high spatial variability. Additionally, the heteroscedasticity (Gelfand 2015; Rosopa et al. 2013) in PM2:5 missing value interpolation should be mentioned. That is to say, the estimation variance increased as the PM2:5 observation increased in the range above 50 lg=m3 in this study (Figure S4). The biased pre-diction was expected because of the high variations in the retrieved PM10 and PM2:5 concentrations, especially in a certain season like summer when variable atmospheric conditions (Fratianni and Acquaotta 2017) and certain transient air pollution events such as Saharan dust appear frequently in Italy (Mallone et al. 2011). Logarithmic transformations for the depend variable and quantile-based probabilistic models could be applied in the correction of the heteroscedasticity (O'Sullivan et al. 2016; Tofallis 2009; Vasseur and Aznarte 2021). Furthermore, our DEML could not directly deal with missing values. Even though our approach can be regarded as a potential imputation method, using improved missing value imputa-tion technologies is recommended prior to the use of the DEML model. Finally, the specific sources and chemical profile of PM2:5 are not available in this study. The implementation of the DEML in other scenarios with various toxicities of PM2:5 chemical compo-nents is worth further investigation.
In this study, we proposed a novel multiple-level DEML by integrating GBM, SVM, RF, and XGBoost with three meta-models (RF, XGBoost, and GLM) to estimate the daily PM2:5 concentrations from 2015 to 2019 in Italy. Benchmarking analy-sis showed that our model performance is superior to any con-structed individual machine learning methods and the SL approach. Our results exhibited that the combination of multiple-level models could improve prediction accuracy. This powerful ensemble learning framework will likely shed more light on the advantage of the ensemble approach in estimating air pollutants and can be regarded as an important extension for SL. It is worth exploring our DEML with other machine learning methods in other realistic scenarios.
Acknowledgments
The authors thank F. Li from the Peter Doherty Institute for Infection and Immunity, University of Melbourne, and M. Liu from Department of Civil Engineering, Monash University for assistance in proofreading the manuscript and drawing Figures.
This study was supported by Australian Research Council (DP210102076) and Australian National Health and Medical Research Council (NHMRC, APP2000581). Y.G. is supported by NHMRC Career Development Fellowship (APP1163693) and Leader Fellowship (APP2008813). S.L. is supported by an NHMRC Emerging Leader Fellowship (APP2009866). W.Y. was supported by a Monash Graduate Scholarship, a Monash International Tuition Scholarship, and the CAR PhD Top-up Scholarship. R.X. and T.Y. were supported by China Scholarship Council (201806010405 and 201906320051).
References
Alpaydin E. 2020. Introduction to Machine Learning. Cambridge, MA: MIT Press.
Alsahli MM, Al-Harbi M. 2018. Allocating optimum sites for air quality monitoring stations using GIS suitability analysis. Urban Clim 24:875-886, https://doi.org/10. 1016/j.uclim.2017.11.001.
Bai Y, Zeng B, Li C, Zhang J. 2019. An ensemble long short-term memory neural network for hourly PM2.5 concentration forecasting. Chemosphere 222:286- 294, PMID: 30708163, https://doi.org/10.1016/j.chemosphere.2019.01.121.
Beck HE, Zimmermann NE, McVicar TR, Vergopolan N, Berg A, Wood EF. 2018. Present and future Köppen-Geiger climate classification maps at 1-km resolution. Sci Data 5(1):180214, PMID: 30375988, https://doi.org/10.1038/sdata.2018.214.
Biecek P. 2018. DALEX: explainers for complex predictive models in R. J Mach Learn Res 19:3245-3249.
Biecek P, Burzykowski T. 2021. Explanatory Model Analysis: Explore, Explain, and Examine Predictive Models. Boca Raton, FL: CRC Press.
Bishop CM. 2006. Pattern Recognition and Machine Learning. New York, NY: Springer.
Bravo MA, Ebisu K, Dominici F, Wang Y, Peng RD, Bell ML. 2017. Airborne fine par-ticles and risk of hospital admissions for understudied populations: effects by urbanicity and short-term cumulative exposures in 708 US counties. Environ Health Perspect 125(4):594-601, PMID: 27649448, https://doi.org/10.1289/EHP257.
Chandra A, Yao X. 2006. Evolving hybrid ensembles of learning machines for better generalisation. Neurocomputing 69(7-9):686-700, https://doi.org/10.1016/j.neucom. 2005.12.014.
ChenJ,deHooghK,GulliverJ,HoffmannB,HertelO,KetzelM,etal. 2019a.Acompari-son of linear regression, regularization, and machine learning algorithms to de-velop Europe-wide spatial models of fine particles and nitrogen dioxide. Environ Int 130:104934, PMID: 31229871, https://doi.org/10.1016/j.envint.2019.104934.
Chen G, Li S, Knibbs LD, Hamm NA, Cao W, Li T, et al. 2018. A machine learning method to estimate PM2.5 concentrations across China with remote sensing, meteorological and land use information. Sci Total Environ 636:52-60, PMID: 29702402, https://doi.org/10.1016/j.scitotenv.2018.04.251.
Chen G, Li Y, Zhou Y, Shi C, Guo Y, Liu Y. 2021. The comparison of AOD-based and non-AOD prediction models for daily PM2.5 estimation in Guangdong province, China with poor AOD coverage. Environ Res 195:110735, PMID: 33460631, https://doi.org/10.1016/j.envres.2021.110735.
Chen Z-Y, Zhang T-H, Zhang R, Zhu Z-M, Yang J, Chen P-Y, et al. 2019b. Extreme gradient boosting model to estimate PM2.5 concentrations with missing-filled satellite data in China. Atmos Environ 202:180-189, https://doi.org/10.1016/j. atmosenv.2019.01.027.
Congedo L, Sallustio L, Munafò M, Ottaviano M, Tonti D, Marchetti M. 2016. Copernicus high-resolution layers for land cover classification in Italy. J Maps 12(5):1195-1205, https://doi.org/10.1080/17445647.2016.1145151.
Cornes RC, van der Schrier G, van den Besselaar EJ, Jones PD. 2018. An ensemble version of the E-OBS temperature and precipitation data sets. J Geophys Res Atmos 123(17):9391-9409, https://doi.org/10.1029/2017JD028200.
Davies MM, Van Der Laan MJ. 2016. Optimal spatial prediction using ensemble machine learning. Int J Biostat 12(1):179-201, PMID: 27130244, https://doi.org/ 10.1515/ijb-2014-0060.
Di Q, Amini H, Shi L, Kloog I, Silvern R, Kelly J, et al. 2019. An ensemble-based model of PM2.5 concentration across the contiguous United States with high spatio-temporal resolution. Environ Int 130:104909, PMID: 31272018, https://doi.org/10. 1016/j.envint.2019.104909.
Di Q, Kloog I, Koutrakis P, Lyapustin A, Wang Y, Schwartz J. 2016. Assessing PM2.5 exposures with high spatiotemporal resolution across the continental United States. Environ Sci Technol 50(9):4712-4721, PMID: 27023334, https://doi.org/ 10.1021/acs.est.5b06121.
Duyzer J, van den Hout D, Zandveld P, van Ratingen S. 2015. Representativeness of air quality monitoring networks. Atmos Environ 104:88-101, https://doi.org/10. 1016/j.atmosenv.2014.12.067.
Fratianni S, Acquaotta F. 2017. The climate of Italy. In: Landscapes and Landforms of Italy. Cham, Switzerland: Springer, 29-38.
Friberg MD, Zhai X, Holmes HA, Chang HH, Strickland MJ, Sarnat SE, et al. 2016. Method for fusing observational data and chemical transport model simula-tions to estimate spatiotemporally resolved ambient air pollution. Environ Sci Technol 50(7):3695-3705, PMID: 26923334, https://doi.org/10.1021/acs.est.5b05134.
Gariazzo C, Carlino G, Silibello C, Renzi M, Finardi S, Pepe N, et al. 2020. A multi-city air pollution population exposure study: combined use of chemical-transport and random-forest models with dynamic population data. Sci Total Environ 724:138102, PMID: 32268284, https://doi.org/10.1016/j.scitotenv.2020.138102.
Gelfand SJ. 2015. Understanding the Impact of Heteroscedasticity on the Predictive Ability of Modern Regression Methods. Simon Fraser University. http://summit. sfu.ca/system/files/iritems1/15679/etd9153_SGelfand.pdf [accessed 19 March 2020].
Guo Y, Zeng H, Zheng R, Li S, Barnett AG, Zhang S, et al. 2016. The association between lung cancer incidence and ambient air pollution in China: a spatio-temporal analysis. Environ Res 144(Part A):60-65, PMID: 26562043, https://doi.org/ 10.1016/j.envres.2015.11.004.
Haylock M, Hofstra N, Klein Tank A, Klok E, Jones P, New M. 2008. A European daily high-resolution gridded data set of surface temperature and precipitation for 1950-2006. J Geophys Res Atmos 113(D20):D20119, https://doi.org/10.1029/ 2008JD010201.
Hoek G, Krishnan RM, Beelen R, Peters A, Ostro B, Brunekreef B, et al. 2013. Longterm air pollution exposure and cardio-respiratory mortality: a review. Environ Health 12(1):43, PMID: 23714370, https://doi.org/10.1186/1476-069X-12-43.
Istituto Superiore per la Protezione e la Ricerca Ambientale. 2021. Data and indicators. https://www.isprambiente.gov.it/en/databases [accessed 20 February 2020].
Jarvis A, Reuter HI, Nelson A, Guevara E. 2008. Hole-filled SRTM for the globe: version 4. http://srtm.csi.cgiar.org [accessed 5 January 2020].
Ju C, Combs M, Lendle SD, Franklin JM, Wyss R, Schneeweiss S, et al. 2019. Propensity score prediction for electronic healthcare databases using super learner and high-dimensional propensity score methods. J Appl Stat 46(12):2216- 2236, PMID: 32843815, https://doi.org/10.1080/02664763.2019.1582614.
Khomenko S, Cirach M, Pereira-Barboza E, Mueller N, Barrera-Gómez J, Rojas-Rueda D, et al. 2021. Premature mortality due to air pollution in European cities: a health impact assessment. Lancet Planet Health 5(3):E121-E134, PMID: 33482109, https://doi.org/10.1016/S2542-5196(20)30272-2.
Kloog I, Koutrakis P, Coull BA, Lee HJ, Schwartz J. 2011. Assessing temporally and spatially resolved PM2.5 exposures for epidemiological studies using satellite aerosol optical depth measurements. Atmos Environ 45(35):6267-6275, https://doi.org/10.1016/j.atmosenv.2011.08.066.
Kumar N. 2010. What can affect AOD-PM(2.5) association? Environ Health Perspect 118(3): A109-A110, PMID: 20197247, https://doi.org/10.1289/ehp.0901732.
Kuncheva LI, Whitaker CJ. 2003. Measures of diversity in classifier ensembles and their relationship with the ensemble accuracy. Mach Learn 51(2):181-207, https://doi.org/10.1023/A:1022859003006.
Li J, Carlson BE, Lacis AA. 2015. How well do satellite AOD observations represent the spatial and temporal variability of PM2.5 concentration for the United States? Atmos Environ 102:260-273, https://doi.org/10.1016/j.atmosenv.2014.12.010.
Li J, Heap AD. 2014. Spatial interpolation methods applied in the environmental sciences: a review. Environ Model Softw 53:173-189, https://doi.org/10.1016/j. envsoft.2013.12.008.
Li L, Zhang J, Qiu W, Wang J, Fang Y. 2017. An ensemble spatiotemporal model for predicting PM2.5 concentrations. Int J Environ Res Public Health 14(5):549, PMID: 28531151, https://doi.org/10.3390/ijerph14050549.
Liu F, Chen G, Huo W, Wang C, Liu S, Li N, et al. 2019a. Associations between longterm exposure to ambient air pollution and risk of type 2 diabetes mellitus: a systematic review and meta-analysis. Environ Pollut 252:1235-1245, PMID: 31252121, https://doi.org/10.1016/j.envpol.2019.06.033.
Liu C, Chen R, Sera F, Vicedo-Cabrera AM, Guo Y, Tong S, et al. 2019b. Ambient particulate air pollution and daily mortality in 652 cities. N Engl J Med 381(8):705-715, PMID: 31433918, https://doi.org/10.1056/NEJMoa1817364.
Liu Y, Paciorek CJ, Koutrakis P. 2009. Estimating regional spatial and temporal variability of PM2.5 concentrations using satellite data, meteorology, and land use information. Environ Health Perspect 117(6):886-892, PMID: 19590678, https://doi.org/10.1289/ ehp.0800123.
Lu P, Zhang Y, Xia G, Zhang W, Xu R, Wang C, et al. 2020. Attributable risks associated with hospital outpatient visits for mental disorders due to air pollution: a multi-city study in China. Environ Int 143:105906, PMID: 32619915, https://doi.org/ 10.1016/j.envint.2020.105906.
Luque-Fernandez MA, Belot A, Valeri L, Cerulli G, Maringe C, Rachet B. 2018. Data-adaptive estimation for double-robust methods in population-based cancer ep-idemiology: risk differences for lung cancer mortality by emergency presenta-tion. Am J Epidemiol 187(4):871-878, PMID: 29020131, https://doi.org/10.1093/ aje/kwx317.
Lyapustin A, Wang Y, Korkin S, Huang D. 2018. MODIS collection 6 MAIAC algo-rithm. Atmos Meas Tech 11(10):5741-5765, https://doi.org/10.5194/amt-11-5741-2018.
Lyu B, Hu Y, Zhang W, Du Y, Luo B, Sun X, et al. 2019. Fusion method combining ground-level observations with chemical transport model predictions using an ensemble deep learning framework: application in China to estimate spatiotemporally-resolved PM2.5 exposure fields in 2014-2017. Environ Sci Technol 53(13):7306-7315, PMID: 31244060, https://doi.org/10.1021/acs.est.9b01117.
Mallone S, Stafoggia M, Faustini A, Gobbi GP, Marconi A, Forastiere F. 2011. Saharan dust and associations between particulate matter and daily mortality in Rome, Italy. Environ Health Perspect 119(10):1409-1414, PMID: 21970945, https://doi.org/10.1289/ehp.1003026.
Manjunatha S, Malini P. 2018. Interpolation techniques in image resampling. Int J Eng Technol 7:567-570, https://doi.org/10.14419/ijet.v7i3.34.19383.
Meng X, Fu Q, Ma Z, Chen L, Zou B, Zhang Y, et al. 2016. Estimating ground-level PM10 in a Chinese city by combining satellite data, meteorological information and a land use regression model. Environ Pollut 208(Part A):177-184, PMID: 26499934, https://doi.org/10.1016/j.envpol.2015.09.042.
Meyer H, Pebesma E. 2021. Predicting into unknown space? Estimating the area of applicability of spatial prediction models. Methods Ecol Evol 12(9):1620-1633, https://doi.org/10.1111/2041-210X.13650.
Munir S, Habeebullah TM, Mohammed AM, Morsy EA, Rehan M, Ali K. 2017. Analysing PM2.5 and its association with PM10 and meteorology in the arid cli-mate of Makkah, Saudi Arabia. Aerosol Air Qual Res 17(2):453-464, https://doi.org/ 10.4209/aaqr.2016.03.0117.
Naimi AI, Balzer LB. 2018. Stacked generalization: an introduction to super learn-ing. Eur J Epidemiol 33(5):459-464, PMID: 29637384, https://doi.org/10.1007/ s10654-018-0390-z.
Nordio F, Kloog I, Coull BA, Chudnovsky A, Grillo P, Bertazzi PA, et al. 2013. Estimating spatio-temporal resolved PM10 aerosol mass concentrations using MODIS satellite data and land use regression over Lombardy, Italy. Atmos Environ 74:227-236, https://doi.org/10.1016/j.atmosenv.2013.03.043.
O'Sullivan A, Pereira FC, Zhao J, Koutsopoulos HN. 2016. Uncertainty in bus arrival time predictions: treating heteroscedasticity with a metamodel approach. IEEE Trans Intell Transport Syst 17(11):3286-3296, https://doi.org/10.1109/TITS.2016. 2547184.
Pereira G, Lee HJ, Bell M, Regan A, Malacova E, Mullins B, et al. 2017. Development of a model for particulate matter pollution in Australia with implications for other satellite-based models. Environ Res 159:9-15, PMID: 28759784, https://doi.org/10. 1016/j.envres.2017.07.044.
Pirracchio R, Petersen ML, Carone M, Rigon MR, Chevret S, van der Laan MJ. 2015. Mortality prediction in intensive care units with the Super ICU Learner Algorithm (SICULA): a population-based study. Lancet Respir Med 3(1):42-52, PMID: 25466337, https://doi.org/10.1016/S2213-2600(14)70239-5.
Polikar R. 2006. Ensemble based systems in decision making. IEEE Circuits Syst Mag 6(3):21-45, https://doi.org/10.1109/MCAS.2006.1688199.
Polikar R. 2012. Ensemble learning. In: Ensemble Machine Learning. Boston, MA: Springer, 1-34.
Polley EC, Van Der Laan MJ. 2010. Super learner in prediction. https://biostats. bepress.com/ucbbiostat/paper266 [accessed 8 May 2020].
Requia WJ, Di Q, Silvern R, Kelly JT, Koutrakis P, Mickley LJ, et al. 2020. An ensemble learning approach for estimating high spatiotemporal resolution of ground-level ozone in the contiguous United States. Environ Sci Technol 54(18):11037- 11047, PMID: 32808786, https://doi.org/10.1021/acs.est.0c01791.
Rokach L. 2010. Ensemble-based classifiers. Artif Intell Rev 33(1-2):1-39, https://doi.org/10.1007/s10462-009-9124-7.
Rosopa PJ, Schaffer MM, Schroeder AN. 2013. Managing heteroscedasticity in general linear models. Psychol Methods 18(3):335-351, PMID: 24015776, https://doi.org/10.1037/a0032553.
Shi L, Wu X, Yazdi MD, Braun D, Awad YA, Wei Y, et al. 2020. Long-term effects of PM2.5 on neurological disorders in the American Medicare population: a longi-tudinal cohort study. Lancet Planet Health, PMID: 33091388, https://doi.org/10. 1016/S2542-5196(20)30227-8.
Shtein A, Kloog I, Schwartz J, Silibello C, Michelozzi P, Gariazzo C, et al. 2020. Estimating daily PM2.5 and PM10 over Italy using an ensemble model. Environ Sci Technol 54(1):120-128, PMID: 31749355, https://doi.org/10.1021/acs.est. 9b04279.
Soriano JB, Kendrick PJ, Paulson KR, Gupta V, Abrams EM, Adedoyin RA, et al. 2020. Prevalence and attributable health burden of chronic respiratory dis-eases, 1990-2017: a systematic analysis for the Global Burden of Disease study 2017. Lancet Respir Med 8(6):585-596, PMID: 32526187, https://doi.org/10.1016/ S2213-2600(20)30105-3.
Sorichetta A, Hornby GM, Stevens FR, Gaughan AE, Linard C, Tatem AJ. 2015. High-resolution gridded population datasets for Latin America and the Caribbean in 2010, 2015, and 2020. Sci Data 2(1):1-12, PMID: 26347245, https://doi.org/10.1038/sdata.2015.45.
Stafoggia M, Bellander T, Bucci S, Davoli M, De Hoogh K, De' Donato F, et al. 2019. Estimation of daily PM10 and PM2.5 concentrations in Italy, 2013-2015, using a spatiotemporal land-use random-forest model. Environ Int 124:170-179, PMID: 30654325, https://doi.org/10.1016/j.envint.2019.01.016.
Stafoggia M, Schwartz J, Badaloni C, Bellander T, Alessandrini E, Cattani G, et al. 2017. Estimation of daily PM10 concentrations in Italy (2006-2012) using finely resolved satellite data, land use variables and meteorology. Environ Int 99:234- 244, PMID: 28017360, https://doi.org/10.1016/j.envint.2016.11.024.
Tofallis C. 2009. Least squares percentage regression. J Mod Appl Stat Methods 7(2):526-534, https://doi.org/10.22237/jmasm/1225513020.
Van der Laan MJ, Polley EC, Hubbard AE. 2007. Super learner. Stat Appl Genet Mol Biol 6(1), PMID: 17910531, https://doi.org/10.2202/1544-6115.1309.
Van der Laan MJ, Rose S. 2011. Targeted Learning: Causal Inference for Observational and Experimental Data. New York, NY: Springer Science & Business Media.
Van Donkelaar A, Martin RV, Park RJ. 2006. Estimating ground-level PM2.5 using aerosol optical depth determined from satellite remote sensing. J Geophys Res Atmos 111:D21201, https://doi.org/10.1029/2005JD006996.
Vasseur SP, Aznarte JL. 2021. Comparing quantile regression methods for probabil-istic forecasting of NO2 pollution levels. Sci Rep 11(1):1-8, PMID: 34078925, https://doi.org/10.1038/s41598-021-90063-3.
Wang Y, Kloog I, Coull BA, Kosheleva A, Zanobetti A, Schwartz JD. 2016. Estimating causal effects of long-term PM2.5 exposure on mortality in New Jersey. Environ Health Perspect 124(8):1182-1188, PMID: 27082965, https://doi.org/10.1289/ehp. 1409671.
Wichard JD. 2006. Model selection in an ensemble framework. In: The 2006 IEEE International Joint Conference on Neural Network Proceedings. 16-21 July 2006. Vancouver, BC, 2187-2192, https://doi.org/10.1109/IJCNN.2006.247012.
Wolpert DH. 1992. Stacked generalization. Neural Netw 5(2):241-259, https://doi.org/ 10.1016/S0893-6080(05)80023-1.
WHO (World Health Organization). 2021. WHO global air quality guidelines: particulate matter (PM2.5 and PM10), ozone, nitrogen dioxide, sulfur dioxide and carbon monoxide: executive summary. https://www.who.int/publications/i/ item/9789240034228 [accessed 5 November 2021].
Wyss R, Schneeweiss S, van der Laan M, Lendle SD, Ju C, Franklin JM. 2018. Using super learner prediction modeling to improve high-dimensional propensity score estima-tion. Epidemiology 29(1):96-106, PMID: 28991001, https://doi.org/10.1097/EDE. 0000000000000762.
Xiao Q, Chang HH, Geng G, Liu Y. 2018. An ensemble machine-learning model to predict historical PM2.5 concentrations in China from satellite data. Environ Sci
Technol 52(22):13260-13269, PMID: 30354085, https://doi.org/10.1021/acs.est. 8b02917.
Xue T, Zheng Y, Geng G, Xiao Q, Meng X, Wang M, et al. 2020. Estimating spatio-temporal variation in ambient ozone exposure during 2013-2017 using a data-fusion model. Environ Sci Technol 54(23):14877-14888, PMID: 33174716, https://doi.org/10.1021/acs.est.0c03098.
Young S, Abdou T, Bener A. 2018. Deep super learner: a deep ensemble for classification problems. In: Proceedings of the Canadian Conference on Artificial Intelligence. 8- 11 May 2018. Toronto, Canada. Advances in Artificial Intelligence. Canadian AI 2018. Lecture Notes in Computer Science, vol. 10832. Bagheri E, Cheung J, eds. Cham, Switzerland: Springer, 84-95, https://doi.org/10.1007/978-3-319-89656-4_7.
Yu W, Guo Y, Shi L, Li S. 2020. The association between long-term exposure to low-level PM2.5 and mortality in the state of Queensland, Australia: a model-ling study with the difference-in-differences approach. PLoS Med 17(6): e1003141, PMID: 32555635, https://doi.org/10.1371/journal.pmed.1003141.
Yu W, Guo Y. 2021. Deeper: Deep Ensemble for Environmental Predictor. https:// github.com/Alven8816/deeper [accessed 4 January 2021].
Zhai B, Chen J. 2018. Development of a stacked ensemble model for forecasting and analyzing daily average PM2.5 concentrations in Beijing, China. Sci Total Environ 635:644-658, PMID: 29679837, https://doi.org/10.1016/j.scitotenv.2018. 04.040.
Zhao S, Liu S, Hou X, Sun Y, Beazley R. 2021. Air pollution and cause-specific mor-tality: a comparative study of urban and rural areas in China. Chemosphere 262:127884, PMID: 33182102, https://doi.org/10.1016/j.chemosphere.2020.127884.
Zheng W, Balzer L, van der Laan M, Petersen M, SEARCH Collaboration. 2018. Constrained binary classification using ensemble learning: an application to cost-efficient targeted prep strategies. Stat Med 37(2):261-279, PMID: 28384841, https://doi.org/10.1002/sim.7296.
Zhou Z-H. 2012. Ensemble Methods: Foundations and Algorithms. Boca Raton, FL: Chapman and Hall/CRC.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2022. This work is published under Reproduced from Environmental Health Perspectives (the “License”). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
Background: Accurate estimation of historical PM2:5 (particle matter with an aerodynamic diameter of less than 2:5 l m) is critical and essential for environmental health risk assessment. Objectives: The aim of this study was to develop a multiple-level stacked ensemble machine learning framework for improving the estimation of the daily ground-level PM2:5 concentrations. Methods: An innovative deep ensemble machine learning framework (DEML) was developed to estimate the daily PM2:5 concentrations. The framework has a three-stage structure: At the first stage, four base models [gradient boosting machine (GBM), support vector machine (SVM), random for-est (RF), and eXtreme gradient boosting (XGBoost)] were used to generate a new data set of PM2:5 concentrations for training the next-stage learners. At the second stage, three meta-models [RF, XGBoost, and Generalized Linear Model (GLM)] were used to estimate PM2:5 concentrations using a combination of the original data set and the predictions from the first-stage models. At the third stage, a nonnegative least squares (NNLS) algorithm was employed to obtain the optimal weights for PM2:5 estimation. We took the data from 133 monitoring stations in Italy as an example to implement the DEML to predict daily PM2:5 at each 1 km × 1 km grid cell from 2015 to 2019 across Italy. We evaluated the model performance by performing 10-fold cross-validation (CV) and compared it with five benchmark algorithms [GBM, SVM, RF, XGBoost, and Super Learner (SL)]. Results: The results revealed that the PM2:5 prediction performance of DEML [coefficients of determination (R2) = 0:87 and root mean square error (RMSE) =5:38 lg=m3] was superior to any benchmark models (with R2 of 0.51, 0.76, 0.83, 0.70, and 0.83 for GBM, SVM, RF, XGBoost, and SL approach, respectively). DEML displayed reliable performance in capturing the spatiotemporal variations of PM2:5 in Italy. Discussion: The proposed DEML framework achieved an outstanding performance in PM2:5 estimation, which could be used as a tool for more accurate environmental exposure assessment.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Details
1 Climate, Air Quality Research Unit, School of Public Health and Preventive Medicine, Monash University, Melbourne, Australia
2 Monash Biomedicine Discovery Institute, Department of Biochemistry and Molecular Biology, Monash University, Melbourne, Australia