π€ AI Summary
This work addresses the challenge of achieving high-accuracy and interpretable classification for Alzheimerβs disease diagnosis by proposing the first neuro-symbolic framework that integrates statistical modeling with logical rule learning. Specifically, a graph neural network (GNN) is employed to extract salient brain connectivity patterns from magnetic resonance imaging data, and these features are subsequently used by FastLAS to induce globally interpretable diagnostic rules. The resulting method achieves classification performance comparable to random forests and GNNs, outperforms decision trees, and matches support vector machines, while delivering fully transparent and clinically comprehensible decision logic. This approach significantly enhances the interpretability of GNN-based models in neuroscience applications, bridging the gap between high performance and clinical trustworthiness.
π Abstract
We introduce LearnAD, a neuro-symbolic method for predicting Alzheimer's disease from brain magnetic resonance imaging data, learning fully interpretable rules. LearnAD applies statistical models, Decision Trees, Random Forests, or GNNs to identify relevant brain connections, and then employs FastLAS to learn global rules. Our best instance outperforms Decision Trees, matches Support Vector Machine accuracy, and performs only slightly below Random Forests and GNNs trained on all features, all while remaining fully interpretable. Ablation studies show that our neuro-symbolic approach improves interpretability with comparable performance to pure statistical models. LearnAD demonstrates how symbolic learning can deepen our understanding of GNN behaviour in clinical neuroscience.