[2603.29171] Segmentation of Gray Matters and White Matters from Brain MRI data
About this article
Abstract page for arXiv paper 2603.29171: Segmentation of Gray Matters and White Matters from Brain MRI data
Computer Science > Computer Vision and Pattern Recognition arXiv:2603.29171 (cs) [Submitted on 31 Mar 2026 (v1), last revised 4 Apr 2026 (this version, v2)] Title:Segmentation of Gray Matters and White Matters from Brain MRI data Authors:Chang Sun, Rui Shi, Tsukasa Koike, Tetsuro Sekine, Akio Morita, Tetsuya Sakai View a PDF of the paper titled Segmentation of Gray Matters and White Matters from Brain MRI data, by Chang Sun and 5 other authors View PDF HTML (experimental) Abstract:Accurate segmentation of brain tissues such as gray matter and white matter from magnetic resonance imaging is essential for studying brain anatomy, diagnosing neurological disorders, and monitoring disease progression. Traditional methods, such as FSL FAST, produce tissue probability maps but often require task-specific adjustments and face challenges with diverse imaging conditions. Recent foundation models, such as MedSAM, offer a prompt-based approach that leverages large-scale pretraining. In this paper, we propose a modified MedSAM model designed for multi-class brain tissue segmentation. Our preprocessing pipeline includes skull stripping with FSL BET, tissue probability mapping with FSL FAST, and converting these into 2D axial, sagittal, coronal slices with multi-class labels (background, gray matter, and white matter). We extend MedSAM's mask decoder to three classes, freezing the pre-trained image encoder and fine-tuning the prompt encoder and decoder. Experiments on the IXI dataset ach...