Giter Club home page Giter Club logo

3d-augmentation-techniques's Introduction

3D augmentation techniques

Chechink the performance of different augmentation techniques on a 3D U-Net, have a look to the paper What is the best data augmentation approach for brain tumor segmentation using 3D U-Net?.

For this project, we used the BraTS 2020 training and validation set.

Pay attention that the aim of the paper was not to implement a model able to do image segmentation as the state-of-the-art ones, but to verify how different augmentation techniques and paramenter change the model performance.

The image augmentation techniques used are:

  • Patch extraction: from each original volume a sub-volume of shape 128 × 128 × 128 is extracted around its centre. In this way each sub-volume mostly contains brain tissue and not the surrounding background.
  • Flipping: random flipping of one of the three different axes with 1/3 probability.
  • Rotation: rotation applied to each axis with angles randomly chosen from a uniform distribution with range between 0° and 15°, 30°, 60°, or 90°.
  • Scale: scaling applied to each axis by a factor randomly chosen from a uniform distribution with range ±10% or ±20%.
  • Brightness: power-law γ intensity transformation with its parameters gain (g) and γ chosen randomly between 0.8 - 1.2 from a uniform distribution. The intensity (I) is randomly changed according to the formula: Inew = g · I^γ.
  • Elastic deformation: elastic deformation with square deformation grid with displacements sampled from from a normal distribution with standard deviation σ = 2, 5, 8, or 10 voxels, where the smoothing is done by a spline filter with order 3 in each dimension.

3d-augmentation-techniques's People

Contributors

mdciri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

3d-augmentation-techniques's Issues

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.