Difference between revisions of "2008 Winter Project Week GroupwiseReg"
Line 10: | Line 10: | ||
===Key Investigators=== | ===Key Investigators=== | ||
* MIT: Serdar Balci, Polina Golland | * MIT: Serdar Balci, Polina Golland | ||
− | * Kitware: | + | * Kitware: Luis Ibanez |
− | + | ||
<div style="margin: 20px;"> | <div style="margin: 20px;"> |
Revision as of 15:03, 11 January 2008
Home < 2008 Winter Project Week GroupwiseReg
Key Investigators
- MIT: Serdar Balci, Polina Golland
- Kitware: Luis Ibanez
Objective
The goal of this project is to come up with an efficient registration code using B-Splines as a deformation model. We explore the space of different optimization schemes e.g. caching, sparsity and memory-speed trade-off's.
Approach, Plan
We run benchmark experiments in the special case of itkMattesMutualInformation implementation. The current implementation in ITK uses caching of B-Spline coefficient in order to speed-up the registration. Also the sparsity of B-Spline coefficient updates are taken into account, yielding and efficient implementation.
The drawback of caching is the use of high amounts of memory. We compare the performance of caching vs. not-caching(computing the coefficients on the fly) by deactivating caching code in itkMattesMutualInformation .
Progress
Jan 2008 Project Week
References
- S.K. Balci, P. Golland, M.E. Shenton, W.M. Wells III. Free-Form B-spline Deformation Model for Groupwise Registration. In Proceedings of MICCAI 2007 Statistical Registration Workshop: Pair-wise and Group-wise Alignment and Atlas Formation, 23-30, 2007.