- The most common solid malignancy among American men.
- 2022 estimated new cases: 268,490
- Conventional Ultrasound
- Magnetic Resonance Imaging (MRI)
- Micro-Ultrasound
- High resolution (29MHz)
- Sensitive to significant prostate cancer
- Real-time scan during in-bore biopsy
- Manual prostate segmentation:
- Time-consuming
- Subject to surgeons’ experience level
- A wide range of shapes and sizes
- Ambiguity of prostate boundaries
Perform automated prostate capsule segmentation using the U-Net deep neural network framework
Check code file DataPreprocessing.ipynb
- Generate masks and images from DICOM modality images based on the primary key SOP Instance UID.
- Images were exported from the metadata in the Dicom files. Or we could export images from the Weasis software.
- Masks were graphic annotations which were consist of an array of x, y coordinates. OpenCV was used to draw the Convex polyline and set up the black and white colors.
- Rename files using UID. The (0008, 0018) SOP Instance UID in the metadata likes this.
- Save png files to the folders
- Two dictionaries based on the SOP Instance UID. One is the image dictionary (X), and another is the mask dictionary (Y). These are the preprocessing of the images and annotations for the model training. X is the feature, and Y is the target value in the training and prediction.
Check code file PCa-UNet-dataset-training.ipynb
IoU in the three different sets | 10-fold cross-validation |
---|---|
![]() |
![]() |
Prostate Cancer Foundation
Guo, Wenbin, Wayne Brisbane, Rani Ashouri, Brianna Nguyen, and Angelos Barmpoutis. "Prostate Capsule Segmentation in Micro-Ultrasound Images Using Deep Neural Networks." In 2023 IEEE 20th International Symposium on Biomedical Imaging (ISBI), pp. 1-5. IEEE, 2023. DOI: 10.1109/ISBI53787.2023.10230652