Mapping Leaf Area Index with a Smartphone and Gaussian Processes

Manuel Campos-Taberner,Franciso Javier García-Haro,Álvaro Moreno,María Amparo Gilabert,Sergio Sánchez-Ruiz,Beatriz Martínez,Gustau Camps-Valls
DOI: https://doi.org/10.1109/LGRS.2015.2488682
2020-12-07
Abstract:Leaf area index (LAI) is a key biophysical parameter used to determine foliage cover and crop growth in environmental studies. Smartphones are nowadays ubiquitous sensor devices with high computational power, moderate cost, and high-quality sensors. A smartphone app, called PocketLAI, was recently presented and tested for acquiring ground LAI estimates. In this letter, we explore the use of state-of-the-art nonlinear Gaussian process regression (GPR) to derive spatially explicit LAI estimates over rice using ground data from PocketLAI and Landsat 8 imagery. GPR has gained popularity in recent years because of their solid Bayesian foundations that offers not only high accuracy but also confidence intervals for the retrievals. We show the first LAI maps obtained with ground data from a smartphone combined with advanced machine learning. This work compares LAI predictions and confidence intervals of the retrievals obtained with PocketLAI to those obtained with classical instruments, such as digital hemispheric photography (DHP) and LI-COR LAI-2000. This letter shows that all three instruments got comparable result but the PocketLAI is far cheaper. The proposed methodology hence opens a wide range of possible applications at moderate cost.
Signal Processing,Applications
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to estimate the Leaf Area Index (LAI) by using smart phones and Gaussian Process Regression (GPR), and generate high - resolution LAI maps. Specifically, the paper explores the following issues: 1. **Limitations of existing methods**: - Traditional LAI measurement methods (such as Digital Hemispherical Photography (DHP) and LI - COR LAI - 2000) are accurate but costly and complex to operate. - Existing indirect methods (such as optical instruments) require complex equipment and technical support. 2. **Application potential of smart phones**: - As a low - cost, easily accessible, and computationally powerful device, can smart phones be used for LAI estimation? - By using a mobile application named PocketLAI, combined with ground data and satellite images (such as Landsat 8), can efficient and accurate LAI estimation be achieved? 3. **Application of Gaussian Process Regression**: - Explore the application of non - parameterized Gaussian Process Regression in LAI estimation, especially its advantages in providing predicted values and their confidence intervals. - Verify the accuracy, stability, and reliability of GPR when processing LAI data. 4. **Comparison with traditional methods**: - Compare the method based on PocketLAI and GPR with traditional methods (such as DHP and LI - COR LAI - 2000) to evaluate their performance differences. - Compare the performance of different methods in terms of precision, bias, and goodness - of - fit. 5. **Feasibility of practical applications**: - Explore the application potential of this new method in actual environmental monitoring and crop growth research. - Evaluate the feasibility and economy of this method in large - scale promotion. Through these studies, the paper aims to verify the effectiveness and practicality of smart phones combined with advanced machine - learning algorithms (such as GPR) in biophysical parameter estimation, providing references for future research and applications. ### Formula summary The main formulas involved in the paper are as follows: - **Gaussian Process Regression model**: \[ y_n = f(x_n) + \epsilon_n, \quad \epsilon_n \sim \mathcal{N}(0, \sigma^2) \] where \( y_n \) is the observed value, \( f(x_n) \) is the latent function, and \( \epsilon_n \) is Gaussian noise. - **Posterior distribution**: \[ p(y^* | x^*, D) = \mathcal{N}(y^* | \mu_{GP}^*, \sigma_{GP}^{*2}) \] \[ \mu_{GP}^* = k_f^* (K_{ff} + \sigma^2 I)^{-1} y = k_f^* \alpha \] \[ \sigma_{GP}^{*2} = \sigma^2 + k_{**} - k_f^{*T} (K_{ff} + \sigma^2 I)^{-1} k_f^* \] These formulas show how Gaussian Process Regression performs non - parameterized regression through the Bayesian framework and provides predicted values and their confidence intervals.