CT-based Subchondral Bone Microstructural Analysis in Knee Osteoarthritis via MR-Guided Distillation Learning

Yuqi Hu,Xiangyu Zhao,Gaowei Qing,Kai Xie,Chenglei Liu,Lichi Zhang
2023-07-11
Abstract:Background: MR-based subchondral bone effectively predicts knee osteoarthritis. However, its clinical application is limited by the cost and time of MR. Purpose: We aim to develop a novel distillation-learning-based method named SRRD for subchondral bone microstructural analysis using easily-acquired CT images, which leverages paired MR images to enhance the CT-based analysis model during training. Materials and Methods: Knee joint images of both CT and MR modalities were collected from October 2020 to May 2021. Firstly, we developed a GAN-based generative model to transform MR images into CT images, which was used to establish the anatomical correspondence between the two modalities. Next, we obtained numerous patches of subchondral bone regions of MR images, together with their trabecular parameters (BV / TV, Tb. Th, Tb. Sp, Tb. N) from the corresponding CT image patches via regression. The distillation-learning technique was used to train the regression model and transfer MR structural information to the CT-based model. The regressed trabecular parameters were further used for knee osteoarthritis classification. Results: A total of 80 participants were evaluated. CT-based regression results of trabecular parameters achieved intra-class correlation coefficients (ICCs) of 0.804, 0.773, 0.711, and 0.622 for BV / TV, Tb. Th, Tb. Sp, and Tb. N, respectively. The use of distillation learning significantly improved the performance of the CT-based knee osteoarthritis classification method using the CNN approach, yielding an AUC score of 0.767 (95% CI, 0.681-0.853) instead of 0.658 (95% CI, 0.574-0.742) (p<.001). Conclusions: The proposed SRRD method showed high reliability and validity in MR-CT registration, regression, and knee osteoarthritis classification, indicating the feasibility of subchondral bone microstructural analysis based on CT images.
Image and Video Processing,Computer Vision and Pattern Recognition,Machine Learning
What problem does this paper attempt to address?
### Problems the Paper Attempts to Solve This paper aims to develop a new CT (Computed Tomography)-based knee bone microstructure analysis method to overcome the high cost and long duration limitations of MRI (Magnetic Resonance Imaging) in clinical applications. Specifically, the paper proposes a method named SRRD (Synthesis, Registration, Regression, and Diagnosis), which enhances the analysis model of CT images by utilizing paired MRI images, thereby achieving efficient and low-cost diagnosis of knee osteoarthritis (KOA). ### Main Contributions 1. **Application of Knowledge Distillation Technology**: By pre-training an MRI-based teacher model to guide the CT-based student model in trabecular bone parameter regression, the regression performance of CT images is significantly improved. 2. **Design of Synthesis and Registration Module**: An unsupervised registration module is proposed to address the spatial differences between MRI and CT, generating registered image pairs for the subsequent knowledge distillation process. ### Experimental Results 1. **Registration Effect**: Through the synthesis and registration module, precise registration of MRI and CT images is achieved, significantly reducing the Target Registration Error (TRE). 2. **Trabecular Bone Parameter Regression**: The regression results of trabecular bone parameters on CT images are highly correlated with the ground truth of MRI images, with ICC (Intraclass Correlation Coefficient) values of 0.804, 0.773, 0.711, and 0.622 respectively. 3. **KOA Classification**: Based on the regressed trabecular bone parameters, SVM is used for KOA classification, achieving an AUC (Area Under the Curve) of 0.767, which is significantly better than traditional CNN methods. ### Conclusion This study demonstrates the effectiveness and reliability of the SRRD method in trabecular bone parameter regression and KOA classification on CT images, providing an efficient and low-cost solution for the clinical diagnosis of knee osteoarthritis. Despite some limitations, such as a small sample size and single-center data, this method has great potential for application in future multi-center studies.