-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PW41_2024_MIT: Add project 3DCuboidSegmentationAggregation
- Loading branch information
Showing
1 changed file
with
89 additions
and
0 deletions.
There are no files selected for viewing
89 changes: 89 additions & 0 deletions
89
PW41_2024_MIT/Projects/3DCuboidSegmentationAggregation/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
--- | ||
layout: pw41-project | ||
|
||
permalink: /:path/ | ||
|
||
project_title: 3D Cuboid Segmentation Aggregation | ||
category: Segmentation / Classification / Landmarking | ||
presenter_location: In-person | ||
|
||
key_investigators: | ||
|
||
- name: Mike Jin | ||
affiliation: Brigham and Women's Hospital; Centaur Labs | ||
country: USA | ||
|
||
- name: Tamas Ungi | ||
affiliation: Queen's University | ||
country: Canada | ||
|
||
- name: Amene Asgari | ||
affiliation: Brigham and Women's Hospital | ||
country: USA | ||
|
||
- name: Tina Kapur | ||
affiliation: Brigham and Women's Hospital | ||
country: USA | ||
|
||
--- | ||
|
||
# Project Description | ||
|
||
<!-- Add a short paragraph describing the project. --> | ||
|
||
|
||
Combining multiple segmentations from skilled annotators can improve accuracy when creating ground truth image segmentations. | ||
The Centaur annotation platform has new support for collecting and displaying annotations on DICOM studies using OHIF viewer. | ||
We are currently in the middle of a 1-month task of sourcing and creating segmentations for radiology findings from hundreds | ||
of annotators on 30,000 brain and abdominal CTs. | ||
|
||
|
||
|
||
## Objective | ||
|
||
<!-- Describe here WHAT you would like to achieve (what you will have as end result). --> | ||
|
||
|
||
We would like to extend an existing 2D clustering algorithm for combining multiple 2D segmentations to work | ||
for 3D cuboid segmentations. | ||
|
||
|
||
|
||
## Approach and Plan | ||
|
||
<!-- Describe here HOW you would like to achieve the objectives stated above. --> | ||
|
||
|
||
1. Create 3D representation objects for cuboid annotations submitted through OHIF viewer | ||
2. Implement clustering algorithm using a 3D instead of 2D distance metric | ||
|
||
|
||
|
||
## Progress and Next Steps | ||
|
||
<!-- Update this section as you make progress, describing of what you have ACTUALLY DONE. | ||
If there are specific steps that you could not complete then you can describe them here, too. --> | ||
|
||
|
||
1. Describe specific steps you **have actually done**. | ||
|
||
|
||
|
||
|
||
# Illustrations | ||
|
||
<!-- Add pictures and links to videos that demonstrate what has been accomplished. --> | ||
|
||
|
||
https://www.dropbox.com/scl/fi/0clde5ufr468jccyijk0n/Screenshot-2024-06-24-at-12.35.17-PM.png?rlkey=hefwskhabqlhlkmd9v32c8ky8&dl=0 | ||
|
||
|
||
|
||
# Background and References | ||
|
||
<!-- If you developed any software, include link to the source code repository. | ||
If possible, also add links to sample data, and to any relevant publications. --> | ||
|
||
|
||
_No response_ | ||
|