Giter VIP home page Giter VIP logo

eddynet's Introduction

Convolutional Neural Networks for the Segmentation of Oceanic Eddies from Altimetric Maps

(Technical report)

"Convolutional Neural Networks for the Segmentation of Oceanic Eddies from Altimetric Maps". Preprint can be found here

I already made public some jupyter notebooks and data to let anyone start using it.

EddyNet

(IGARSS conference paper)

EddyNet: A Deep Neural Network For Pixel-Wise Classification of Oceanic Eddies

This is the supplementary material of the publication "EddyNet: A Deep Neural Network For Pixel-Wise Classification of Oceanic Eddies", from R. Lguensat et al., accepted as an oral presentation for IGARSS2018. Pre-print at: https://arxiv.org/abs/1711.03954

Eddynet is an U-Net like architecture (a convolutional encoder-decoder followed by a pixel-wise classification layer + skip connections).

Paper main messages:

  • A deep neural net that "emulates" the result of a geometry based and expert based method
  • Comparing EddyNet with a version where we use SELU activation function (EddyNet_S). Replacing directly ReLU+BN with SELU resulted in a noisy loss and hurted the performance, we then kept BN after maxpooling, transposed deconvolution and concatenation.
  • For this multiclass classification problem, we use (1-mean dice coefficient) as a loss function instead of the categorical cross entropy loss
  • Eddynet is easily modulable and can be used for further studies such as adding new information (e.g. Sea Surface Temperature), or training with another ground truth.

Some examples of the segmentation



Note: Like all the Eddy detection algorithms (there is no consensus on the best method to use), the ground truth is not 100% perfect, very few eddies are missed. Still working on an improved dataset and I encourage other researchers to do so.

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.