Giter VIP home page Giter VIP logo

deep-learning-based-quantification-of-nafld-nash's Introduction

Deep learning-based Quantification of NAFLD/NASH progression in human liver biopsies

This repository contains source code related to the publication "Deep learning-based quantification of NAFLD/NASH progression in human liver biopsies", Heinemann et al., Scientific Reports, 2022 https://www.nature.com/articles/s41598-022-23905-3.

The method analyzes microscopy images of human liver biopsies stained in Masson' Trichrome or Goldner stain. As result the four features of the pathologist-based Kleiner score (Statosis, Ballooning, Inflammation and Fibrosis) are generated. The features are in the identical numerical range as the pathologist score (e.g. 0-4 for fibrosis) but on a continuous scale.

The method presented here is experimental and for research only. It is not approved for diagnostic use.

image

Requirements

The code in the repository was tested under Python 3.64 with a NVidia GTX1080 GPU with 11GB. Packages' versions are listed in the requirements.txt.

Datasets

Download data from: https://osf.io/8e7hd/

Create a folder structure as below. Unzip in the identical folders as in the osf repo.

├── model                  # Pretrained TF / Keras models
├── ANN                    # Optional data to train ANNs from features X
├── CNN                    # Training data for CNNs
    ├── steatosis
    ├── inflammation
    ├── ballooning
    ├── fibrosis
    ├── result    
ground_truth.csv           # Table with pathologist scores
├── data                   # Data to analyze (not provided)
...                        # (This repo)

Analyze a new dataset

  1. Create tiles of your whole slide scans
    • Small tiles: 299px² at 0.44 µm/px
    • Big tiles: 299px² at 1.32 µm/px

Nomenclature: id_x_y.png. Where x and y are the locations on the whole slide scan and id is a slide id.

Example: 114_10_19.png

114_10_19.png

  1. Store the tiles to be analyzed under ./data/.

The structure should be as follows (assuming you work on project_X):

├── data                 # All projects should be here
    ├── project_X        # Folder of project_X
        ├── tiles
            ├──tiles     # Tiles are here
        ├── tiles_big
            ├──tiles     # Big tiles are here
  1. Edit classify_Kleiner_score_ANN.yaml to specify the location of the training data and the model files

  2. Run python:

python classify_Kleiner_score_ANN.py -c classify_Kleiner_score_ANN.yaml

This will generate results as csv files (per tile and score and per slide).

(Optional) Train CNNs (classification of tiles)

Edit train_CNN.py

python train.py -c train_CNN.yaml

(Optional) Train scoring ANNs (aggregate tile results to a single score)

This is available as jupyter notebook.

Run the following script and go though step by step.

This will fit the ANNs (one ANN for each of the four scores).

ANN_score_regression.ipynb

The result are the following pairs per score (make sure not to overwrite the original ones during tests):

  1. ANN weights file, e.g. HS_Liver_steatosis_model_IN_V1.2_ANN.h5
  2. Scaler files, e.g. HS_Liver_steatosis_model_IN_V1.2.scaler for feature normalization.

Example learning curve for fibrosis (here: on all train data):

114_10_19.png

And example fit to the fibrosis data (4x cv)

114_10_19.png

deep-learning-based-quantification-of-nafld-nash's People

Contributors

dependabot[bot] avatar fabianheinemann 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.