You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aim of this task is to automatically detect medical concepts related to each image, as a first step towards generating image captions, medical reports, or to help in medical diagnosis.
Steps Taken:
Acquisition of Datasets and Extraction of Images from Tarfiles
Data Exploration
Data Analysis
Data Visualization
Data Preprocessing
Implementation of Machine learning models
Evaluation and Prediction --
-- Summary (models still needs further training...more compute power required)
-- Full ROCO (Radiology Objects in COntext) Dataset
No
Datasets
No of images
0
Train Dataset
60963
1
Validation Dataset
7,703
2
Test Dataset
7,662
3
Total
76328
Evaluation metric == F1 Score: is the most suited for imbalanced class labels (in our case -- concepts to be detected).
- Decision Threshold was tuned on validation dataset, the best threshold was 0.1
The aim of this task is to automatically select medical concepts related to each image, as a first step towards generating image captions, medical reports, or to help in medical diagnosis.