Literature DB >> 35890890

Classification Predictive Model for Air Leak Detection in Endoworm Enteroscopy System.

Roberto Zazo-Manzaneque1, Vicente Pons-Beltrán2,3, Ana Vidaurre1,4, Alberto Santonja5, Carlos Sánchez-Díaz6.   

Abstract

Current enteroscopy techniques present complications that are intended to be improved with the development of a new semi-automatic device called Endoworm. It consists of two different types of inflatable cavities. For its correct operation, it is essential to detect in real time if the inflatable cavities are malfunctioning (presence of air leakage). Two classification predictive models were obtained, one for each cavity typology, which must discern between the "Right" or "Leak" states. The cavity pressure signals were digitally processed, from which a set of features were extracted and selected. The predictive models were obtained from the features, and a prior classification of the signals between the two possible states was used as input to different supervised machine learning algorithms. The accuracy obtained from the classification predictive model for cavities of the balloon-type was 99.62%, while that of the bellows-type was 100%, representing an encouraging result. Once the models are validated with data generated in animal model tests and subsequently in exploratory clinical tests, their incorporation in the software device will ensure patient safety during small bowel exploration.

Entities:  

Keywords:  classification predictive models; digital signal processing; enteroscopy; feature extraction; inflatable cavities; medical device; real-time detection system; soft robot

Mesh:

Year:  2022        PMID: 35890890      PMCID: PMC9318585          DOI: 10.3390/s22145211

Source DB:  PubMed          Journal:  Sensors (Basel)        ISSN: 1424-8220            Impact factor:   3.847


1. Introduction

Currently, there are different techniques for the exploration, diagnosis, and therapy of small bowel pathologies, the main one being enteroscopy. There are three different types of commercially available enteroscopes: single-balloon (SBE) [1], double-balloon (DBE) [2,3], and spiral (SE) [4]. Although these systems allow exploration of the small intestine, they are not without limitations [5,6,7,8,9]. In this context, a research group from the Universitat Politècnica de València and the Fundación de Investigación del Hospital La Fe de Valencia is working on the development of a new enteroscopy system, called Endoworm, which aims to improve the existing systems. Endoworm is a semiautomatic soft robot device [10,11,12,13], which is mounted on a conventional endoscope and allows exploration of the small intestine. It consists of a pneumatic translation system of inflatable cavities governed by a microcontroller-based electronic device. The objective is to retract the intestine over the endoscope, thus assisting in advancing the endoscope [14,15]. The commercial systems used to explore the small bowel (especially DBE and SBE) have been tested for years, and some problems have been detected [16]; among them, no air leakage has been reported. The main reason for that is the manual operation of these two systems that allows the specialist to detect any malfunctioning of every inflatable cavity. Due to the automated operation of the Endoworm system and its complexity compared to the mentioned systems, the detection of malfunctioning in one of the three cavities is very difficult for the specialist, even more so to determine which one has failed. For this reason, developing an autonomous system for detecting air leakage from its inflatable cavities is necessary. An air leak in any of the cavities would represent a potential risk to the patient and even a significant loss in device efficiency to help the enteroscope advance through the small bowel. Automated leak detection has been studied for different industrial applications. Leaks in rigid pipes have been investigated [17], some of them using machine learning methods [18]. In [19], a pneumatic system was analyzed to detect air leakage in the pipes and the pneumatic actuators while the system continues working. However, all the systems were rigid. Different methods to determine the leakage were presented in [20]. One of them used the pressure drop in the pipeline, again considering rigid pipes in industrial applications. The complexity of detecting air leaks in Endoworm cavities lies in two aspects: their continuous inflation and deflation, which makes the static analysis of pressures ineffective, and the impossibility of seeing what is happening inside the patient, as well as the fact that it is not intended to introduce any electrical element that could cause damage. As described, leakage problems have been studied for industrial applications, but no previous studies have addressed this specific problem. In medical applications, classification predictive models are commonly used to solve binary new cases classification, with high performance ratios [21]. These techniques can be used to classify the state of each cavity as “Right” or “Leak” while the device is working. This work aimed to obtain two classification predictive models capable of detecting air leaks in the two different types of cavities (balloon and bellows) that make up the Endoworm translation system. The data used to generate the models were obtained by performing tests on the Endoworm enteroscopy system in in vitro models. The training and validation of the predictive models were carried out using k-fold cross-validation and test performance techniques. Finally, the best classification predictive model for each cavity type was selected, considering that they will have to be run in real time on the Endoworm control device.

