Coder Social home page Coder Social logo

textural-bias-medical-imaging's Introduction

Textural bias medical imaging

MRI artifacts

During data acquistion and image reconstruction different types of artifacts can make their way into the final MR images. In this repository I have implemented transforms that model three such artifacts: Gibbs (or truncation) artifact, spikes (herringbone) artifact, and wraparound (alasing) artifact. Each transform is implement in the k-space version of the data.

More details on the physics of the artifacts can be found in the following publications:

AAPM/RSNA physics tutorial for residents: fundamental physics of MR imaging.

Body MRI artifacts in clinical practice: A physicist's and radiologist's perspective.

An Image-based Approach to Understanding the Physics of MR Artifacts.

Examples and visualizations

For an overview of the three transforms and visualizations of their applications on the data refer to the Jupyter notebook: artifacts_transforms_visualizations.ipynb.

MONAI contributions

I have contributed the Gibbs filter to the codebase of MONAI as various transfroms:

  1. Related to Gibbs artifacts:

    • GibbsNoise: applies artifact directly on the image.
    • RandGibbsNoise: to apply randomly on images with uniform sampling of filter's intensity.
    • GibbsNoised: to apply on group data; dictionary-style version of GibbsNoise.
    • RandGibbsNoised: dictionary-style of RandGibbsNoise.
  2. Related to Spikes (herringbone) artifacts:

Textural filters and DCNN

  • Segmentation experiments are performed using a residual Unet.

Robustness to the presence of artifacts across a range of intensities.

  • Training the models on stylized data results in improved performance when it comes to unseen data with different strengths of the artifacts.
  • Examples of this results are shown in the notebook stylized_models_inference.ipynb.

Robustness to unseen sourcing distribution.

  • Early experiments are showing that stylized data are more robust when tested on images coming from hospitals unseen at training time.

Still in the works: compressed MRI sensing.

  • Reconstruction problem in the presence of undersampled data.
  • Network: ReconGan.

textural-bias-medical-imaging's People

Contributors

yanielc avatar

Watchers

James Cloos avatar  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.