IVCVJan 8, 2020

A context based deep learning approach for unbalanced medical image segmentation

arXiv:2001.02387v112 citations
AI Analysis

This work addresses a common issue in medical imaging for automated segmentation tasks, though it appears incremental as it builds on existing U-Net and GAN methods.

The authors tackled the problem of foreground-background class imbalance in medical image segmentation by proposing a context-based cross-entropy loss for U-Net and a novel Seg-GLGAN architecture with a context discriminator, resulting in improved segmentation metrics on datasets like PROMISE12 and ACDC.

Automated medical image segmentation is an important step in many medical procedures. Recently, deep learning networks have been widely used for various medical image segmentation tasks, with U-Net and generative adversarial nets (GANs) being some of the commonly used ones. Foreground-background class imbalance is a common occurrence in medical images, and U-Net has difficulty in handling class imbalance because of its cross entropy (CE) objective function. Similarly, GAN also suffers from class imbalance because the discriminator looks at the entire image to classify it as real or fake. Since the discriminator is essentially a deep learning classifier, it is incapable of correctly identifying minor changes in small structures. To address these issues, we propose a novel context based CE loss function for U-Net, and a novel architecture Seg-GLGAN. The context based CE is a linear combination of CE obtained over the entire image and its region of interest (ROI). In Seg-GLGAN, we introduce a novel context discriminator to which the entire image and its ROI are fed as input, thus enforcing local context. We conduct extensive experiments using two challenging unbalanced datasets: PROMISE12 and ACDC. We observe that segmentation results obtained from our methods give better segmentation metrics as compared to various baseline methods.

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