2. Materials and Methods

Classification predictive models, which are intended to be obtained, require a series of input variables (features) that contain the necessary information on the pressure signals of the Endoworm cavities to classify the cases as “Right” or “Leak”. The starting point to obtain the features was the differential pressure signals (relative to atmospheric pressure) received from the sensors arranged in the air outlet ports of the Endoworm control device. There are four signals in total: system pressure, pressure in the two radial expansion cavities (balloons), and the pressure in the axial expansion cavity (bellows). A detailed description of the Endoworm control device, the three inflatable cavities, and the inflation-deflating sequence can be found in [15]. The system pressure typically ranges from 200 to 300 kPa, depending on the configuration entered by the user. The pressure signals, measured in real time from the balloons and bellows, vary from 0 kPa to system pressure. Of these four pressure signals, only the three corresponding to inflatable cavities are of interest for air leak detection. Therefore, these will serve as sources of information from which to extract the features to be used as inputs for the predictive model of each type of cavity (balloons or bellows). The cavities are directly connected to the “Honeywell” pressure sensor “26PCFFA2G”, which can measure maximum differential pressure of 100 psi (689.476 kPa) with a sensitivity of 1 mV/psi (145.038 µV/kPa). This is important as the sensor model was changed from that used in [14,15], increasing the full scale of the measurement to 320 kPa. The gain of the AD620 instrumentation operational amplifier was readjusted to 107.73 V/V, achieving the desired full scale and a resolution of 0.313 kPa/bit. Between the output of the AD620 and the ADC input of the PIC18F4550 microcontroller, an anti-aliasing filter (first-order passive low pass filter) was placed. The cutoff frequency of the anti-aliasing filter is 10 Hz. This frequency was selected because all the representative spectral content of the signals is contained below this cutting frequency. Moreover, it allows a reliable representation in the time domain of the fast transients present in the signals. The sampling frequency selected for the signals is 200 Hz, resulting in a time resolution of 5 ms per sample. An external module was developed to acquire the main analogue and digital signals, in real time, that define the behavior of the control device (Sniffer), avoiding overloading the device’s control microcontroller. The Sniffer was a board based on the Atmega2560 microcontroller. It was connected via a matching board to the microcontroller pins of the control device. The digital I/O of the Sniffer and the control device were connected directly. In contrast, the analogue signals from the pressure sensors were connected to the Sniffer via four rail-to-rail operational amplifiers in buffer configuration (MCP6044), whose function was impedance matching between the inputs to the ADCs of the PIC18F4550 and the Atmega2560. Figure 1 shows a block diagram illustrating the connection of the Sniffer to the control device.
Figure 1

Diagram of the circuit for adapting the 26PCFFA2G sensor output signal to the ADC input of the Endoworm microcontroller (PIC18F4550), as well as the capture of the pressure signals, through the impedance matching board, and the main digital control signals.

The Sniffer records and sends to an external PC the pressure signals, the states of the solenoid valves, the state of the pneumatic pumps, and the main parameters of the Finite State Machine, which determine the control behavior of the device. The theoretical basis on which the programming of the Endoworm control device is based can be found in [22]. The data used to generate the predictive models were obtained by performing tests on the Endoworm enteroscopy system, aiming to capture the device’s normal functioning. A PU (polyurethane) artificial bowel model with an internal diameter of 40 mm was used for all tests. The intestine and the cavities used were characterized, and the results can be found in [14]. A total of 121 recordings were made, attempting to capture as much behavioral variability as possible in the operation of the Endoworm system. In some trials, the device was allowed to move freely (without being operated by any user); in others, it was driven by an expert endoscopist. The speed of the cavity sequence, its inflation–deflation times, and the system’s maximum pressure were varied. Three possible values for the sequence speed (“Low”, “Medium”, and “High”) could be established. The inflation and deflation times determined by the opening times of the solenoid valves varied from 0.050 to 0.125 s for balloons and from 0.8 to 1.4 s for bellows. The “Right” or “Leak” operation was determined by the persons performing the experiment, on the basis of the observation of air leaks, for each inflation–deflating cycle of each cavity. Figure 2 shows the pressure signals from the Endoworm control device corresponding to a segment of a recording in which all cavities were functioning correctly.
Figure 2

