Giter Club home page Giter Club logo

moai-bodymorphometry-segmentation-challenge's Introduction

MOAI Body Morphometry Segmentation Challenge

1st place solution for MOAI 2020 Body Morphometry AI Segmentation Online Challenge.

In this work, we present our 1st place solution for MOAI 2020 Body Morphometry AI Segmentation Online Challenge. Our approach is based on U-net with a pre-trained Resnet34 as encoder. To achieve better results we applied data-specific pre-processing and post-processing.

Team Members:
Dayoung Baik, Hyebin Lee, Hwanseung Yoo, Junghwa Kang, Seungun Jang

Objective

Body morphometry-related diseases have the highest prevalence among all diseases. Particularly, changes in muscle, fat, and bone are the cause of many disease. So, the task of this challenge was to segment the subcutaneous fat, skeletal muscle, and visceral fat for the L3 slice of CT. (L3 slice is often used to evaluate the body composition.)

Data

Consists of CT data in DCM format and Label data in PNG format.

Method

Pre-processing

  • Add 4900 CT images manipulated with random windowing values
    (window width: 500-1000, level value:-250-250)
  • Apply random augmentations
    (random flipping, rotation, zooming, wrapping, random noise)

CNN Network

  • model : U-net with a pre-trained Resnet34 as encoder
  • Input size : 512 X 512 X 3
  • Loss Function : 0.5 * Generalized Dice Loss + 0.5 * Weighted Cross Entropy
  • Batch size : 4
  • Learning Rate : 3e-4
  • The Number of traing epochs : 20
  • Optimization method : Adam

Post-processing

  • Apply hole Filling
  • Utilize connected component to remove small objects

Results

Input Output

Dependencies

  • fastai 1.0.61
  • Python 3.6+
  • scikit-image
  • scipy
  • pydicom

Getting Started

  1. Clone this reposirotory

  2. Preprocessing

    python ./src/Pre-processing.py
    
  3. Training

    • Run ./src/train.ipynb
  4. Inference

    • Run ./src/inference.ipynb

License

This repository is licensed under the MIT License

Acknowledgments

This project used fastai's tutorial notebook template.

moai-bodymorphometry-segmentation-challenge's People

Contributors

bugpigg avatar hwanseung2 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.