Next Article in Journal
A Spatial AI-Based Agricultural Robotic Platform for Wheat Detection and Collision Avoidance
Previous Article in Journal
Does the Use of AI to Create Academic Research Papers Undermine Researcher Originality?
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Application of Artificial Intelligence Models for Aeolian Dust Prediction at Different Temporal Scales: A Case with Limited Climatic Data

Department of Geography, The State University of New York (SUNY), Buffalo, NY 14261, USA
AI 2022, 3(3), 707-718; https://doi.org/10.3390/ai3030041
Submission received: 28 June 2022 / Revised: 15 August 2022 / Accepted: 19 August 2022 / Published: 22 August 2022

Abstract

:
Accurately predicting ambient dust plays a crucial role in air quality management and hazard mitigation. Dust emission is a complex, non-linear response to several climatic variables. This study explores the accuracy of Artificial Intelligence (AI) models: an adaptive-network-based fuzzy inference system (ANFIS) and a multi-layered perceptron artificial neural network (mlp-NN), over the Southwestern United States (SWUS), based on the observed dust data from IMPROVE stations. The ambient fine dust (PM2.5) and coarse dust (PM10) concentrations on monthly and seasonal timescales from 1990–2020 are modeled using average daily maximum wind speed (W), average precipitation (P), and average air temperature (T) available from the North American Regional Reanalysis (NARR) dataset. The model’s performance is measured using correlation (r), root mean square error (RMSE), and percentage bias (% BIAS). The ANFIS model generally performs better than the mlp-NN model in predicting regional dustiness over the SWUS region, with r = 0.77 and 0.83 for monthly and seasonal fine dust, respectively. AI models perform better in predicting regional dustiness on a seasonal timescale than the monthly timescale for both fine dust and coarse dust. AI models better predict fine dust than coarse dust on both monthly and seasonal timescales. Compared to precipitation, air temperature is the more important predictor of regional dustiness on both monthly and seasonal timescales. The relative importance of air temperature is higher on the monthly timescale than the seasonal timescale for PM2.5 and vice versa for PM10. The findings of this study demonstrate that the AI models can predict monthly and seasonal fine and coarse dust, based on the limited climatic data, with good accuracy and with potential implications for research in data sparse regions.

1. Introduction

Aeolian dust storms degrade visibility and cause several hazards and human health problems including traffic accidents, degradation in industrial machinery, cardiovascular diseases, and lung cancers [1,2,3,4]. Fine dust (soil dust with particle matter ≤ 2.5 µm) contributes about 20–50% of total fine particulate matter (PM2.5) in the Western United States (WUS) [5]. Dust particles also play an important role in the global climate system, and the regional and local climate and environment, primarily by absorbing and scattering both solar and terrestrial radiation [6,7,8,9]). For example, aeolian dust on snow increases the snow albedo and accelerates snowmelt in the Colorado River [10]. Dust also alters the North American monsoon by heating the lower troposphere [11].
The dust emission, transport, and deposition are influenced by complex land–atmospheric interactions, mainly high wind speed, land erodibility and bareness, and humidity, among other influencing factors [12]. Studies show that ambient dustiness over dust-prone regions heavily depends on the regional drought [13,14,15,16]. Nabavi et al. [15] demonstrated that the 2007–2008 winter and spring (October to May) dust in Western Asia was associated with a severe precipitation deficit. The intermodal spread in CMIP6-simulated dust emission is explained by the differences in the models’ drought sensitivity to dust emission [17]. Earth system models heavily underestimate coarse dust [18].
Few previous studies have analyzed the predictability of western US dust. For example, Pu et al. [19] used the linear regression technique to predict the spring season’s high concentration coarse dust event frequency, based on wind speed, precipitation, and surface bareness. Aryal, Y [20] showed that machine learning models better predict fine dust than coarse dust on a monthly timescale. Temperature strongly depends on the monthly timescale, while precipitation is important to explain the long-term variability of ambient dust [20,21]. Dust emission is a complex, non-linear function of several atmospheric and surface variables [22]. Due to the limited data availability, it is often difficult to calibrate and predict the ambient dustiness based on earth system models. Therefore, understanding the predictability of regional dustiness based on the regional hydroclimate is an interesting research topic. However, much less effort has been made to compare the predictability of fine and coarse dust on different temporal scales based on the basic climatic data.
The specific objectives of this work are (1) to predict the aeolian dust using adaptive neuro-fuzzy inference systems (ANFIS) and multi-layered perceptron Artificial Neural Networks (mlp-ANN) models, and (2) to compare the models’ performance for fine dust (particle diameter ≤ 2.5 µm; PM2.5) and coarse dust (particle diameter 2.5–10 µm; PM10) on monthly and seasonal timescales.