Temporal representation of the four pressures recorded by the Sniffer for any given test: system pressure (red), fixed balloon (dark blue), mobile balloon (blue), and bellows (green).

The digital processing of the signals and the training of the classification predictive models were carried out using the “Matlab R2022a” software under a research license acquired by the Universitat Poltècnica de València. A segmentation of the signals was carried out, consisting of two steps: signal swell detection and windowing of the signal. Swell detection was set as the instant at which the rising edge of the cavity pressure signal occurs. It was a robust parameter because whenever the solenoid valve was ordered to open, an abrupt rise in pressure was recorded in the sensors and calculated by detecting the positive peak of the derivative of the signal. From the time at which inflation occurs, a signal windowing was established to cover a complete cavity inflation–deflation cycle. This windowing was different depending on the type of cavity. Figure 3 shows an example of the segmentation of each type of cavity, revealing the pressure signal, its derivative, and the instant in which the swelling of the cavity was detected. In addition, the time window corresponding to the segmented signal is shown.
Figure 3

Graphical overview of the segmentation process of the two different Endoworm cavities: (a) balloon-type and (b) bellows-type. Dashed purple linear windows correspond to the segmented signal.

A total of 2350 balloon-type segmented signals and 924 bellows-type segmented signals were obtained. These were assigned the label (“Right” or “Leak”) designated by the qualified personnel during the tests. Figure 4 shows typical signals representing the two possible states of the two cavity types that make up the Endoworm.
Figure 4

Representation of typical signals of the class “Right” (blue) and “Leak” (red) for the cavities balloon (a) and bellows (b).

