English

Deep Active Lesion Segmentation

Image and Video Processing 2020-09-01 v4 Computer Vision and Pattern Recognition Machine Learning

Abstract

Lesion segmentation is an important problem in computer-assisted diagnosis that remains challenging due to the prevalence of low contrast, irregular boundaries that are unamenable to shape priors. We introduce Deep Active Lesion Segmentation (DALS), a fully automated segmentation framework for that leverages the powerful nonlinear feature extraction abilities of fully Convolutional Neural Networks (CNNs) and the precise boundary delineation abilities of Active Contour Models (ACMs). Our DALS framework benefits from an improved level-set ACM formulation with a per-pixel-parameterized energy functional and a novel multiscale encoder-decoder CNN that learns an initialization probability map along with parameter maps for the ACM. We evaluate our lesion segmentation model on a new Multiorgan Lesion Segmentation (MLS) dataset that contains images of various organs, including brain, liver, and lung, across different imaging modalities---MR and CT. Our results demonstrate favorable performance compared to competing methods, especially for small training datasets. Source code : https://github.com/ahatamiz/dals\text{https://github.com/ahatamiz/dals}

Keywords

Cite

@article{arxiv.1908.06933,
  title  = {Deep Active Lesion Segmentation},
  author = {Ali Hatamizadeh and Assaf Hoogi and Debleena Sengupta and Wuyue Lu and Brian Wilcox and Daniel Rubin and Demetri Terzopoulos},
  journal= {arXiv preprint arXiv:1908.06933},
  year   = {2020}
}

Comments

Accepted to Machine Learning in Medical Imaging (MLMI 2019). Link to source code added