Difference between revisions of "Projects:ParticlesForShapesAndComplexes"

From NAMIC Wiki
Jump to: navigation, search
Line 1: Line 1:
 
  Back to [[NA-MIC_Internal_Collaborations:StructuralImageAnalysis|NA-MIC Collaborations]], [[Algorithm:Utah|Utah Algorithms]]
 
  Back to [[NA-MIC_Internal_Collaborations:StructuralImageAnalysis|NA-MIC Collaborations]], [[Algorithm:Utah|Utah Algorithms]]
 
__NOTOC__
 
__NOTOC__
= Adaptive, Particle-Based Sampling for Shapes and Complexes =
+
= Shape Modeling and Analysis with Particle Systems =
 +
== Overview ==
 +
This work addresses technical challenges in biomedical shape analysis through the development of novel modeling and analysis methodologies, and seeks validation of those methodologies by their application to real-world research problems. The main focus of the work is the development and validation of a new framework for constructing compact statistical point-based models of ensembles of similar shapes that does not rely on any specific surface parameterization. The proposed optimization uses an entropy-based minimization that balances the
 +
simplicity of the model (compactness) with the accuracy of the surface representations.  This framework is easily extended to handle more general classes of shape modeling, such as multiple-object complexes and correspondence
 +
based on {\em functions} of position.  This work also addresses the issue of how to do hypothesis testing with the proposed modeling framework, since, to date, the shape analysis community has not reached a consensus regarding a systematic approach to statistical analysis with point-based models.  Finally, another important issue that remains is how to {\em visualize} significant shape differences in a way that allows researchers to understand not only whether differences exist, but what those shape differences are.  This latter consideration is obviously of importance in in relating shape differences to scientific hypotheses.
  
This research is a new method for constructing compact statistical point-based models of ensembles of similar shapes that does not rely on any specific surface parameterization. The method requires
+
The following list is a summary of research and development results to date.
very little preprocessing or parameter tuning, and is applicable to a wider range of problems than existing methods, including nonmanifold surfaces and objects of arbitrary topology.  
+
*We have implemented a mathematical framework and a robust numerical algorithm implementation for computing  optimized correspondence-point shape models using an entropy-based optimization and particle-system technology.
 +
*We have proposed a general methodology for hypothesis testing with point-based shape models that is suitable for use with the particle-based correspondence algorithm.  Additionally, we have proposed ideas for visualization to aid in the interpretation of these shape statistics.
 +
*The particle-based correspondence algorithm and statistical analysis methodology have been extended to more general classes of shape analysis problems: (a) the analysis of multiple-object complexes and (b) the generalization to correspondences based on generic functions of position.
 +
*In cooperation with scientists and clinicians, we have published several papers that evaluate the above methodologies in the context of biomedical research.
  
= Description =
 
 
The proposed method is to construct a point-based sampling of the shape ensemble that simultaneously maximizes both the geometric accuracy and the statistical simplicity of the model. Surface point samples, which also define the shape-to-shape correspondences, are modeled as sets of dynamic particles that are constrained to lie on a set of implicit surfaces. Sample positions are optimized by gradient descent on an energy function that balances the negative entropy of the distribution on each shape with the positive entropy of the ensemble of shapes. We also extend the method with a curvature-adaptive sampling strategy in order to better approximate the geometry of the objects. We have developed code based on ITK for computation of correspondence-based models, and have validated out method in several papers against several synthetic and real examples in two and three dimensions, including application to the statistical shape analysis of brain structures. We used hippocampus data from a schizo-typal personality disorder (SPD) study funded by the Stanley Foundation and UNC-MHNCRC (MH33127), and caudate data from a schizophrenia study funded by NIMH R01 MH 50740 (Shenton), NIH K05 MH 01110 (Shenton), NIMH R01 MH 52807 (McCarley), and a VA Merit Award (Shenton).
 
 
Figure 1,2 illustrates results of hypothesis testing for group differences from the control population for the left/right hippocampus and the left/right caudate.  Raw and FDR-corrected p-values are given. Areasof significant group differences (p <= 0.05) are shown as dark regions. Areas with insignificant group differences (p > 0.05) are shown as light regions.  Our results correlate with  with other published hypothesis testing results on this data.
 
 
Our most recent work is in the application of the particle method to multi-object shape complexes. We have developed a novel method for computing surface point correspondences of multi-object anatomy that is a straightforward extension of the particle method for single-object anatomy.  The correspondences take advantage of the statistical structure of an ensemble of complexes, and thus they are suitable for joint statistical analyses of shape and relative pose. The proposed method uses a dynamic particle system to optimize correspondence point positions across all structures in a complex simultaneously, in order to create a compact model of ensemble statistics. It is a different approach from previous methods for dealing with shape complexes, because to date researchers have considered the correspondence problem only for each structure independently, and have ignored intermodel correlations in the shape parameterization.  These correlations are
 
