Giter Site home page Giter Site logo

antarctic-fracture-detection's Introduction

Antarctic fracture detection with U-Net

DOI

We use U-Net to detect fracture locations from satellite imagery across Antarctica (125m-resolution MOA imagery (2009); https://doi.org/10.7265/N5KP8037). Ice fractures result in the collapse of Antartctica ice-shelves, which can accelerate glacier flows into the ocean. We trained the U-Net with the labeled imagery, and applied the trained model to detect fracture across the Antarctic ice shelvse. In Fig. 1 the fracture/non-fracture locations are marked in white/black. The neural-network predicted continent-wide fracture locations (Fig. 1) is available at https://doi.org/10.15784/601372.

The Tensorflow U-Net implementation was developed by Akeret et al. (2017) and available at https://github.com/jakeret/tf_unet.

Fig. 1. Locations of the training/validation/testing data and continent-wide fracture predictions

Frac


File descriptions:

Input images and the corresponding labeled images are in the format of .tif. The filenames of the labeled images ends with "_mask.tif". The imput image is a grey-valued image with one channel. labeled images contains only two grey values corresponding to two two classes (fracture: 255 and non fractutre: 0).

  • data_trainset: training data (26 1000x1000 pixel tiles, shown in blue in Fig. 1)

  • data_validset: validation data (6 1000x1000 pixel tiles, shown in red in Fig. 1)

  • data_testset: testing data (6 1000x1000 pixel tiles, shown in green in Fig. 1)

  • data_ross: two extra images on the Ross ice shelf for visulization. One tile with fracture one without, the prediction of the fracture image is shown in Fig. 2.

  • Fracture_prediction_demo.ipynb: example code for training and testing UNet


Fig. 2. Model prediction

Citation:

C. Y. Lai, J. Kingslake, M. Wearing, P.-H. Cameron Chen, P. Gentine, H. Li, J. Spergel, J. M. van Wessem, “Vulnerability of Antarctica’s ice shelves to meltwater-driven fracture," Nature, 584, 574–578 (2020). doi: 10.1038/s41586-020-2627-8

antarctic-fracture-detection's People

Contributors

chingyaolai avatar

Forkers

njurs

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.