Contact Us
CiiS Lab
Johns Hopkins University
112 Hackerman Hall
3400 N. Charles Street
Baltimore, MD 21218
Directions
Lab Director
Russell Taylor
127 Hackerman Hall
rht@jhu.edu
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| courses:456:2022:projects:456-2022-28:project-28 [2022/05/20 16:50] – [Technical Approach] mliu90 | courses:456:2022:projects:456-2022-28:project-28 [2022/05/20 16:53] (current) – [Technical Approach] mliu90 | ||
|---|---|---|---|
| Line 47: | Line 47: | ||
| In this project, the segmentation of MRI volume is firstly realized based on the baseline model --- the nnU-Net. nnU-Net is desired to provide an appropriate segmentation model for the rest of the work in this project. Four networks are designed to develop: 2D U-Net, 3D U-Net, 3D Low-Resolution U-Net and 3D Cascade U-Net. | In this project, the segmentation of MRI volume is firstly realized based on the baseline model --- the nnU-Net. nnU-Net is desired to provide an appropriate segmentation model for the rest of the work in this project. Four networks are designed to develop: 2D U-Net, 3D U-Net, 3D Low-Resolution U-Net and 3D Cascade U-Net. | ||
| - | {{ : | + | {{ : |
| - | Illustration of MRI segmentation result. | + | Illustration of MRI segmentation result. |
| **CT Segmentation** | **CT Segmentation** | ||
| Line 55: | Line 55: | ||
| For the CT segmentation, | For the CT segmentation, | ||
| + | {{ : | ||
| The improved model for CT segmentation, | The improved model for CT segmentation, | ||
| Line 62: | Line 63: | ||
| The semi-automatic (automatic) registration is realized using (1). use ANTs to provide an initial estimation of the transformation between MRI and CT;(2) use MMI-based registration to compute the final transformation. Using the MRI and CT volume segments, the registration algorithm will then compute the transformation between MRI and CT. Finally, the two segmentation models and the registration model will be integrated together to form an end-to-end system and, if possible, to be integrated with 3D Slicer software. | The semi-automatic (automatic) registration is realized using (1). use ANTs to provide an initial estimation of the transformation between MRI and CT;(2) use MMI-based registration to compute the final transformation. Using the MRI and CT volume segments, the registration algorithm will then compute the transformation between MRI and CT. Finally, the two segmentation models and the registration model will be integrated together to form an end-to-end system and, if possible, to be integrated with 3D Slicer software. | ||
| + | {{ : | ||
| ======Dependencies====== | ======Dependencies====== | ||