IVCVLGApr 26, 2023

Mixing Data Augmentation with Preserving Foreground Regions in Medical Image Segmentation

arXiv:2304.13490v17 citationsh-index: 19
Originality Incremental advance
AI Analysis

This work addresses the need for efficient data augmentation in medical image segmentation to support doctors' diagnoses, though it appears incremental as it builds on existing augmentation techniques.

The authors tackled the problem of data augmentation for medical image segmentation by proposing KeepMask and KeepMix methods that preserve organ boundaries without extra parameters, achieving dice coefficient improvements of 3.04% on CHAOS and 5.25% on MSD spleen datasets.

The development of medical image segmentation using deep learning can significantly support doctors' diagnoses. Deep learning needs large amounts of data for training, which also requires data augmentation to extend diversity for preventing overfitting. However, the existing methods for data augmentation of medical image segmentation are mainly based on models which need to update parameters and cost extra computing resources. We proposed data augmentation methods designed to train a high accuracy deep learning network for medical image segmentation. The proposed data augmentation approaches are called KeepMask and KeepMix, which can create medical images by better identifying the boundary of the organ with no more parameters. Our methods achieved better performance and obtained more precise boundaries for medical image segmentation on datasets. The dice coefficient of our methods achieved 94.15% (3.04% higher than baseline) on CHAOS and 74.70% (5.25% higher than baseline) on MSD spleen with Unet.

Foundations

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

Your Notes