| Literature DB >> 28098774 |
Xiang Liu1,2, Jia Lin Song3, Shuo Hong Wang4, Jing Wen Zhao5, Yan Qiu Chen6.
Abstract
This paper proposes a computer-aided cirrhosis diagnosis system to diagnose cirrhosis based on ultrasound images. We first propose a method to extract a liver capsule on an ultrasound image, then, based on the extracted liver capsule, we fine-tune a deep convolutional neural network (CNN) model to extract features from the image patches cropped around the liver capsules. Finally, a trained support vector machine (SVM) classifier is applied to classify the sample into normal or abnormal cases. Experimental results show that the proposed method can effectively extract the liver capsules and accurately classify the ultrasound images.Entities:
Keywords: cirrhosis; computer-aided diagnosis; convolutional neural network; ultrasound imaging
Mesh:
Year: 2017 PMID: 28098774 PMCID: PMC5298722 DOI: 10.3390/s17010149
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1Different manifestations on liver capsules (inside the yellow boxes) between normal and diseased samples.
Figure 2The flowchart of the proposed method.
Figure 3The pipeline of sliding window detector.
Figure 4(a) An example of how is computed; (b) Original image; (c) Response map of the detector; (d) The curve extracted after dynamic programming based linking.
Figure 5The pipeline of the liver capsule guided image classification.
Figure 6Transferred deep classification model.
The statistics of the subjects for evaluation.
| Type | Total | Male | Female | Age |
|---|---|---|---|---|
| normal | 44 | 20 | 24 | 48.8 ± 16.2 |
| cirrhosis A | 18 | 10 | 8 | 51.4 ± 10.5 |
| cirrhosis B | 16 | 6 | 10 | 50.3 ± 11.2 |
| cirrhosis C | 13 | 7 | 6 | 55.5 ± 11.3 |
| cirrhosis total | 47 | 23 | 24 | 52.2 ± 10.9 |
Evaluation results of proposed liver capsule detection method.
| Total | Success | Percentage | Mean Completeness | |
|---|---|---|---|---|
| normal | 44 | 44 | 100% | 0.99 |
| diseased | 47 | 38 | 81% | 0.78 |
| overall | 91 | 82 | 90% | 0.88 |
Figure 7Extracted liver capsules (bottom row) and manually labeled liver capsules (middle row) for normal samples.
Figure 8Extracted liver capsules (bottom row) and manually labeled liver capsules (middle row) for diseased samples.
Figure 9The ROC curves of the proposed method with different low level features.
The classification accuracies in 3-fold cross validation and the AUCs (area under roc curve).
| DET + HOG | DET + LBP | DET + CNN | GT + CNN | [ | [ | |
|---|---|---|---|---|---|---|
| Accuracy (1) | 0.806 | 0.871 | 0.968 | 0.968 | 0.839 | 0.871 |
| Accuracy (2) | 0.839 | 0.742 | 0.742 | 0.742 | 0.677 | 0.71 |
| Accuracy (3) | 0.862 | 0.828 | 0.897 | 0.966 | 0.828 | 0.828 |
| mean | 0.836 | 0.814 | 0.869 | 0.892 | 0.781 | 0.803 |
| AUC | 0.921 | 0.881 | 0.951 | 0.968 | 0.875 | 0.836 |
Figure 10The performance of proposed method with different patch sizes.