paper-with-me

Papers

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

2022-03-03 · CVPR 2022 1 · Ke Zhang, Xiahai Zhuang

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.

📄 PDF Abstract BibTeX arXiv:2203.01475

Code (1)

bwgzk/cyclemix 공식 구현 pytorch

Tasks

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

3DSAM-adapter: Holistic adaptation of SAM from 2D to 3D for promptable tumor segmentation

2023-06-23 · Shizhan Gong, Yuan Zhong, Wenao Ma, Jinpeng Li 외

Despite that the segment anything model (SAM) achieved impressive results on general-purpose semantic segmentation with strong generalization ability on daily images, its demonstrated performance on medical image segment…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+1

Holistic Decomposition Convolution for Effective Semantic Segmentation of 3D MR Images

2018-12-24 · Guodong Zeng, Guoyan Zheng

Convolutional Neural Networks (CNNs) have achieved state-of-the-art performance in many different 2D medical image analysis tasks. In clinical practice, however, a large part of the medical imaging data available is in 3…

GPUImage SegmentationMedical Image AnalysisSemantic Segmentation

Advancing Volumetric Medical Image Segmentation via Global-Local Masked Autoencoder

2023-06-15 · Jia-Xin Zhuang, Luyang Luo, Hao Chen

Masked autoencoder (MAE) is a promising self-supervised pre-training technique that can improve the representation learning of a neural network without human intervention. However, applying MAE directly to volumetric med…

Image SegmentationMedical Image SegmentationRepresentation LearningSemantic Segmentation+1

Comparative Benchmarking of Failure Detection Methods in Medical Image Segmentation: Unveiling the Role of Confidence Aggregation

2024-06-05 · Maximilian Zenk, David Zimmerer, Fabian Isensee, Jeremias Traub 외

Semantic segmentation is an essential component of medical image analysis research, with recent deep learning algorithms offering out-of-the-box applicability across diverse datasets. Despite these advancements, segmenta…

BenchmarkingImage SegmentationMedical Image AnalysisMedical Image Segmentation+2

A sparse annotation strategy based on attention-guided active learning for 3D medical image segmentation

2019-06-18 · Zhenxi Zhang, Jie Li, Zhusi Zhong, Zhicheng Jiao 외

3D image segmentation is one of the most important and ubiquitous problems in medical image processing. It provides detailed quantitative analysis for accurate disease diagnosis, abnormal detection, and classification. C…

Active LearningImage SegmentationMedical Image SegmentationSegmentation+1