Difference between revisions of "Project Week 25/CNN for multi-plane prostate segmentation"

From NAMIC Wiki
Jump to: navigation, search
 
Line 40: Line 40:
  
 
==Illustrations==
 
==Illustrations==
[[File:MRIImage.png|thumb|MRIs of the prostate (axial, sagittal and coronal volume)]]
+
{|
[[File:Segmentation2.png|thumb|example segmentation (apex, mid-gland and base slices).]]
+
|[[File:MRIImage.png|thumb|500px|MRIs of the prostate (axial, sagittal and coronal volume)]]
 
+
|-
 +
|[[File:Segmentation2.png|thumb|500px|Example segmentation (apex, mid-gland and base slices).]]
 +
|}
 
==Background and References==
 
==Background and References==
 
<!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data -->
 
<!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data -->

Latest revision as of 11:42, 30 June 2017

Home < Project Week 25 < CNN for multi-plane prostate segmentation


Back to Projects List

Key Investigators

Project Description

Objective Approach and Plan Progress and Next Steps

For prostate lesion assessment, MRI volumes in sagittal, coronal and axial orientation are acquired. The goal is to segment the prostate in these volumes and fuse the segmentations in order to obtain better accuracy, especially in the apex and base regions (compared to segmentations obtained only on axial volumes).

  • Work done:
    • created training data for different orientations
    • Automatic segmentation of each plane with Encoder-Decoder Network
  • Work ahead:
    • Explore, discuss and investigate different approaches for fusion of the segmentations, e.g. simple majority voting, suface reconstruction from point cloud, ...


  • built framework for predicting and fusing the segmentations
  • tested simple majority voting in isotropic voxel volumes
  • Future Work:
    • weighted voting depending on location and plane
    • Surface extraction from point clouds


Illustrations

MRIs of the prostate (axial, sagittal and coronal volume)
Example segmentation (apex, mid-gland and base slices).

Background and References