2. Materials and Methods

2.1. Study Area and Data

The Southwestern US is a major dust source in the USA [23]. The Chihuahuan Desert, the Colorado River, and the High Plains are well-known dust sources in the region. The Interagency Monitoring of Protected Visual Environments (IMPROVE) network provides the observed near-surface dust concentration over the region [24]; available online: https://views.cira.colostate.edu/fed/Express/ImproveData.aspx (accessed on 10 April 2022) from 1988 to the present. The locations of the observation stations over the study region are shown in Figure 1. The stations that have at least 90% complete record months are chosen. Any month is considered complete if it has at least 75% of the daily observations. The total precipitation (P), average 2 m air temperature (T), and monthly average daily maximum 10 m wind speed (W) were taken from the North American Regional Reanalysis (NARR) dataset at 0.3 deg resolution [25], available online: https://psl.noaa.gov/data/gridded/data.narr.monolevel.html (accessed on 10 April 2022)), at 0.3° × 0.3° resolution. The analysis is done on a regional scale (Figure 1). Data from 1988 to 2009 are used as training data and those from 2010 to 2020 as test data. The model performance results are shown for the test data.

2.2. Artificial Intelligence (AI) Models

The performance of two widely-used AI models: an adaptive-network-based fuzzy inference system (ANFIS) and a multi-layered perceptron artificial neural network (mlp-NN) are examined. All computations are done in R [26].

2.2.1. Adaptive-Network-Based Neuro-Fuzzy Inference System (ANFIS)

The ANFIS model, proposed by Jang et al. [27], combines fuzzy logic and neural networks. The layered structure (Figure 2) in the ANFIS model adds fuzzy logic to the artificial neural networks.
The fuzzy inference system uses a hybrid learning algorithm to identify the system parameters and teach the model [28].
For three inputs (x, y, z), three rules and one output (f), the fuzzy if-then rules from Takagi and Sugeno [29] are as follows
1 . i f   x   i s   A 1 ,   y   i s   B 1 , and   z   is   C 1   t h e n   f 1 = a 1 x + b 1 y + c 1 z + r 1 2 . i f   x   i s   A 2 , y   i s   B 2 , and   z   is   C 2   t h e n   f 2 = a 2 x + b 2 y + c 2 z + r 2 3 . i f   x   i s   A 3 , y   i s   B 3 , and   z   is   C 3   t h e n   f 3 = a 3 x + b 3 y + c 3 z + r 3
The five-layer architecture of the ANFIS [30,31,32], shown in Figure 2, is as follows:
Layer 1: This is the input layer. In this fuzzy layer, each node in the layer is the degree of membership function ( M F s ,   μ A i ( x ) ) from the input. The output of the first layer is the membership values of each input for specific MFs. The shape of the MFs can be any appropriate functions that are continuous and piecewise differentiable such as Gaussian, generalized bell-shaped, trapezoidal-shaped, and triangular-shaped functions [33]. In this study, the Gaussian MF is used, which is defined as:
G ( x , c , σ ) = e 1 2 ( x c σ ) 2
Layer 2: This layer multiplies the input values from the incoming signal. The AND fuzzy operator is applied to get the weight (firing strength). For example, for the first node,
w i = μ A i ( x )   μ B i ( x ) μ c i ( x ) ,   i = 1 , 2 , 3
where
w i is the firing strength of the ith rule
μ A i ( x ) is the degree of membership function fuzzy sets A i
μ B i ( x ) is the degree of membership function fuzzy sets B i
μ c i ( x ) is the degree of membership function fuzzy sets C i
Layer 3: The circle nodes in this layer normalize the firing strength. The normalized weight is the ratio of the firing strength of ith rule to the sum of all firing strength
w 1 ¯ = w 1 i = 1 n w i ,   i = 1 ,   2 ,   ,   n
where n is the number of nodes in each layer.
Layer 4: This is a de-fuzzy layer and each node is called an adaptive node. In this layer, terms are the results of operation on input signals:
Z i = w 1 ¯   f 1 = w 1 ¯   ( p 1 x + q 1 y + t 1 z + r 1 )
where p 1 ,   q 1 ,   and   r 1 are the consequent parameters
Layer 5: The overall output calculated in this output layer as the summation of all incoming signals from the previous layers
O v e r a l l   o u t p u t = i = 1 n w ¯ i f i
The ANFIS model is built using the R package ”FRBS” [34]. The Wang–Mendel algorithm (“WM”) is used as the learning method with “MIN”, “MAX”, and “ZADEH” to be the types of t-norm, s-norm, and implicator operators, respectively. The number of membership functions is chosen which gives the highest correlation in the test data set.

