CVDec 29, 2022

MagicNet: Semi-Supervised Multi-Organ Segmentation via Magic-Cube Partition and Recovery

arXiv:2212.14310v255 citationsh-index: 54Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of reducing labeled data requirements for medical image segmentation, which is incremental but offers practical gains for healthcare applications.

The paper tackles semi-supervised multi-organ segmentation in CT scans by proposing MagicNet, a teacher-student model that uses a novel data augmentation strategy based on partition-and-recovery of cubes to leverage anatomical priors, resulting in a +7% DSC improvement on the MACT dataset with 10% labeled images.

We propose a novel teacher-student model for semi-supervised multi-organ segmentation. In teacher-student model, data augmentation is usually adopted on unlabeled data to regularize the consistent training between teacher and student. We start from a key perspective that fixed relative locations and variable sizes of different organs can provide distribution information where a multi-organ CT scan is drawn. Thus, we treat the prior anatomy as a strong tool to guide the data augmentation and reduce the mismatch between labeled and unlabeled images for semi-supervised learning. More specifically, we propose a data augmentation strategy based on partition-and-recovery N$^3$ cubes cross- and within- labeled and unlabeled images. Our strategy encourages unlabeled images to learn organ semantics in relative locations from the labeled images (cross-branch) and enhances the learning ability for small organs (within-branch). For within-branch, we further propose to refine the quality of pseudo labels by blending the learned representations from small cubes to incorporate local attributes. Our method is termed as MagicNet, since it treats the CT volume as a magic-cube and N$^3$-cube partition-and-recovery process matches with the rule of playing a magic-cube. Extensive experiments on two public CT multi-organ datasets demonstrate the effectiveness of MagicNet, and noticeably outperforms state-of-the-art semi-supervised medical image segmentation approaches, with +7% DSC improvement on MACT dataset with 10% labeled images. Code is available at https://github.com/DeepMed-Lab-ECNU/MagicNet.

Code Implementations1 repo
Foundations

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

Your Notes