Once the balloon and bellows signals were segmented and associated with their corresponding classification, they were randomized. The data for each cavity type were divided into two subsets: cross-validation (80%) and testing (20%). Subsequently, the features of the signals were extracted. The features were identified to reflect, quantitatively or categorically, the physical–mathematical aspects of the signals to reflect the differences between cavities without and with leakage. In the case of the balloon-type cavities, a total of 12 features (a1–a12) were extracted, while, for the bellows-type cavities, a total of 13 features (b1–b13) were extracted. The features of both cavity types were divided into four subgroups: a1–a3, a6–a8, and b1–b8 to quantify pressure losses using different metrics; a4 and b4 to measure the time difference between the detection of inflation and deflation; a10, a11, and b10–b12 to indicate the correlation of the signal concerning different standard signals of the “Right” or “Leak” classes; a5, a12, and b13 to indicate categorical variables that, depending on a premise, assign a logical value (zero or one). Specifically, a5 indicates whether or not a deflating edge was detected, while a12 and b13 assign a label depending on the class of the pattern with the highest correlation value between the features a10 and a11 in the balloon and b10–b12 in the bellows, respectively. For a more extensive description of all extracted features, see Appendix A. In order to optimize the performance of the algorithms and make their training more efficient, the descriptors were subjected to a normalization process using the z-score method [22,23,24]. The training of the predictive models was facilitated by a prior selection of features using filters. To increase the discriminant potential, those variables that obtained better results with respect to an objective function were selected. A total of four filters were used: Fisher’s score [25,26], ReliefF [27,28], Chi-square [29], and MRMR [30,31] (see Appendix B for a description of filters). Applying the four filters, four scores and ranking positions were obtained for each feature. A total score for the features was obtained by adding the ranking positions of each filter, which was lower for a better position. From this score, a total ranking was obtained that guarantees the same weight to the four filters when it comes to taking them into account when selecting the features. On this basis, the eight best characteristics were chosen for each type of cavity, discarding the rest. Subsequently, the training and the validation of the predictive models were carried out. For this purpose, the k-fold cross-validation technique was used to make the most of the cross-validation subset, which was divided into k-folds. Typically, a low k-value means that the training subset was smaller and the validation subset was higher in percentage. This could result in a higher average prediction error (when averaging the results of the k-folds). In contrast, a high k-value would be the opposite; a higher training subset and a lower validation subset (in percent)could result in a lower average prediction error [32]. It is widely accepted to use a number of k between five and 20 folds [33]. A total of five folds were used for both types of cavities. This way, five instances of training were performed with 80% of the dataset for the cross-validation and 20% for validation. The ratio between the validation and test set was maintained at 20%. The “Classification Learner” app in “Matlab R2022a” was used to obtain the classification predictive models. Algorithms that require a low computational cost and memory usage were selected because the models obtained were intended to be implemented in the device’s microcontroller. The following models (from the “Classification Learner” app) were trained: fine, medium, and coarse tree, linear and quadratic discriminant, logistic regression, linear, quadratic and cubic SVM, and narrow, medium, and bilayered neural Network, yielding a total of 12 different algorithms. For training the models, the default hyperparameter configuration of the app was maintained, and it was not modified during the whole training and validation process (cross-validation). It was not considered necessary to adjust the hyperparameters of each of the different algorithms. During the cross-validation process, the wrapper technique was applied [34]. It started with the eight previously selected features, from which a reduced set that presented the best possible performance was obtained. The selected features were tested, and the test performance, together with the cross-validation, produced the final performance of each model. Due to high combinatoriality, the wrapper procedure gave rise to the training and validation of the 12 classification algorithms. Only the best-performing combinations of input features and algorithms are shown. The main metrics used for this purpose were accuracy, recall, precision, and F1-score [35]. Finally, the selected model of each type had a tradeoff among better performance, lower computational cost and memory usage, and a set of input features that were easy to compute.

3. Results

3.1. Structure of the Datasets

Table 1 and Table 2 show the prevalence of the two classes, “Right” and “Leak”, in the two available datasets, balloon and bellows cavities, respectively.
Table 1

Number of cases and percentage distribution of the classes for the subset of balloon-type data into which the initial dataset was subdivided.

Data SubsetClass N Percentage
Cross- Validation Right159384.73
Leak28715.27
Test Right38782.34
Leak8317.66
Total Right198084.26
Leak37015.74
Table 2

Number of cases and percentage distribution of the classes for the subset of bellows-type data into which the initial dataset was subdivided.

Data SubsetClass N Percentage
Cross- Validation Right63786.20
Leak10213.80
Test Right15181.62
Leak3418.38
Total Right78885.28
Leak13614.72

3.2. Preliminary Screening of Features

Box-and-whisker plots of the quantitative features of the cross-validation subset for each cavity type are plotted in Figure 5 and Figure 6; categorical features were suppressed because they do not provide useful information in this type of plot. The cases were grouped according to whether they were previously classified as “Right” or “Leak”.
Figure 5

Box-and-whisker plots of quantitative features extracted (a1–a4 and a6–a11) from balloon signals. The “Right” and “Leak” groups are represented for each feature; a5 and a12 are not presented due to their categorical nature. For additional information on the extracted features see Appendix A.

Figure 6

Box-and-whisker plots of quantitative features extracted (b1–b12) from the bellows signals. The “Right” and “Leak” groups are represented for each feature; b13 is not presented due to its categorical nature. For additional information on the extracted features see Appendix A.

3.3. Feature Selection

Table 3 and Table 4 show the results of applying the filters for the balloon and bellows features, indicating scores and rankings by features.
Table 3

Results of applying filters for the features of the balloon signals.

