Skip to content

Multi-scale patch-wise semantic segmentation of satellite images using U-Net architecture.

Notifications You must be signed in to change notification settings

TheivanPasu/VCS_Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multi-scale patch-wise semantic segmentation of satellite images using U-Net architecture

Authors:

Abstract:

This paper presents a semantic segmentation technique for satellite images using deep convolutional neural networks. We utilize the DeepGlobe Land Cover Classification dataset and employ a patch-wise pre-processing pipeline, including image rescaling and data augmentation, to improve the representation of input image features and cope with computational challenges. The imbalance between classes is addressed by weighting the multi-class cross entropy loss function. We implement a U-Net architecture as the baseline and demonstrate improvements with our approach. We also compare it with the state-of-the-art model, DeepLabV3+, fine-tuned on the dataset. The results indicate that our method achieves competitive performance according to the chosen metrics, showing its effectiveness in accurately segmenting satellite images. It outperforms the DeepGlobe challenge baseline score and it is comparable to the competition winners.

Alt Text

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%