Skip to content

The Google Earth Engine implementation of the BioNet algorithm to estimate biophysical parameters along with their uncertainties.

Notifications You must be signed in to change notification settings

IPL-UV/ee_BioNet

Repository files navigation

ee-BioNet

The Google Earth Engine implementation of the BioNet algorithm to estimate biophysical parameters along with their uncertainties.

Quantifying Uncertainty in High Resolution Biophysical Variable Retrieval with Machine Learning

The estimation of biophysical variables is at the core of remote sensing science, allowing a close monitoring of crops and forests. Deriving temporally resolved and spatially explicit maps of parameters of interest has been the subject of intense research. However, deriving products from optical sensors is typically hampered by cloud contamination and the trade-off between spatial and temporal resolutions. In this work we rely on the HIghly Scalable Temporal Adaptive Reflectance Fusion Model (HISTARFM) algorithm to generate long gap-free time series of Landsat surface reflectance data by fusing MODIS and Landsat reflectances. An artificial neural network is trained on PROSAIL inversion to predict monthly biophysical variables at 30 meters spatial resolution with associated, realistic uncertainty bars. We emphasize the need for a more thorough analysis of uncertainty, and propose a general and scalable approach to combine both epistemic and aleatoric uncertainties by exploiting Monte Carlo (MC) dropout techniques from the trained artificial network and the propagation of HISTARFM uncertainties through the model, respectively. A model recalibration was performed in order to provide reliable uncertainties. We provide new high resolution products of several key variables to quantify the terrestrial biosphere at 30 m Landsat spatial resolution and over large continental areas:

  • Leaf Area Index (LAI)
  • Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)
  • Canopy Water Content (CWC)
  • Fractional Vegetation Cover (FVC)

image

Figure 1: BioNet processing chain. We exploit high-resolution cloud-free data derived from the HISTARFM algorithm. The reflectances are used for the neural network to produce high-resolution (30m) estimates of biophysical parameters (LAI, FAPAR, FVC, CWC). The neural network is trained inverting PROSAIL.

image

Figure 2: BioNet results of prediction and uncertainties for LAI, FAPAR and FVC (August 2016).

An application to explore the results of BioNet without having a Google Earth Engine account can be found here:

https://ispguv.users.earthengine.app/view/high-resolution-parameter-retrieval-with-bionet

To add the GEE repository containing the BioNet source code to your GEE account click the link below:

https://code.earthengine.google.com/?accept_repo=users/ispguv/BioNet

image

Three source codes are available:

  1. bioNet_nested.js

This is the primary function of the BioNet algorithm. For further details, we recommend reading the main paper published in Remote Sensing of Environment. It computes the selected Biophysical Variable (LAI, FAPAR, FVC, or CWC) along with its associated total calibrated uncertainty (epistemic + aleatoric). This function is meant to be called from a different code for improved readability.

  1. bioNet_callExample_HISTARFM_gap_free

This code shows an example javascript code to call the main BioNet function and compute the desired biophysical parameter using the gap-filled data provided by the HISTARFM algorithm. Using HISTARFM fused reflectance data is the preferred input data for BioNet, as it offers continuous and reduced noise surface reflectance harmonized Landsat data. Along with the reflectance data, HISTARFM provides realistic and spatiotemporal explicit uncertainties for each band which are ideal for error propagation purposes.

image Figure 3: BioNet results with the provided code for predicting FAPAR with HISTARFM Landsat and MODIS fused data (August 2011).

  1. bioNet_callExample_Landsat_5

This code shows an example javascript code to call the BioNet function and compute the desired biophysical parameter using standard harmonized Landsat 5, 7, and 8 collection 2 surface reflectance data. Please, check this fantastic community tutorial by Justin Braaten to use any Landsat sensor after the harmonization process. In this script, the uncertainties of the bands are constant and need to be set in advance. The following values are not optimal and were set for illustrative purposes only.

var banderrors=[100,100,100,100,100,100]; //This values are for B1,B2,B3,B4,B5,B7 respectively

image Figure 4: BioNet results with the provided code for predicting FAPAR with standard Landsat 5 surface reflectance data (August 2011).

If you use bioNet and this repository, please cite it as follow:

APA:

Martínez-Ferrer, L. Moreno-Martínez, Á., Campos-Taberner, M., García-Haro, F. J., Muñoz-Marí, J., Running, S. W., Kimball J., Clinton, N. & Camps-Valls, G. (2022). Quantifying uncertainty in high resolution biophysical variable retrieval with machine learning. Remote Sensing of Environment, 280, 113199.

BibTeX:

@article{martinez2022quantifying, title = {Quantifying uncertainty in high resolution biophysical variable retrieval with machine learning}, author = {Laura Martínez-Ferrer and {'A}lvaro Moreno-Mart{'\i}nez and Manuel Campos-Taberner and Francisco Javier Garc{'\i}a-Haro and Jordi Mu{~n}oz-Mar{'\i} and Steven W. Running and John Kimball and Nicholas Clinton and Gustau Camps-Valls}, journal = {Remote Sensing of Environment}, volume = {280}, pages = {113199}, publisher={Elsevier} }

If you have any further questions or doubts, please don't hesitate to contact us.

About

The Google Earth Engine implementation of the BioNet algorithm to estimate biophysical parameters along with their uncertainties.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published