Decoder-Free Supervoxel GNN for Accurate Brain-Tumor Localization in Multi-Modal MRI
Andrea Protani, Marc Molina Van Den Bosch, Lorenzo Giusti, Heloisa Barbosa Da Silva, Paolo Cacace, Albert Sund Aillet, Miguel Angel Gonzalez Ballester, Friedhelm Hummel, Luigi Serio
TL;DR
This work tackles the inefficiency and limited interpretability of decoder-heavy 3D medical image models by proposing SVGFormer, a decoder-free pipeline that casts multi-modal MRI as a hierarchical supervoxel graph. A patch-level Transformer embeds local voxel information within each supervoxel, which is then refined by a Graph Attention Network to capture inter-regional context, enabling dual-scale explainability from patch features to region interactions. The authors demonstrate that this encoder-centric approach supports both node-level tumor-classification and tumor-proportion regression on BraTS, achieving strong metrics (e.g., F1 ~0.87, MAE ~0.028) and robust generalization to downstream segmentation without extra finetuning. The framework offers a flexible, multi-task backbone with inherent interpretability, promising more efficient training and clearer decision paths for clinical deployment and future extension to other tasks.
Abstract
Modern vision backbones for 3D medical imaging typically process dense voxel grids through parameter-heavy encoder-decoder structures, a design that allocates a significant portion of its parameters to spatial reconstruction rather than feature learning. Our approach introduces SVGFormer, a decoder-free pipeline built upon a content-aware grouping stage that partitions the volume into a semantic graph of supervoxels. Its hierarchical encoder learns rich node representations by combining a patch-level Transformer with a supervoxel-level Graph Attention Network, jointly modeling fine-grained intra-region features and broader inter-regional dependencies. This design concentrates all learnable capacity on feature encoding and provides inherent, dual-scale explainability from the patch to the region level. To validate the framework's flexibility, we trained two specialized models on the BraTS dataset: one for node-level classification and one for tumor proportion regression. Both models achieved strong performance, with the classification model achieving a F1-score of 0.875 and the regression model a MAE of 0.028, confirming the encoder's ability to learn discriminative and localized features. Our results establish that a graph-based, encoder-only paradigm offers an accurate and inherently interpretable alternative for 3D medical image representation.