FeaturesScoresRanking
Fisher’sReliefFChi2MRMRTotal
a 1 0.2180.123114.21.5 × 10−1410
a 2 0.3860.000160.32.9 × 10−1411
a 3 2.6100.049708.12.8 × 10−145
a 4 15.8240.073711.93.9 × 10−11
a 5 12.8750.00065,535.09.5 × 10−142 or 3
a 6 0.0020.054576.75.9 × 10−148
a 7 2.0320.017630.81.1 × 10−134
a 8 0.004−0.00113.37.6 × 10−1412
a 9 1.6440.050684.89.8 × 10−142 or 3
a 10 0.0510.058191.33.9 × 10−149
a 11 0.2390.033347.03.3 × 10−16
a 12 2.7660.000457.18.0 × 10−147
Table 4

Results of applying filters for the features of the bellows signals.

FeaturesScoresRanking
Fisher’sReliefFChi2MRMRTotal
b 1 0.4420.043278.6270.0985
b 2 0.0170.0002.3380.00212
b 3 0.4330.01099.6920.0999
b 4 0.5700.034278.8730.1992 or 3
b 5 0.0000.0000.0000.00013
b 6 0.5790.042278.8730.1312 or 3
b 7 0.283−0.01738.9960.06111
b 8 0.1270.004278.5660.3876 or 7
b 9 3.0090.009218.7320.0616 or 7
b 10 1.3800.019211.3810.3324
b 11 4.7790.019266.7010.2591
b 12 0.0100.00740.7720.00810
b 13 1.7510.000114.6250.1288

3.4. Classification Predictive Models

This section presents a selection of the best results obtained by training the different classification predictive models and following the assumptions specified in Section 2. Table 5 shows the main results for leak detection in the balloon-type cavity, where the “Leak” class is defined as positive, and the “Right” class is defined as negative.
Table 5

The seven models that obtained the best results for leak detection in balloon-type cavities. Results are expressed as percentages.

AlgoritmFeatures5-Fold Cross-ValidationTestTotal
Acc.RecallPre.F1-Sc.Acc.RecallPre.F1-Sc.Acc.RecallPre.F1-Sc.
Medium tree a4, a6, a7 99.6398.2699.3098.7799.5797.5910098.7899.6298.1199.4598.78
a3–a7, a9, a11, a12 99.6398.2699.3098.7799.5797.5910098.7899.6298.1199.4598.78
a4, a6 99.3697.9197.9197.9199.7998.8010099.3999.4598.1198.3798.24
Bilayered neural network a3–a7, a9, a11, a12 99.4197.2198.9498.0799.5797.5910098.7899.4597.3099.1798.23
Narrow neural network a4, a6, a7, a9 99.3697.2198.5997.8999.7998.8010099.3999.4597.5798.9098.23
Quadratic SVM a4–a7 99.3696.1799.6497.8799.5797.5910098.7899.4096.4999.7298.08
Medium neural network a4–a7 99.3698.2697.5897.9299.3696.3910098.1699.3697.8498.1097.97
The best-performing and simplest classification predictive model for balloon-type cavities was the medium tree algorithm with input features a, a and a. Its final performance was 99.62% accuracy, 98.11% recall, 99.45% precision, and 98.78% F1-score. Figure 7 shows the ROC curve resulting from cross-validation for the classification predictive model obtained with medium tree algorithm with input features a4, a6, and a7. The ROC curve obtained for the best-performing balloon cavity models, shown in Table 5, is very similar to the one shown. The AUC of the best models of the balloon cavity was in the range of 0.97 to 0.99.
Figure 7

Representative validation ROC curve obtained for the balloon cavity model with median tree algorithm with input features a4, a6, and a7.

Figure 8 shows the scatter plots of the three input features to this predictive model. It also indicates the cases that were hit and miss in the model’s classification of the entire dataset.
Figure 8

Scatter plots with the classification results of the predictive medium tree model with the input features a4, a6, and a7: scatter plot of feature a4 vs. a6 (a); scatter plot of feature a4 vs. a7 (b); scatter plot of feature a6 vs. a7 (c).

