Giter Site home page Giter Site logo

rim-chan / cloud-segmentation-using-dl Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 40 KB

Cloud segmentation using deep learning.

Jupyter Notebook 100.00%
cloud-segmentation deep-learning image-segmentation python pytorch satellite-imagery segmentation sentinel computer-vision remote-sensing

cloud-segmentation-using-dl's Introduction

Cloud-Segmentation-Using-DL

This project studied cloud segmentation, a major nuisance in optical remote sensing-based applications. The analysis was based on the 95-Cloud dataset, publicly available on Kaggle โ€“ a competition platform. This dataset encapsulates the medium resolution Landsat-8 L1C scenes, each with 4 channel data (red, green, blue and near-infrared) and a corresponding ground truth mask. This report explores the above problem by extracting semantic maps of clouds in medium resolution Landsat-8 satellite images. Devising it as a supervised learning problem, a comparative analysis of state of the art deep neural network architectures, namely, Vanilla Unet, Unet++, Efficient Net, and Unet with a ResNet backbone, that are commonly used for the the task of semantic segmentation were designed, implemented and experimentally evaluated. Furthermore, I investigated the reliability of transfer learning for such a problem. Both pretrained and untrained models were considered. VGG16 and ResNet34 that are typically used for classification tasks were used in this case as a feature extractor (encoder). A slight modification that involves removing the classifier (top layer) and designing a decoder was applied to these networks.

As opposed to what is commonly accepted within the computer vision research community, transfer learning was found to be inefficient for satellite imagery. It was computationally expensive and resulted in a marginal improvement compared to the untrained versions. Conversely, U-Net++ outperformed the rest and generated very accurate results, suggesting that classifying remote sensing images could highly benefit from ensemble learning. To the best of my knowledge, this fairly new network was not tested before on satellite images. Based on these results, I found it to be a very powerful and an accurate network and should be adopted for further investigations, and for other remote sensing based applications. The Dice binary cross entropy (BCE) loss function seems to be suitable to this case study as compared to the standard binary cross entropy (BCE), Dice loss, or even the negative log dice loss functions. As these were biased and easily drowned by the majority class.

cloud-segmentation-using-dl's People

Contributors

rim-chan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.