All Projects → MIPT-Oulu → OAProgression

MIPT-Oulu / OAProgression

Licence: other
Multimodal Machine Learning-based Knee Osteoarthritis Progression Prediction from Plain Radiographs and Clinical Data

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to OAProgression

summarize-radiology-findings
Code and pretrained model for paper "Learning to Summarize Radiology Findings"
Stars: ✭ 63 (+8.62%)
Mutual labels:  medicine, radiology
nonparametric-bayes
📓 Non-parametric Bayesian Inference for Conservation Decisions
Stars: ✭ 39 (-32.76%)
Mutual labels:  reproducible-research
ReproducibleScience
Short course on reproducible science: what, why, how
Stars: ✭ 23 (-60.34%)
Mutual labels:  reproducible-research
CD4-csaw
Reproducible reanalysis of a combined ChIP-Seq & RNA-Seq data set
Stars: ✭ 16 (-72.41%)
Mutual labels:  reproducible-research
RepSeP
Reproducible Self-Publishing - Demo Publications in the Most Common Formats
Stars: ✭ 14 (-75.86%)
Mutual labels:  reproducible-research
Niffler
Niffler: A DICOM Framework for Machine Learning and Processing Pipelines.
Stars: ✭ 52 (-10.34%)
Mutual labels:  radiology
nowplaying-RS-Music-Reco-FM
#nowplaying-RS: Music Recommendation using Factorization Machines
Stars: ✭ 23 (-60.34%)
Mutual labels:  reproducible-research
ck-web
Collective Knowledge web extension to browse CK repositories, visualize interactive graphs and articles, render CK-based websites, implement simple web services with JSON API (for example to crowdsource experiments or unify access to DNN). Demos of interactive articles, graphs and crowdsourced experiments:
Stars: ✭ 31 (-46.55%)
Mutual labels:  reproducible-research
ideal
Interactive Differential Expression AnaLysis - DE made accessible and reproducible
Stars: ✭ 24 (-58.62%)
Mutual labels:  reproducible-research
rmdTemplates
Rmarkdown templates for reproducible science
Stars: ✭ 112 (+93.1%)
Mutual labels:  reproducible-research
GSoC-Ideas
CloudCV GSoC 2021 Ideas
Stars: ✭ 95 (+63.79%)
Mutual labels:  reproducible-research
lumberjack
Track changes in data with ease
Stars: ✭ 58 (+0%)
Mutual labels:  reproducible-research
researchcompendium
NOTE: This repo is archived. Please see https://github.com/benmarwick/rrtools for my current approach
Stars: ✭ 26 (-55.17%)
Mutual labels:  reproducible-research
GlucoSym
GlucoSym is an open-source simulator aimed to help in the testing and development of insulin delivery automation systems.
Stars: ✭ 33 (-43.1%)
Mutual labels:  medicine
dicy
A builder for LaTeX, knitr, literate Agda, literate Haskell and Pweave that automatically builds dependencies.
Stars: ✭ 22 (-62.07%)
Mutual labels:  reproducible-research
pytask
pytask is a workflow management system which facilitates reproducible data analyses.
Stars: ✭ 57 (-1.72%)
Mutual labels:  reproducible-research
rid-covid
Image-based COVID-19 diagnosis. Links to software, data, and other resources.
Stars: ✭ 74 (+27.59%)
Mutual labels:  radiology
publications
IMS Machine Learning Lab publications.
Stars: ✭ 18 (-68.97%)
Mutual labels:  reproducible-research
single-cell-papers-with-code
Papers with code for single cell related papers
Stars: ✭ 20 (-65.52%)
Mutual labels:  reproducible-research
ctuning-programs
Collective Knowledge extension with unified and customizable benchmarks (with extensible JSON meta information) to be easily integrated with customizable and portable Collective Knowledge workflows. You can easily compile and run these benchmarks using different compilers, environments, hardware and OS (Linux, MacOS, Windows, Android). More info:
Stars: ✭ 41 (-29.31%)
Mutual labels:  reproducible-research

Multimodal Machine Learning-based Knee Osteoarthritis Progression Prediction from Plain Radiographs and Clinical Data

Codes for paper and the pre-trained models.

Arxiv pre-print: http://arxiv.org/abs/1904.06236

(c) Aleksei Tiulpin, University of Oulu, 2018-2019.

About

This repository contains the full codes to reproduce the training process in the paper. To train the model from scratch, you need to obtain the DICOM images from MOST and OAI datasets. You also need to get the corresponding metadata (downloadable from the website. More instructions on getting the data are provided in documentation. The metadata, required for annotation of these images is available at our websie.

Installation, training and evaluation

Dependencies

To run this project, we used Ubuntu 16.04, Docker and also nvidia-docker. These are the only software dependencies you will need. Please, install these and you are set. If you do not want to use the Docker, you can follow teh given Dockerfile to follow the installation process.

We used 3xGTX1080Ti NVIDIA cards to train our models, so, please make sure that you have enough memory for minibatches allocation. We assume, that 2xGTX1080Ti will also be sufficient.

Reproducing the experiments

  1. Set-up the metadata, localized ROI and workdir paths in run_training_docker.sh. Do the same for run_evaluation_docker.sh
  2. Execute run_training_docker.sh
  3. Execute run_evaluation_docker.sh

Eventually, these scripts will generate a snapshot, containing 5 models from each cross-validation fold. You can monitor the process using tensorboard (needs to be run independently), or look at the training logs later, after the experiments. They will be generated in the WRKDIR (look at the run_training_docker.sh.

Pre-trained models

The pre-trained CNN models are available at http://mipt-ml.oulu.fi/models/OAProgression/. To train the second-level LightGBM models, you need to obtain the OAI dataset metadata.

Citation

If you use any of this code or data, please cite the following paper:

@misc{1904.06236,
Author = {Aleksei Tiulpin and Stefan Klein and Sita M. A. Bierma-Zeinstra and Jérôme Thevenot and Esa Rahtu and Joyce van Meurs and Edwin H. G. Oei and Simo Saarakkala},
Title = {Multimodal Machine Learning-based Knee Osteoarthritis Progression Prediction from Plain Radiographs and Clinical Data},
Year = {2019},
Eprint = {arXiv:1904.06236},
}

License

This software and the pre-trained models can be used only for research purposes.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].