On the other hand, the models of the bellows cavities obtained perfect results, with a correct classification for all the cases presented (100% accuracy). The best-performing algorithms were logistic regression, linear SVM, neural networks, and coarse tree, when features b1, b4, and b6 were part of the input set to the models. Figure 9 shows the ROC curve resulting from cross-validation for the classification predictive model obtained with the logistic regression algorithm with input features b1, b4, and b6. The ROC curve obtained for the best-performing bellows cavity models is identical to the one shown. The AUC was 1.00 for all models.
Figure 9

Representative validation ROC curve obtained for the bellows cavity model with logistic regression with input features b1, b4, and b6.

Figure 10 shows the scatter plots of the three input features to this classification predictive model. It also indicates the cases that were hit and miss in the model’s classification of the entire dataset.
Figure 10

Scatter plots with the classification results of the predictive logistic regression model with the input features b1, b4, and b6: scatter plot of feature b1 vs. b4 (a); scatter plot of feature b1 vs. b6 (b); scatter plot of feature b4 vs. b6 (c).

4. Discussion

The results showed an imbalance in the two datasets (balloon and bellows), being around 85% for the “Right” class versus 15% for “Leak” for both (Table 1 and Table 2). This fact must be considered to evaluate the performance of the predictive classification. FN (false negative) mean that the device does not detect air leakage, resulting in unnecessary air injection into the patient’s small bowel, while FP (false positive) is the opposite case, resulting in unnecessary interruption of the scan due to false detections of leakage, which is also undesirable for the device’s proper functioning. In the issue at hand, it is preferable to give priority to FNs over FPs, as this prioritizes patient safety over the interruption of the scan. Therefore, the model with the best F1-score result and minimum number of FN was prioritized, i.e., the one with the highest recall. In the exploration of the cavity features, it was detected that a and b had a value of 0 kPa in all the samples (Figure 5 and Figure 6). This did not provide any discriminant capacity to our predictive models; hence, it can be anticipated that they will obtain very low scores when applying the filters. These two features belong to the subgroup of pressure parameters; more specifically, both indicate the pressure 0.5 s before cavity inflation occurs. Figure 5 and Figure 6 show that the features a1, a2, a6, a7, a10, a11, b2, b3, b7, and b9–b12 overlapped with the boxes and/or whiskers of the two classes, indicating that, on their own, they did not appear to have high discriminatory power between classes. In contrast, the features a3, a4, a9, b1, b4, b6, and b8 did not have overlapping boxes or whiskers between classes, but presented anomalous data that overlapped with the boxes and whiskers or anomalous data from the opposite class. The latter group of features had a high interclass discriminant potential on their own. Following the preliminary analysis of the features, the filters were applied; the results are shown in Table 3 and Table 4 for the balloon and the bellows, respectively. Calculating the total ranking, it was guaranteed that the four filters provided the exact weighting. On this basis, the eight best characteristics of each cavity type were selected, and the rest were discarded. Thus, a1, a2, a8, and a12 were discarded for balloon-type cavity models, and b2, b3, b5, b7, and b12 were discarded for bellows. As mentioned in Section 3, the AUC ranges obtained in the training of the best models were between 0.97 and 0.99 for the balloon cavity models and 1.00 for the bellows cavity models. This indicates that the performances obtained by the models were excellent. Additionally, in the representative ROC curves of the models (see Figure 7 and Figure 9), it can be seen that the training of the models converged with few iterations, and that they were very close to the ideal ROC. Regarding the models obtained, it can be said that the algorithms that performed best from highest to lowest performance for balloon cavities were medium tree, neural networks, and quadratic discriminant. Furthermore, most of the interclass discriminating power, regardless of the algorithm, was concentrated in the features a4, a6, and a7 (see Table 5). It was observed that the combination of a4 with a6 and a7 gave high discriminatory power, as the cases of different classes tend to be grouped, except for some cases of “Leak” that were embedded within the cluster of cases of the “Right” class. However, a4 and a7 did not have such a clear separation of cases and tended to intermingle to a greater extent (see Figure 8). On the other hand, the predictive models of the bellows cavities obtained perfect results, with a correct classification for all the cases presented. The algorithms with the best performance for this case were logistic regression, linear SVM, neural networks, and coarse tree. These excellent results could be explained by the absolute discriminant power of the b feature, which was capable of 100% classification accuracy in the vast majority of algorithms. Excellent predictive power was obtained if this was combined with the b feature (see Figure 10). For the detection of air leaks in balloon cavities, we chose the classification predictive model obtained with the medium tree algorithm and the input features a, a, and a. It had a final performance of 99.62% accuracy, 98.11% recall, 99.45% precision, and 98.78% F1-score. The model achieved the best result for the F1-score/recall ratio. Moreover, this model was chosen due to its low computational cost and memory usage, and the input features were simple to calculate. Tree-type algorithms are implemented straightforwardly by nesting “if–else” statements that compare a given threshold of input features to the model (establishment of decision boundaries). It had as input features a4, a6, and a7, which were simple to calculate and required a low computational cost compared to other features. The feature a4 was the time in seconds from detecting balloon cavity inflation to detecting deflation. The feature a6 was the variability of the cavity pressure in kPa in the time span from when the pressure signal stabilized after the inflation transient to the detection of cavity deflation. The feature a7 was the average pressure in the time range between 100 and 50 ms before detecting deflation of the signal. The only features that were computationally and memory-intensive were those that belonged to or were directly related to the subgroup of features that showed the correlation of the signal to different standard signals of the “Right” or “Leak” classes (a10–a12 and b10–b13). To detect air leaks in the bellows cavities, we chose the classification predictive model obtained with the logistic regression algorithm with the input features b1, b4, and b6, achieving a performance of 100% in all metrics. In addition to presenting unbeatable results, it was selected because a predictive logistic regression model is easy to implement on a microcontroller and requires a low computational cost. Moreover, the input features it used were easy to compute. The feature b1 was the difference (in kPa) between the pressure in the bellow cavity when inflation was detected and the pressure just before deflation was detected. The feature b4 was the average of the derivative of the pressure signal (kPa/s) at the instant between the detection of cavity inflation and the instant just before detection of cavity inflation. In contrast, feature b6 estimated the pressure slope (kPa/s) calculated as feature b1 divided by the time elapsed between the detection of cavity inflation and deflation.

