Skip to content

modelhub-ai/cascaded-fcn-liver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cascaded-fcn-liver

This repository hosts the contributor source files for the cascaded-fcn-liver model. ModelHub integrates these files into an engine and controlled runtime environment. A unified API allows for out-of-the-box reproducible implementations of published models. For more information, please visit www.modelhub.ai or contact us info@modelhub.ai.

meta

id ccc16d36-d788-43eb-9e53-2125c97888df
application_area CT Abdomen
task Segmentation
task_extended Liver and liver lesion segmentation
data_type Computed Tomography (CT)
data_source https://www.ircad.fr/research/3dircadb/

publication

title Automatic Liver and Lesion Segmentation in CT Using Cascaded Fully Convolutional Neural Networks and 3D Conditional Random Fields
source arXiv
url https://arxiv.org/abs/1610.02177
year 2016
authors Patrick Ferdinand Christ, Mohamed Ezzeldin A. Elshaer, Florian Ettlinger, Sunil Tatavarty, Marc Bickel, Patrick Bilic, Markus Rempfler, Marco Armbruster, Felix Hofmann, Melvin D'Anastasi, Wieland H. Sommer, Seyed-Ahmad Ahmadi, Bjoern H. Menze
abstract Automatic segmentation of the liver and its lesion is an important step towards deriving quantitative biomarkers for accurate clinical diagnosis and computer-aided decision support systems. This paper presents a method to automatically segment liver and lesions in CT abdomen images using cascaded fully convolutional neural networks (CFCNs) and dense 3D conditional random fields (CRFs). We train and cascade two FCNs for a combined segmentation of the liver and its lesions. In the first step, we train a FCN to segment the liver as ROI input for a second FCN. The second FCN solely segments lesions from the predicted liver ROIs of step 1. We refine the segmentations of the CFCN using a dense 3D CRF that accounts for both spatial coherence and appearance. CFCN models were trained in a 2-fold cross-validation on the abdominal CT dataset 3DIRCAD comprising 15 hepatic tumor volumes. Our results show that CFCN-based semantic liver and lesion segmentation achieves Dice scores over 94% for liver with computation times below 100s per volume. We experimentally demonstrate the robustness of the proposed method as a decision support system with a high accuracy and speed for usage in daily clinical routine.
google_scholar https://scholar.google.com/scholar?cites=16449972357705639728&as_sdt=40000005&sciodt=0,22&hl=en
bibtex @inproceedings{christ2016automatic, title={Automatic liver and lesion segmentation in CT using cascaded fully convolutional neural networks and 3D conditional random fields}, author={Christ, Patrick Ferdinand and Elshaer, Mohamed Ezzeldin A and Ettlinger, Florian and Tatavarty, Sunil and Bickel, Marc and Bilic, Patrick and Rempfler, Markus and Armbruster, Marco and Hofmann, Felix and DAnastasi, Melvin and others}, booktitle={Medical Image Computing and Computer-Assisted Intervention -- MICCAI 2016}, pages={415--423}, year={2016}, organization={Springer International Publishing}, isbn={978-3-319-46723-8}, doi={10.1007/978-3-319-46723-8_48}, url={http://dx.doi.org/10.1007/978-3-319-46723-8_48}}

model

description This model showcases the first step of the Automatic Liver and Lesion Segmentation. It segments the liver on a single slice CT image. The trained model for the second step (lesion segmentation) is included but not executed in the demo.
provenance https://github.com/IBBM/Cascaded-FCN
architecture Fully Convolutional Network (FCN)
learning_type Supervised learning
format .caffemodel
I/O model I/O can be viewed here
license model license can be viewed here

run

To run this model and view others in the collection, view the instructions on ModelHub.

contribute

To contribute models, visit the ModelHub docs.