Status: Archive (code is provided as-is, no updates expected)
This repo contains the code to reproduce the results obtained on the paper "Mapping Slums with Deep Learning Feature Extraction" to be presented at the CDCEO 2022: 2nd Workshop on Complex Data Challenges in Earth Observation (IJCAI-ECAI 2022).
baseline.py
trains a supervised model for each location.
generating_features.py
generates features (unsupervised learning) for each location.
creating_raster_complexity.py
creates a raster file with the topological complexity of the areas of interest.
results_analysis.py
analyses the results obtained using unsupervised learning.
visualisations_paper.py
produces the graphs shown in the paper.
useful_functions.py
contains functions that are used multiple times in different scripts.
The Sentinel-2 data used in this study is available at: https://frontierdevelopmentlab.github.io/informal-settlements/. The other data used in the paper (Topological Analysis of Crowdsourced Digital Maps) can be accessed here.
@inproceedings{mattosMappingSlumsDeep2022,
title = {Mapping {{Slums}} with {{Deep Learning Feature Extraction}}},
booktitle = {Proceedings of the {{Second Workshop}} on {{Complex Data Challenges}} in {{Earth Observation}} ({{CDCEO}} 2022)},
author = {Mattos, Agatha and Bertolotto, Michela and McArdle, Gavin},
editor = {Gruca, Aleksandra and Robinson, Caleb and Yokoya, Naoto and Zhou, Jun and Ghamisi, Pedram},
year = {2022},
month = jul,
series = {{{CEUR Workshop Proceedings}}},
volume = {3207},
pages = {27--32},
publisher = {{CEUR}},
address = {{Vienna, Austria}},
issn = {1613-0073},
langid = {english}
}