All Projects → chingyaolai → Antarctic-fracture-detection

chingyaolai / Antarctic-fracture-detection

Licence: GPL-3.0 license
No description or website provided.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Antarctic-fracture-detection

Brain-Segmentation
Brain Segmentation on MRBrains18
Stars: ✭ 37 (+60.87%)
Mutual labels:  unet-image-segmentation
Polyp-Segmentation-using-UNET-in-TensorFlow-2.0
Implementing polyp segmentation using the U-Net and CVC-612 dataset.
Stars: ✭ 52 (+126.09%)
Mutual labels:  unet-image-segmentation
BedMachine
Matlab tools for loading, interpolating, and displaying BedMachine ice sheet topography.
Stars: ✭ 18 (-21.74%)
Mutual labels:  antarctica
Optic-Disc-Unet
Attention Unet model with post process for retina optic disc segmention
Stars: ✭ 77 (+234.78%)
Mutual labels:  unet-image-segmentation
AsFem
A Simple Finite Element Method program (AsFem)
Stars: ✭ 108 (+369.57%)
Mutual labels:  fracture
multiclass-semantic-segmentation
Experiments with UNET/FPN models and cityscapes/kitti datasets [Pytorch]
Stars: ✭ 96 (+317.39%)
Mutual labels:  unet-image-segmentation
ResUNetPlusPlus-with-CRF-and-TTA
ResUNet++, CRF, and TTA for segmentation of medical images (IEEE JBIHI)
Stars: ✭ 98 (+326.09%)
Mutual labels:  unet-image-segmentation
PhysIKA
PhysIKA: Physics-based Interactive Kinematics Architecture
Stars: ✭ 91 (+295.65%)
Mutual labels:  fracture
unity-fracture
Fracture any mesh at runtime
Stars: ✭ 634 (+2656.52%)
Mutual labels:  fracture
unet pytorch
Pytorch implementation of UNet for converting aerial satellite images into google maps kinda images.
Stars: ✭ 27 (+17.39%)
Mutual labels:  unet-image-segmentation
satellite-Image-Semantic-Segmentation-Unet-Tensorflow-keras
Collection of different Unet Variant suchas VggUnet, ResUnet, DenseUnet, Unet. AttUnet, MobileNetUnet, NestedUNet, R2AttUNet, R2UNet, SEUnet, scSEUnet, Unet_Xception_ResNetBlock
Stars: ✭ 43 (+86.96%)
Mutual labels:  unet-image-segmentation
mobilenet segmentation
Binary semantic segmentation with UNet based on MobileNetV2 encoder
Stars: ✭ 18 (-21.74%)
Mutual labels:  unet-image-segmentation
caffe-unet-docker
The U-Net Segmentation server (caffe_unet) for Docker
Stars: ✭ 25 (+8.7%)
Mutual labels:  unet-image-segmentation
UNet Multiclass
UNet for Multiclass Semantic Segmentation, on Keras, based on Segmentation Models' Unet libray
Stars: ✭ 21 (-8.7%)
Mutual labels:  unet-image-segmentation
Unets
Implemenation of UNets for Lung Segmentation
Stars: ✭ 18 (-21.74%)
Mutual labels:  unet-image-segmentation
open-solution-ship-detection
Open solution to the Airbus Ship Detection Challenge
Stars: ✭ 54 (+134.78%)
Mutual labels:  unet-image-segmentation

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].