Skip to main content

ORIGINAL RESEARCH article

Front. Robot. AI, 02 November 2021
Sec. Biomedical Robotics
Volume 8 - 2021 | https://doi.org/10.3389/frobt.2021.757895

Can the Shape of a Planar Pathway Be Estimated Using Proximal Forces of Inserting a Flexible Shaft?

www.frontiersin.orgJiajun Liu1 www.frontiersin.orgLin Cao1,2* www.frontiersin.orgSoo Jay Phee1
  • 1Robotics Research Centre, School of Mechanical and Aerospace Engineering, Nanyang Technological University, Singapore, Singapore
  • 2Department of Automatic Control and Systems Engineering, The University of Sheffield, Sheffield, United Kingdom

The shape information of flexible endoscopes or other continuum structures, e.g., intro-vascular catheters, is needed for accurate navigation, motion compensation, and haptic feedback in robotic surgical systems. Existing methods rely on optical fiber sensors, electromagnetic sensors, or expensive medical imaging modalities such as X-ray fluoroscopy, magnetic resonance imaging, and ultrasound to obtain the shape information of these flexible medical devices. Here, we propose to estimate the shape/curvature of a continuum structure by measuring the force required to insert a flexible shaft into the internal channel/pathway of the continuum. We found that there is a consistent correlation between the measured insertion force and curvature of the planar continuum pathway. A testbed was built to insert a flexible shaft into a planar continuum pathway with adjustable shapes. The insertion forces, insertion displacement, and the shapes of the pathway were recorded. A neural network model was developed to model this correlation based on the training data collected on the testbed. The trained model, tested on the testing data, can accurately estimate the curvature magnitudes and the accumulated bending angles of the pathway simply based on the measured insertion force at the proximal end of the shaft. The approach may be used to estimate the curvature magnitudes and accumulated bending angles of flexible endoscopic surgical robots or catheters for accurate motion compensation, haptic force feedback, localization, or navigation. The advantage of this approach is that the employed proximal force can be easily obtained outside the pathway or continuum structure without any embedded sensor in the continuum structure. Future work is needed to further investigate the correlation between insertion forces and the pathway and enhance the capability of the model in estimating more complex shapes, e.g., spatial shapes with multiple bends.

Introduction

Obtaining the shape information of continuum structures or manipulators, e.g., flexible endoscopes and intra-vascular catheters, is desirable in navigation, motion control and compensation, and haptic feedback. During colonoscopy, due to the lack of the shape information of the colonscope, loop formation occurs frequently and often causes patient discomfort, prolonged procedure, and risk of perforations (Cheng et al., 2013). For flexible endoscopic surgical robots (Cao et al., 2019; Cao et al., 2020) and intra-vascular catheters (Khoshnam and Patel 2016; Hu et al., 2018), the shape of the endoscope/catheter has a significant effect on the force and motion transmission of the system. The friction loss of the force transmission system is dependent on the accumulated bending angle of the endoscope/catheter, and the elongation of the driving cables even depends on how the accumulated angle or curvature changes along the pathway (Sun et al., 2015).

Existing methods for the shape measurement/prediction of continuum manipulators include 1) intraoperative imaging (Chen et al., 2017; Janjic et al., 2018) (magnetic resonance imaging, ultrasound, and X-ray, etc.), 2) sensing (Khoshnam and Patel 2016; Song et al., 2018; Zhuang et al., 2018) (electro-magnetic tracking, Fiber Bragg Grating (FBG) arrays, etc.), and 3) modeling based on kinematics and mechanics (Xu and Simaan 2010; Chirikjian 2015).

Intraoperative imaging is widely adopted in the clinic, but it is often done with bulky and expensive medical imaging modalities, and the patients may be exposed to radiation (e.g., X-ray). In-situ sensors can provide rich, accurate, and real-time shape information but require reliable sensor integration (sealing, sterilization, etc.) with the system and increases the size and cost of the system.

