Skip to content

numanai/BioMedIA-Hecktor2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


An Ensemble Approach for Patient Prognosis of Head and Neck Tumor Using Multimodal Data

PyTorch Lightning Config: Hydra Paper Conference

Description

Accurate prognosis of a tumor can help doctors provide a proper course of treatment and, therefore, save the lives of many. Traditional machine learning algorithms have been eminently useful in crafting prognostic models in the last few decades. Recently, deep learning algorithms have shown significant advancement and improvement when developing diagnosis and prognosis solutions to different healthcare problems. However, most of these solutions rely solely on either imaging or clinical data. Utilizing patient tabular data such as demographics and patient medical history along side imaging data in a multimodal approach to solve a prognosis task has started to gain more interest recently and has the potential to create more accurate solutions. The main issue when using clinical and imaging data to train a deep learning model is to decide on how to combine the information from these sources. We propose a multimodal network that ensembles deep mutli-task logistic regression (MTLR) and Cox proportional hazard model (CoxPH) models to predict prognostic outcomes for patients with head and neck tumors using patient's clinical and imaging (CT and PET) data. Features from CT and PET scans are fused and combined with patient's electronic health records for the prediction. The proposed model is trained and tested on 224 and 110 patient records respectively. Experimental results show that our proposed ensemble solution achieves C-Index of 0.72.

How to run

Install dependencies

# clone project
git clone https://github.com/numanai/BioMedIA-Hecktor2021
cd your-repo-name

# [OPTIONAL] create conda environment
bash bash/setup_conda.sh

# install requirements
pip install -r requirements.txt

Train model with default configuration

# data
create the data folder and copy the downloaded data to it. Also, update all the data paths in the config files. 

# default
python run.py

# train on CPU
python run.py trainer.gpus=0

# train on GPU
python run.py trainer.gpus=1

Train model with chosen experiment configuration from configs/experiment/

python run.py experiment=experiment_name

You can override any parameter from command line like this

python run.py trainer.max_epochs=20 datamodule.batch_size=64

Authors

Numan Saeed (numanai), Ikboljon Sobirov (ikboljon) and Roba Al Majzoub (musk007)

Credits: Hydra-template


About

Hecktor-2021 Challenge Task-2 (Prognosis) code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published