Giter Club home page Giter Club logo

satellite-image-segmentation's Introduction

satellite-image-segmentation

This was my final project at the Metis Data Science Bootcamp. It was done as part of a partnership with Digital Globe, utilizing images from their WorldView-3 satellite to perform image segmentation.

Project Goal

In my project, I performed image segmentation on satellite imagery from Shanghai in an attempt to map out the location of farmland. In the course of the project, I was able to extend to segmenting multiple classes, but for the purposes of the presentation, my focus was on farmland.

I decided to map out farmland in Shanghai because I feel it highlights a powerful aspect of satellite image segmentation. It gives us the ability to track changes in critical changes in environment and landscape over time. As a city that used to be surrounded by farmland, which has exploded in population in recent years, Shanghai was a natural city to begin my exploration.

What is Image Segmentation?

Many people are familiar with computer vision applications in image classification, in which the program determines what object is represented in an image. This requires predicting a single value for each image.

With segmentation, however, we need to predict a representation for each individual pixel.

As with classification, convolutional neural networks are commonly used for segmentation tasks. It's also standard practice to utilize classification architectures (minus the final output layers) to develop a sense of what is in an image.

By converting any dense layers to convolutional, we're also able to get a better sense of spatial representation for which classes are most probable in each individual region. Unfortunately, the pooling layers of the classification phase leave us with only a few large regions on which to predict. To get more precise layers, we need to add several upsampling (or transverse convolutional) layers to our model.

You can see some of the results of this process below.

Workflow

To accomplish my objective, I had to:

  1. Locate images containing farmland using Open Street Maps data.
  2. Create ground truth masks using QGIS.
  3. Train several convolutional neural networks to predict the segmentation.
  4. (Optionally) ensemble model predictions.

The models used are available in this github repository.

Some Segmentation Results

| | |

satellite-image-segmentation's People

Contributors

alanjschoen avatar mattymar 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.