English

Whole Brain Segmentation with Full Volume Neural Network

Image and Video Processing 2021-11-01 v1 Computer Vision and Pattern Recognition

Abstract

Whole brain segmentation is an important neuroimaging task that segments the whole brain volume into anatomically labeled regions-of-interest. Convolutional neural networks have demonstrated good performance in this task. Existing solutions, usually segment the brain image by classifying the voxels, or labeling the slices or the sub-volumes separately. Their representation learning is based on parts of the whole volume whereas their labeling result is produced by aggregation of partial segmentation. Learning and inference with incomplete information could lead to sub-optimal final segmentation result. To address these issues, we propose to adopt a full volume framework, which feeds the full volume brain image into the segmentation network and directly outputs the segmentation result for the whole brain volume. The framework makes use of complete information in each volume and can be implemented easily. An effective instance in this framework is given subsequently. We adopt the 33D high-resolution network (HRNet) for learning spatially fine-grained representations and the mixed precision training scheme for memory-efficient training. Extensive experiment results on a publicly available 33D MRI brain dataset show that our proposed model advances the state-of-the-art methods in terms of segmentation performance. Source code is publicly available at https://github.com/microsoft/VoxHRNet.

Keywords

Cite

@article{arxiv.2110.15601,
  title  = {Whole Brain Segmentation with Full Volume Neural Network},
  author = {Yeshu Li and Jonathan Cui and Yilun Sheng and Xiao Liang and Jingdong Wang and Eric I-Chao Chang and Yan Xu},
  journal= {arXiv preprint arXiv:2110.15601},
  year   = {2021}
}

Comments

Accepted to CMIG

R2 v1 2026-06-24T07:17:19.195Z