Giter Site home page Giter Site logo

rashmisreenath / mri-image-segmentation-of-the-prostate-region Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2.34 MB

Automating the process of figuring out the prostate regions from the obtained MRI scan becomes very important especially when these scans are used to determine the cancerous regions

Jupyter Notebook 100.00%

mri-image-segmentation-of-the-prostate-region's Introduction

Prostate Image Segmentation using AI on Image Data

Prostate cancer disease is one of the common types that cause men's prostate damage all over the world. The patient undergoes Magnetic resonance imaging (MRI) before any medications are prescribed to the patient and in the process the images so scanned are wider spread out, and it becomes very important to segment only the prostate regions which plays a crucial role in many diagnostic medical applications. Automatic segmentation of prostate and prostate zones from MR images makes many diagnostic and therapeutic applications easier and efficient.

Toolkit

numpy==1.16.6

scipy==1.2.1

tensorflow-gpu==1.12.0

tensorboard==1.12.2

SimpleITK==1.2.0

Dataset

The Train and Test datasets were created using different the combinations of images, including T2-Weighted (T2W) images, Diffusion-Weighted Images (DWI) and Apparent Diffusion Coefficient (ADC) images. To merge and aligne the DWI, ADC and T2W images.

Dataset can be accessed using the below link https://drive.google.com/file/d/1ow7Ikh7LRSo5C0VEF6qyhRSvZECN6j_1/view

Overview

The MRI, once scanned are passed onto the ADC and DWI to check for diffusion, the higher the diffusion more probability that its a prostate region suitable to detect the cancer

PS2

Methods

  1. Combining the t2W, DWI, ADC images
  2. Normalization of the images was performed
  3. The images were rotated by 90โ—ฆ
  4. Generator loss - A sigmoid cross entropy loss of the generated images were tabulated using the Mean absolute error
  5. Discriminator loss - The discriminator loss function takes 2 inputs; real images, generated images. Then the total_loss considered is the sum of real_loss and the generated_loss
  6. The images were trained using TensorFlow using jupyter notebook.
    • Optimizer - Adam
    • Epochs - 100 (could be increased for better learning)
    • Batch size - 1

Sample Output

The Actual Input Image

ps5

Trained

ps3

Predicted

ps4

Future Improvisations

  1. The accuracy of the predicted images could be improved
  2. Training the images with more data could be the next ideal move
  3. Increasing the Epochs while training will definetly deliver much accurate results.

mri-image-segmentation-of-the-prostate-region's People

Contributors

rashmisreenath avatar

Watchers

 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.