Pixel Level Land Classification Save Abandoned

Tutorial demonstrating how to create a semantic segmentation (pixel-level classification) model to predict land cover from aerial imagery. This model can be used to identify newly developed or flooded land. Uses ground-truth labels and processed NAIP imagery provided by the Chesapeake Conservancy.

Project README

Pixel-level land cover classification

This repository contains a tutorial illustrating how to create a deep neural network model that accepts an aerial image as input and returns a land cover label (forested, water, etc.) for every pixel in the image. Microsoft's Cognitive Toolkit (CNTK) is used to train and evaluate the model on an Azure Geo AI Data Science Virtual Machine or an Azure Batch AI GPU cluster. The method shown here was developed in collaboration between the Chesapeake Conservancy, ESRI, and Microsoft Research as part of Microsoft's AI for Earth initiative.

We recommend budgeting two hours for a full walkthrough of this tutorial. The code, shell commands, trained models, and sample images provided here may prove helpful even if you prefer not to complete the walkthrough: we have provided explanations and direct links to these materials where possible.

How to Get Started

The training and evaluation steps of this tutorial can be performed on either:

  • an Azure Geo AI Data Science VM
    • Train a model on a data sample using Jupyter notebooks
    • Deploy the trained model directly in ESRI's ArcGIS Pro
  • an Azure Batch AI GPU cluster
    • Set up your cluster and submit jobs to it from your command line
    • Learn how to scale to large clusters for faster training on larger datasets
    • (Optional) After training, you may download your model and deploy it in ArcGIS Pro on a Geo AI DSVM (see provisioning instructions to get started)
Geo AI DSVM Batch AI
Create a Geo AI Data Science VM Create a Batch AI cluster
Train a model in a Jupyter notebook Train a model on the Batch AI cluster
Evaluate the model using a Jupyter notebook Evaluate the model using a GPU cluster
Deploy your model in ArcGIS Pro Learn how to scale up training

Sample Output

This tutorial will train a pixel-level land cover classifier for a single epoch: your model will produce results similar to bottom-left. By expanding the training dataset and increasing the number of training epochs, we achieved results like the example at bottom right. The trained model is accurate enough to detect some features, like the small pond at top-center, that were not correctly annotated in the ground-truth labels.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Open Source Agenda is not affiliated with "Pixel Level Land Classification" Project. README Source: Azure/pixel_level_land_classification

Open Source Agenda Badge

Open Source Agenda Rating