| Literature DB >> 36010210 |
Geonhui Son1, Taejoon Eo1, Jiwoong An1, Dong Jun Oh2, Yejee Shin1, Hyenogseop Rha1, You Jin Kim3, Yun Jeong Lim2, Dosik Hwang1,4,5,6.
Abstract
By automatically classifying the stomach, small bowel, and colon, the reading time of the wireless capsule endoscopy (WCE) can be reduced. In addition, it is an essential first preprocessing step to localize the small bowel in order to apply automated small bowel lesion detection algorithms based on deep learning. The purpose of the study was to develop an automated small bowel detection method from long untrimmed videos captured from WCE. Through this, the stomach and colon can also be distinguished. The proposed method is based on a convolutional neural network (CNN) with a temporal filtering on the predicted probabilities from the CNN. For CNN, we use a ResNet50 model to classify three organs including stomach, small bowel, and colon. The hybrid temporal filter consisting of a Savitzky-Golay filter and a median filter is applied to the temporal probabilities for the "small bowel" class. After filtering, the small bowel and the other two organs are differentiated with thresholding. The study was conducted on dataset of 200 patients (100 normal and 100 abnormal WCE cases), which was divided into a training set of 140 cases, a validation set of 20 cases, and a test set of 40 cases. For the test set of 40 patients (20 normal and 20 abnormal WCE cases), the proposed method showed accuracy of 99.8% in binary classification for the small bowel. Transition time errors for gastrointestinal tracts were only 38.8 ± 25.8 seconds for the transition between stomach and small bowel and 32.0 ± 19.1 seconds for the transition between small bowel and colon, compared to the ground truth organ transition points marked by two experienced gastroenterologists.Entities:
Keywords: capsule endoscopy; convolutional neural networks; small bowel detection; temporal filtering
Year: 2022 PMID: 36010210 PMCID: PMC9406835 DOI: 10.3390/diagnostics12081858
Source DB: PubMed Journal: Diagnostics (Basel) ISSN: 2075-4418
Figure 1Flowchart of the study design.
Figure 2(a) The process of the proposed small bowel detection algorithm; (b) results from subprocesses with representative images from organs.
Figure 3Relevance-CAM results from three organs. (WCE images taken by MiroCam MC1200 and processed by MiroView 4.0—http://www.intromedic.com/eng/main, accessed on 22 June 2022). The jet color maps show class activation maps in which the reddish and bluish colors refers to 1 and 0, respectively.
Quantitative results for organ classification. The proposed method (i.e., ResNet50 + temporal filter) yields the best performance.
| Methods | Accuracy | Precision | Recall | F1 Score |
|---|---|---|---|---|
| Zou’s | 0.751 | 0.689 | 0.768 | 0.712 |
| ResNet50 | 0.880 | 0.876 | 0.872 | 0.872 |
| TeCNO | 0.900 | 0.920 | 0.873 | 0.892 |
| MS-TCN++ | 0.937 | 0.941 | 0.896 | 0.869 |
|
|
|
|
|
|
The highest values for each metric are bold-faced.
Figure 4Qualitative results of the proposed small bowel detection method from six cases. Please refer to the supplementary material to see the results from all test cases.
Figure 5Time errors for the transition between stomach and small bowel and the transition between small bowel and colon. For all 40 test cases including 20 normal and 20 abnormal cases, all errors were less than 120 s.