This is the accompanying repository for the paper Anatomy-centred deep learning improves generalisability and progression prediction in radiographic sacroiliitis detection.
The assessment of radiographic sacroiliitis on pelvic radiographs plays an important role in the diagnosis and classifcation of axial Spondyloarthritis (axSpA). We were able to show that incorporating anatomical awareness into a CNN used for the detection of radiographic sacroiliitis, can improve the generalizabilty of the model and enable it to identify patients who are at a higher risk of progression to radiographic sacroiliitis. Read more about it in our paper, published in RMD Open: https://rmdopen.bmj.com/content/10/4/e004628
We have integrated the complete Anatomy-Aware pipeline into a Gradio app that can be easily run locally via Docker. Here's what running the app looks like:
- Prerequisites:
- Ensure you have Docker installed Get Docker
- There is no need for a GPU, the app can run on CPU and as little as 1.5GB of RAM.
- Steps to Run:
- Clone the repository:
git clone https://github.com/FJDorfner/Anatomy-Aware-Classification-axSpA.git
- Navigate to the Gradio directory:
cd Anatomy-Aware-Classification-axSpA/gradio_code
- Build the Docker image:
docker build -t axspa-classifier .
- Start the Docker container:
docker run -p 8080:8080 axspa-classifier
- Open your favorite web browser and go to
localhost:8080
to use the app as demonstrated above. - Hint: Click Additional Information in the Interface to see a Grad-CAM as well.
All code used in the experiments described in the paper can be found under paper_code/nbs. The Jupyter notebooks are organized sequentially as they were used in the study.
@article{dorfner2024incorporating,
author = {Dorfner, Felix J. and Vahldiek, Janis L. and Donle, Leonhard and Zhukov, Andrei and Xu, Lina and H{\"a}ntze, Hartmut and Makowski, Marcus R. and Aerts, Hugo J. W. L. and Proft, Fabian and Rios Rodriguez, Valeria and Rademacher, Judith and Protopopov, Mikhail and Haibel, Hildrun and Hermann, Kay-Geert and Diekhoff, Torsten and Adams, Lisa C. and Torgutalp, Murat and Poddubnyy, Denis and Bressem, Keno K.},
title = {Anatomy-centred deep learning improves generalisability and progression prediction in radiographic sacroiliitis detection},
volume = {10},
number = {4},
year = {2024},
doi = {10.1136/rmdopen-2024-004628},
eprint = {https://rmdopen.bmj.com/content/10/4/e004628.full.pdf},
journal = {RMD Open}
}