Home

Awesome

Semantic Segmentation of Satellite Images Using Point Supervision

Master Thesis by Jannis Kambach, WWU Münster

Motivation

Considering the steadily growing volume of available satellite images and the increasing importance of deep learning for analyzing them on a larger scale, the main goal of this work is to evaluate weakly superised learning as an approach to reduce the dependence on manually created labels. As shown by Bearman et al., a segmentation model trained on point-lables can outperform a fully supervised model given the same annotation time budget.

Summary of the Main Findings

Implementation

Usage

The preprocessing script expects a dataset of satellite images consisting of 1km x 1km GeoTIFF files alongside a shapefile for the labels. The main contributions are the custom loss functions in the losses folder.