-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1a1377
commit 807ebc8
Showing
1 changed file
with
16 additions
and
3 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -2,8 +2,21 @@ | |
|
||
This repository holds the code for the MIDL 2024 short paper submission "Automatic classification of prostate MR series type using image content and metadata". | ||
|
||
Deepa Krishnaswamy | ||
## Abstract | ||
|
||
April 2024 | ||
With the wealth of medical image data, efficient curation is essential. Assigning the sequence type to magnetic resonance images is necessary for scientific studies and artificial intelligence-based tasks. Incomplete or missing metadata prevents effective automation, leading to time-consuming and error-prone processes by clinicians. We propose a deep-learning method for classification of prostate cancer scanning sequences based on a combination of image data and DICOM metadata. We demonstrate superior results compared to metadata or image data alone, and make our code publicly available at https://github.com/deepakri201/DICOMScanClassification. | ||
|
||
Brigham and Women's Hospital | ||
## Code | ||
|
||
[DICOMTagClassification_ImageAndMetadata_setup_exp3.ipynb](DICOMTagClassification_ImageAndMetadata_setup_exp3.ipynb) | ||
This notebook is for querying Imaging Data Commons data, and obtaining the appropriate metadata from the DICOM files. | ||
|
||
[DICOMTagClassification_ImageAndMetadata_train_and_test_exp3.ipynb](DICOMTagClassification_ImageAndMetadata_train_and_test_exp3.ipynb) This notebook is for the training and test data setup, running training/validation for the three models, and for running inference. Figures and tables are also produced in this notebook. | ||
|
||
## Notes | ||
|
||
Further details will be added to this page about how to use the code. | ||
|
||
|
||
|
||
Deepa Krishnaswamy ([email protected]), April 2024, Brigham and Women's Hospital |