2014 Summer Project Week:CAD Toolbox for Neurological Disorders

From NAMIC Wiki
Revision as of 14:56, 19 June 2014 by Sliu7418 (talk | contribs)
Jump to: navigation, search
Home < 2014 Summer Project Week:CAD Toolbox for Neurological Disorders

Key Investigators

  • USYD: Sidong Liu, Siqi Liu, Fan Zhang, Yang Song, Weidong (Tom) Cai
  • SPL-BWH: Sonia Pujol, Ron Kikinis

Project Description

We have accumulated a wealth of knowledge and experience in computer-aided-diagnosis (CAD) of neurological disorders, such as Alzheimer’s Disease (AD), from our previous study [1-3]. In this project, we will develop a Slicer module that is capable of estimating the AD evolvement. Due to the computational cost of the pre-processing pipeline, the system will be decomposed into a client-server pattern. This system will also be adaptive to CAD applications for other neurological disorders in the future.

Objective

The goal of this project is to provide estimations of AD progression through a pre-trained deep-learning model to aid the decision making for the neurologists.

Approach, Plan

There are roughly three key steps of the pipeline: client interface, pre-processing pipeline and decision making module. Slicer 4.3 will be used as the client side to remotely access the CAD server. The client will be responsible of providing a user interface and some early stage preprocessing. The loaded imaging data (MRI in this project) will be transferred to the CAD server with necessary complementary information of the patient. At the server end, brain descriptors will be computed from the MRI scans processed with FreeSurfer pipeline, and then fed into a pre-trained deep neural network. The outputs of the network will be used to estimate the probabilities of the different AD stages, and the diagnostic results will be sent to the users via emails. Considering the high computational cost of the CAD pipeline, some of the concurrent requests will be queued.

Progress

3D Slicer is a well-established medical image computing and visualization platform, and is also an ideal tool for image content analysis in personalized medicine. FreeSurfer is a set of tools that contains a fully automatic structural imaging stream for processing cross sectional and longitudinal data.

Delivery Mechanism

This work will be delivered to the NA-MIC Kit as a (please select the appropriate options by noting YES against them below)

  1. ITK Module
  2. Slicer Module
    1. Built-in
    2. Extension -- commandline
    3. Extension -- loadable ("YES")
  3. Other (Please specify)

References