5. Conclusions

This article aimed to obtain two classification predictive models, one for each type of cavity (balloon and bellows), that detect the presence of air leaks from the cavity and that could be implemented within the Endoworm control device. The models served two purposes: safety for patients and effective functioning. The most important was patient safety against possible problems due to excess air insufflation in the small intestine after an air leak. The second was to provide the device with a mechanism to ensure its effective functioning. If any cavities leak air, the translation system will not effectively perform its function (i.e., to fix and retract the intestine over the endoscope advancing through the digestive tract). In order to achieve this objective, a series of features were extracted after digital processing of the pressure signals. Features were analyzed and selected by filtering. Later, fivefold cross-validation with wrappers for the training and validation of different supervised classification predictive models was applied. Finally, these models were tested with a subsequent selection of the best set of features and algorithm that obtained the best results. Following this procedure, it was concluded that the best model for air leakage detection in balloon cavities was crafted from the medium tree algorithm and the input features a, a, and a. The best model for the bellows cavities was composed of the logistic regression algorithm and the input features b1, b4, and b6. With regard to the features extracted from the signals of the balloon cavities, it can be concluded that the best discriminating results were obtained by combining that which measures the time the cavity remained inflated (a4) with two parameters that measured the pressure and variability of the pressure once the cavity inflation pressure stabilized (a7 and a6, respectively). On the other hand, the features extracted from the signals of the bellows cavities were those that measured the pressure loss while the cavity remained inflated, either incrementally (b1) or through the derivative or approximations thereof (b4 and b5, respectively). The algorithm and features used in both models required relatively low computational costs, allowing them to be run on the microcontroller of the Endoworm control device without problems. This will allow detecting, practically in real time, the presence or absence of air leaks in the medical device during small bowel examinations in patients. The results obtained in this article are encouraging and meet the proposed objectives, as models with a high degree of reliability were obtained. In the future, the models obtained in this article should be tested and validated with experimental data on animal models (pigs are generally used) and subsequently with clinical trials on patients.
  17 in total