2.2.2. Multilayer Perceptron Neural Network (MLP-NN)

The mlp-ANN is the most widely used feed-forward neural network. The basic structure of the mlp-NN with two hidden layers is shown in Figure 3. A detailed explanation of the mlp-NN is given in Schalkoff [35] and Hanoon et al. [36].
The neurons in the input layer work as a buffer for the distribution of input signals to the hidden layers. Any hidden neuron ( j ) sums up the signals from the input layers ( x i ) based on the strength of connection ( w j i ) . Then the output ( y j ) of any neuron ( j ) is calculated as the function of sums up as follows:
y j = F ( w j i x i )
where function F can be a radial bias function (RBF), a hyperbolic tangent, a sigmoidal or a simple threshold function. The backpropagation and gradient descent are the most common training algorithms in a multilayer perceptron. The change in connection weights between neurons i and j are:
Δ w j i = η δ j x i
where η is known as the learning rate and δ depends on whether j is an input or hidden neuron.
For hidden neurons:
δ j = ( f n e t j ) w q j   δ q  
A variation of a desired and factual output of neurons in hidden layers j which are replaced via weighted sums of δq term previously achieved for neuron q connecting to the output of j.
For the output neuron:
δ j = ( f n e t j ) ( y j t y j )
n e t j is an overall weighted total of signals in the input layer. y j t is the goal output for neurons j.
The RSNNS R package [37] is used to fit the mlp-NN model. The model parameters are: hidden units = 10, number of training iterations = 100, initialization function = “Randomize Weights”, and learning function = “Std_Backpropagation”.

2.3. Uncertainty Analysis

The prediction uncertainty of the AI models was quantified using the d-facto, r as in Mohsenzadeh Karimi et al. [38]:
d f a c t o r = d x ¯ σ x
where σ is the standard deviation and d x ¯ is the average distance between the upper and lower bands
d x ¯ = 1 n 1 n X U X L

3. Results and Discussion

