Git Product home page Git Product logo

oaprogression's Introduction

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.

oaprogression's People

Contributors

lext avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.