Data curation is a necessary step before using many AI or ML models, but it can be difficult and time-consuming to do manually. For instance in prostate cancer, most tools use multiple types of MR sequences as input to develop models and perform tasks such as segmentation.
In this project, we will develop methods for automatic classification of MR sequences. We had some great discussions and headway last project week, and are continuing this work.
We also made some progress since last project week and developed a few methods for classification of T2 axial, diffusion weighted (DWI), apparent diffusion coefficient (ADC) images, and dynamic contrast enhanced (DCE) images. We used combinations of image data and DICOM metadata as input, and developed a random forest classifier, and also two CNN-based classifiers – see our paper here and code here.
This project week, we’d like to talk to more people, address limitations of our work, and hopefully work on developing a more robust method for classification of scans.
HuggingFace space demo:
Here the user can select a specific collection –> patient –> study –> series to perform the classification. Then you run inference using the three models we developed.
Then the results of the classification are displayed, along with the image chosen for the classification. The user can also download the output colab notebook.
Video of the HuggingFace space demo:
No response