CVOct 22, 2018

Hierarchical multi-class segmentation of glioma images using networks with multi-level activation function

arXiv:1810.09488v221 citations
AI Analysis

This work addresses the segmentation of brain tumors in medical imaging, which is crucial for diagnosis and treatment planning, but it is incremental as it builds on existing network architectures with a novel activation function.

The paper tackles the problem of segmenting hierarchically nested tumor classes in brain MRI images by incorporating topological priors into a 3D-Residual-Unet architecture, achieving Dice scores of 86%, 77%, and 72% for whole tumor, enhancing tumor, and tumor core classes, respectively, with a 3% improvement for enhancing tumor over a baseline method.

For many segmentation tasks, especially for the biomedical image, the topological prior is vital information which is useful to exploit. The containment/nesting is a typical inter-class geometric relationship. In the MICCAI Brain tumor segmentation challenge, with its three hierarchically nested classes 'whole tumor', 'tumor core', 'active tumor', the nested classes relationship is introduced into the 3D-residual-Unet architecture. The network comprises a context aggregation pathway and a localization pathway, which encodes increasingly abstract representation of the input as going deeper into the network, and then recombines these representations with shallower features to precisely localize the interest domain via a localization path. The nested-class-prior is combined by proposing the multi-class activation function and its corresponding loss function. The model is trained on the training dataset of Brats2018, and 20% of the dataset is regarded as the validation dataset to determine parameters. When the parameters are fixed, we retrain the model on the whole training dataset. The performance achieved on the validation leaderboard is 86%, 77% and 72% Dice scores for the whole tumor, enhancing tumor and tumor core classes without relying on ensembles or complicated post-processing steps. Based on the same start-of-the-art network architecture, the accuracy of nested-class (enhancing tumor) is reasonably improved from 69% to 72% compared with the traditional Softmax-based method which blind to topological prior.

Foundations

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

Your Notes