particularly important when the correspondences are constructed in order to reduce or minimize the information content of the ensemble. 
 
 
[[Image:Lcomb-grayscale.png|thumbnail|Figure 1]]
 
[[Image:Rcomb-grayscale.png|thumbnail|Figure 2]]
 
 
We have developed a formulation of the multi-object correspondence optimization, and have applied it to a proof-of-concept application to the analysis of brain structure complexes from a longitudinal study of pediatric autism that is underway at UNC Chapel Hill.  This work is in conjunction with Martin Styner, Heather Cody Hazlett, and Joe Piven.  Figure 3 shows the raw p-values from hypothesis testing for group differences as color-maps on mean shapes of the autism group (top row) and the normal control group (bottom row).  Red indicates areas where significant group differences were found (p < 0.05), with blue elsewhere (p >= 0.05).  The top row shows the results when relative geometric scale is included, and the bottom shows relative scale removed.  Structures are shown in the their mean orientations, positions, and scale in the global coordinate frame.  We computed the average orientation for each structure using methods for averaging in curved spaces.
 
 
[[Image:meanviews.png|thumbnail|Figure 3]]
 
  
 
= Key Investigators =
 
= Key Investigators =

Revision as of 23:07, 1 October 2008

Home < Projects:ParticlesForShapesAndComplexes
Back to NA-MIC Collaborations, Utah Algorithms

Shape Modeling and Analysis with Particle Systems

Overview

This work addresses technical challenges in biomedical shape analysis through the development of novel modeling and analysis methodologies, and seeks validation of those methodologies by their application to real-world research problems. The main focus of the work is the development and validation of a new framework for constructing compact statistical point-based models of ensembles of similar shapes that does not rely on any specific surface parameterization. The proposed optimization uses an entropy-based minimization that balances the simplicity of the model (compactness) with the accuracy of the surface representations. This framework is easily extended to handle more general classes of shape modeling, such as multiple-object complexes and correspondence based on {\em functions} of position. This work also addresses the issue of how to do hypothesis testing with the proposed modeling framework, since, to date, the shape analysis community has not reached a consensus regarding a systematic approach to statistical analysis with point-based models. Finally, another important issue that remains is how to {\em visualize} significant shape differences in a way that allows researchers to understand not only whether differences exist, but what those shape differences are. This latter consideration is obviously of importance in in relating shape differences to scientific hypotheses.

The following list is a summary of research and development results to date.

  • We have implemented a mathematical framework and a robust numerical algorithm implementation for computing optimized correspondence-point shape models using an entropy-based optimization and particle-system technology.
  • We have proposed a general methodology for hypothesis testing with point-based shape models that is suitable for use with the particle-based correspondence algorithm. Additionally, we have proposed ideas for visualization to aid in the interpretation of these shape statistics.
  • The particle-based correspondence algorithm and statistical analysis methodology have been extended to more general classes of shape analysis problems: (a) the analysis of multiple-object complexes and (b) the generalization to correspondences based on generic functions of position.
  • In cooperation with scientists and clinicians, we have published several papers that evaluate the above methodologies in the context of biomedical research.


Key Investigators

Josh Cates, Tom Fletcher, Ross Whitaker

Publications

In Print