Many studies (Khatait et al., 2012; Back et al., 2015; Khoshnam et al., 2015; Cardoso and Furuie 2016; Hu et al., 2019) have attempted to compute the kinematics and kinetics (motion, insertion forces, and contact forces, etc.) of a flexible shaft in a pathway with a specified shape. The insertion force when inserting a flexible rod into a frictionless rigid and zero-clearance channel could be modeled by EIκ22 (Dal Corso et al., 2017), showing a quadratic relation between the curvature of the channel and the required insertion force. However, with clearance and friction, the external forces become more complex even in simple situations (Chen and Li 2007; Liu and Chen 2013). The nonlinear relations between insertion force and the channel shape could be described using a set of ODEs with the integral of variables satisfying various constraints. This is an integral constraint problem, which is difficult to solve analytically or inverse mathematically.

With the emerging of data driven methods, it is possible to obtain the probability-weighted correlation between two data sets. Neural Network (NN), inspired by biological neural cells and neural networks, is widely used in natural language processing, image processing, and visual recognition problems. Multilayer perceptron (MLP), Recurrent-Neural-Networks (RNN) and Convolutional Neural Networks (CNN) are classic architectures of NN. MLP is suitable for classification problems. RNN is designed to handle sequence prediction problems. CNN shows its dominating advantages on problem involving image data as an input. NN could be constructed by stacking MLP, RNN, and CNN. The Long-short-term-memory (LSTM) is the most successful RNN, which is wildly used in various engineering studies.

Li and Cao (2019), Li et al. (2019) constructed a hybrid model involving multiple NN model constructed by CNN LSTM and MLP to predict the force transmitted along a tendon sheath mechanism of arbitrary accumulated angle. Zhao et al. (2017) trained a CNN-Deep bidirectional LSTM-MLP achieving better prediction in signal process comparing with pure LSTM network.

The insertion process is about feeding a flexible shaft into the hollow channel of a continuum structure with a constant velocity. In this work, we propose to train a neural network to capture the correlation between insertion force and channel’s curvature (or shape). The trained neural network model could predict the shape/curvature of the channel based on the insertion force measured.

Figure 1 illustrates the main idea of this work. In Figure 1A, we developed a testbed that can insert a flexible nitinol shaft into the channel (a tube fixed on the testbed). The insertion force Fins(s) is measured by loadcells on platform. The insertion length s is recorded by the encoder. Then, the shape of the tube can be described the curvature κ(s) along its length, which is obtained from the top-view image. The insertion force Fins(s) and curvature κ(s) forms the data for training. As shown in Figure 1B, the trained model can predict the curvature κ(s) of the tube based on the insertion force Fins(s). Then, the coordinates of the tube [x(s),y(s)] could be obtained from the predicted curvature κ(s).

FIGURE 1
www.frontiersin.org

FIGURE 1. Illustration of the proposed method. (A) data collection and model training. (B) using the model to predict curvature.

The paper is organized as follows. In Experimental Setup and Data Collection, the force and curvature measurements and data processing are introduced. The Neural Network Model presents the proposed neural network model. Results and discussions are presented in Results and Discussion. Finally, Conclusion concludes this research.

Experimental Setup and Data Collection

This work aims to investigate how the shape information of a continuum pathway can be predicted based on simply the measured force required to insert a flexible shaft. We built a testbed that can insert a flexible shaft into a shape-adjustable tube/pathway for data collection (insertion forces, insertion displacement, and tube shapes). The collected data will be used for 1) to verify the correlation between shapes and insertion forces, 2) to train and test and the proposed neural network model. As an initial attempt, we only focus on 2D shapes, and the shapes have only two-bend shapes at most. This section introduces the experimental setup, data collection, and data processing approaches.

Experimental Setup

Figure 2 shows the schematic diagram of the experimental setup. In Figure 2A, the motor block drove the flexible shaft (a super-elastic nitinol tube with OD/ID: 1.27/0.97mm, NI207130, GOODFELLOW®) into the curved channel (glass fiber reinforced plastic tube OD/ID: 3/1.5 mm). The motor (2342S024C, FAULHABER®) and the encoder (2RM3600-D, SCANCON®, 3,600 pulse/rev) clamped the flexible shaft by two rubber rollers of 13.5 mm diameter. A housing tube was used to support the remaining nitinol tube outside the motor block. It also reduced the vibration of the nitinol tube. The overview of the testbed is shown in Figure 2B. The glass fiber reinforced plastic tube (channel) was bent into desired shapes and fixed on to the perforated board. The top-view image of the curved channel with the checkerboard was taken. The checkerboard was used as a reference when calculating the curvature along the channel. In Figure 2C, the motor block was mounted on a linear slider (SSEBWZ16-110, MISUMI®). Two loadcells (FUTEK® LSB200, capacity 4.5 N, rated output 0.1 mV/V) sandwiched the motor block were fixed on two linear sliders. Tuning these linear sliders could adjust the pretension applied on the motor block.

