Difference between revisions of "2017 Winter Project Week/Population Based Image Imputation"
From NAMIC Wiki
Line 28: | Line 28: | ||
* Implement algorithm updates on GPU | * Implement algorithm updates on GPU | ||
* investigate banding side-effects. | * investigate banding side-effects. | ||
+ | | | ||
<!-- 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) --> | ||
− | + | ||
|} | |} | ||
==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 --> |
Revision as of 16:38, 9 January 2017
Home < 2017 Winter Project Week < Population Based Image ImputationKey Investigators
- Adrian Dalca, MIT
- Katie Bouman, MIT
- Polina Golland, MIT
Project Description
We developed a model for image imputation - or restoration - for clinical quality images where slice separation (e.g. 6mm) is significantly larger than slice resolution (e.g. 1mm^2). Our model captures statistical correlations within a collection of clinical images from a population of subjects at each location in the image. This means we learn different model parameters for many image locations involving methematical updates that involve many small matrix multiplications. In this project we want to investigate the potential for GPUs to help in the runtime of the algorithm.
Objective | Approach and Plan | Progress and Next Steps |
---|---|---|
|
|