IVCVMar 7, 2022

Conquering Data Variations in Resolution: A Slice-Aware Multi-Branch Decoder Network

arXiv:2203.03640v117 citationsh-index: 37
Originality Incremental advance
AI Analysis

This work addresses a crucial obstacle in medical image segmentation for applications like liver tumor analysis, though it appears incremental as it builds on existing 2D/3D network debates with a novel focus on resolution variations.

The paper tackled the problem of wide variation in intra- and inter-slice resolutions in medical image segmentation by proposing a slice-aware 2.5D network with a multi-branch decoder and slice-centric attention, achieving state-of-the-art results on the LiTS dataset and demonstrating robustness on the SegTHOR dataset.

Fully convolutional neural networks have made promising progress in joint liver and liver tumor segmentation. Instead of following the debates over 2D versus 3D networks (for example, pursuing the balance between large-scale 2D pretraining and 3D context), in this paper, we novelly identify the wide variation in the ratio between intra- and inter-slice resolutions as a crucial obstacle to the performance. To tackle the mismatch between the intra- and inter-slice information, we propose a slice-aware 2.5D network that emphasizes extracting discriminative features utilizing not only in-plane semantics but also out-of-plane coherence for each separate slice. Specifically, we present a slice-wise multi-input multi-output architecture to instantiate such a design paradigm, which contains a Multi-Branch Decoder (MD) with a Slice-centric Attention Block (SAB) for learning slice-specific features and a Densely Connected Dice (DCD) loss to regularize the inter-slice predictions to be coherent and continuous. Based on the aforementioned innovations, we achieve state-of-the-art results on the MICCAI 2017 Liver Tumor Segmentation (LiTS) dataset. Besides, we also test our model on the ISBI 2019 Segmentation of THoracic Organs at Risk (SegTHOR) dataset, and the result proves the robustness and generalizability of the proposed method in other segmentation tasks.

Foundations

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

Your Notes