TL;DR
This study compares graph neural networks and traditional MLPs for 3D medical image classification, demonstrating GNNs' superior performance and efficiency as a promising alternative.
Contribution
It introduces a novel GNN-based approach for 3D medical image classification and evaluates its effectiveness against standard MLP heads using public datasets.
Findings
GNNs outperform MLPs in classification accuracy
GNNs offer faster runtime than MLPs
GNNs show increased robustness in evaluations
Abstract
Recent studies have underscored the capabilities of natural imaging foundation models to serve as powerful feature extractors, even in a zero-shot setting for medical imaging data. Most commonly, a shallow multi-layer perceptron (MLP) is appended to the feature extractor to facilitate end-to-end learning and downstream prediction tasks such as classification, thus representing the de facto standard. However, as graph neural networks (GNNs) have become a practicable choice for various tasks in medical research in the recent past, we direct attention to the question of how effective GNNs are compared to MLP prediction heads for the task of 3D medical image classification, proposing them as a potential alternative. In our experiments, we devise a subject-level graph for each volumetric dataset instance. Therein latent representations of all slices in the volume, encoded through a DINOv2…
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
MethodsAttention Is All You Need · Layer Normalization · Linear Layer · Convolution · Softmax · Multi-Head Attention · Dense Connections · Residual Connection · Vision Transformer
