CVApr 28, 2017

Unbiased Shape Compactness for Segmentation

arXiv:1704.08908v212 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of accurate segmentation in medical imaging, particularly for abdominal aorta segmentation, but it appears incremental as it builds on existing energy minimization and CNN-based methods.

The authors tackled the problem of segmenting medical images by introducing a shape compactness prior to constrain segmentation functionals, which they solved efficiently using an ADMM-based optimization method. They demonstrated competitive performance in abdominal aorta segmentation in MRI, with evaluations over 40 subjects.

We propose to constrain segmentation functionals with a dimensionless, unbiased and position-independent shape compactness prior, which we solve efficiently with an alternating direction method of multipliers (ADMM). Involving a squared sum of pairwise potentials, our prior results in a challenging high-order optimization problem, which involves dense (fully connected) graphs. We split the problem into a sequence of easier sub-problems, each performed efficiently at each iteration: (i) a sparse-matrix inversion based on Woodbury identity, (ii) a closed-form solution of a cubic equation and (iii) a graph-cut update of a sub-modular pairwise sub-problem with a sparse graph. We deploy our prior in an energy minimization, in conjunction with a supervised classifier term based on CNNs and standard regularization constraints. We demonstrate the usefulness of our energy in several medical applications. In particular, we report comprehensive evaluations of our fully automated algorithm over 40 subjects, showing a competitive performance for the challenging task of abdominal aorta segmentation in MRI.

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