Review 1.  Spiral enteroscopy: prime time or for the happy few?

Authors:  Paul A Akerman; Michelle Haniff
Journal:  Best Pract Res Clin Gastroenterol       Date:  2012-06       Impact factor: 3.043

2.  Standardization of imaging features for radiomics analysis.

Authors:  Akihiro Haga; Wataru Takahashi; Shuri Aoki; Kanabu Nawa; Hideomi Yamashita; Osamu Abe; Keiichi Nakagawa
Journal:  J Med Invest       Date:  2019

3.  Endoworm: A new semi-autonomous enteroscopy device.

Authors:  Carlos Sánchez-Diaz; Esther Senent-Cardona; Vicente Pons-Beltran; Alberto Santonja-Gimeno; Ana Vidaurre
Journal:  Proc Inst Mech Eng H       Date:  2018-10-15       Impact factor: 1.617

4.  Analysis of the 'Endoworm' prototype's ability to grip the bowel in in vitro and ex vivo models.

Authors:  Javier Tobella; Vicente Pons-Beltrán; Alberto Santonja; Carlos Sánchez; Alberto J Campillo-Fernández; Ana Vidaurre
Journal:  Proc Inst Mech Eng H       Date:  2020-01-25       Impact factor: 1.617

5.  Prospective, cross-over, single-center trial comparing oral double-balloon enteroscopy and oral spiral enteroscopy in patients with suspected small-bowel vascular malformations.

Authors:  A May; H Manner; I Aschmoneit; C Ell
Journal:  Endoscopy       Date:  2011-03-24       Impact factor: 10.093

6.  Novel single-balloon enteroscopy for diagnosis and treatment of the small intestine: preliminary experiences.

Authors:  T Tsujikawa; Y Saitoh; A Andoh; H Imaeda; K Hata; H Minematsu; K Senoh; K Hayafuji; A Ogawa; T Nakahara; M Sasaki; Y Fujiyama
Journal:  Endoscopy       Date:  2007-12-04       Impact factor: 10.093

7.  Acute Exacerbation of a Chronic Obstructive Pulmonary Disease Prediction System Using Wearable Device Data, Machine Learning, and Deep Learning: Development and Cohort Study.

Authors:  Chia-Tung Wu; Guo-Hung Li; Chun-Ta Huang; Yu-Chieh Cheng; Chi-Hsien Chen; Jung-Yien Chien; Ping-Hung Kuo; Lu-Cheng Kuo; Feipei Lai
Journal:  JMIR Mhealth Uhealth       Date:  2021-05-06       Impact factor: 4.773

Review 8.  Comparison of the Efficacy and Safety of Single- versus Double-Balloon Enteroscopy Performed by Endoscopist Experts in Single-Balloon Enteroscopy: A Single-Center Experience and Meta-Analysis.

Authors:  Tae Jun Kim; Eun Ran Kim; Dong Kyung Chang; Young-Ho Kim; Sung Noh Hong
Journal:  Gut Liver       Date:  2017-07-15       Impact factor: 4.519

Review 9.  The Evolution of Device-Assisted Enteroscopy: From Sonde Enteroscopy to Motorized Spiral Enteroscopy.

Authors:  Fredy Nehme; Hemant Goyal; Abhilash Perisetti; Benjamin Tharian; Neil Sharma; Tony C Tham; Rajiv Chhabra
Journal:  Front Med (Lausanne)       Date:  2021-12-23

10.  Building a Cardiovascular Disease Prediction Model for Smartwatch Users Using Machine Learning: Based on the Korea National Health and Nutrition Examination Survey.

Authors:  Min-Jeong Kim
Journal:  Biosensors (Basel)       Date:  2021-07-08
View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.