Skip to content

This repository contains the codes for the JSTARS paper: DAT-CNN: Dual Attention Temporal CNN for Time-Resolving Sentinel-3 Vegetation Indices.

Notifications You must be signed in to change notification settings

ibanezfd/DATCNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

DAT-CNN: Dual Attention Temporal CNN for Time-Resolving Sentinel-3 Vegetation Indices

This repository contains the codes for the JSTARS paper: DAT-CNN: Dual Attention Temporal CNN for Time-Resolving Sentinel-3 Vegetation Indices. The synergies between Sentinel-3 (S3) and the forthcoming Fluorescence Explorer (FLEX) mission bring us the opportunity of using S3 vegetation indices (VI) as proxies of the solar-induced chlorophyll fluorescence (SIF) that will be captured by FLEX. However, the highly dynamic nature of SIF demands a very temporally accurate monitoring of S3 VIs to become reliable proxies. In this scenario, this paper proposes a novel temporal reconstruction convolutional neural network (CNN), named dual attention temporal CNN (DAT-CNN), which has been specially designed for time-resolving S3 VIs using S2 and S3 multi-temporal observations. In contrast to other existing techniques, DAT-CNN implements two different branches for processing and fusing S2 and S3 multi-modal data while further exploiting inter-sensor synergies. Besides, DAT-CNN also incorporates a new spatial-spectral and temporal attention module to suppress uninformative spatial-spectral features while focusing on the most relevant temporal stamps for each particular prediction. The experimental comparison, including several temporal reconstruction methods and multiple operational Sentinel data products, demonstrates the competitive advantages of the proposed model with respect to the state-of-the-art.

alt text

Usage

./codes/model.m is the proposed DAT-CNN model.

./codes/main.m is the main script.

The complete dataset and information of every coupled Sentinel-2/Sentinel-3 pair used in the experimentation can be found in: https://bit.ly/3Kkxp2F

Citation

@article{ibanez2022dat,
  title={DAT-CNN: Dual Attention Temporal CNN for Time-Resolving Sentinel-3 Vegetation Indices},
  author={Ibanez, Damian and Fernandez-Beltran, Ruben and Pla, Filiberto and Yokoya, Naoto},
  journal={IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing},
  year={2022},
  publisher={IEEE}
}

References

[1] R. Fernandez-Beltran, D. Ibanez, J. Kang, and F. Pla, “Time-resolved Sentinel-3 vegetation indices via inter-sensor 3-d convolutional regression networks,” IEEE Geoscience and Remote Sensing Letters, 2021.

About

This repository contains the codes for the JSTARS paper: DAT-CNN: Dual Attention Temporal CNN for Time-Resolving Sentinel-3 Vegetation Indices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages