paper-with-me

Papers

3D Whole Brain Segmentation using Spatially Localized Atlas Network Tiles

2019-03-28 · Yuankai Huo, Zhoubing Xu, Yunxi Xiong, Katherine Aboud, Prasanna Parvathaneni, Shunxing Bao, Camilo Bermudez, Susan M. Resnick, Laurie E. Cutting, Bennett A. Landman

Detailed whole brain segmentation is an essential quantitative technique, which provides a non-invasive way of measuring brain regions from a structural magnetic resonance imaging (MRI). Recently, deep convolution neural network (CNN) has been applied to whole brain segmentation. However, restricted by current GPU memory, 2D based methods, downsampling based 3D CNN methods, and patch-based high-resolution 3D CNN methods have been the de facto standard solutions. 3D patch-based high resolution methods typically yield superior performance among CNN approaches on detailed whole brain segmentation (>100 labels), however, whose performance are still commonly inferior compared with multi-atlas segmentation methods (MAS) due to the following challenges: (1) a single network is typically used to learn both spatial and contextual information for the patches, (2) limited manually traced whole brain volumes are available (typically less than 50) for training a network. In this work, we propose the spatially localized atlas network tiles (SLANT) method to distribute multiple independent 3D fully convolutional networks (FCN) for high-resolution whole brain segmentation. To address the first challenge, multiple spatially distributed networks were used in the SLANT method, in which each network learned contextual information for a fixed spatial location. To address the second challenge, auxiliary labels on 5111 initially unlabeled scans were created by multi-atlas segmentation for training. Since the method integrated multiple traditional medical image processing methods with deep learning, we developed a containerized pipeline to deploy the end-to-end solution. From the results, the proposed method achieved superior performance compared with multi-atlas segmentation methods, while reducing the computational time from >30 hours to 15 minutes (https://github.com/MASILab/SLANTbrainSeg).

📄 PDF Abstract BibTeX arXiv:1903.12152

Code (2)

MASILab/SLANTbrainSeg 공식 구현 caffe2
MASILab/SLANT_brain_seg caffe2

Tasks

Brain SegmentationGPUSegmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Spatially Localized Atlas Network Tiles Enables 3D Whole Brain Segmentation from Limited Data

2018-06-01 · Yuankai Huo, Zhoubing Xu, Katherine Aboud, Prasanna Parvathaneni 외

Whole brain segmentation on a structural magnetic resonance imaging (MRI) is essential in non-invasive investigation for neuroanatomy. Historically, multi-atlas segmentation (MAS) has been regarded as the de facto standa…

Brain SegmentationGPUSegmentation

Reproducibility Evaluation of SLANT Whole Brain Segmentation Across Clinical Magnetic Resonance Imaging Protocols

2019-01-07 · Yunxi Xiong, Yuankai Huo, Jiachen Wang, L. Taylor Davis 외

Whole brain segmentation on structural magnetic resonance imaging (MRI) is essential for understanding neuroanatomical-functional relationships. Traditionally, multi-atlas segmentation has been regarded as the standard m…

Brain SegmentationComputational EfficiencySegmentation

Label merge-and-split: A graph-colouring approach for memory-efficient brain parcellation

2024-04-16 · Aaron Kujawa, Reuben Dorent, Sebastien Ourselin, Tom Vercauteren

Whole brain parcellation requires inferring hundreds of segmentation labels in large image volumes and thus presents significant practical challenges for deep learning approaches. We introduce label merge-and-split, a me…

GPUSegmentationSemantic Segmentation

Enhancing Hierarchical Transformers for Whole Brain Segmentation with Intracranial Measurements Integration

2023-09-08 · Xin Yu, Yucheng Tang, Qi Yang, Ho Hin Lee 외

Whole brain segmentation with magnetic resonance imaging (MRI) enables the non-invasive measurement of brain regions, including total intracranial volume (TICV) and posterior fossa volume (PFV). Enhancing the existing wh…

Brain SegmentationSegmentation

Generalizing Deep Whole Brain Segmentation for Pediatric and Post-Contrast MRI with Augmented Transfer Learning

2019-08-13 · Camilo Bermudez, Justin Blaber, Samuel W. Remedios, Jess E. Reynolds 외

Generalizability is an important problem in deep neural networks, especially in the context of the variability of data acquisition in clinical magnetic resonance imaging (MRI). Recently, the Spatially Localized Atlas Net…

Brain SegmentationData AugmentationTransfer Learning