FIGURE 2
www.frontiersin.org

FIGURE 2. (A) schematic diagram of experimental setup, (B) experimental setup, (C) the design of the motor block, (D) force diagram of the motor block.

Measuring Insertion Force

MATLAB SIMULINK interfaced with a QPIDe data acquisition board from Quanser Quarc® was used to control the motor and acquire and synchronize sensor readings. The motor was controlled to insert the flexible shaft into the channel at a speed of 20.0 mm/s. Once insertion length s = 700 mm was reached, the motor would rest for 5 seconds and then withdraw the shaft to the starting point. The motor rested for 5 seconds again and this process was repeated two times.

A force diagram is provided in Figure 2D. The insertion force required is denoted as Fins . Both load cells are pre-loaded to F0 before measurement. The load cell readings are denoted as F1 and F2. The forces from load cell 1 to the motor block is ΔF1=F1F0, and the force from load cell 2 is ΔF2=F2F0. The total insertion force is as follows:

 Fins= ΔF1 ΔF2=F1F2

A second-order low-pass filter (cutoff frequency, sampling rate) was applied for both load cells. Data recorded from insertion distances 30–600 mm was used for this study. Then, the insertion length L = 570 mm and s[0,570] mm. In this range, the motor block was in its most stable condition and the shaft is driven with constant speed. After calibration of all load cells, the platform was used to collect data. Figure 3 shows three repeated measurements on a channel, and the maximum deviation is 3% comparing with the mean value. It indicates the insertion force for a given shape is consistent, and the measurement system is reliable. Note that the frictions of the housing tube and linear bearing are neglectable.

FIGURE 3
www.frontiersin.org

FIGURE 3. The repeated measurements of the insertion force on a channel has the two-bend shape.

Measuring Channel Curvature

The top-view image of the channel and the checkerboard was taken. The point clouds of the channel could be obtained via imaging processing in terms of the pixels. These pixels could be converted to real-world coordinates with respect to the checkerboard. Then, a parameter curve could be fitted to the point clouds and then used to calculate coordinates, curvatures, and accumulated bending angles.

First, the camera parameters were obtained using the checkerboard fixed on the platform using MATLAB camera calibration function “estimateCameraParameters”. Then, the object in the image could be measured using the checkerboard and camera parameters. To illustrate the accuracy of this measurement, two checkerboards were placed diagonally on one A4 paper, as shown in Figure 4A. One checkerboard was the reference checkerboard, and the other was the targeting/object checkerboard. Figure 4B shows the estimations and ground truth of the objects. The average and maximum distances between the estimates and ground truth are 1.26 and 1.88 mm, which are small enough for this application.

FIGURE 4
www.frontiersin.org

FIGURE 4. (A) checkerboards to check the accuracy of image measurement, (B) the ground truth and estimates of the objects in (A).

Then, we took the image of the channel during the insertion experiment. These images were post-processed to obtain the channel shape. Figure 5 shows the steps of extracting the channel coordinates with respect to the checkerboard from images taken. First, the fisheye effect (lens distortion) was removed using the camera parameters. Then, as shown in Figures 5A, a greyscale image was obtained by saturating the top and bottom 1% values of the green channel of the image. Then the greyscale image was converted to a binary image with a threshold of 180 as Figure 5B. Then the binary image would be converted to point clouds in coordinates form. The noises were removed from the tube objects, resulting in a clean background in Figure 5C. The point clouds were fitted with 1) straight lines for the beginning and ending 2) ninth-order polynomial for the curved section. A fifth-order spline interpolation replaced the intersection zone of linear fittings and the polynomial fitting to obtain a smooth curvature profile as shown in Figure 5C. The starting point of the insertion shaft is set to be the origin. Figure 5D shows the point cloud obtained and the fitting curve. We obtained the acutal shape Pchannel=[x,y] by converting these coordinates in the pixel to mm using the checkerboard. The origin of the acutal shape Pchannel was fixed as shown in Figure 5A. All negative x points of the curve were discarded. The insertion length of mth point in the curve is calculated as the length of the fitting curve from the original point to the mth point:

