LGJun 11, 2024

Unifying Interpretability and Explainability for Alzheimer's Disease Progression Prediction

arXiv:2406.07777v1Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for interpretable and explainable AI in clinical settings for Alzheimer's disease prediction, though it is incremental in combining existing methods.

The study compared four reinforcement learning algorithms for predicting Alzheimer's disease progression over 10 years using baseline data, finding that only one method performed satisfactorily, but all failed to capture the importance of amyloid accumulation as revealed by SHAP explanations.

Reinforcement learning (RL) has recently shown promise in predicting Alzheimer's disease (AD) progression due to its unique ability to model domain knowledge. However, it is not clear which RL algorithms are well-suited for this task. Furthermore, these methods are not inherently explainable, limiting their applicability in real-world clinical scenarios. Our work addresses these two important questions. Using a causal, interpretable model of AD, we first compare the performance of four contemporary RL algorithms in predicting brain cognition over 10 years using only baseline (year 0) data. We then apply SHAP (SHapley Additive exPlanations) to explain the decisions made by each algorithm in the model. Our approach combines interpretability with explainability to provide insights into the key factors influencing AD progression, offering both global and individual, patient-level analysis. Our findings show that only one of the RL methods is able to satisfactorily model disease progression, but the post-hoc explanations indicate that all methods fail to properly capture the importance of amyloid accumulation, one of the pathological hallmarks of Alzheimer's disease. Our work aims to merge predictive accuracy with transparency, assisting clinicians and researchers in enhancing disease progression modeling for informed healthcare decisions. Code is available at https://github.com/rfali/xrlad.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes