burakekim / LULCMapping-WV3images-CORINE-DLMethods

Land Use and Land Cover Mapping Using Deep Learning Based Segmentation Approaches and VHR Worldview-3 Images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Land Use and Land Cover Mapping Using Deep Learning Based Segmentation Approaches and VHR Worldview-3 Images

This repository contains the code for the paper Land Use and Land Cover Mapping Using Deep Learning Based Segmentation Approaches and VHR Worldview-3 Images

Aim

In this research, we generated a new benchmark dataset from VHR Worldview-3 images for twelve different LULC classes of two different geographical locations. We evaluated the performance of different segmentation architectures and encoders to find out the best solution to create highly accurate LULC maps.

Framework

The framework of this study is detailed as follow.

alt text

Sample Outputs

alt text alt text

Dataset and Weights

Dataset Model F-1 Score IoU Weights
Aksu DeepLabv3+ Resnext-50_32x_4d 94.35 89.46 weights
Kestel DeepLabv3+ Resnext-50_32x_4d 89.65 89.76 weights
Aksu + Kestel Combined DeepLabv3+ Resnext-50_32x_4d 92.85 92.83 weights

The dataset and the weights can be found here.

System-specific notes

The code was implemented in Python(3.8) and PyTroch(1.14.0) on Windows OS. The segmentation models pytorch library is used as a baseline for implementation. Apart from main data science libraries, RS-specific libraries such as GDAL, rasterio, and tifffile are also required.

Citation

Please kindly cite our paper if this code and the dataset used in the study is useful for your research.

Sertel, E.; Ekim, B.; Ettehadi Osgouei, P.; Kabadayi, M.E. Land Use and Land Cover Mapping Using Deep Learning Based Segmentation Approaches and VHR Worldview-3 Images. Remote Sens. 2022, 14, 4558. https://doi.org/10.3390/rs14184558

About

Land Use and Land Cover Mapping Using Deep Learning Based Segmentation Approaches and VHR Worldview-3 Images

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%