State-of-the-Art Stroke Lesion Segmentation at 1/1000th of Parameters
Alex Fedorov, Yutong Bu, Xiao Hu, Chris Rorden, Sergey Plis
TL;DR
The paper tackles the challenge of efficient whole-brain stroke lesion segmentation in MRI by reviving MeshNet and introducing a multi-scale dilation pattern that captures broad context without downsampling or skip connections. It demonstrates that a 10-layer, parameter-efficient MeshNet with adaptive dilation can segment $256^3$ volumes directly, achieving competitive performance with only a fraction of the parameters of state-of-the-art models on the ARC dataset. MeshNet-26 reaches a DICE of $0.876$ with $147{,}474$ parameters and MeshNet-16 reaches $0.873$ with $56{,}194$ parameters, placing on the Pareto frontier against much larger models such as U-MAMBA-BOT and MedNeXt-M. The results indicate strong efficiency–accuracy trade-offs, enabling potential deployment in resource-limited settings and browser-based tools like brainchop, with future work extending validation to additional datasets.
Abstract
Efficient and accurate whole-brain lesion segmentation remains a challenge in medical image analysis. In this work, we revisit MeshNet, a parameter-efficient segmentation model, and introduce a novel multi-scale dilation pattern with an encoder-decoder structure. This innovation enables capturing broad contextual information and fine-grained details without traditional downsampling, upsampling, or skip-connections. Unlike previous approaches processing subvolumes or slices, we operate directly on whole-brain $256^3$ MRI volumes. Evaluations on the Aphasia Recovery Cohort (ARC) dataset demonstrate that MeshNet achieves superior or comparable DICE scores to state-of-the-art architectures such as MedNeXt and U-MAMBA at 1/1000th of parameters. Our results validate MeshNet's strong balance of efficiency and performance, making it particularly suitable for resource-limited environments such as web-based applications and opening new possibilities for the widespread deployment of advanced medical image analysis tools.
