Abstract
Unplanned fire is a major control on the nature of terrestrial ecosystems and causes substantial losses of life and property. Given the substantial influence of climatic conditions on fire incidence, climate change is expected to substantially change fire regimes in many parts of the world. We wished to determine whether it was possible to develop a deep neural network process for accurately estimating continental fire incidence from publicly available climate data. We show that deep recurrent Elman neural network was the best performed out of ten artificial neural networks (ANN) based cognitive imaging systems for determining the relationship between fire incidence and climate. In a decennium data experiment using this ANN we show that it is possible to develop highly accurate estimations of fire incidence from monthly climatic data surfaces. Our estimations for the continent of Australia had over 90% global accuracy and a very low level of false negatives. The technique is thus appropriate for use in estimating the spatial consequences of climate scenarios on the monthly incidence of wildfire at the landscape scale.
Similar content being viewed by others
Introduction
On every continent, except Antarctica, there are substantial areas in which wildfire is a frequent event1,2,3,4,5,6,7,8,9,10,11,12,13. We have used Australia as a case study because the proportionate incidence, area and socioeconomic effects of wildfires are higher in Australia than in any other continental land mass14. Scenarios for climate change suggest that much of Australia will have climates more conducive to the incidence of wildfire than at present10,15, a tendency already apparent from 1945 onwards16. Climatic variables have been long used to determine the potential for fire spread from ignition17. Lightning, a product of particular weather systems, is a major source of ignition over most of the continent18,19,20. While it is not possible for fire to burn without dry fuel, severe fire weather conditions can facilitate spread over substantial fuel-free areas, such as water bodies, as burning material is carried in strong wind21. Fire can persist in areas with heavy dry fuel until conditions allow it to spread over low fuel zones. Thus, the relationship of fire incidence to climatic conditions is not confined to the weather that allows spread from ignition, but also weather that allows fire to persist in such places as stumps and tree hollows between weather events that allow it to run. The moistness of fuel strongly controls its flammability, this moistness being an integral of past precipitation and evaporation mediated by soil field capacity22. Therefore, in estimating the potential for fire incidence from climatic variables, longer time frames than the minute, hour or day are appropriate23.
Our major aim in undertaking the work reported in the present paper was to develop an accurate system for estimating monthly wildfire incidence from readily available monthly average climatic conditions, in order to be able to refine our understanding of the implications of climate change for fire regimes. We chose to use cognitive imaging systems (Figure S1) to attempt to make this estimation, because these deep24 machine learning processes have proven to be highly effective in a wide range of applications while being free of the restrictive assumptions of other predictive systems25. Because there are many possible types of ANN, we trialled ten systems, with the facilitative aim to determine the most appropriate of these for our main purpose and to justify the effectiveness of proposed deep learning mechanism for the cognitive imaging system.
We obtained monthly data for evapotranspiration, sensible heat flux, solar irradiation, maximum temperature, soil moisture, wind speed, relative humidity and vapour pressure for the decade 2001–2010. There is a high degree of covariance among some of these variables, with the first three principal components derived from our data accounting for 95% of the variance, but this does not affect the outcomes from neural network analysis. We found that soil moisture, solar irradiation and wind speed were the most significant contributors to the data variance. We used the months of November-February for our analyses because very few planned burns take place in Australia in late spring and summer, which is also the peak time for lightning strikes20, giving us confidence that we are largely addressing climatic influence on wildfire.
Results
Elman neural networks11 (Figure S2) produced the best level of explanation (Table 1). The Elman neural network is a simple recurrent neural network which was used for the deep24 learning experimentations. It consists of an input layer, a hidden layer and an output layer, resembling a three layer feed forward neural network. However, it also has a context layer. This context layer is fed with the unweighted output from the hidden layer. The Elman network then remembers these values and outputs them on the next run of the neural network. These values are then sent, using a trainable weighted connection, back into the hidden layer. Elman neural networks are very useful for estimating sequences, since they have a limited short-term memory. The high estimation accuracies achieved from the Elman neural network relate to its deep24 learning architecture (including unsupervised feature extraction layer and supervised training based modelling layer), which provides state-space representation for dynamic systems and a recurrent neural equalizer.
Fire incidence was concentrated in northern Australia, although its centre of gravity typically shifted south between November and February (Figure 1). The predicted patterns were closely similar to the observed patterns (Table 2). The mean and standard error of the mean for estimation accuracy for the twelve test months were 92.19 (0.39), for sensitivity 95.09 (0.56), for specificity 94.31 (0.68), for false negatives 2.06 (0.43) and for true negatives 95.16 (0.60).
Discussion
The Elman ANN has been previously recommended for a related purpose26. Its limited short term memory may be the key to its success in estimating spatial patterns of fire incidence, as the incidences themselves feed back to the probability of new incidences. These spatial patterns were captured as physical features from the environmental gridded images. Its high degree of success in estimating fire incidence compared with previous attempts at estimation of fire over more restricted areas10,23,27, may be as much related to the input time and space scales as to method, as the stochastic component in fire incidence is logically likely to decrease with larger time slices and larger pixels. The shadow of false negatives from predicted incidences (Figure 1, Figure 2, Figure 3, Figure 4, Figure S3, Figure S4 and Figure S5) indicates that a small stochastic component lingers even at our coarse temporal and spatial scales. Not all areas that could potentially be burned do get burnt, because of the dynamics of the interaction of diurnal and nocturnal weather cycles and the spatial patterning of dry fuel and areas that have been recently burned do not carry fire.
Fuel is a major influence on fire incidence and spread. For example, fires in the Australian desert tend to be most extensive in wet years when fuel builds up to a sufficient amount and continuity to carry fire20. However, it appears that the importance of fuel levels in fire incidence at our spatiotemporal scale is subsumed within our climatic variables, or that spatial heterogeneity in fuel occurs at a finer scale than that of our analysis.
Because ignition of fire by human beings well outweighs ignition of fires by lightning20, the major natural cause, the predominance of climate in estimation is surprising on the surface. However, the accurate estimation of monthly fire incidence from monthly climatic data does not necessarily mean that human beings have little or no influence on fire incidence in Australia in the months of November-February. In temperate Australia, there is active discouragement of ignition and attempts at suppression after fires are lit, during weather that could result in uncontrollable wildfire. There is less government interference in fire incidence in the tropics and the desert country20. Prevention and suppression in temperate Australia may be having a spatially uniform effect on fire incidence, allowing climate to appear the sole influence. However, for the purpose of estimation of the response of wildfires to climate change, it may be safely assumed that the people of temperate Australia will not relax their vigilance in relation to summer fire, allowing our model to be used irrespective of the degree of anthropogenic influence, as long as that influence remains uniform within climatic regions.
Methods
An ANN requires an input and a known target for training the system. The training phase modulates the internal layers of the system based on the training inputs. Once the ANN system is trained, it is ready for testing. In the testing phase an ANN produces an output based on all combination of inputs. The Feed Forward Back Propagation, Cascade, Multi-Layer Perception, Time Delay, Recurrent, Radial Basis Function, Elman, Probabilistic, Regression and Learning Vector Quantization networks were applied to the same data sets to establish the best architecture as indicated by estimation accuracy ((TP + TN)/(TP + FN + FP + TN) where true positives = TP, true negatives = TN, false positives = FP, false negatives = FN). This was done to establish a comparative generalization capability of the proposed deep24 cognitive imaging system.
The selected Elman network for our deep24 learning mechanism uses a system of ordinary differential equations to model the effects on a neuron of the incoming spike train11.
For a neuron i in the network with action potential yi the rate of change of activation is given by:
Where:
τi: Time constant of postsynaptic node, yi: Activation of postsynaptic node, : Rate of change of activation of postsynaptic node, wij: Weight of connection from pre to postsynaptic node, σ(x): Sigmoid of x e.g. σ(x) = 1/(1 + e−x), yj: Activation of presynaptic node, θj: Bias of presynaptic node, Ii(t): Input (if any) to node.
The continuous recurrent neural network is a dynamic systems model of biological neural networks which has been widely used in deep learning mechanism24,26,11. The Elman artificial neural network has typically sigmoid artificial neurons in its hidden layer and linear artificial neurons in its output layer. In the present study, the MATLAB based design of the Elman network has three primary attributes, namely, “layerdelays” (row vector of increasing 0 or positive delays), “hiddenSizes” (row vector of one or more hidden layer sizes) and “trainFcn” (training function). The best performing Elman network’s “layerdelays” was 1:12, “hiddenSizes” was 135 and “trainFcn” was ‘trainlm'.
We used a gridded matrix of 670 rows and 813 columns for all input data sources. Six data segmentation regions were used for training and testing the network (Figure S1). The segments S1, S2, S4 and S5 have 335 rows and 300 columns. The segments S3 and S6 have 335 rows and 213 columns. The map-based image data (training inputs, testing inputs and training targets) were segmented into six smaller regions to maximize the learning speed while training and optimize the computational memory usage. Six dedicated Elman networks for each of these segments (S1–S6) were trained and tested individually. Final estimation results were constructed by combining the six segmented estimation outputs produced by the six individual networks. We calculated the following values for each of the months: estimation accuracy; sensitivity (TP / (TP + FN)); specificity (TN / (FP + TN)); where true positives = TP, true negatives = TN, false positives = FP, false negatives = FN.
The main motivation of the present study was to use publicly available climate data sources to establish an effective estimation of continental scale wildfire incidences. For the months of November, December, January and February we used the monthly average maps of total evaporation, sensible heat flux, precipitation, incoming solar irradiance, maximum temperature and soil moisture from the Australian Water Availability Project (AWAP28) data base and the monthly average maps of wind speed, vapour pressure and relative humidity from the Australian Bureau of Meteorology (BOM29). Our response variable was based on the data in the monthly Australian bushfire maps from NASA Active (NASAA) fire data (based on satellite images from EOSDIS30). In order to reduce the uncertainties associated with EOSDIS images, latitude-longitude combinations were averaged on 5-km gridded area to calculate representative wildfire locations. Image filtering techniques based on Australian vegetation mask and recorded land usage map were applied to remove the fire locations which were not in native vegetation. Principal components analysis based on singular value decomposition was used to provide least correlated input loadings hence maximum data variance.
Various training and testing data sets were formed from the integrated 10 year long data set comprising data for November, December, January and February, 2001–2010. The Elman method was used to establish the training-testing paradigm which maximized the generalization capability of the neural network architecture. Combinations of % training data and % testing data were varied from {10%–90%} to {50%–50%} to identify the best possible training-testing data balance to achieve maximum estimation accuracy with highest possible sensitivity and specificity. Elman neural network architecture was able to achieve maximum estimation accuracy when 70% of the data were used for training and 30% of the data were used for testing. We therefore used 2001–2007 for training and 2008–2010 for testing. Three training sets were made truly independent from the testing sets as this method provided us with high confidence in the experimental design.
References
Bond, W. J. & Keeley, J. E. Fire as a global ‘herbivore’: the ecology and evolution of flammable ecosystems. Trends Ecol. Evol. 20, 387–394 (2005).
Bowman, D. M. J. S. et al. Fire in the earth system. Science 324, 481–484 (2009).
Lohman, D. J., Bickford, D. & Sodhi, N. S. Cost of wildfire. Science 316, 376 (2007).
Gill, A. M. Landscape fires as social disasters: an overview of ‘the bushfire problem’. Glob. Envir. Ch. B 6, 65–80 (2005).
Mooney, S. D. et al. Late Quaternary fire regimes of Australasia. Quat. Sci. Rev. 30, 28–46 (2011).
Marlon, J. R. et al. Climate and human influences on global biomass burning over the past two millennia. Nature Geoscience 1, 697–702 (2008).
Boer, M. M., Sadler, R. J., Bradstock, R. A., Gill, A. M. & Grierson, P. F. Spatial scale invariance of southern Australian forest fires mirrors the scaling behaviour of weather events. Landsc. Ecol. 23, 899–913 (2008).
Spracklen, D. V. et al. Impacts of climate change from 2000 to 2050 on wildfire activity and carbonaceous aerosol concentrations in the western United States. J. Geophys. Res. 114, D20301 (2009).
Westerling, A. L. et al. 2011. Continued warming could transform Greater Yellowstone fire regimes by mid-21st century. PNAS 108, 13165–70 (2011).
Bradstock, R. A., Cohn, J. S., Gill, A. M., Bedward, M. & Lucas, C. Prediction of the probability of large fires in the Sydney region of south-eastern Australia using fire weather. Intnl. J. Wildland Fire 18, 932–943 (2009).
Elman, J. L. Finding structure in time. Cognitive Science 14, 179–211 (1990).
Giglio, L., van der Werf, G. R., Randerson, J. T., Collatz, G. J. & Kasibhatla, P. Global estimation of burned area using MODIS active fire observations. Atmosph. Chem. Phys. 6, 957–974 (2006).
Carmona-Moreno, C. et al. Characterizing interannual variations in global fire calendar using data from Earth observing satellites. Global Change Biology 11, 1537–1555 (2005).
Cary, G., Lindenmayer, D. & Dover, S. Australia Burning: Fire Ecology, Policy and Management Issues (CSIRO Publishing, CSIRO submission, Melbourne, 2003).
Hennessy, K. J. et al. Climate Change Impacts on Fire-Weather in South-East Australia Report C/1061. (CSIRO Publishing, CSIRO submission, Melbourne, 2006).
Clarke, H., Lucasc, C. & Smith, P. Changes in Australian fire weather between 1973 and 2010. Int. J. Climatol. 33, 931–944 (2013).
Byram, G. M. (1959) Combustion of forest fuels. Forest Fire: Control and Use pp. 61–89 (McGrawHill Book Co, 1959).
Goldammer, J. G. & Price, C. Potential impacts of climate change on fire regimes in the tropics based on MAGICC and a GISS GCM-derived lightning model. Climatic Change 39, 273–296 (1998).
Luke, R. H. Bushfire control in Australia (Hodder & Stoughton, 1961).
Russell-Smith, J. et al. Bushfire “down under”: patterns and implications of contemporary Australian burning. Intnl. J. Wildland Fire 16, 361–377 (2007).
McArthur, A. G. Forest Fire Danger Meter (Forest Research Institute, Forestry and Timber Bureau, Canberra, Australia, 1973).
Wilson, R. A. Observations of extinction and marginal burning states in free burning porous fuel beds. Combust. Sci. Technol. 44, 179–193 (1985).
Parisien, M. & Moritz, M. A. Environmental controls on the distribution of wildfire at multiple spatial scales. Ecol. Monogr. 79, 127–154 (2009).
Krizhevsky, A., Sutskever, I. & Hinton, G. E. ImageNet Classification with Deep Convolutional Neural Networks. Advances in Neural Information Processing 25, MIT Press, Cambridge, MA.
Alonso-Betanzosa, A. et al. An intelligent system for forest fire risk prediction and fire fighting management in Galicia. Expert Systems with Applications 25, 545–554 (2003).
Cheng, T. & Wang, J. Integrated spatio-temporal data mining for forest fire prediction. Trans. GIS 12(5), 591–611 (2008).
Bradstock, R. A. A biogeographic model of fire regimes in Australia: current and future implications. Glob. Ecol. Biogeogr. 19, 145–158 (2010).
Australian Water Availability Project Website: http://www.eoc.csiro.au/awap/ (September 2013).
Australian Bureau of Meteorology web homepage: http://www.bom.gov.au/ (September 2013).
The NASA FIRMS MODIS Archive Download service Website: http://earthdata.nasa.gov/data/near-real-time-data/firms/active-fire-data#tab-content-7 (September 2013).
Acknowledgements
The authors wish to thank the Intelligent Sensing and Systems Laboratory, CSIRO Computational Informatics and the Tasmanian node of the Australian Centre for Broadband Innovation for providing a capability grant that helped to conduct this research. The authors would like to thank Peter Briggs for providing access to the AWAP database. The authors also acknowledge the use of FIRMS data and imagery from the Land Atmosphere Near-real time Capability for EOS (LANCE) system operated by the NASA/GSFC/Earth Science Data and Information System (ESDIS) with funding provided by NASA/HQ.
Author information
Authors and Affiliations
Contributions
R.D. and J.A. conceived and designed the experiments. R.D. led development of the cognitive imaging systems and its implementation. J.A. performed NASA-MODIS image and other data processing. A.D. performed data experiments with various neural networks and helped to design optimum network architecture. J.B.K. suggested the research question and wrote a substantial part of the manuscript. R.D., J.A., A.D. also contributed to the writing of the final manuscript.
Ethics declarations
Competing interests
The authors declare no competing financial interests.
Additional information
All protocols and methods remain freely available for academic and non-profit research in perpetuity and supported by the authors published under CC-BY-NC-ND.
Electronic supplementary material
Supplementary Information
SUPPLEMENTARY FIGURE and INFO
Rights and permissions
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/3.0/
About this article
Cite this article
Dutta, R., Aryal, J., Das, A. et al. Deep cognitive imaging systems enable estimation of continental-scale fire incidence from climate data. Sci Rep 3, 3188 (2013). https://doi.org/10.1038/srep03188
Received:
Accepted:
Published:
DOI: https://doi.org/10.1038/srep03188
This article is cited by
-
Gradient boosting with extreme-value theory for wildfire prediction
Extremes (2023)
-
Improving prediction and assessment of global fires using multilayer neural networks
Scientific Reports (2021)
-
Characterization of hidden rules linking symptoms and selection of acupoint using an artificial neural network model
Frontiers of Medicine (2019)