The performance of the ANFIS and mlp-NN models in predicting fine dust and coarse dust on monthly and seasonal timescales is shown in Figure 4, Figure 5, Figure 6 and Figure 7 and Table 1 and Table 2. The results from this case study show that the ANFIS model performs better than the mlp-NN model to predict aeolian dust on both monthly and seasonal timescales. The correlation (r), root mean square error (RMSE), and percentage bias (% BIAS) for monthly fine dust prediction (ANFIS model) is 0.7, 0.45 µg/m3, and 40.64 % respectively. The models’ performance is generally better in predicting seasonal dust than monthly dust. At seasonal timescale r, RMSE, and % BIAS (ANFIS model, fine dust) are 0.83, 0.31 µg/m3, and 28.30%, respectively. Hanoon et al. [36] also showed that AI models better predict the temperature and relative humidity on (longer) monthly timescales than (shorter) daily timescales. This might be attributed to the nonstationary spurious internal variability of the climate system that is difficult to capture by the models [39]. The results demonstrate that AI models based on the climatic data predict ambient dust with good skill. Long-term basic climatic data used as predictors in this study are more readily available than long-term land surface conditions data.
As shown in Figure 4, Figure 5, Figure 6 and Figure 7 and Table 1 and Table 2, the same month/season prediction skills are better than the month/season lead prediction skills. This highlights that ambient dustiness over the region depends more on the same month/season climate than the previous month/season climate. Pu et al. [19] also noted that spring season dust in the Western US depends more on the spring climatic and surface conditions than the winter climate and land conditions.
Comparing Figure 1 and Figure 2 with Figure 3 and Figure 4, the correlation for fine dust is better than the correlation for coarse dust on both monthly and seasonal timescales [20]. The IMPROVE stations are located on federal lands and national parks at some distance from the dust source [24]. The coarse dust has a short transport distance and air retention time. Observation stations are more likely to miss coarse dust than fine dust. Therefore, the regional climate has difficulty explaining coarse dust variability.
However, if we look at the % BIAS (comparing Table 1 and Table 2), the results of the accuracy of predicting fine dust and coarse dust are not consistent. This highlights that different statistical indices should be examined to confirm the effectiveness of the examined models [36].
The relative importance of precipitation and temperature to predict dust over the region is further examined. Previous research showed that temperature is a more important predictor, followed by precipitation, to predict monthly dust over the SWUS region [20]. This study compares the relative importance of temperature and precipitation predicting dust on monthly and seasonal timescales. Table 1 and Table 2 shows the results from the ANFIS model. The % BIAS is lower for the prediction, based on T and W, than the model, based on P and W, for predicting fine dust and coarse dust on both monthly and seasonal timescales, implying the relative importance of temperature in predicting dust over the SWUS. This is consistent with the previous study [20], on a monthly timescale. On the shorter timescale, (i.e., monthly vs. seasonal timescale), dust emission quickly responds to the warming due to the soil moisture variability in the surface soil layer. On the other hand, the impacts of precipitation on dust emissions are strongly detected on a longer timescale (i.e., annual to decadal) due to changes in vegetation cover [21]. Comparing the relative importance of precipitation and temperature, the difference between the relative importance of temperature and precipitation is larger on the monthly timescale for fine dust prediction (Table 1a, the difference in % BIAS; −23.4 vs. −14.85). For coarse dust prediction, the difference between the relative importance of temperature and precipitation is larger on a seasonal timescale (Table 2b, the difference in % BIAS; −8.35 vs. −22.59).
The results from the uncertainty analysis are given in Table 3. The d-factor of both fine and coarse dustiness is low, implying the reasonable accuracy of the model for predicting regional dustiness.
There are a few caveats in this study. First, all the results are based on the regional dustiness that does not separate locally-emitted dust and transported dust. The impacts of anthropogenic land disturbances are not accounted for. This study shows the general accuracy of the two widely used AI methods, ANFIS and mlp-NN, for aeolian dust. Future studies should focus on the use of other AI models, comprehensively analyzing the effect of parameter selection such as initialization function, number of layers, and learning algorithms, among others.

4. Conclusions

