$$\rightleftharpoonup{xx}$$
$$\longleftharp{xx}$$,
$$\longrightharp{xx}$$,
Knee Osteoarthritis (KOA) is a long-lasting, progressive joint disease that is one of the main reasons why older people around the world become disabled1. Early detection of subtle structural alterations is crucial for effective intervention; however, traditional diagnostic instruments, such as the Kellgren-Lawrence (KL) grading system and clinical indices like WOMAC, are constrained by subjectivity and inter-observer variability1.
With the increasing availability of large-scale knee imaging repositories such as OAI and MOST, computational approaches for objective KOA assessment have gained prominence2. Early radiographic analysis methods based on handcrafted descriptors and statistical classification showed limited robustness for high-dimensional imaging data2. More recent image-based modeling frameworks improved sensitivity to early-stage KOA but continue to face challenges in clinical interpretability and decision transparency.
AI-driven analysis can find knee osteoarthritis early and without surgery, which cuts down on the need for repeated X-rays and the environmental impact of large-scale imaging and paper-based diagnostics3. To date, machine-learning models, such as Decision Trees and Random Forests, have been able to predict the risk of accuracy in WOMAC and KL level (Figure 1); however, they have struggled with imaging data that has high dimensionality4. Deep-learning architectures, especially CNNs and ResNet networks, automated feature extraction and got better accuracy, but they were hard to understand. Vision Transformers (ViTs) brought global contextual understanding through self-attention.
The DeciViT-F framework supports sustainable clinical practices by making healthcare solutions that are accurate, understandable, and affordable. This helps people with chronic disabilities and improves their quality of life, especially for older people. It is explainable fuzzy-Bayesian logic promotes ethical AI use, ensuring trust, inclusivity, and transparency in clinical decision-making. In the end, this approach will lead to a better, fairer, and more environmentally friendly future for all of us.
The DeciViT-Knee 2025 framework is hereby established as a hybrid, interpretable pipeline to address these issues. It uses ViT-B/16 for deep image representation2,4, Bayesian Decision Trees for clear and probabilistic classification, and a Fuzzy Inference Layer5 that turns uncertainty into language that people can understand. This three-layer fusion provides high diagnostic accuracy, strong calibration, and interpretability at the clinician level.
Literature review
No previous research has completely combined ViT-B/16-based feature extraction with Bayesian Decision Trees for probabilistic reasoning on multimodal KOA data. Recent studies on interpretability have shown how fuzzy logic can help connect precise numbers with language-based reasoning. Fuzzy systems enable partial-truth representations (e.g., mild cartilage loss or borderline osteophyte presence), which correspond with the uncertainty frequently articulated in radiological assessments. Fuzzy inference layers have been demonstrated to diminish inter-observer variability and improve clinical interpretability when incorporated into deep networks5,6,7,8,9,10. Putting a Fuzzy-Bayesian layer on top of ViT embeddings makes decision boundaries that are both probabilistic and linguistically meaningful. This turns abstract activations into rule sets that people can understand, like: IF cartilage thinning is moderate AND bone-intensity variation is high, THEN KL grade likely ≥ 2.
DeciViT-Knee 2025 aims to provide early, clear, and repeatable KOA detection through a ViT-Fuzzy-Bayesian framework that has been optimised for use in clinical settings. This will effectively close the gap between accuracy, interpretability, and linguistic transparency.
The following approach gives a clear, repeatable description of each step, from setting up the environment and preparing the dataset to training, testing, and visualizing the model. This will help researchers and clinicians repeat and build on this work for precise diagnostics of musculoskeletal disorders
Choosing and setting up a model
We chose the Vision Transformer (ViT-B/16) as the main image feature extractor because it can use multi-head self-attention to model global contextual relationships in radiographic images2,4,11. The ViT structure allows for the simultaneous analysis of both fine-grained texture variations and long-range spatial dependencies that are important for telling apart subtle osteoarthritic changes across KL grades 0-42,4,12. This differs from CNN-based architectures, which utilize localized receptive fields11.
A Fuzzy Inference Layer (FIL) was added between the output of the transformer embedding and the probabilistic classifier to deal with the uncertainty that comes with radiographic grading, especially for borderline and early-stage KOA (Figure 2)13,14. The FIL turns continuous embedding activations into fuzzy sets that make sense in terms of language (for example, mild, moderate, or severe cartilage loss) and creates membership degrees that show how uncertain the diagnosis is7,8. This design makes it easier to understand by matching numerical predictions with the qualitative reasoning patterns that radiologists use15.
An ensemble of Bayesian Decision Trees (BDTE) was used to turn fuzzy-enhanced feature embeddings into probabilistic classification outcomes so that the predictions would be accurate and easy to understand16,17,18,19. Each tree in the ensemble calculates posterior probabilities and confidence intervals, which helps set well-calibrated decision boundaries13. This method combines the statistical accuracy of Bayesian inference with the rule-based clarity of decision trees, giving each diagnostic output both quantitative certainty and an understandable reason for why it was made19.
Benchmarking by comparison
We used the same training and validation splits to systematically compare the hybrid ViT + FIL + BDTE pipeline to CNN and ResNet-50 baselines. We used classification accuracy, AUC, Brier score, and clinician-rated interpretability on a five-point scale as metrics for comparison. The use of several baselines made it possible to fairly test model generalizability, calibration consistency, and explainability across architectures.