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

From NAMIC Wiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
<gallery>
 
<gallery>
 
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]
 
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]
 +
File:tensorboard.png
 
<!-- Use the "Upload file" link on the left and then add a line to this list like "File:MyAlgorithmScreenshot.png" -->
 
<!-- Use the "Upload file" link on the left and then add a line to this list like "File:MyAlgorithmScreenshot.png" -->
 
</gallery>
 
</gallery>
Line 28: Line 29:
 
|
 
|
 
<!-- 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
 
|}
 
|}
  

Latest revision as of 15:41, 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