sm={0for m=1i=2m(xixi1)2+(yiyi1 )2for m>1

FIGURE 5
www.frontiersin.org

FIGURE 5. (A) Greyscale image, and coordination setup, (B) binary image with noise, (C) binary image with noise removed, (D) point clouds from the binary image and fitting curve in the image frame.

Then curvature was calculated based on the fitting curve using LineCurvature2D (Kroon 2021). The incremental angle for each point is calculated by

dθi={0for i=1 or i=ntan1 Δyi+1Δxi+1tan1 ΔyiΔxifori1 and inwhere Δxi= xixi1 and Δyi= yiyi1  

The accumulated bending angle from beginning to mth point is calculated by:

θm= i=0n ||dθi|| .

Overview of Data Collected

The insertion forces were measured when inserting the shaft into the curved channels. The channel curvatures were measured from the top-view image. The insertion force and respective channel curvatures were grouped as one set of data. By changing the shape of the channel, different insertion forces were obtained. As summarized in Table 1, we collected the channel curvatures and insertion forces of 120 one-bend shapes (indexed from #1 to #120) and 39 two-bend shapes (indexed from #121 to #159). One-bend shapes #35, #41& #106 in Figure 6A and two-bend shapes #141, #145 & #159 in Figure 6B are shown as an example The ranges of curvature and accumulated angle are also listed in Table 1. Moreover, the curvature was set to be positive for one-bend shapes. For two-bend shapes, the first bend had positive curvature, but the second bend could be positive or negative. The insertion force profiles and curvatures for one-bend shapes are shown in Figures 6B,C and those for two-bend shapes are shown in Figures 6E,F. It can be observed that the insertion force changes in a nonlinear manner in Figure 6C as the curvature changes in Figure 6B. Then, these shapes were grouped into two different datasets for the neural network model as Table 2. We used 105 one-bend shapes as training/dev set and 15 one-bend shapes as test set. Dataset 2 mixed one-bend shape and two-bend shapes. All one-bend shapes and 32 two-bend shapes were in training/dev set while 7 two-bend shapes were in test set.

TABLE 1
www.frontiersin.org

TABLE 1. The channel shapes with different features.

FIGURE 6
www.frontiersin.org

FIGURE 6. Some examples of data collected. For one-bend shape #35, #41j: (A) coordinates of the channel shapes, (B) curvature of the channel shapes, (C) insertion forces of the selected shapes. For one-bend shape #141, #145Ÿ: (D) coordinates of the channel shapes, (E) curvature of the channel shapes, (F) insertion forces of the selected shapes.

TABLE 2
www.frontiersin.org

TABLE 2. The compositions of the datasets.

The Neural Network Model

Structure of the NN

Then, we used the data driven method to investigate association between the insertion force profile and the channel shape.

First, the data obtained (insertion force profile and channel shape) are sequential. At any time, the curvature along the channel could be treated as function of insert length, provided the clearance is small. Then we also record the insertion force profile with respect to insertion length. The sequential data could be handled by the long-short-term-memory (LSTM) network. The bi-directional LSTM is formed by stacking two LSTM of opposite directions. The bi-directional LSTM has advantages in processing the context of a sequential data.

The structure of the proposed deep neural network model is shown in Figure 7. The network has an input as: Fins(si)(k)  at every insertion length step i for shape k. The label or output is the curvatures κ(si)(k) at insertion length step i for shape k. The input data was first fed to the bi-directional LSTM layers and then output through a MLP network. A simple way of enhancing the capability of a LSTM network is to increase the number of layers. However, if only LSTM is used, as the number of layers increases, more variables inside the LSTM need to be handled, and the training time will significantly increase. Therefore, multiple bidirectional LSTM layers are used for feature extraction and multilayer perceptron (MLP) is stacked to handle the information from bidirectional LSTM, which has been proved its advantages in (Zhao et al., 2017).

FIGURE 7
www.frontiersin.org

FIGURE 7. An illustration of the proposed neural network model.

Model Parameters and System Information

The network parameters were eventually selected using Sklearn. gridsearchCV: four layers of bidirectional LSTM, two layers of MLP with dropout layers in between, 120 hidden neurons for all layers. The dropout ratio was fixed at 0.5. Adam as optimizer and Huber loss-function are the best pick of parameters for the proposed neural network. The training stops at 5,000 epochs, where loss has converged. The configuration of the workstation: processor: Inter® Core (TM) i5-7500; RAM: 16G; GPU: Nvidia GTX 1050Ti. The CuDNNLSTM (Keras.layers) was used instead of normal LSTM layers to reduce training times. With parameters listed above, 5-fold cross validation was performed, i.e., the proposed neural network was trained and tested on five splits of Dataset 1. The training scores and testing scores for each split dataset were calculated. Finally, it is to check whether the network fits all the split datasets equally.

Results and Discussion

The trained model outputted the curvature κp(s), which can be used to calculate the coordinates of the channel pchannel=[xp(s),yp(s)] .

xp(s)= 0scos(θ(s))ds+x(0)
yp(s)= 0ssin(θ(s))ds+y(0)
θ(s)= 0sκp(s)ds+0

The error, which is the difference between the predicted shape pchannel and the actual channel shape Pchannel, is used to evaluate the performance of trained NN model. For a point pchannel(s) on the reconstructed shape, the closest point on actual channel shape, Pp(s), was obtianed using dist2curv (D’Errico 2013). This point-to-curve distance is illustrated as the margenta color arrow in the Figure 8A inset. There are three types of the errors:

1) Average point-to-curve distance error:0L(||Pp(s)pchannel(s)||)/L 

2) Distal tip distance error:||Pp||(L)pchannel(L)||

3) Accumulated angle error: 0Lκp(s)ds 0Lκ(s)ds.

