TL;DR
This paper introduces GKD, a semi-supervised knowledge distillation method that enables disease prediction from multi-modal medical data without requiring graph information at inference, outperforming existing graph-based methods.
Contribution
GKD is a novel semi-supervised approach that uses knowledge distillation to train a student network capable of disease prediction without graph data at inference.
Findings
GKD outperforms previous methods in accuracy, AUC, and Macro F1.
It effectively handles unseen test data lacking graph modality.
Experiments on ASD and Alzheimer's datasets validate GKD's effectiveness.
Abstract
The increased amount of multi-modal medical data has opened the opportunities to simultaneously process various modalities such as imaging and non-imaging data to gain a comprehensive insight into the disease prediction domain. Recent studies using Graph Convolutional Networks (GCNs) provide novel semi-supervised approaches for integrating heterogeneous modalities while investigating the patients' associations for disease prediction. However, when the meta-data used for graph construction is not available at inference time (e.g., coming from a distinct population), the conventional methods exhibit poor performance. To address this issue, we propose a novel semi-supervised approach named GKD based on knowledge distillation. We train a teacher component that employs the label-propagation algorithm besides a deep neural network to benefit from the graph and non-graph modalities only in the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGraph Convolutional Networks
