IVCVJun 5, 2019

OctopusNet: A Deep Learning Segmentation Network for Multi-modal Medical Images

arXiv:1906.02031v236 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of effectively fusing multi-modal medical images for improved disease diagnosis and quantification, representing an incremental advance over existing fusion methods.

The paper tackled the problem of cross-modal interference in multi-modal medical image segmentation by proposing OctopusNet, a novel architecture with separate encoders per modality and a hyper-fusion decoder, which achieved state-of-the-art segmentation accuracy on ISLES-2018 and MRBrainS-2013 datasets.

Deep learning models, such as the fully convolutional network (FCN), have been widely used in 3D biomedical segmentation and achieved state-of-the-art performance. Multiple modalities are often used for disease diagnosis and quantification. Two approaches are widely used in the literature to fuse multiple modalities in the segmentation networks: early-fusion (which stacks multiple modalities as different input channels) and late-fusion (which fuses the segmentation results from different modalities at the very end). These fusion methods easily suffer from the cross-modal interference caused by the input modalities which have wide variations. To address the problem, we propose a novel deep learning architecture, namely OctopusNet, to better leverage and fuse the information contained in multi-modalities. The proposed framework employs a separate encoder for each modality for feature extraction and exploits a hyper-fusion decoder to fuse the extracted features while avoiding feature explosion. We evaluate the proposed OctopusNet on two publicly available datasets, i.e. ISLES-2018 and MRBrainS-2013. The experimental results show that our framework outperforms the commonly-used feature fusion approaches and yields the state-of-the-art segmentation accuracy.

Foundations

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

Your Notes