Predicting Knee Osteoarthritis Progression from Structural MRI using Deep Learning
Egor Panfilov, Simo Saarakkala, Miika T. Nieminen, Aleksei Tiulpin
TL;DR
This work tackles predicting knee OA progression from structural MRI using an end-to-end deep learning approach. It proposes a hybrid CNN-Transformer architecture that processes slice-wise DESS MRI with a 2D CNN encoder and aggregates across slices via a Transformer to predict progression within 96 months. On the OAI dataset, the 2D CNN + Transformer configuration achieves the best performance (AP 0.58 and ROC AUC 0.79), outperforming 2D and 3D baselines and establishing a baseline for MRI-based KOA progression prediction. The method advances disease understanding and trial design potential, with code and data sources described to enable translation and further research.
Abstract
Accurate prediction of knee osteoarthritis (KOA) progression from structural MRI has a potential to enhance disease understanding and support clinical trials. Prior art focused on manually designed imaging biomarkers, which may not fully exploit all disease-related information present in MRI scan. In contrast, our method learns relevant representations from raw data end-to-end using Deep Learning, and uses them for progression prediction. The method employs a 2D CNN to process the data slice-wise and aggregate the extracted features using a Transformer. Evaluated on a large cohort (n=4,866), the proposed method outperforms conventional 2D and 3D CNN-based models and achieves average precision of $0.58\pm0.03$ and ROC AUC of $0.78\pm0.01$. This paper sets a baseline on end-to-end KOA progression prediction from structural MRI. Our code is publicly available at https://github.com/MIPT-Oulu/OAProgressionMR.
