Building and Road Segmentation Using EffUNet and Transfer Learning Approach
This work addresses urban planning needs by improving segmentation accuracy for policymakers, but it is incremental as it adapts existing methods to a specific domain.
The paper tackled building and road segmentation from aerial images by proposing a novel architecture combining EfficientNetV2 as an encoder with a UNet decoder, achieving mIOU scores of 0.8365 for buildings and 0.9153 for roads on the Massachusetts dataset.
In city, information about urban objects such as water supply, railway lines, power lines, buildings, roads, etc., is necessary for city planning. In particular, information about the spread of these objects, locations and capacity is needed for the policymakers to make impactful decisions. This thesis aims to segment the building and roads from the aerial image captured by the satellites and UAVs. Many different architectures have been proposed for the semantic segmentation task and UNet being one of them. In this thesis, we propose a novel architecture based on Google's newly proposed EfficientNetV2 as an encoder for feature extraction with UNet decoder for constructing the segmentation map. Using this approach we achieved a benchmark score for the Massachusetts Building and Road dataset with an mIOU of 0.8365 and 0.9153 respectively.