CVApr 12, 2019

Prior-aware Neural Network for Partially-Supervised Multi-Organ Segmentation

arXiv:1904.06346v2197 citations
AI Analysis

This addresses a practical issue in medical imaging for clinicians by improving segmentation accuracy with partially labeled datasets, though it is incremental as it builds on existing methods with a novel training objective.

The paper tackles the problem of multi-organ segmentation in abdominal CT scans when training data are partially labeled, which causes background ambiguity, by proposing a Prior-aware Neural Network (PaNN) that incorporates anatomical priors on organ sizes. It achieves state-of-the-art performance with an average Dice score of 84.97%, surpassing prior art by 3.27% on the MICCAI2015 challenge.

Accurate multi-organ abdominal CT segmentation is essential to many clinical applications such as computer-aided intervention. As data annotation requires massive human labor from experienced radiologists, it is common that training data are partially labeled, e.g., pancreas datasets only have the pancreas labeled while leaving the rest marked as background. However, these background labels can be misleading in multi-organ segmentation since the "background" usually contains some other organs of interest. To address the background ambiguity in these partially-labeled datasets, we propose Prior-aware Neural Network (PaNN) via explicitly incorporating anatomical priors on abdominal organ sizes, guiding the training process with domain-specific knowledge. More specifically, PaNN assumes that the average organ size distributions in the abdomen should approximate their empirical distributions, a prior statistics obtained from the fully-labeled dataset. As our training objective is difficult to be directly optimized using stochastic gradient descent [20], we propose to reformulate it in a min-max form and optimize it via the stochastic primal-dual gradient algorithm. PaNN achieves state-of-the-art performance on the MICCAI2015 challenge "Multi-Atlas Labeling Beyond the Cranial Vault", a competition on organ segmentation in the abdomen. We report an average Dice score of 84.97%, surpassing the prior art by a large margin of 3.27%.

Foundations

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

Your Notes