English

Cube-Cut: Vertebral Body Segmentation in MRI-Data through Cubic-Shaped Divergences

Computer Vision and Pattern Recognition 2015-06-19 v2

Abstract

In this article, we present a graph-based method using a cubic template for volumetric segmentation of vertebrae in magnetic resonance imaging (MRI) acquisitions. The user can define the degree of deviation from a regular cube via a smoothness value Delta. The Cube-Cut algorithm generates a directed graph with two terminal nodes (s-t-network), where the nodes of the graph correspond to a cubic-shaped subset of the image's voxels. The weightings of the graph's terminal edges, which connect every node with a virtual source s or a virtual sink t, represent the affinity of a voxel to the vertebra (source) and to the background (sink). Furthermore, a set of infinite weighted and non-terminal edges implements the smoothness term. After graph construction, a minimal s-t-cut is calculated within polynomial computation time, which splits the nodes into two disjoint units. Subsequently, the segmentation result is determined out of the source-set. A quantitative evaluation of a C++ implementation of the algorithm resulted in an average Dice Similarity Coefficient (DSC) of 81.33% and a running time of less than a minute.

Keywords

Cite

@article{arxiv.1404.4467,
  title  = {Cube-Cut: Vertebral Body Segmentation in MRI-Data through Cubic-Shaped Divergences},
  author = {Robert Schwarzenberg and Bernd Freisleben and Christopher Nimsky and Jan Egger},
  journal= {arXiv preprint arXiv:1404.4467},
  year   = {2015}
}

Comments

23 figures, 2 tables, 43 references, PLoS ONE 9(4): e93389

R2 v1 2026-06-22T03:52:52.069Z