CVJul 24, 2024

Graph Neural Networks: A suitable Alternative to MLPs in Latent 3D Medical Image Classification?

arXiv:2407.17219v13 citationsh-index: 25Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses a domain-specific problem for medical imaging researchers, offering an incremental improvement by proposing GNNs as an alternative to MLPs.

The study tackled the problem of improving 3D medical image classification by comparing graph neural networks (GNNs) to traditional multi-layer perceptron (MLP) heads, finding that GNNs enhance classification performance and substantially improve runtime.

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 pretrained vision transformer (ViT), constitute the nodes and their respective node features. We use public datasets to compare the classification heads numerically and evaluate various graph construction and graph convolution methods in our experiments. Our findings show enhancements of the GNN in classification performance and substantial improvements in runtime compared to an MLP prediction head. Additional robustness evaluations further validate the promising performance of the GNN, promoting them as a suitable alternative to traditional MLP classification heads. Our code is publicly available at: https://github.com/compai-lab/2024-miccai-grail-kiechle

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