-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PW39_2023_Montreal: Add project TrainingAiAlgorithmsOnIdcData
- Loading branch information
Showing
1 changed file
with
62 additions
and
0 deletions.
There are no files selected for viewing
62 changes: 62 additions & 0 deletions
62
PW39_2023_Montreal/Projects/TrainingAiAlgorithmsOnIdcData/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,62 @@ | ||
--- | ||
layout: pw39-project | ||
|
||
project_title: Training AI algorithms on IDC data | ||
category: Segmentation / Classification / Landmarking | ||
|
||
key_investigators: | ||
- firstname: Person | ||
lastname: Doe | ||
affiliation: University | ||
|
||
- firstname: Person2 | ||
lastname: Doe2 | ||
affiliation: University2 | ||
country: Spain | ||
--- | ||
|
||
# Project Description | ||
|
||
<!-- Add a short paragraph describing the project. --> | ||
|
||
Imaging Data Commons](https://portal.imaging.datacommons.cancer.gov/) provides publicly available cancer imaging data. | ||
|
||
Previous works([IDC Prostate segmentation](https://github.com/ImagingDataCommons/idc-prostate-mri-analysis)) ([NLST-Body Part Regression](https://github.com/ImagingDataCommons/IDC-Tutorials/blob/master/notebooks/body_part_regression_with_structured_reports.ipynb)) demonstrated through several use cases inference and analysis of AI algorithms on IDC data. | ||
Downloading IDC data, conversion between file imaging standards, cloud environment setup and imaging pre-processing steps were studied through these inference and analysis use cases. | ||
|
||
During this project week, our goal is to develop use cases of training AI algorithms on IDC data. We welcome any Project Week participants that are interested in leveraging IDC data for training AI algorithms(or evaluation) to collaborate with us | ||
|
||
## Objective | ||
|
||
<!-- Describe here WHAT you would like to achieve (what you will have as end result). --> | ||
|
||
. Leverage IDC data for SOTA segmentation algorithm(nnUNet, MONAI) | ||
2. Collaborate with other members to study the feasibility of using IDC data for training AI algorithms | ||
|
||
## Approach and Plan | ||
|
||
<!-- Describe here HOW you would like to achieve the objectives stated above. --> | ||
|
||
. Using nnUNet segmentation framework for prostate segmentation on IDC data([Prostatex/QIN collection](https://portal.imaging.datacommons.cancer.gov/explore/filters/?collection_id=Community\&collection_id=QIN\&collection_id=prostate_mri_us_biopsy\&collection_id=prostatex\&collection_id=qin_prostate_repeatability)) for training purposes. | ||
2. Expand AI training use cases beyond SOTA algorithms | ||
|
||
## 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. --> | ||
|
||
. Leverage information gained by applying inference using nnUNet prostate segmentation on several prostate imaging collections, for training pipelines | ||
|
||
# Illustrations | ||
|
||
<!-- Add pictures and links to videos that demonstrate what has been accomplished. --> | ||
|
||
No response | ||
|
||
# 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. --> | ||
|
||
[PW37_2022_Virtual -- nnUnet - Prostate segmentation on Imaging Data Commons(IDC) data](https://github.com/NA-MIC/ProjectWeek/tree/master/PW37_2022_Virtual/Projects/IDCProstateSegmentation) | ||
* [AI Imaging analysis on IDC data](https://github.com/ImagingDataCommons/IDC-Tutorials/tree/master/notebooks#imaging-analysis-ai |