Learning Radiative Transfer Models for Climate Change Applications in Imaging Spectroscopy
Shubhankar Deshpande, Brian D. Bue, David R. Thompson, Vijay Natraj,, Mario Parente

TL;DR
This paper introduces a neural network-based algorithm that efficiently emulates radiative transfer models, significantly speeding up spectroscopy data processing for climate change applications, enabling more scalable and timely environmental analysis.
Contribution
The work develops a neural network approach to emulate radiative transfer models, reducing computational costs and facilitating large-scale climate-related remote sensing analysis.
Findings
Achieved a multifold speedup in RTM processing time.
Demonstrated effective emulation accuracy of radiative transfer models.
Enabled scalable analysis of spectroscopy data for climate change studies.
Abstract
According to a recent investigation, an estimated 33-50% of the world's coral reefs have undergone degradation, believed to be as a result of climate change. A strong driver of climate change and the subsequent environmental impact are greenhouse gases such as methane. However, the exact relation climate change has to the environmental condition cannot be easily established. Remote sensing methods are increasingly being used to quantify and draw connections between rapidly changing climatic conditions and environmental impact. A crucial part of this analysis is processing spectroscopy data using radiative transfer models (RTMs) which is a computationally expensive process and limits their use with high volume imaging spectrometers. This work presents an algorithm that can efficiently emulate RTMs using neural networks leading to a multifold speedup in processing time, and yielding…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAtmospheric and Environmental Gas Dynamics · Urban Heat Island Mitigation · Remote-Sensing Image Classification
MethodsCorrelation Alignment for Deep Domain Adaptation
Learning Radiative Transfer Models for Climate Change Applications in Imaging Spectroscopy
Shubhankar Deshpande
Brian D. Bue
David R. Thompson
Vijay Natraj
Mario Parente
Abstract
According to a recent investigation, an estimated 33-50% of the world’s coral reefs have undergone degradation, believed to be as a result of climate change (Hoegh-Guldberg et al., 2018). A strong driver of climate change and the subsequent environmental impact are greenhouse gases such as methane. However, the exact relation climate change has to the environmental condition cannot be easily established. Remote sensing methods are increasingly being used to quantify and draw connections between rapidly changing climatic conditions and environmental impact. A crucial part of this analysis is processing spectroscopy data using radiative transfer models (RTMs) which is a computationally expensive process, and limits their use with high volume imaging spectrometers. This work presents an algorithm that can efficiently emulate RTMs using neural networks leading to a multifold speedup in processing time, and yielding multiple downstream benefits.
Machine Learning, Imaging, Earth Science, Climate Change
1 Introduction
Acquatic ecosystems such as coral reefs, kelp beds, seagrass and wetlands serve key roles to sustain the coastal marine populations. They serve as major sites of nutrient cycling, transport, and carbon storage. They occupy only 0.1% area of the ocean, but they are massive reservoirs of biodiversity (Roberts et al., 2002; Bruckner, 2002) and provide shelter to and support over 25% of all marine species on the planet (WWF, ). However the balance within these coastal ecosystems is fragile, and is being increasingly threatened due to climate change (Eakin et al., 2010; Nicholls et al., 2007) Among these include dangers such as ocean acidification, industrial runoff, and overfishing (Hoegh-Guldberg et al., 2007). While these stressors are evident while analyzing effects on a local scale, the data is insufficient to characterize global scale effects. A large contributor to these stressors is Methane, which is a powerful greenhouse gas that is strongly linked with other trace gases as the cause of global warming, and is the focus of numerous air quality and public health policies (Duren et al., 2017). Many current methane monitoring methods are limited to regional or coarser scale resolution and often cannot detect individual sources. This is a gap that remote sensing111The term remote sensing is used interchangeably with imaging spectroscopy henceforth. based techniques have successfully been able to bridge (Hochberg et al., 2003).
The field of imaging spectroscopy itself has a long history that can be traced back to early instruments built at NASA’s Jet Propulsion Laboratory in the early 1980s (Gao et al., 2009). These instruments were built to measure the solar radiance after reflection from the earth’s surface. These measurements can then be analyzed to recover valuable atmospheric and surface properties. Recently, there has been a growing interest to use these instruments to assess the environmental effects of climate change including:
- •
Oceanic effects: Monitor ocean circulation, measure the ocean temperature and wave heights, and track sea ice (NOAA, 2009).
- •
Land effects: Track changes in land vegetation, deforestation, and examine the health of indigenous plants and crops (Guo et al., 2013).
- •
Atmospheric pollution: Quantify worldwide emissions, concentrations of air pollutants, and their trends. (National Academies of Sciences & Medicine, 2018).
Though these are examples scenarios in which imaging spectrometers have successfully been used till date, the near future presents an unprecedented opportunity for rapid progress in applications of remote sensing to benefit society, due to recent computing advances. (National Academies of Sciences & Medicine, 2018).
However, the process of recovering surface properties from imaging data collected by spectrometers is fraught with challenges. Of crucial concern among these is the accurate removal of atmospheric effects from the radiation incident on the sensor. These effects are introduced since the solar radiation on the Sun-surface-sensor path is subject to atmospheric effects such as scattering and absorption. Recovering the true surface parameters requires inverting the measurement with a physical model of the atmospheric radiative transfer in a process called atmospheric correction.
A fundamental component of this process is Radiative Transfer Models (RTMs) (Stamnes et al., 2017), which are responsible for solving the general equations of radiative transport based on known input parameters (such as solar radiance and surface characteristics). This is a computationally expensive process which has to be potentially be run on millions of spectra acquired by high bandwidth imaging spectrometers. Since these instruments produce too high a quantity of data to be processed with an RTM, typically RTMs are used to calculate lookup tables based on the atmospheric conditions observed during image acquisition. These lookup tables can then be used for interpolation during runtime instead of running the full forward RTM computation. Though this approach works in practice, we can only precompute values for a limited number of parameters, since the number of samples needed to represent the state space grows exponentially with the number of input variables. An alternative solution would be to speed up RTMs such that they could be efficiently used at runtime. This would yield multiple downstream benefits during analysis, including enabling the remote sensing community to pursue new surface retrieval and optimal estimation (OE) approaches.
2 Learning Radiative Transfer Models
Recent work suggests using non parametric function estimation through models such as Gaussian processes (Martino et al., 2017), or neural networks (Verrelst et al., 2016; Thompson et al., 2018a; Bue et al., 2019) for emulating RTMs. The training dataset would consist of data generated through RTMs over the required range of surface and atmospheric parameters. A function approximator trained on this datd could then act as the RTM for the process of inversion, without having to actually solve the underlying differential equation. To better model the dataset, we designed a neural network architecture that better models the underlying physical parameter space. This section aims to introduce the core ideas behind the RTM emulation technique we designed.
2.1 Decomposition of parameter space
The radiative transfer function can be analytically decomposed into intermediate quantities that are easier to model, which include: solar illumination components, and top of atmosphere reflectance (TOA) , which is normalized for the solar illumination. The quantities and can then be used to infer the corresponding radiance.
2.2 Monochromatic subnetworks
The observed radiance within any wavelength channel can be fully specified channel specific the parameters. Formally, absent any prior distribution that couples the influence of neighboring wavelengths, the radiance across channels become conditionally independent of each other given the channel parameters. This insight permits us to decompose the RTM into intermediate functions for different wavelength channels. Using this insight, we can train subnetworks that regress on radiance values in a single channel, instead of regressing across the entire wavelength spectrum. Another benefit of this approach is that the partial derivatives of the radiance channels with respect to their surface reflectance are independent of each other, which simplifies analytical Jacobians calculations during iterative gradient descent inversions (Thompson et al., 2018b).
2.3 Weight Propagation
The spectral responses for adjacent wavelengths are often correlated, and hence we use the converged weights from subnetworks of previous channels as priors for training the current subnetwork. These weights can then be fine-tuned to estimate the radiances for the current channel. In comparison to training subnetworks from scratch, this approach yields a substantial reduction in training time along with improved accuracy.
3 Experiments
We investigate the performance of the neural RTM using data collected by the PRISM (Mouroulis et al., 2008, 2014) imaging spectrometer. The state space consists of the surface reflectance and the state vector containing other parameters relevant to retrieval. A set of values were identified for the input state vector that correspond to typical measurement conditions. For ground truth training data, we generated RTM output using libRadtran, with input parameters relevant to the experiment.
Algorithm 1 describes the procedure used to train the neural RTM. We use a standard feed forward architecture with two hidden layers, and ReLU (Nair & Hinton, 2010) activation. The subnetwork weights corresponding to the first channel were initialized (Glorot & Bengio, 2010) and the training of subsequent subnetworks used weight propagation. Subnetworks were optimized (Kingma & Ba, 2015), and trained until the mean absolute error converged to with 0.1%, or the maximum number of epochs were reached. Figure 2, shows a plot of the predicted using the neural RTM vs the standard radiative transfer code (libRadtran), which matches to within 0.1% mean absolute error. The code used to train the neural RTM has been released 222https://github.com/dsmbgu8/isofit/.
4 Discussion
We have shown that it is possible to use non parametric function estimation models for the task of emulating radiative transfer. In the process we introduced a network architecture and training techniques that help to better model the underlying physical parameter space. This formulation offers a path to increase the interpolation accuracy of current approaches, reduce the runtime by several orders of magnitude, and will enable the imaging community to pursue new surface retrieval approaches. More broadly, the field of remote sensing and earth science are ripe for impact due to the exponential growth rate in data generation coupled with recent developments in machine learning. We have presented one such example of research that will have potential impact in enabling the earth science community to understand, quantify and draw connections between rapidly changing climatic conditions and environmental impact.
Acknowledgements
We thank Michael Eastwood and Robert O. Green for providing expertise in the theory and application of imaging spectroscopy and atmospheric correction methods. We further thank Terry Mullen for contributing to the analysis and generating RTM outputs. This work was undertaken in part at the Jet Propulsion Laboratory, California Institute of Technology, under contract with NASA.
The reference list from the paper itself. Each links out to its DOI / PubMed record.
- 1Bruckner (2002) Bruckner, A. W. Life-saving products from coral reefs. Issues in Science and Technology , 18(3), 2002.
- 2Bue et al. (2019) Bue, B. D., Thompson, D. R., Deshpande, S., Eastwood, M., Green, R. O., Mullen, T., Natraj, V., and Parente, M. Neural network radiative transfer for imaging spectroscopy. Atmospheric Measurement Techniques Discussions , 2019:1–16, 2019.
- 3Duren et al. (2017) Duren, R., Thorpe, A., and Sander, S. California baseline methane survey, interim phase 1 report. 2017.
- 4Eakin et al. (2010) Eakin, C. M., Nim, C. J., Brainard, R. E., et al. Monitoring coral reefs from space. Oceanography , 23(4):118–133, 2010. ISSN 10428275, 2377617 X.
- 5Emde et al. (2016) Emde, C., Buras-Schnell, R., Kylling, A., et al. The libradtran software package for radiative transfer calculations (version 2.0.1). Geoscientific Model Development , 9(5):1647–1672, 2016.
- 6Gao et al. (2009) Gao, B.-C., Montes, M. J., Davis, C. O., and Goetz, A. F. Atmospheric correction algorithms for hyperspectral remote sensing data of land and ocean. Remote Sensing of Environment , 113:S 17 – S 24, 2009. ISSN 0034-4257. Imaging Spectroscopy Special Issue.
- 7Glorot & Bengio (2010) Glorot, X. and Bengio, Y. Understanding the difficulty of training deep feedforward neural networks. In AISTATS , 2010.
- 8Guo et al. (2013) Guo, H., Huang, Q., Li, X., Sun, Z., and Zhang, Y. Spatiotemporal analysis of urban environment based on the vegetation–impervious surface–soil model. Journal of Applied Remote Sensing , 8(1):1 – 17 – 17, 2013.
