| Literature DB >> 36038561 |
Pasquale Arpaia1,2, Umberto Bracale3,4, Francesco Corcione3,5, Egidio De Benedetto3,6, Alessandro Di Bernardo6, Vincenzo Di Capua6, Luigi Duraccio7, Roberto Peltrini5, Roberto Prevete3,6.
Abstract
An innovative algorithm to automatically assess blood perfusion quality of the intestinal sector in laparoscopic colorectal surgery is proposed. Traditionally, the uniformity of the brightness in indocyanine green-based fluorescence consists only in a qualitative, empirical evaluation, which heavily relies on the surgeon's subjective assessment. As such, this leads to assessments that are strongly experience-dependent. To overcome this limitation, the proposed algorithm assesses the level and uniformity of indocyanine green used during laparoscopic surgery. The algorithm adopts a Feed Forward Neural Network receiving as input a feature vector based on the histogram of the green band of the input image. It is used to (i) acquire information related to perfusion during laparoscopic colorectal surgery, and (ii) support the surgeon in assessing objectively the outcome of the procedure. In particular, the algorithm provides an output that classifies the perfusion as adequate or inadequate. The algorithm was validated on videos captured during surgical procedures carried out at the University Hospital Federico II in Naples, Italy. The obtained results show a classification accuracy equal to [Formula: see text], with a repeatability of [Formula: see text]. Finally, the real-time operation of the proposed algorithm was tested by analyzing the video streaming captured directly from an endoscope available in the OR.Entities:
Mesh:
Substances:
Year: 2022 PMID: 36038561 PMCID: PMC9424219 DOI: 10.1038/s41598-022-16030-8
Source DB: PubMed Journal: Sci Rep ISSN: 2045-2322 Impact factor: 4.996
Figure 1Block architecture of the proposed algorithm. Three main blocks are outlined: (i) a fast tracking algorithm to track the selected ROI, (ii) a feature extraction block to pre-process the available frames and (iii) a ML-based classifier to provide the output in terms of quality of perfusion.
Figure 2Intraoperative use of ICG technology. Fluorescence angiography shows the vascular perfusion of the intestinal segment that delimits the section point (a). Anastomosis is performed with the residual colon (b).
Figure 3Details about the features extraction: Step 1: selection of the ROI. Step 2: the ROI is divided in 20 slice. Step 3: for each slice, the histogram of the green band is evaluated. Step 4: the amount of green of each histogram is evaluated and the obtained feature is used to build the feature vector sent to the ML classifier.
Performance with the chosen set of hyper parameters for all the tested networks.
| Network | Kernel | Neurons L1 | Neurons L2 | Activation function | Accuracy (%) |
|---|---|---|---|---|---|
| SVM | Linear | – | – | – | 54.5 ± 15.6 |
| SVM | Gaussian | – | – | – | 45.4 ± 23.8 |
| FFNN | – | 20 | – | ReLU | 99.9 ± 1.9 |
| FFNN | – | 80 | – | Tanh | 54.1 ± 28.6 |
| FFNN | – | 100 | – | Sigmoid | 86.0 ± 7.6 |
| FFNN | – | 90 | 90 | ReLU | 85.2 ± 15.0 |
| FFNN | – | 50 | 50 | Tanh | 69.9 ± 22.9 |
| FFNN | – | 90 | 70 | Sigmoid | 68.5 ± 24.2 |
Performance of FFNN with one hidden layer and Tanh, Sigmoid, and ReLU as activation functions with different neurons.
| Neurons | Tanh accuracy (%) | Sigmoid accuracy (%) | ReLU accuracy (%) |
|---|---|---|---|
| 10 | 47.9 ± 23.7 | 74.2 ± 10.6 | 93.7 ± 14.8 |
| 20 | 42.1 ± 25.3 | 75.6 ± 14.7 | 99.9 ± 1.9 |
| 30 | 51.1 ± 28.1 | 79.5 ± 11.5 | 98.0 ± 3.0 |
| 40 | 45.6 ± 39.5 | 79.4 ± 8.5 | 97.4 ± 5.2 |
| 50 | 53.2 ± 36.1 | 84.6 ± 9.2 | 97.4 ± 3.2 |
| 60 | 52.1 ± 35.9 | 85.8 ± 5.5 | 98.6 ± 2.8 |
| 70 | 49.1 ± 33.2 | 81.1 ± 10.7 | 99.3 ± 2.0 |
| 80 | 54.1 ± 28.6 | 83.7 ± 9.8 | 99.4 ± 1.9 |
| 90 | 50.9 ± 34.2 | 82.6 ± 6.4 | 98.7 ± 2.7 |
| 100 | 53.9 ± 30.2 | 86.0 ± 7.6 | 99.7 ± 2.6 |
Figure 4Comparison of (a) accuracy, and (b) 1- repeatability for the three activation functions used with different neurons: Tanh (orange), Sigmoid (red), Rectifier Linear Unit (blue).
Details about statistical analysis of the three groups.
| Test |
| Decision | ||
|---|---|---|---|---|
| Fischer test Tanh-Sigmoid-ReLU | Same distribution | 1.0 | 0.0 | Reject |
| t-test Tanh-Sigmoid | Same distribution | 1.0 |
| Reject |
| t-test Tanh-ReLU | Same distribution | 1.0 |
| Reject |
| t-test ReLU-Sigmoid | Same distribution | 1.0 |
| Reject |
Figure 5Four frames from the data set with respective ROI: (a) and (d) have ROI with adequate perfusion (high amount of green) and prediction 1. (b) and (c) have prediction 0 because the ROIs are inadequately perfused (low amount of green and/or not uniform ICG diffusion).
Figure 6Online validation: Frames characterized by different brightness levels acquired directly from the endoscope during the online validation: (a) is characterized by high brightness, (b) by medium brightness, and (c) by low brightness. Nevertheless, the real-time prediction works even in a low brightness scenario.