Active Volume Models for 3D Medical Image Segmentation

Abstract

In this paper, we propose a novel predictive model for object boundary, which can integrate information from any sources. The model is a dynamic "object" model whose manifestation includes a deformable surface representing shape, a volumetric interior carrying appearance statistics, and an embedded classifier that separates object from background based on current feature information. Unlike Snakes, Level Set, Graph Cut, MRF and CRF approaches, the model is "self-contained" in that it does not model the background, but rather focuses on an accurate representation of the foreground object's attributes. As we will show, however, the model is capable of reasoning about the background statistics thus can detect when is change sufficient to invoke a boundary decision. The shape of the 3D model is considered as an elastic solid, with a simplex-mesh (i.e. finite element triangulation) surface made of thousands of vertices. Deformations of the model are derived from a linear system that encodes external forces from the boundary of a Region of Interest (ROI), which is a binary mask representing the object region predicted by the current model. Efficient optimization and fast convergence of the model are achieved using the Finite Element Method (FEM). Other advantages of the model include the ease of dealing with topology changes and its ability to incorporate human interactions. Segmentation and validation results are presented for experiments on noisy 3D medical images.

Cite

Text

Shen et al. "Active Volume Models for 3D Medical Image Segmentation." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009. doi:10.1109/CVPR.2009.5206563

Markdown

[Shen et al. "Active Volume Models for 3D Medical Image Segmentation." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009.](https://mlanthology.org/cvpr/2009/shen2009cvpr-active/) doi:10.1109/CVPR.2009.5206563

BibTeX

@inproceedings{shen2009cvpr-active,
  title     = {{Active Volume Models for 3D Medical Image Segmentation}},
  author    = {Shen, Tian and Li, Hongsheng and Qian, Zhen and Huang, Xiaolei},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2009},
  pages     = {707-714},
  doi       = {10.1109/CVPR.2009.5206563},
  url       = {https://mlanthology.org/cvpr/2009/shen2009cvpr-active/}
}