Giter Site home page Giter Site logo

arathyjeevan / parkinson-s-diagnosis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aaronstone1699/parkinson-s-diagnosis

0.0 1.0 0.0 10.47 MB

proposed early detection method for parkinson's disease using deep learning on MRI dataset

Home Page: https://parkaidrm.wordpress.com

License: Apache License 2.0

Python 0.27% Jupyter Notebook 99.73%

parkinson-s-diagnosis's Introduction

parkinson-s-diagnosis

Parkinson’s disease is a neurological disorder with more than 6 million people worldwide suffering from it.It is commonly diagnosed using clinical assessments and progression scale which usually depends on the medical practitioner’s expertise ,and accuracy varies greatly between various examiners which also takes a long time to accurately diagnose.This paper proposes to develop a computer aided diagnostic method to diagnose PD patients using MRI images of the brain ,thus reducing cross examiner variability and the time required to accurately differentiate between PD and Control subjects.

Image Enhancement:

The images present in the dataset have varying brightness,colour and noise ,to remove these unwanted elements from our training and testing images ,we apply image filtering operations and histogram equalisation for contrast enhancement ,for better identifiable features. In our study the image enhancement pipeline consists of converting the RGB image to YUV colour space, for accurate colour and features ,then the Luminance channel is filtered using gaussian blur to reduce the noise and pixelation,then contrast limited adaptive histogram equalisation is applied on the Y channel to improve the local image contrast while keeping the noise low. finally the the 3 channels Y,U and V are merged and converted to RGB colorspace for further processing

note: to use the image enhancement technique please go to either parkisinsons_first_stage.ipynb or parkinsons_final_stage.ipynb and in the calling of the dataset functio change th eparameter enhance to true

First stage :

region of interest extraction

The images that the MRI dataset provides contain multiple slides of the brain and different studies might use different thickness of the slides . the most influencing region of the brain in the detection of Parkinson’s is the SN region , we localize the sn region to classify between pd and no pd ,to improve the accuracy of the localization we separate the images containing the SN region ,In this study we use a custom CNN for automatically differentiating SN in image and no sn in image

Final stage stage :

classification

final stage of the process is the classification of the Substantia nigra region as belonging to a Parkinson’s patient or a control. A modified version of the Alex Net with activation at the last fully connected layer having a sigmoid activation for the 2 classes and 6 convolutional layers ,to improve the feature vectors as compared to manually selected vectors, which are prone to changes in orientation and intensity. An image of the Substantia Nigra region in the MRI of size 512x512 is taken as an input by the convolutional neural network which can extract the features from the image autonomously for the classification of the image into the classes as PD or control.

parkinson-s-diagnosis's People

Contributors

aaronstone1699 avatar

Watchers

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