GithubHelp home page GithubHelp logo

isbi2012's Introduction

U-Net for ISBI Challenge 2012

Final test rand score: 0.979

The architecture was inspired by U-Net: Convolutional Networks for Biomedical Image Segmentation and implemented with Keras functional API.

Overview

Data

ISBI 2012 dataset: http://brainiac2.mit.edu/isbi_challenge/
The dataset is in folder data.

Model

src/models/structures.py imgs/unet-structure.jpg

Training

training hyper-parameters:

  • checkpoint_name: save_dir of tensorboard, set experiment name
  • batch_size: batch size, integer multiple of GPU numbers
  • prop_trn: proportion of training data 20./30
  • prop_val: proportion of validation data
  • montage_trn_shape: width and height of training data combination (5, 4) 5*4=20
  • montage_val_shape: width and height of validation data combination (5, 2) 5*2=10
  • early_stop_patience: 30
  • aug: whether to use deformation in data augmentation
  • steps: steps of each epoch
  • random_split: whether to random split the 30 images data

Loss functions src/utils/model.py:

  • weighted cross entropy
  • focal loss
  • dice loss
  • tversky loss
  • combinations

Usage

train.ipynb

train on the isbi training data

predict.ipynb

predict on validation or test data

data-augmentation.ipynb

check the results after different data augmentation


Acknowlegement

alexklibisz work

isbi2012's People

Contributors

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