FIGURE 8
www.frontiersin.org

FIGURE 8. Selected shapes (shape #54 & #70) predicted by the NN model with bidirectional LSTM. (A) predicted shapes are compared with actual shapes; (B) predicted curvatures are compared with actual curvatures.

The average point-to-curve distance error evaluates the difference between reconstructed shape and original shape. Larger these values are, more inaccurate the model is. As shown in Figure 8A inset, the distal tip distance error (black arrow) emphasizes the difference at the distal tip of the channel. This tip can be treated as the distal end of a continuum structure, where the end effector locates. C is the difference between accumulated angles, which directly affect the friction modeling of tendon sheath mechanism.

One-Bend Shape (Dataset 1)

Table 3 presents the errors of the predicted results. For average point-to-curve distance error, the mean value on test set is 1.52 mm. The maximum value of distal tip distance error is 12.33 mm which is only 2.16% of the overall insertion length L . The maximum value of the accumulated angle error is 2.09 degree.

TABLE 3
www.frontiersin.org

TABLE 3. Errors of prediction on test sets.

Figure 8 showcases some of the testing results. One-bend shape #54 had the maximum average point-to-curve distance error and #70 had the minimum average point-to-curve distance error. The predicted shapes in Figure 8A and the predicted curvatures in Figure 8B matched the actual shape well.

The 5-fold cross-validation results are presented in Table 4. Again, the training and testing scores are close to each other, indicating that the proposed network worked equally well on all data sets. Note that Dataset 1 contains only shapes with positive curvatures, and the network might have only learned the magnitude correlation between the insertion force and curvature.

TABLE 4
www.frontiersin.org

TABLE 4. Training score and testing score of the Dataset 1

We also trained another neural network which has a two-layer unidirectional LSTM (forward only) with MLP of two hidden layers. Selected results Shape #24 and shape #99 are illustrated in Figure 9 for an example. It can be observed that the prediction before the peak is biased and fluctuated for shape #24 and #99 (the blue and red arrows). Furthermore, as the insertion length increases, the longer the length LSTM could use, the better the prediction is. However, the error accumulated in the beginning part of curvature prediction diverges the reconstruction based on it. The mean and max point-to-curve distance is 8.92 and 46.96 mm. The mean and max accumulated angle error is 3.09 and 7.15 degree. These errors are much larger than the proposed model.

FIGURE 9
www.frontiersin.org

FIGURE 9. Selected shapes (shape #24 & #99) predicted by the NN model with unidirectional LSTM. (A) predicted shapes are compared with actual shapes; (B) predicted curvatures are compared with actual curvatures.

Based on above results, we can summarize that the proposed model is good at learning the magnitude relationship between the insertion force and curvature.

Two-Bend Shape (Dataset 2)

The errors for two-bend shapes were huge, comparing with one-bend shape. The mean values for the three errors were: 9.03, 36.76 mm and 31.13 degree. We picked #147 and #156 as examples and illustrated in Figure 10. These two shapes had same first bend and opposite second bend. Shape #147 had two positive curvature bends and shape #156 had a positive bend followed by a negative bend.

FIGURE 10
www.frontiersin.org

FIGURE 10. For shape #147 & #156, (A) predicted shapes are compared with actual shapes; (B) predicted curvatures are compared with actual curvatures.

Then, the predictions of shape #156 were accurate. The predictions of #147 were accurate only at the first bend section. However, in Dataset 2, 32 two-bend data were mixed with 120 one-bend data, which means the training data set was biased with positive curvature sample. The prediction should be accurate on #147 which had two positive curvature bends.

Thus, the correlation of magnitude learned from one-bend shapes could be learned and the curvature of the first bend could be accurately predicted. It also shows that the signs of curvatures cannot be predicted in this wok.

Limitations of This Work

First, a ninth-order polynomial method is deployed for the curve fitting, which causes fluctuations at the channel’s straight part (a straight line). The fluctuation affects the curvature of tube shape calculation, which are labels feed to neural nets. At the same time, the insertion forces as training inputs are smooth and small over this range. This introduced defects in training process.

Second, we had unevenly distributed datasets. As introduced in Section Experimental Setup, the glass fiber reinforced plastic tube was deformed and fixed on the perforated board by cable ties to create the curved channel. The shapes formed depended on the location of the cable ties. The holes on the perforated board result in limited number of samples, and leading to uneven distribution of the curvature along the channel κ(s). Moreover, for two bend shapes, we had few choices on the angle of first bend section and the curvature of second bend had different signs. These also led to an unevenly distributed dataset.

Third, the size of the data sets was small and the shapes were simple. We measured 120 one-bend shapes, with angles ranging from 0 to 87 degree and curvature ranging from 0 to 6.8 m−1. The range and samples were limited. The one-bend and two-bend shapes were really simple. Moreover, when we attempted the two-bend shapes, the shape of the second bend cannot be accurately predicted for all cases, which might be solved by increasing the amount and range of the data.

Conclusion

We aimed to estimate the shape/curvature of a planar channel by the insertion force. A neural network model was developed to model the correlation based on the data collected on a testbed. The training results show the possibility of estimating the curvature magnitudes of the pathway based on the insertion force. However, predicting the signs of curvature is challenging. Future work is needed to further investigate the correlation between insertion forces and the pathway through mathematical models or finite element analysis and enhance the model’s capability in predicting more complex shapes. It is highly desirable to develop a simple formulation to theoretically or empirically model the correlation between insertion forces and curvature magnitudes. The approach may predict the curvature magnitudes and accumulated bending angles of flexible endoscopic surgical robots for accurate motion compensation and haptic force feedback.

Data Availability Statement

The raw data supporting the conclusion of this article will be made available by the authors, without undue reservation.

Author Contributions

LC designed this research. LC and JL conducted the experiments. All authors analyzed the data wrote the manuscript.

Conflict of Interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s Note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

Back, J., Manwell, T., Karim, R., Rhode, K., Althoefer, K., and Liu, H. (2015). “Catheter Contact Force Estimation from Shape Detection Using a Real-Time Cosserat Rod Model,” in In 2015 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) (Hamburg, Germany: IEEE), 2037–2042. doi:10.1109/IROS.2015.7353647

CrossRef Full Text | Google Scholar

Cao, L., Li, X., Phan, P. T., Tiong, A. M. H., Kaan, H. L., Liu, J., et al. (2020). Sewing up the Wounds: A Robotic Suturing System for Flexible Endoscopy. IEEE Robot. Automat. Mag. 27, 45–54. doi:10.1109/MRA.2019.2963161

CrossRef Full Text | Google Scholar

Cao, L., Li, X., Phan, P. T., Tiong, A. M. H., Liu, J., and Phee, S. J. (2019). “A Novel Robotic Suturing System for Flexible Endoscopic Surgery,” in In 2019 International Conference on Robotics and Automation (Gurgaon: ICRA), 1514–1520. doi:10.1109/ICRA.2019.8794247

CrossRef Full Text | Google Scholar

Cardoso, F. M., and Furuie, S. S. (2016). Guidewire Path Determination for Intravascular Applications. Comp. Methods Biomech. Biomed. Eng. 19 (6), 628–638. doi:10.1080/10255842.2015.1055732

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, F., Liu, J., and Liao, H. (2017). 3D Catheter Shape Determination for Endovascular Navigation Using a Two-step Particle Filter and Ultrasound Scanning. IEEE Trans. Med. Imaging 36 (3), 685–695. doi:10.1109/TMI.2016.2635673

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, J.-S., and Li, C.-W. (2007). Planar Elastica inside a Curved Tube with Clearance. Int. J. Sol. Structures 44 (18–19), 6173–6186. doi:10.1016/j.ijsolstr.2007.02.021

CrossRef Full Text | Google Scholar

Cheng, W.-B., Di, Y.-Y., Zhang, E. M., Michael, A. J., Moser, M. A. J., Kanagaratnam, S., et al. (2013). Modeling and In Vitro Experimental Validation for Kinetics of the Colonoscope in Colonoscopy. Ann. Biomed. Eng. 41 (5), 1084–1093. doi:10.1007/s10439-013-0746-1

PubMed Abstract | CrossRef Full Text | Google Scholar

Chirikjian, G. S. (2015). Conformational Modeling of Continuum Structures in Robotics and Structural Biology: A Review. Adv. Robotics 29 (13), 817–829. doi:10.1080/01691864.2015.1052848

PubMed Abstract | CrossRef Full Text | Google Scholar

Dal Corso, F., Misseroni, D., Pugno, N. M., Movchan, A. B., Movchan, N. V., and Bigoni, D. (2017). Serpentine Locomotion through Elastic Energy Release. J. R. Soc. Interf. 14 (130), 20170055. doi:10.1098/rsif.2017.0055

CrossRef Full Text | Google Scholar

D’Errico, J. (2013). “Distance2curve.” 1. 1. February 27, 2013 https://www.mathworks.com/matlabcentral/fileexchange/34869-distance2curve.

Google Scholar

Hu, X., Cao, L., Luo, Y., Chen, A., Zhang, E., and Zhang, W. J. (2019). A Novel Methodology for Comprehensive Modeling of the Kinetic Behavior of Steerable Catheters. Ieee/asme Trans. Mechatron. 24 (4), 1785–1797. doi:10.1109/TMECH.2019.2928786

CrossRef Full Text | Google Scholar

Hu, X., Chen, A., Luo, Y., Zhang, C., and Zhang, E. (2018). Steerable Catheters for Minimally Invasive Surgery: A Review and Future Directions. Comp. Assist. Surg. 23 (1), 21–41. doi:10.1080/24699322.2018.1526972

PubMed Abstract | CrossRef Full Text | Google Scholar

Janjic, J., Mastik, F., Leistikow, M. D., Bosch, J. G., Springeling, G., van der Steen, A. F. W., et al. (2018). Sparse Ultrasound Image Reconstruction from a Shape-Sensing Single-Element Forward-Looking Catheter. IEEE Trans. Biomed. Eng. 65 (10), 2210–2218. doi:10.1109/TBME.2017.2787060

PubMed Abstract | CrossRef Full Text | Google Scholar

Khatait, J. P., Brouwer, D. M., Aarts, R. G. K. M., and Herder, J. L. (2012). Modeling of a Flexible Instrument to Study its Sliding Behavior inside a Curved Endoscope. J. Comput. Nonlinear Dyn. 8 (3), 031002. doi:10.1115/1.4007539

CrossRef Full Text | Google Scholar

Khoshnam, M., and Patel, R. V. (2016.Tendon-Sheath Analysis for Modeling and Control of Steerable Ablation Catheters. IEEE Int. Conf. Adv. Intell. Mechatronics (Aim)). 1585–1590. doi:10.1109/AIM.2016.7576996

CrossRef Full Text | Google Scholar

Khoshnam, M., Skanes, A. C., and Patel, R. V. (2015). Modeling and Estimation of Tip Contact Force for Steerable Ablation Catheters. IEEE Trans. Biomed. Eng. 62 (5), 1404–1415. doi:10.1109/TBME.2015.2389615

PubMed Abstract | CrossRef Full Text | Google Scholar

Li, X., Cao, L., Tiong, A. M. H., Phan, P. T., Phee, S. J., Tiong, A. M. H., et al. (2019). Distal-End Force Prediction of Tendon-Sheath Mechanisms for Flexible Endoscopic Surgical Robots Using Deep Learning. Mechanism Machine Theor. 134 (April), 323–337. doi:10.1016/j.mechmachtheory.2018.12.035

CrossRef Full Text | Google Scholar

Li, X., Tiong, A. M. H., Cao, L., Lai, W., Phan, P. T., and Phee, S. J. (2019). Deep Learning for Haptic Feedback of Flexible Endoscopic Robot without Prior Knowledge on Sheath Configuration. Int. J. Mech. Sci. 163 (November), 105129. doi:10.1016/j.ijmecsci.2019.105129

CrossRef Full Text | Google Scholar

Liu, C.-W., and Chen, J.-S. (2013). Effect of Friction on the Planar Elastica Constrained inside a Circular Channel with Clearance. Int. J. Sol. Structures 50 (1), 270–278. doi:10.1016/j.ijsolstr.2012.09.026

CrossRef Full Text | Google Scholar

Song, S., Zhang, C., Liu, L., and Meng, M. Q.-H. (2018). Preliminary Study on Magnetic Tracking-Based Planar Shape Sensing and Navigation for Flexible Surgical Robots in Transoral Surgery: Methods and Phantom Experiments. Int. J. CARS 13 (2), 241–251. doi:10.1007/s11548-017-1672-8

CrossRef Full Text | Google Scholar

Sun, Z., Wang, Z., and Phee, S. J. (2015). Modeling and Motion Compensation of a Bidirectional Tendon-Sheath Actuated System for Robotic Endoscopic Surgery. Comp. Methods Programs Biomed. 119 (2), 77–87. doi:10.1016/j.cmpb.2015.03.001

CrossRef Full Text | Google Scholar

Wang, J., Lu, Y., Zhang, C., Song, S., and Meng, M. Q.-H. (2017). “Pilot Study on Shape Sensing for Continuum Tubular Robot with Multi-Magnet Tracking Algorithm,” in In 2017 IEEE International Conference on Robotics and Biomimetics (ROBIO) (Macau, Macao: IEEE), 1165–1170. doi:10.1109/ROBIO.2017.8324575

CrossRef Full Text | Google Scholar

Xu, K., and Simaan, N. (2010). Analytic Formulation for Kinematics, Statics, and Shape Restoration of Multibackbone Continuum Robots via Elliptic Integrals. J. Mech. Robotics 2 (1). doi:10.1115/1.4000519

CrossRef Full Text | Google Scholar

Zhao, R., Yan, R., Wang, J., and Mao, K. (2017). Learning to Monitor Machine Health with Convolutional Bi-directional LSTM Networks. Sensors 17 (2), 273. doi:10.3390/s17020273

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhuang, W., Sun, G., Li, H., Lou, X., Dong, M., and Zhu, L. (2018). FBG Based Shape Sensing of a Silicone Octopus Tentacle Model for Soft Robotics. Optik 165 (July), 7–15. doi:10.1016/j.ijleo.2018.03.087

CrossRef Full Text | Google Scholar

Keywords: shape, insertion, force, neural network model, flexible rod

Citation: Liu J, Cao L and Phee SJ (2021) Can the Shape of a Planar Pathway Be Estimated Using Proximal Forces of Inserting a Flexible Shaft?. Front. Robot. AI 8:757895. doi: 10.3389/frobt.2021.757895

Received: 13 August 2021; Accepted: 05 October 2021;
Published: 02 November 2021.

Edited by:

Jun Liu, City University of Hong Kong, Hong Kong, SAR China

Reviewed by:

Lior Shamir, Kansas State University, United States
Ying Feng, South China University of Technology, China

Copyright © 2021 Liu, Cao and Phee. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Lin Cao, l.cao@sheffield.ac.uk

Download