Difference between revisions of "2017 Winter Project Week/An open-source tool to classify TMJ OA condyles"

From NAMIC Wiki
Jump to: navigation, search
Line 28: Line 28:
 
|
 
|
 
<!-- Progress and Next steps bullet points (fill out at the end of project week) -->
 
<!-- Progress and Next steps bullet points (fill out at the end of project week) -->
*
+
* Display the actual network in tensorboard
 +
* Combined with the web-based system from another project, the network is usable from a Slicer extension with remote computations
 +
* Design ideas for an standalone Slicer extension
 
|}
 
|}
  

Revision as of 15:09, 13 January 2017

Home < 2017 Winter Project Week < An open-source tool to classify TMJ OA condyles

Key Investigators

  • Priscille de Dumast (University of Michigan)
  • Juan Carlos Prieto (University of North Carolina)
  • Beatriz Paniagua (Kitware, Inc.)


Project Description

Objective Approach and Plan Progress and Next Steps
  • Develop a Neural Network to classify 3D osteoarthritic morphological variations using 3D models
  • Develop a Slicer extension to disseminate that methodology
  • Data preprocess : Point distribution models (PDM) with 1002 correspondent points constructed using SPHARM-PDM software, features extraction from the shapes
  • Implementation of a deep learning network using Tensorflow and create classification using the features extracted before
  • Display the actual network in tensorboard
  • Combined with the web-based system from another project, the network is usable from a Slicer extension with remote computations
  • Design ideas for an standalone Slicer extension

Background and References

Features extraction source code
Classification source code