In this study, the performance of artificial intelligence (AI) models: an adaptive-network-based fuzzy inference system (ANFIS) and a multi-layered perceptron neural network (mlp-NN) are investigated to predict aeolian dust over the Southwestern US. The ambient dust data was taken from the Interagency Monitoring of Protected Visual Environments (IMPROVE) network, while the regional meteorology data (precipitation, temperature, wind speed) were retrieved from the North American Regional Reanalysis (NARR) dataset. The models’ performances for fine dust and coarse dust on monthly and seasonal timescales are compared.
AI models better predict regional dustiness on a seasonal timescale than a monthly timescale.
The ANFIS model works better than the mlp-NN model in predicting regional dustiness on both the monthly and seasonal timescales.
The ambient dustiness over the region is better predicted by the same month (or season) climatic condition than by using the previous month (or season) climatic conditions.
Compared to precipitation, the temperature is the more important predictor of regional dustiness on both the monthly and seasonal timescales. However, compared to the seasonal timescale, the difference between the relative importance of temperature and precipitation is larger on the monthly timescale for fine dust prediction and vice versa for coarse dust.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data used in this study are freely available from: https://views.cira.colostate.edu/fed/Express/ImproveData.aspx (accessed on 18 August 2022); https://psl.noaa.gov/data/gridded/data.narr.monolevel.html (accessed on 18 August 2022).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Domínguez-Rodríguez, A.; Báez-Ferrer, N.; Abreu-González, P.; Rodríguez, S.; Díaz, R.; Avanzas, P.; Hernández-Vaquero, D. Impact of Desert Dust Events on the Cardiovascular Disease: A Systematic Review and Meta-Analysis. J. Clin. Med. 2021, 10, 727. [Google Scholar] [CrossRef] [PubMed]
  2. Achakulwisut, P.; Anenberg, S.C.; Neumann, J.E.; Penn, S.L.; Weiss, N.; Crimmins, A.; Fann, N.; Martinich, J.; Roman, H.; Mickley, L.J. Effects of increasing aridity on ambient dust and public health in the U.S. Southwest under climate change. GeoHealth 2019, 3, 127–144. [Google Scholar] [CrossRef]
  3. Al-Hemoud, A.; Al-Dousari, A.; Misak, R.; Al-Sudairawi, M.; Naseeb, A.; Al-Dashti, H.; Al-Dousari, N. Economic impact and risk assessment of sand and dust storms (SDS) on the oil and gas industry in kuwait. Sustainability 2019, 11, 200. [Google Scholar] [CrossRef] [Green Version]
  4. Bhattachan, A.; Okin, G.S.; Zhang, J.; Vimal, S.; Lettenmaier, D.P. Characterizing the role of wind and dust in traffic accidents in California. GeoHealth 2019, 3, 328–336. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  5. Hand, J.L.; Gill, T.E.; Schichtel, B.A. Spatial and seasonal variability in fine mineral dust and coarse aerosol mass at remote sites across the United States. J. Geophys. Res. Atmos. 2017, 122, 3080–3097. [Google Scholar] [CrossRef]
  6. Evans, S.; Malyshev, S.; Ginoux, P.; Shevliakova, E. The Impacts of the dust radiative effect on vegetation growth in the sahel. Glob. Biogeochem. Cycles 2019, 33, 1582–1593. [Google Scholar] [CrossRef]
  7. Evans, S.; Dawson, E.; Ginoux, P. Linear relation between shifting ITCZ and dust hemispheric asymmetry. Geophys. Res. Lett. 2020, 47, e2020GL090499. [Google Scholar] [CrossRef]
  8. Saidou Chaibou, A.A.; Ma, X.; Sha, T. Dust radiative forcing and its impact on surface energy budget over West Africa. Sci. Rep. 2020, 10, 12236. [Google Scholar] [CrossRef]
  9. Mallet, M.; Tulet, P.; Serça, D.; Solmon, F.; Dubovik, O.; Pelon, J.; Pont, V.; Thouron, O. Impact of dust aerosols on the radiative budget, surface heat fluxes, heating rate profiles and convective activity over West Africa during March. Atmos. Chem. Phys. 2009, 9, 7143–7160. [Google Scholar] [CrossRef] [Green Version]
  10. Painter, T.H.; Skiles, S.M.; Deems, J.S.; Brandt, W.T.; Dozier, J. Variation in rising limb of colorado river snowmelt runoff hydrograph controlled by dust radiative forcing in snow. Geophys. Res. Lett. 2018, 45, 797–808. [Google Scholar] [CrossRef] [Green Version]
  11. Zhao, C.; Liu, X.; Leung, L.R. Impact of the Desert dust on the summer monsoon system over Southwestern North America. Atmos. Chem. Phys. 2012, 12, 3717–3731. [Google Scholar] [CrossRef] [Green Version]
  12. Csavina, J.; Field, J.; Félix, O.; Corral-Avitia, A.Y.; Sáez, A.E.; Betterton, E.A. Effect of wind speed and relative humidity on atmospheric dust concentrations in semi-arid climates. Sci. Total Environ. 2014, 487, 82–90. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  13. Javadian, M.; Behrangi, A.; Sorooshian, A. Impact of drought on dust storms: Case study over Southwest Iran. Environ. Res. Lett. 2019, 14, 124029. [Google Scholar] [CrossRef]
  14. Achakulwisut, P.; Mickley, L.J.; Anenberg, S.C. Drought-sensitivity of fine dust in the US Southwest: Implications for air quality and public health under future climate change. Environ. Res. Lett. 2018, 13, 054025. [Google Scholar] [CrossRef]
  15. Nabavi, S.O.; Haimberger, L.; Samimi, C. Climatology of dust distribution over West Asia from homogenized remote sensing data. Aeolian Res. 2016, 21, 93–107. [Google Scholar] [CrossRef] [Green Version]
  16. Aryal, Y.; Evans, S. Decreasing trends in the Western US dust intensity with rareness of heavy dust events. J. Geophys. Res. Atmos. 2022, 127, e2021JD036163. [Google Scholar] [CrossRef]
  17. Aryal, Y.N.; Evans, S. Global dust variability explained by drought sensitivity in CMIP6 models. J. Geophys. Res. Earth Surf. 2021, 126, e2021JF006073. [Google Scholar] [CrossRef]
  18. Kok, J.F.; Ward, D.S.; Mahowald, N.M.; Evan, A.T. Global and regional importance of the direct dust-climate feedback. Nat. Commun. 2018, 9, 241. [Google Scholar] [CrossRef]
  19. Pu, B.; Ginoux, P.; Kapnick, S.B.; Yang, X. Seasonal prediction potential for springtime dustiness in the United States. Geophys. Res. Lett. 2019, 46, 9163–9173. [Google Scholar] [CrossRef] [Green Version]
  20. Aryal, Y. Evaluation of Machine-Learning Models for Predicting Aeolian Dust: A Case Study over the Southwestern USA. Climate 2022, 10, 78. [Google Scholar] [CrossRef]
  21. Namdari, S.; Karimi, N.; Sorooshian, A.; Mohammadi, G.; Sehatkashani, S. Impacts of climate and synoptic fluctuations on dust storm activity over the Middle East. Atmos. Environ. 2018, 173, 265–276. [Google Scholar] [CrossRef] [PubMed]
  22. Ginoux, P.; Chin, M.; Tegen, I.; Prospero, J.M.; Holben, B.; Dubovik, O.; Lin, S.J. Sources and distributions of dust aerosols simulated with the GOCART model. J. Geophys. Res. Atmos. 2001, 106, 20255–20273. [Google Scholar] [CrossRef]
  23. Ginoux, P.; Prospero, J.M.; Gill, T.E.; Hsu, N.C.; Zhao, M. Global-scale attribution of anthropogenic and natural dust sources and their emission rates based on MODIS deep blue aerosol products. Rev. Geophys. 2012, 50, 1–36. [Google Scholar] [CrossRef]
  24. DeBell, L.J.; Gebhart, K.A.; Hand, J.L.; Malm, W.C.; Pitchford, M.L.; Schichtel, B.A.; White, W.H. Spatial and Seasonal Patterns and Temporal Variability of Haze and Its Constituents in the United States: Report IV; CIRA, Cooperative Institute for Research in the Atmosphere, Colorado State University: Fort Collins, CO, USA, 2006. Available online: https://hero.epa.gov/hero/index.cfm/reference/details/reference_id/3121718 (accessed on 10 June 2022).
  25. Mesinger, F.; DiMego, G.; Kalnay, E.; Mitchell, K.; Shafran, P.C.; Ebisuzaki, W.; Jović, D.; Woollen, J.; Rogers, E.; Berbery, E.H.; et al. North American regional reanalysis. Bull. Am. Meteorol. Soc. 2006, 87, 343–360. [Google Scholar] [CrossRef] [Green Version]
  26. R Core Team. R: A language and environment for statistical computing. R Foundation for Statistical Computing; R Core Team: Vienna, Austria, 2013; Available online: https://www.R-project.org/ (accessed on 19 April 2022).
  27. Jang, J.-S.R. ANFIS: Adaptive-network-based fuzzy inference system. IEEE Trans. Syst. Man Cybern. 1993, 23, 665–685. [Google Scholar] [CrossRef]
  28. Rehman, S.; Mohandes, M. Artificial neural network estimation of global solar radiation using air temperature and relative humidity. Energy Policy 2008, 36, 571–576. [Google Scholar] [CrossRef] [Green Version]
  29. Takagi, T.; Sugeno, M. Derivation of fuzzy control rules from human operator’s control actions. IFAC Proc. Vol. 1983, 16, 55–60. [Google Scholar] [CrossRef]
  30. Nayak, P.C.; Sudheer, K.P.; Rangan, D.M.; Ramasastri, K.S. A neuro-fuzzy computing technique for modeling hydrological time series. J. Hydrol. 2004, 291, 52–66. [Google Scholar] [CrossRef]
  31. Tabari, H.; Kisi, O.; Ezani, A.; Talaee, P.H. SVM, ANFIS, regression and climate based models for reference evapotranspiration modeling using limited climatic data in a semi-arid highland environment. J. Hydrol. 2012, 444, 78–89. [Google Scholar] [CrossRef]
  32. Karandish, F.; Šimůnek, J. A comparison of numerical and machine-learning modeling of soil water content with limited input data. J. Hydrol. 2016, 543, 892–909. [Google Scholar] [CrossRef] [Green Version]
  33. Talpur, N.; Salleh, M.N.M.; Hussain, K. An investigation of membership functions on performance of ANFIS for solving classification problems. In IOP Conference Series: Materials Science and Engineering; IOP Publishing: Bristol, UK, 2017; Volume 226, p. 012103. [Google Scholar]
  34. Riza, L.S.; Bergmeir, C.; Herrera, F.; Benítez, J.M. Learning from data using the R package “FRBS”. In Proceedings of the 2014 IEEE International Conference on Fuzzy Systems (FUZZ-IEEE), IEEE, Beijing, China, 6–11 July 2014; pp. 2149–2155. [Google Scholar] [CrossRef]
  35. Schalkoff, R.J. Artificial Neural Networks; McGraw-Hill Higher Education: New York, NY, USA, 1997. [Google Scholar]
  36. Hanoon, M.S.; Ahmed, A.N.; Zaini, N.A.; Razzaq, A.; Kumar, P.; Sherif, M.; Sefelnasr, A.; El-Shafie, A. Developing machine learning algorithms for meteorological temperature and humidity forecasting at Terengganu state in Malaysia. Sci. Rep. 2021, 11, 18935. [Google Scholar] [CrossRef] [PubMed]
  37. Bergmeir, C.; Benítez, J.M. Neural Networks in R Using the Stuttgart Neural Network Simulator: RSNNS. J. Stat. Softw. 2012, 46, 1–26. [Google Scholar] [CrossRef] [Green Version]
  38. Mohsenzadeh Karimi, S.; Kisi, O.; Porrajabali, M.; Rouhani-Nia, F.; Shiri, J. Evaluation of the support vector machine, random forest and geo-statistical methodologies for predicting long-term air temperature. ISH J. Hydraul. Eng. 2020, 26, 376–386. [Google Scholar] [CrossRef]
  39. Shi, J.; Yan, Q.; Wang, H. Timescale dependence of the relationship between the East Asian summer monsoon strength and precipitation over eastern China in the last millennium. Clim. Past 2018, 14, 577–591. [Google Scholar] [CrossRef] [Green Version]
