SOTAVerified

CycleMix: A Holistic Strategy for Medical Image Segmentation from Scribble Supervision

2022-03-03CVPR 2022Code Available1· sign in to hype

Ke Zhang, Xiahai Zhuang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Curating a large set of fully annotated training data can be costly, especially for the tasks of medical image segmentation. Scribble, a weaker form of annotation, is more obtainable in practice, but training segmentation models from limited supervision of scribbles is still challenging. To address the difficulties, we propose a new framework for scribble learning-based medical image segmentation, which is composed of mix augmentation and cycle consistency and thus is referred to as CycleMix. For augmentation of supervision, CycleMix adopts the mixup strategy with a dedicated design of random occlusion, to perform increments and decrements of scribbles. For regularization of supervision, CycleMix intensifies the training objective with consistency losses to penalize inconsistent segmentation, which results in significant improvement of segmentation performance. Results on two open datasets, i.e., ACDC and MSCMRseg, showed that the proposed method achieved exhilarating performance, demonstrating comparable or even better accuracy than the fully-supervised methods. The code and expert-made scribble annotations for MSCMRseg are publicly available at https://github.com/BWGZK/CycleMix.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ACDC ScribblesCycleMixDice (Average)84.8Unverified

Reproductions