Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.47 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.47 KB

WetNet

WetNet: An Ensemble SAR/Optical Deep model for Wetland Mapping

This repository shares the model developed for mapping complex wetlands. The input data consists of multi-temporal images of dual-polarized Sentinel-1 SAR and multi-spectral Sentinel-2 imagery. The architecture of the model is an ensemble of three parallel deep modules, with each module capturing different temporal or spatial features from the inputs. The outputs of these modules are combined to estimate the label corresponding to the wetland class.

Paper

Link to the paper:

IEEE

ResearchGate

Citation

If you find this work useful, please cite us in your work:

@article{WetNet,
    title = {WetNet: A spatial–temporal ensemble deep learning model for wetland classification using Sentinel-1 and Sentinel-2},
    author = {Hosseiny B., Mahdianpari M., Brisco B., Mohammadimanesh F., Salehi B.},
    year = {2021},
    journal = {IEEE transactions on geoscience and remote sensing},
    pages = {1-14},
    url = {https://ieeexplore.ieee.org/abstract/document/9576524/},
    doi = {10.1109/TGRS.2021.3113856}
}