Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.0%) to scientific vocabulary
Repository
patch-based gaussian mixture model
Basic Info
- Host: GitHub
- Owner: adalca
- Language: MATLAB
- Default Branch: master
- Size: 581 KB
Statistics
- Stars: 15
- Watchers: 6
- Forks: 2
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
papago
Patch based gaussian mixture modelling of medical imaging
Pre-processing
- First, we need data to be aligned, and we need the masks of those alignments (perhaps even the interp-matrices?)
Execution
Data Preparation
Preprocess subvolumes, e.g. adniprep.m, get md struct. This involves building the medialDataset structure via restorationmd and processing the images via processmd.
Training On Cluster
- Break up dataset into "subvolume columns" via grid, e.g. via
md2subvols.m, and save subvolume columns. This can take a long amount of time and/or memory. - Run
wgmmon cluster distributed on each subvolumes, e.g. viasgeTrain.sh. This can be done viamodel0(isotropic data) ofmodel3(weighted data).
Testing On Cluster
- run
mccRecon.m(papago.recon) on all patches on each subvolume, and store the reconstructions! - (unfinished) re-compose volume.
Evaluation for optimal K at each location (On Cluster)
Loop steps for Training and Testing for various K. Choose K based on best patch reconstruction at each location.
Training and Testing On a Single Machine
This is usually done on a subset of the image grid.
Loop over (sub)grid:
1. create/load subvolume column.
1. run wgmm via papago.train
1. run papago.recon to reconstruct all the patches in this subvolume (perhaps for just a subset of subjects)
Quilt patches.
Papers
If you find this library useful, please cite (download bib):
Medical Image Imputation from Image Collections
A.V. Dalca, K.L. Bouman, W.T. Freeman, M.R. Sabuncu, N.S. Rost, P. Golland
IEEE TMI: Transactions on Medical Imaging 38.2 (2019): 504-514. eprint arXiv:1808.05732Population Based Image Imputation
A.V. Dalca, K.L. Bouman, W.T. Freeman, M.R. Sabuncu, N.S. Rost, P. Golland
In Proc. IPMI: International Conference on Information Processing and Medical Imaging. LNCS 10265, pp 1-13. 2017.
Owner
- Name: Adrian Dalca
- Login: adalca
- Kind: user
- Location: Cambridge, MA
- Company: MIT
- Website: http://adalca.mit.edu
- Repositories: 24
- Profile: https://github.com/adalca
Professor at Harvard Medical School, Researcher at MIT. Machine Learning in Medical Image Analysis, computer vision.
Citation (citations.bib)
@article{dalca2019medical,
title={Medical Image Imputation From Image Collections},
author={Dalca, Adrian V and Bouman, Katherine L and Freeman, William T and Rost, Natalia S and Sabuncu, Mert R and Golland, Polina},
journal={IEEE transactions on medical imaging},
volume={38},
number={2},
pages={504--514},
year={2019},
publisher={IEEE}
}
@inproceedings{dalca2017population,
title={Population Based Image Imputation},
author={Dalca, Adrian V and Bouman, Katherine L and Freeman, William T and Rost, Natalia S and Sabuncu, Mert R and Golland, Polina},
booktitle={Information Processing in Medical Imaging},
year={2017},
pages={1--13},
organization={Springer}
}
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0