CVMar 27, 2018

CompNet: Complementary Segmentation Network for Brain MRI Extraction

arXiv:1804.00521v255 citations
AI Analysis

This work addresses skull stripping for brain imaging studies, particularly for handling pathological cases not in training data, though it appears incremental as it builds on encoder-decoder networks.

The authors tackled brain extraction from T1-weighted MRI scans by proposing CompNet, a complementary segmentation network that learns features from both brain tissue and non-brain regions, achieving state-of-the-art performance on the OASIS dataset with two-fold cross-validation and demonstrating robustness to unseen pathologies.

Brain extraction is a fundamental step for most brain imaging studies. In this paper, we investigate the problem of skull stripping and propose complementary segmentation networks (CompNets) to accurately extract the brain from T1-weighted MRI scans, for both normal and pathological brain images. The proposed networks are designed in the framework of encoder-decoder networks and have two pathways to learn features from both the brain tissue and its complementary part located outside of the brain. The complementary pathway extracts the features in the non-brain region and leads to a robust solution to brain extraction from MRIs with pathologies, which do not exist in our training dataset. We demonstrate the effectiveness of our networks by evaluating them on the OASIS dataset, resulting in the state of the art performance under the two-fold cross-validation setting. Moreover, the robustness of our networks is verified by testing on images with introduced pathologies and by showing its invariance to unseen brain pathologies. In addition, our complementary network design is general and can be extended to address other image segmentation problems with better generalization.

Code Implementations8 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes