GithubHelp home page GithubHelp logo

abdurahman-77 / neural-odes-segmentation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from diagnijmegen/neural-odes-segmentation

0.0 0.0 0.0 2.54 MB

Neural Ordinary Differential Equations for Semantic Segmentation of Individual Colon Glands

License: MIT License

Python 71.10% Jupyter Notebook 28.90%

neural-odes-segmentation's Introduction

Neural Ordinary Differential Equations for Semantic Segmentation of Individual Colon Glands

Accepted to Medical Imaging meets NeurIPS workshop at NeurIPS 2019

Automated medical image segmentation plays a key role in quantitative research and diagnostics. Convolutional neural networks based on the U-Net architecture are the state-of-the-art. A key disadvantage is the hard-coding of the receptive field size, which requires architecture optimization for each segmentation task. Furthermore, increasing the receptive field results in an increasing number of weights. Recently, Neural Ordinary Differential Equations (NODE) have been proposed, a new type of continuous depth deep neural network. This framework allows for a dynamic receptive field at a constant memory cost and a smaller amount of parameters. We show on a colon gland segmentation dataset (GlaS) that these NODEs can be used within the U-Net framework to improve segmentation results while reducing memory load and parameter counts.

This reposity contains the code to reproduce the experiments from our paper.

Tip: start with the notebook

ArXiv link

Google Colab notebook (please note: training is quite slow on Google Colab.)

Requirements

  • pytorch
  • torchvision
  • numpy
  • cv2
  • PIL
  • matplotlib
  • scikit-image
  • scipy
  • torchdiffeq

Models

Overview of the proposed U-Node network.

Schematic overview of U-Net and the proposed U-Node network. The U-ResNet architecture is equivalent to U-Node except for the ODE blocks.

Results

Example patches of the test set

Example patches of the test set with clear differences between the models. Each color denotes a gland. The black bar denotes the receptive field. NFE denotes the number of function evaluations in the network. Difficult images (first and last row) seem to require more evaluations.

neural-odes-segmentation's People

Contributors

hanspinckaers 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.