IVCVLGMar 10, 2023

Explainable Semantic Medical Image Segmentation with Style

arXiv:2303.05696v1h-index: 18
Originality Incremental advance
AI Analysis

This addresses the challenge of model brittleness and interpretability for clinical deployment in medical imaging, though it appears incremental as it builds on existing generative and adversarial techniques.

The authors tackled the problem of limited labeled data and lack of interpretability in semantic medical image segmentation by proposing a fully supervised generative framework that constructs an explorable manifold during training, achieving more generalizable segmentation than state-of-the-art methods on a pelvis dataset.

Semantic medical image segmentation using deep learning has recently achieved high accuracy, making it appealing to clinical problems such as radiation therapy. However, the lack of high-quality semantically labelled data remains a challenge leading to model brittleness to small shifts to input data. Most works require extra data for semi-supervised learning and lack the interpretability of the boundaries of the training data distribution during training, which is essential for model deployment in clinical practice. We propose a fully supervised generative framework that can achieve generalisable segmentation with only limited labelled data by simultaneously constructing an explorable manifold during training. The proposed approach creates medical image style paired with a segmentation task driven discriminator incorporating end-to-end adversarial training. The discriminator is generalised to small domain shifts as much as permissible by the training data, and the generator automatically diversifies the training samples using a manifold of input features learnt during segmentation. All the while, the discriminator guides the manifold learning by supervising the semantic content and fine-grained features separately during the image diversification. After training, visualisation of the learnt manifold from the generator is available to interpret the model limits. Experiments on a fully semantic, publicly available pelvis dataset demonstrated that our method is more generalisable to shifts than other state-of-the-art methods while being more explainable using an explorable manifold.

Foundations

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

Your Notes