IPT-DCD: Interpolation Predictor for Teleoperation Under Dynamic Communication Delay Using Deep Learning Approach
Hwanhee Kang, Eugene Kim, Myeonghwan Hwang, Jaeguk Byeon, Jonghyeok An, Hyunrok Cha

TL;DR
This paper introduces IPT-DCD, a deep learning-based predictor that improves teleoperation systems by handling dynamic communication delays more effectively.
Contribution
The novel contribution is the development of an LSTM-based interpolation predictor that enhances robustness in unstable teleoperation environments.
Findings
IPT-DCD outperforms baseline models in handling large communication delay outliers.
The Backward Shifting and Interpolation technique restores signal consistency effectively.
The model generates real-time steering commands using a many-to-many time series structure.
Abstract
Teleoperation systems experience degraded control stability and safety due to dynamic communication delays. This study proposes an Interpolation Predictor for Teleoperation under Dynamic Communication Delay (IPT-DCD), a predictor that reconstructs asynchronously received control commands via interpolation and predicts future commands using an encoder–decoder LSTM architecture. To restore the temporal consistency of delayed signals, a signal preprocessing technique called the Backward Shifting and Interpolation (BSI) was applied, enabling the transformation of received data into an undelayed and uniformly sampled format. As a result, the proposed model was capable of generating real-time steering command outputs through a many-to-many time series structure. Furthermore, to evaluate its effectiveness, IPT-DCD was experimentally compared with a baseline model, a Predictor for Teleoperation…
Genes, proteins, chemicals, diseases, species, mutations and cell lines named across the full text — each resolved to its canonical identifier and authoritative record.
Click any figure to enlarge with its caption.
Figure 1
Figure 2
Figure 3
Figure 4
Figure 5
Figure 6
Figure 7
Figure 8
Figure 9
Figure 10
Figure 11- —Development of Core Technologies for a Working Partner Robot in the Manufacturing Field
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTeleoperation and Haptic Systems · Healthcare Technology and Patient Monitoring · Stroke Rehabilitation and Recovery
1. Introduction
Teleoperation has been employed across various domains including on-road vehicles [1], military operations [2], industrial automation [3], and medical surgery [4]. Recent studies have focused on improving teleoperation performance under varying communication conditions, frequently incorporating human-in-the-loop approaches that enhance overall control performance and safety, as summarized in Table 1. The variability in operational environments and network quality is largely influenced by the type of network connecting operators and devices, as well as the specific teleoperation application. One of the most critical characteristics of teleoperation systems is the presence of communication delays, which can lead to a discrepancy between the operator’s intent and the actual movement of the controlled device [5,6,7]. These communication delays can pose significant risks to system performance and operator safety. To mitigate the adverse effects of communication delays, recent research has focused on developing delay compensation techniques, both through physical modeling approaches and model-free methodologies.
As depicted in Figure 1, communication delays can generally be classified into control delay, which emerges during the transmission of a remote control signal, and sensor delay, which occurs during the reception of a sensor signal [15]. Numerous techniques have been proposed to ensure the stability and performance of teleoperation systems by mitigating both control and sensor delays, with some methods achieving success through model predictive control (MPC) [16]. Subsequently, more generalized predictive models, such as the Smith predictor, gained prominence due to the limitations of strict MPC-based predictors that require highly accurate plant models [17]. Early work improved sliding-mode control, design, and networked control by introducing probabilistic analyses and robust filtering [18,19,20]. Additionally, while the model-based approach can predict control commands and sensor values based on physical movement, it may introduce discrepancies due to accumulated model errors [15]. Therefore, some studies have adopted model-free predictors and pursued more robust passivity-based approaches [21]. Variable-transformation (wave-scattering) methods later proved robust to nonlinear dynamics and time-varying delays precisely because they bypass explicit plant modelling [22,23]. In addition, several studies have applied model-free predictors to passivity control and energy balance monitoring, which have contributed greatly to improving the stability of teleoperation as a bilateral controller [24,25,26,27]. Meanwhile, the model-free approach often exhibits lower performance than the model-based approach; researchers have therefore proposed various improvements [11,15,21,28,29]. Since then, these model-free predictors have been supplemented and modified to adapt to delay fluctuation caused by uncertain network conditions [30]. Nevertheless, some methods are still criticised for residual high-frequency oscillations [31]. Table 2 summarizes these approaches.
Another important trend is the rapid development of AI. Deep learning-based predictors utilizing RNN (Recurrent Neural Network)-based time series forecasting (TSF) are now actively studied [39]. Sophisticated models using LSTM and GRU, which represent RNNs, can be interpreted as data-driven model-free predictors; unlike other model-free approaches, they do not require strict dynamics. Recently, predictors utilizing techniques such as LSTM, a type of RNN, and high-degree polynomial linear regression for unavoidable transmission delays have been reported, and demonstrations for real-time operation have been conducted [40]. In addition, studies have explored LSTM-based predictors that compensate for input delays using LSTM-integrated MPC in nonlinear time-delay systems [41]. LSTM or GRU offers many strengths in time series processing, and recently, Attention-based models such as the Transformer, famous for GPT, have also been widely studied in the TSF field [42]. Although incorporating Attention mechanisms could enhance prediction accuracy by selectively emphasizing critical input features, their application introduces additional computational overhead and increased memory requirements. Specifically, Attention mechanisms involve frequent computation of weight matrices, thereby elevating computational complexity and inference latency, which are critical drawbacks for real-time teleoperation tasks performed in resource-constrained edge computing environments. Furthermore, Attention mechanisms typically offer meaningful benefits primarily when modeling longer sequences or large-scale datasets. In contrast, LSTM and GRU are more computationally efficient for short-term predictions (∼few seconds), aligning precisely with the goals of this research. Therefore, this study applied supplementary techniques as a preprocessing step to enhance LSTM-based prediction under dynamic network conditions [43]. Between GRU and LSTM, GRU converges faster during training, but LSTM typically demonstrates superior accuracy for slightly longer sequence predictions. Considering these trade-offs and the requirements of this research, LSTM was selected for this study. To the best of the authors’ knowledge, most model-free predictors using neural networks estimate the next physical value over time, and there are few studies on predicting values after a specific communication delay . In particular, to effectively compensate for control delay, it is important to precisely measure the one-way communication delay rather than round-trip time (RTT). Such compensation should be based on this one-way delay measurement, especially when dealing with realistic and time-varying delays instead of constant delays. For this reason, we propose the IPT-DCD (Interpolation Predictor for Teleoperation under Dynamic Communication Delay), as shown in Figure 2.
Contribution
This paper proposes IPT-DCD, a method designed to compensate for communication delays by predicting delayed signals with an interpolation method.The proposed IPT-DCD is formulated as a data-driven, model-free framework, which enables flexible adaptation to various systems through training on samples collected from the target operating environment.
- -IPT-DCD enhances the previously introduced PT-DCD by integrating the BSI (Backward Shifting and Interpolation) technique, thereby achieving improved robustness in prediction performance. We conducted a series of experiments across diverse scenarios by varying the proportion of delay outliers, showing that IPT-DCD can maintain the performance even in unstable conditions.The proposed approach exhibits robustness against communication delays for a wide range of teleoperation applications, particularly offering reliable dynamic delay outlier compensation capabilities.
2. Materials and Methods
In this study, we utilized a Recurrent Neural Network (RNN)-based predictor to overcome the limitations in existing model-free prediction approaches, which often fail to capture the full extent of system dynamics [44]. Previous research has demonstrated the efficacy of RNN-based architectures, such as Long Short-Term Memory (LSTM) and Gated Recurrent Units (GRUs), in learning complex nonlinear and temporal dynamics [45,46]. These architectures are now considered well suited for modeling behaviors in time-dependent systems, as they exhibit superior performance in capturing regional patterns within dynamic environments. However, RNN-based predictors often struggle to accurately predict the target in the presence of complex dynamic systems and coexisting communication delays. Therefore, this study focuses on improving a novel LSTM-based predictor framework by considering communication delay constraints.
2.1. Problem Definition
In practice, communication delays can be categorized into processing, queueing, transmission, and propagation delays [47]. However, from the perspective of operator-device system architecture, these delays can be roughly classified into two main types, control delay , and sensor delay :
where denotes a round trip communication delay at time t.
A general closed-loop system over a network where two distant subsystems exchange information with each communication delay can be expressed as follows:
where ( ) represents each subsystem, , denotes the actual and predicted state space vectors, and and are nonlinear functions for prediction and observation respectively, while represents communication delay for each subsystem. To independently measure control and sensor delays, high-precision GPS receivers with PPS (Pulse Per Second) functionality can be used for accurate time synchronization. As shown in Figure 3, the GPS provides PPS signals and time-stamped NMEA messages to connected devices. The local device uses an NTP server for clock sync, while the remote device uses GPS timestamps. Consequently, the one-way communication delay can be precisely measured. By accumulating communication logs, a delay profile is generated for analyzing delay distributions and detecting outliers under varying network conditions [6]. According to the literature, many stochastic approaches were introduced to model the communication delays (i.e., Heavy-tailed Gaussian, stochastic Gaussian mixture, generalized extreme value distribution, etc.) [6,11,48]. In this framework, we assume the communication delay follows the stochastic Gaussian mixture model to represent passive and outlier communication delays probabilistically [6]. Therefore, the control delay can be written as
where is a contamination ratio of the communication delay outlier, , and are the mean and standard deviation of the passive delay distribution, , and are the mean and standard deviation of the outlier delay distribution.
Finally, we set our objective to minimize the error between the predicted control signal and the state space vector at time t, which can be expressed as
where denotes the prediction error vector between and . In summary, Table 3 shows notations used in problem definition.
2.2. Long Short-Term Memory Network
LSTM networks are sophisticated recurrent neural networks that excel at processing data where input order is important. LSTM Structure: Each LSTM unit (or cell) contains a cell state and three primary gates: the input gate, forget gate, and output gate. Figure 4 shows the structure of the single LSTM cell. Firstly, a cell state term is designed to either directly propagate significant information (long-term information) from previous LSTM cells or pass the information based on the network’s requirements:
where is the current content vector using both the forget and input gates, is a forget gate term, and is an input gate term at time t which controls how much of the new candidate information should be added to the cell state.
Next is the forget gate, which is responsible for regulating the amount of information to be discarded from the previous cell state. By applying a forgetting mechanism, it selectively filters out irrelevant or outdated information, ensuring that the cell state retains only pertinent data:
where is the forget gate at time t, is a non-linear function, such as ReLU or the hyperbolic tangent function, is a weight matrix associated with forget gate, is a previous hidden state, is the input vector, and denotes bias vector of the forget gate.
The input gate processes the current input alongside the previous hidden state to determine how much the new information should be incorporated into the cell state. The input gate mechanism facilitates the controlled integration of new input to the LSTM network’s memory:
where is the input gate term, is a weight matrix associated with the input gate, and is the bias vector of the input gate.
Finally, the output gate rules the proportion of overall information from the cell state that is connected to the output of the LSTM unit. The output gate modulates the extent to which the current cell state influences the subsequent hidden state and network output:
where denotes the final output vector, is a weight matrix associated with the output gate, and is the bias vector of the output gate. In addition, the hidden state cell, which represents the intermediate output emitted from the previous LSTM cell contains information about the prior hidden state of the network:
where is the hidden state cell at time t. In summary, notations regarding the LSTM network are shown in Table 4.
2.3. Neural Network-Based Prediction Method
In this subsection, the PT-DCD method previously proposed in [49] and the IPT-DCD method are introduced. Both methods utilize an LSTM-based encoder–decoder architecture to predict control signals that are compensated for communication delay. The key distinction of IPT-DCD lies in the application of the BSI (Backward Shifting and Interpolation) process, which enhances robustness against outlier noise compared to PT-DCD.
2.3.1. PT-DCD (Baseline Method)
Figure 5 shows a Seq-2-Seq PT-DCD structure composed of LSTMs. The PT-DCD (Predictor for Teleoperation under Dynamic Communication Delay) method is a basic form of predictor that predicts the next control signal based on the existing LSTM. The input of the PT-DCD requires discrete input vector elements:
where is a non-linear function used in the PT-DCD LSTM network for prediction. The input and output are , which can be rewritten as
where , denote a predefined input and output window size of the dataset. It should be noted that represents the measured state space vector as shown in Figure 6.
More precisely, since we focus on compensating for the control delay, the input vector can be written as
where is the observed control signal and is the control delay at discrete time k. Therefore, based on the PT-DCD method, (5) can be rewritten to represent prediction error:
where denotes the nth element vector of PT-DCD output. As shown in Figure 7, the PT-DCD model is based on a discrete prediction model which only accounts for the control delay at time k but does not consider sample uniformity or balance. In summary, notations used for explaining PT-DCD are presented in Table 5.
2.3.2. IPT-DCD (Proposed Method)
To enhance the accuracy of predicting the original non-delayed state space vector, IPT-DCD (Interpolation Predictor for Teleoperation under Dynamic Communication Delay) is further developed to overcome the limitations of PT-DCD. Accordingly, the predictor of IPT-DCD can be described as
where is a state space matrix at time t based on observation, is an output matrix of which is the non-linear IPT-DCD LSTM function, and represents the network parameters.
Firstly, the uniformly observed state-space matrix is the set of state-space vectors for a certain time interval:
where is the interpolation sampling frequency of the original sample and the period between each sample is . Accordingly, (15) can be rewritten as
However, what can practically be observed from the delayed control samples is a set of non-uniformly obtained samples:
where is the observed state space model and the elements corresponding to can be written as
As shown in Figure 8, IPT-DCD performs the Backward Shifting and Interpolation (BSI), a preprocessing step that realigns delayed samples to their original timestamps by subtracting the corresponding delay from their received times and subsequently interpolates signal values between these adjusted samples:
where is the original sampling frequency of the control signal and is the desired time interval based on a predefined interpolation rate (i.e., ). As decreases, prediction resolution improves, enhancing the accuracy of future steering command estimation. The IPT-DCD predicts future control steps and selects the output corresponding to the measured delay . If lies between prediction steps, the nearest predicted value is used. Smaller reduces substitution error, improving prediction accuracy. However, it shortens the temporal coverage of the fixed input window, limiting the time-series context the predictor can utilize. To compensate, a larger input window is required, increasing computational cost. Thus, must be chosen to balance prediction accuracy and computational efficiency. Accordingly, we let P be the process that uses (27), and the final input state space matrix can be written as
Next, the mean squared error is used to optimize and obtain IPT-DCD network parameters:
where is the loss function and N is the total number of data samples.
Figure 9 illustrates the BSI process applied to each input signal to construct the input datasets.
In summary, notations used for describing IPT-DCD are shown in Table 6.
3. Experiments
This section describes the experimental setup and validation process for evaluating the effectiveness and suitability of the proposed method, IPT-DCD.
3.1. General Setups for Network Training
For training and validation, artificial communication delays were generated using (4) where , and were set to 0.03 s, 0.01 s, 0.113 s, and 0.05 s, respectively. The contamination ratio ( ) was set to 0.1 according to reference [6]. For the training dataset, steering angle and steering torque values were extracted from dataset [50] provided by Comma.ai. Then, artificially generated communication delays were applied to these values to create delayed steering commands.
3.2. Training of the IPT-DCD
IPT-DCD was trained using sequences of steering angles, communication delays, and steering torques as input data, which represent delayed steering commands. In (28), the input window size and the sampling period were set to 20 and 0.1 s, respectively. Table 7 shows the parameters used for IPT-DCD training. The output window size was 10, which means that IPT-DCD simultaneously produces future values in the range of 0–100 ms and uses the index corresponding to the current (measured one-way communication delay at time t) as the predicted real-time steering command.
Using the early stopping technique, IPT-DCD was trained for 182 epochs, while PT-DCD was trained for 54 epochs. As shown in Figure 10, the training loss of IPT-DCD decreased faster compared to PT-DCD, demonstrating faster convergence. Computational performances and versions of AI-related software for training are shown in Table 8.
3.3. Validation of the IPT-DCD
To verify the robustness of IPT-DCD, validation was performed under both the trained condition ( ) and additional untrained conditions with higher contamination ratios ( and ). Although the real teleoperation environment typically corresponds to , the condition with was selected to simulate scenarios with unstable communication. The scenario with , representing an extreme communication condition where outliers account for half of the total communication delay, is unlikely in real-world teleoperation environments. However, this extreme case was included to evaluate IPT-DCD’s performance under highly challenging conditions. Additionally, predictions were performed under an ideal scenario without any outliers ( ) for further comparison. For the Monte Carlo analysis, IPT-DCD performed 100 prediction trials on validation samples, varying only the communication delay parameter. The results were then compared with PT-DCD predictions.
4. Results
In this section, the results of PT-DCD and IPT-DCD validation are shown.
4.1. Performance of the PT-DCD
Table 9 shows RMSE values with and without PT-DCD according to . RMSE decreased by 39.90% using PT-DCD when , and then the reduction percentage was becoming smaller with increasing .
4.2. Performance of the IPT-DCD
Table 10 compares the RMSE of delayed steering signals with those using IPT-DCD. With IPT-DCD, the smallest RMSE reduction was observed at , and the effect became larger as increased. This demonstrates a trend that is in direct contrast to PT-DCD, where the RMSE reduction effect diminished as increased.
4.3. Intersection of Prediction Performance
When comparing the results of the two methods, PT-DCD exhibits a decreasing RMSE reduction effect as increases, whereas IPT-DCD shows an increasing effect. As depicted in Figure 11, the two graphs are estimated to intersect at approximately .
4.4. Statistical Analysis
This section presents the statistical analysis conducted to verify whether the performances of PT-DCD and IPT-DCD differ significantly.
4.4.1. Normality Test—Shapiro–Wilk Test
Firstly, we performed a normality test using the Shapiro–Wilk method on the RMSE data grouped by predictors (PT-DCD and IPT-DCD) and the contamination ratio . According to the Shapiro–Wilk test, the normality assumption is rejected if a group’s p-value is smaller than 0.05. Twelve groups in total were tested, comprising delayed steering angles and predicted steering angles by PT-DCD and IPT-DCD at four different values of . The results of the normality test are summarized in Table 11. Ten out of the twelve groups satisfied the normality assumption, whereas two groups did not. Therefore, it was concluded that the data did not fully meet the assumption of normality required for comparative analysis.
4.4.2. Nonparametric ANOVA—Kruskal–Wallis Test
Secondly, the Kruskal–Wallis test was conducted to determine whether there were statistically significant differences among the RMSE groups. Table 12 presents the results. The Kruskal–Wallis test is a nonparametric method suitable when the data do not meet the normality assumption. At each , the RMSE values of the Delayed, PT-DCD, and IPT-DCD groups were compared. The results show that there were significant differences between the groups in all cases.
4.4.3. Dunn’s Test
As a post hoc analysis following the Kruskal–Wallis test, Dunn’s test was performed to identify specific pairs of groups that differed significantly. As shown in Table 12, the p-values from all pairwise comparisons except between IPT-DCD and Delayed at were below 0.05, indicating that the median RMSE values significantly differed between all groups.
4.4.4. Effect Size—Cohen’s d
Lastly, Cohen’s d values were calculated to quantitatively assess the magnitude of differences between the groups. Calculated Cohen’s d values for each group are shown in Table 13.
5. Discussion
5.1. Performance Comparison Between the PT-DCD and the IPT-DCD
The statistical analysis clearly showed a significant difference between IPT-DCD and PT-DCD, proving that the method applied to IPT-DCD is indeed a novel approach distinct from PT-DCD. By introducing the BSI process, IPT-DCD is able to perform predictions at uniform time intervals, effectively reducing the RMSE under all experimental conditions. Under the training condition of , PT-DCD achieved a greater RMSE reduction (24.38%) compared to IPT-DCD (16.37%), indicating relatively lower performance by IPT-DCD in stable conditions. However, as increases, the two methods exhibit opposite performance trends, demonstrating the distinct operating characteristics of each and reinforcing the novelty of the BSI-based approach.
5.2. Impact of Outliers on the Performance of the PT-DCD and the IPT-DCD
PT-DCD and IPT-DCD were evaluated under four different conditions, with = 0, 0.1, 0.3, and 0.5 representing the proportion of outliers in communication delay. The case of corresponds to a relatively extreme communication environment, where outliers account for half of the total delay. Even under this condition, PT-DCD achieved an RMSE reduction of nearly 20%. Moreover, IPT-DCD achieved an RMSE reduction of approximately 30%, demonstrating a greater improvement than PT-DCD.
5.3. Efficient Application of the PT-DCD and the IPT-DCD
An interesting observation is that IPT-DCD does not consistently outperform PT-DCD; rather, it demonstrates an opposite trend depending on the variation in the contamination ratio ( ). Although this was an unexpected result, it provides a potentially beneficial option for practical applications. By combining PT-DCD and IPT-DCD into a hybrid system, using a threshold of , the system can effectively adapt across a wide range of communication conditions—from typical delays to extreme cases. Although real-time measurement of the contamination ratio ( ) has not been extensively studied, the method was previously discussed for estimating in real time in [51]. Utilizing such real-time estimation methods to select appropriate predictors dynamically is expected to significantly improve the performance of the predictor in reducing communication delay.
5.4. Towards Practical Application and Extension
Although teleoperation technologies can be widely applied in various fields (e.g., surgery, mobility, and unmanned ground vehicles), the degree of performance improvement may vary across systems, requiring system-specific research. To achieve the desired performance of the predictors that mitigate communication delays, it is highly recommended to consider resampling the control target datasets. Readers should recognize that this study specifically focused on vehicle steering angle in remote driving systems, and thus the proposed method may not perform optimally under different conditions. In particular, due to the sensitivity of the model to training parameters, sufficient performance improvement may not be achieved unless the training data are collected directly from the target system. Additionally, even though high integrity in measurement is required, real-world data can often be noisy and sensitive. With the aid of synchronization tools such as chrony, this study assumed that the precise measurement of steering torque data and accurate delay computation were possible. Therefore, in order to apply the proposed predictor to real-time systems, accurate communication delay estimation and an environment capable of providing reliable measurement data are essential.
6. Conclusions
We proposed IPT-DCD, a deep learning-based interpolation predictor designed to mitigate dynamic communication delays in teleoperation environments. Experimental results under varying outlier contamination ratios ( ) of communication delays demonstrated that IPT-DCD exhibited greater robustness than PT-DCD under high contamination conditions, whereas PT-DCD demonstrated better performance under passive communication delays. These findings suggest that the two methods possess complementary strengths in delay compensation: PT-DCD is more effective for passive delays, while IPT-DCD excels under delay outliers. Consequently, by dynamically selecting predictors based on , delay compensation can be optimized across a wide range of real-world communication scenarios. This work lays a foundation for practical and delay-resilient teleoperation. The proposed approach can be applied not only to teleoperation systems such as microsurgery [4], mobile robots [14], and unmanned ground vehicles (UGVs) [11], but also to other domains requiring predictive compensation mechanisms, such as impedance control in human–robot collaboration [52]. Future work may explore advanced hybrid frameworks, real-time estimation of , and multi-modal prediction architectures.
The reference list from the paper itself. Each links out to its DOI / PubMed record.
- 1Tener F. Lanir J. Investigating intervention road scenarios for teleoperation of autonomous vehicles Multimed. Tools Appl.202383611036111910.1007/s 11042-023-17851-z · doi ↗
- 2Cho Y. Yun H. Lee J. Ha A. Yun J. Goon DAE: Denoising-based driver assistance for off-road teleoperation IEEE Robot. Autom. Lett.202382405241210.1109/LRA.2023.3250008 · doi ↗
- 3Lipton J.I. Fay A.J. Rus D. Baxter’s homunculus: Virtual reality spaces for teleoperation in manufacturing IEEE Robot. Autom. Lett.2017317918610.1109/LRA.2017.2737046 · doi ↗
- 4Deng Z. Zhang S. Guo Y. Jiang H. Zheng X. He B. Assisted teleoperation control of robotic endoscope with visual feedback for nasotracheal intubation Robot. Auton. Syst.202417210458610.1016/j.robot.2023.104586 · doi ↗
- 5Frank L.H. Casali J.G. Wierwille W.W. Effects of visual display and motion system delays on operator performance and uneasiness in a driving simulator Hum. Factors 19883020121710.1177/0018720888030002073384446 · doi ↗ · pubmed ↗
- 6Kim E. Cha H. Talluri T. Jeong C. Kim H. Yoon S. Hwang M. Delay Compensation and Outlier Removal in Command Signal for Teleoperated Vehicle using Asynchronous Filter IEEE Access 202412505375054710.1109/ACCESS.2024.3382538 · doi ↗
- 7Kim E. Hwang M. Lim T. Jeong C. Yoon S. Cha H. Communication Delay Outlier Detection and Compensation for Teleoperation Using Stochastic State Estimation Sensors 202424124110.3390/s 2404124138400399 PMC 10892098 · doi ↗ · pubmed ↗
- 8Xu S. Perez M. Yang K. Perrenot C. Felblinger J. Hubert J. Determination of the latency effects on surgical performance and the acceptable latency levels in telesurgery using the d V-Trainer® simulator Surg. Endosc.2014282569257610.1007/s 00464-014-3504-z 24671353 · doi ↗ · pubmed ↗
