Deep Interpolation of Remote Sensing Land Surface Temperature Data with Partial Convolutions

  • 0Department of Computer Science IV, University of Bonn, 53121 Bonn, Germany.

|

|

Summary

This summary is machine-generated.

This study introduces a new method for interpolating Land Surface Temperature (LST) data from remote sensing, overcoming cloud cover issues. The approach uses ground-site air temperature and deep learning to achieve 100% data coverage and improve accuracy.

Area Of Science

  • Earth Science
  • Remote Sensing
  • Environmental Monitoring

Background

  • Land Surface Temperature (LST) is crucial for various applications, but remote sensing data (e.g., MODIS LST) are often obscured by clouds.
  • Existing statistical interpolation methods struggle to integrate local knowledge and dependencies for accurate LST gap-filling.

Purpose Of The Study

  • To develop a novel approach for interpolating remote sensing LST data by incorporating local ground-site air temperature measurements.
  • To address the limitations of current methods in handling cloud-induced data gaps and improving LST data utility.

Main Methods

  • A two-step method was employed: first, learning LST from air temperature at ground stations, and second, using a U-Net deep learning architecture with partial convolutions for remaining interpolations.
  • This approach integrates local meteorological data with advanced deep learning techniques for enhanced spatial and temporal LST reconstruction.

Main Results

  • The proposed method achieved a 44% improvement in Root Mean Square Error (RMSE) compared to state-of-the-art statistical interpolation techniques.
  • The approach successfully provided 100% data coverage, even in areas with no valid LST measurements, by leveraging air temperature data.

Conclusions

  • The novel interpolation technique significantly enhances the accuracy and completeness of remote sensing LST data.
  • This gapless, high-resolution LST data enables fuller utilization of valuable remote sensing resources for environmental studies.

Related Concept Videos

Deconvolution 01:20

159

Deconvolution, also known as inverse filtering, is the process of extracting the impulse response from known input and output signals. This technique is vital in scenarios where the system's characteristics are unknown, and they must be inferred from the observable signals.
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...

Convolution Properties II 01:17

199

The important convolution properties include width, area, differentiation, and integration properties.
The width property indicates that if the durations of input signals are T1 and T2, then the width of the output response equals the sum of both durations, irrespective of the shapes of the two functions. For instance, convolving two rectangular pulses with durations of 2 seconds and 1 second results in a function with a width of 3 seconds.
The area property asserts that the area under the...

Precipitation Gravimetry 01:03

6.3K

Precipitation gravimetry is based on converting an analyte into a sparingly soluble precipitate, which is separated by filtration and weighed. An ideal precipitate should be pure, insoluble, of known composition, and easily filtered from the reaction mixture.
In determining nickel by gravimetric analysis, a precipitant of ethanolic dimethylglyoxime is added to a hot nickel salt solution. This is quickly followed by the dropwise addition of dilute ammonia solution until precipitation occurs. A...

Convolution Properties I 01:20

147

Convolution computations can be simplified by utilizing their inherent properties.
The commutative property reveals that the input and the impulse response of an LTI (Linear Time-Invariant) system can be interchanged without affecting the output:

The associative property suggests that the merged convolution of three functions remains unchanged regardless of the sequence of convolution. For instance, for three functions x(t), h(t), and g(t) is written as,

When two LTI systems with impulse...

Convolution: Math, Graphics, and Discrete Signals 01:24

252

In any LTI (Linear Time-Invariant) system, the convolution of two signals is denoted using a convolution operator, assuming all initial conditions are zero. The convolution integral can be divided into two parts: the zero-input or natural response and the zero-state or forced response, with t0 indicating the initial time.
To simplify the convolution integral, it is assumed that both the input signal and impulse response are zero for negative time values. The graphical convolution process...

Reconstruction of Signal using Interpolation 01:10

195

Signal processing techniques are essential for accurately converting continuous signals to digital formats and vice versa. When a continuous signal is sampled with a period T, the resulting sampled signal exhibits replicas of the original spectrum in the frequency domain, spaced at intervals equal to the sampling frequency. To handle this sampled signal, a zero-order hold method can be applied, which creates a piecewise constant signal by retaining each sample's value until the next...