Figure 1. (Top) Location of the IMPROVE stations used in this study. The black box at the top indicates the study region (longitude: [−112.00, −107.5] and latitude: [34.5, 31.25]). (Bottom) Seasonality of dust over the study region during 1988–2020.
Figure 1. (Top) Location of the IMPROVE stations used in this study. The black box at the top indicates the study region (longitude: [−112.00, −107.5] and latitude: [34.5, 31.25]). (Bottom) Seasonality of dust over the study region during 1988–2020.
Ai 03 00041 g001
Figure 2. ANFIS architecture with three inputs, three rules, and one output.
Figure 2. ANFIS architecture with three inputs, three rules, and one output.
Ai 03 00041 g002
Figure 3. The mlp-NN architecture with three inputs and two hidden layers.
Figure 3. The mlp-NN architecture with three inputs and two hidden layers.
Ai 03 00041 g003
Figure 4. Scatter plots of observed and predicted fine dust (PM2.5, µg/m3) on a monthly timescale (test data: 2010–2020).
Figure 4. Scatter plots of observed and predicted fine dust (PM2.5, µg/m3) on a monthly timescale (test data: 2010–2020).
Ai 03 00041 g004
Figure 5. Same as Figure 4 but on the seasonal timescale.
Figure 5. Same as Figure 4 but on the seasonal timescale.
Ai 03 00041 g005
Figure 6. Scatter plots of observed and predicted fine dust (PM10, µg/m3) on a monthly timescale (test data: 2010–2020).
Figure 6. Scatter plots of observed and predicted fine dust (PM10, µg/m3) on a monthly timescale (test data: 2010–2020).
Ai 03 00041 g006
Figure 7. Same as Figure 6 but on the seasonal timescale.
Figure 7. Same as Figure 6 but on the seasonal timescale.
Ai 03 00041 g007
Table 1. Performance of ANFIS model to predict fine dust (PM2.5) for the test data (2010–2020). m = monthly timescale, s = seasonal timescale, and D = Dust.
Table 1. Performance of ANFIS model to predict fine dust (PM2.5) for the test data (2010–2020). m = monthly timescale, s = seasonal timescale, and D = Dust.
InputsOutputRMSE (µg/m3)% BIASChange in % BIAS
(a) P(m),T(m),W(m)Dm0.45540.640
P(m),W(m)Dm0.56178.90−38.26
T(m),W(m)Dm0.44855.50−14.86−23.40
(b) P(s), T(s), W(s)Ds0.30828.304
P(s),W(s)Ds0.40144.45−16.14
T(s),W(s)Ds0.31029.60−1.30−14.85
Table 2. Performance of ANFIS model to predict coarse dust (PM10) for test data (2010–2020). m = monthly timescale, s = seasonal timescale, and D = Dust.
Table 2. Performance of ANFIS model to predict coarse dust (PM10) for test data (2010–2020). m = monthly timescale, s = seasonal timescale, and D = Dust.
InputsOutputRMSE (µg/m3)% BIASChange in % BIAS
(a) P(m),T(m),W(m)Dm2.5742.08
P(m),W(m)Dm2.6250.57−8.49
T(m),W(m)Dm2.5942.22−0.14−8.35
(b) P(s), T(s), W(s)Ds1.9627.82
P(s),W(s)Ds2.9550.73−22.92
T(s),W(s)Ds1.9828.14−0.32−22.59
Table 3. d-factor for ANFIS mode.
Table 3. d-factor for ANFIS mode.
d-Factor
PM2.5
Monthly0.002
Seasonal0.00035
PM10
Monthly0.1
Seasonal0.067
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Aryal, Y. Application of Artificial Intelligence Models for Aeolian Dust Prediction at Different Temporal Scales: A Case with Limited Climatic Data. AI 2022, 3, 707-718. https://doi.org/10.3390/ai3030041

AMA Style

Aryal Y. Application of Artificial Intelligence Models for Aeolian Dust Prediction at Different Temporal Scales: A Case with Limited Climatic Data. AI. 2022; 3(3):707-718. https://doi.org/10.3390/ai3030041

Chicago/Turabian Style

Aryal, Yog. 2022. "Application of Artificial Intelligence Models for Aeolian Dust Prediction at Different Temporal Scales: A Case with Limited Climatic Data" AI 3, no. 3: 707-718. https://doi.org/10.3390/ai3030041

Article Metrics

Back to TopTop