REVIEW 4 major objections 6 minor 1 cited by
Optimal Motion Scaling for Delayed Telesurgery
T0 review · 4 major / 6 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read This paper argues that the optimal motion scaling factor for delayed telesurgery is different for every user, and that a Bayesian regression model trained with other users' data can predict each person's ideal scaling at any level of…
desk verdict A useful proof-of-concept for per-user adaptive motion scaling under delay, but the headline user-specificity claim is not backed by a statistical test and the optimal scaling factor is never validated out-of-sample. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the personalized Bayesian Polynomial Regression surface $\hat{P}_o(s,d) = \varphi(s,d)^\top \beta$, a second-degree polynomial in scaling factor $s$ and delay $d$ with Gaussian observation noise $\varepsilon \sim N(0,\sigma^2)$ and a Normal-Inverse-Gamma prior on $(\beta,\sigma^2)$. The prior for a new user is obtained by maximising the likelihood of all other users' datasets, so the model's predictions for a new user are Student-$t$ distributions rather than point estimates; the recommended scale is the minimizer of the predictive mean found by discrete search over scale values. The mechanism that carries the argument is the combination of a response surface and a cross-user prior, which converts a few trials from a new operator into a delay-dependent scaling recommendation.
What would settle it
Run a validation study where a new user's model is fit on a few trials and then compared on a full grid of scale and delay values: if the fitted quadratic's recommended scaling factor is no better than the default scale of 1.0 or the best observed grid point in held-out trials, the claimed prediction is falsified. Additionally, fit the same data with a cubic or spline surface and check whether the predicted optimum moves substantially; if it does, the quadratic assumption is driving the result rather than the data.
Extended reading notes
Core claim
The paper's central claim is that the optimal motion scaling factor is a per-user, delay-dependent quantity: for each operator there exists a value $s^\ast(d) = \operatorname{argmin}_s \hat{P}_o(s,d)$ that balances speed against safety better than a fixed scale, and this value shifts downward as latency grows, but at a user-specific rate. The claim is supported by two user studies: a 2D Fitts-style pointing task with ten participants and a peg-transfer task on the da Vinci Research Kit with simulated round-trip delays. Throughput served as the speed metric, and overshoot and force measures served as error, combined into a weighted performance score $WP = (1-w)\,TP - w\,(OSD+\Delta D)$. The paper then argues that a personalized Bayesian polynomial regression surface can capture this relationship, and that when the regression prior is learned by maximum likelihood from other users' data, the model predicts a new user's optimal scale with less data than an uninformative prior.
Load-bearing premise
The whole optimization depends on assuming that for each person, performance as a function of scaling factor and delay is a smooth bowl-shaped surface plus random scatter, and the paper does not test whether that assumed shape is actually right.
Editorial extensions
If this is right
- A new user's optimal scaling schedule can be estimated from relatively few calibration trials, because the informed prior transfers information from previously observed users.
- At higher delays, the model will generally recommend lower scaling factors, matching the observed trend that overshoot and error dominate throughput losses.
- Telesurgical systems could adjust scaling continuously as measured round-trip delay changes, without hardware changes, since scaling is already implemented in software.
- The recommended scaling depends on the speed/safety weight $w$; a setting that prioritizes safety will receive a different, lower scaling schedule than one prioritizing speed.
Reading between the lines
- Beyond the paper: because the weighted performance metric encodes a clinical preference, the same fitted model can answer counterfactuals, such as what scaling schedule a safety-first department should use, without additional user studies.
- Beyond the paper: a natural next experiment is a head-to-head out-of-sample comparison of the BPR-recommended scale versus the nominal default and versus a fixed low scale, measuring whether personalized recommendation actually improves composite performance.
- Beyond the paper: the reported user-to-user variance suggests that a population-level model with user-specific random effects could estimate optima for an unseen user with even fewer trials than the MLE-prior approach.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper investigates how motion scaling affects teleoperation performance under time delay, using both a simulated 2D Fitts'-law-style task and a physical da Vinci Research Kit peg-transfer task. The authors fit user-specific Bayesian polynomial regression models of performance (throughput, error, and a weighted combination) as a function of scaling factor and latency, then define the optimal scaling factor for a user and delay as the argmin of that fitted surface (Eq. 11). They claim that the optimal scaling factor is user-specific and varies with delay, and that an informative prior learned from other users improves predictive accuracy in terms of mean squared error. The abstract and introduction further claim a statistically significant difference in performance between users, motivating personalized scaling.
Significance. If the central claim is correct, the paper provides a practical, low-cost approach to personalizing motion scaling for telesurgery under delay, with a clear path to deployment using only a small amount of per-user data. The Bayesian prior transfer idea is sensible and the reported reduction in prediction MSE with an informed prior is a useful empirical result. However, the main scientific claim—that a user-specific, delay-dependent optimal scaling factor exists and can be predicted—is not actually validated at the decision level. The optimization is performed on the fitted quadratic surface, but no experiment or held-out analysis shows that the recommended scaling factor improves real performance relative to a fixed or nominal scaling factor. The user-specificity claim also lacks a direct statistical test, and the physical study delays only the command stream, not visual feedback. These gaps are substantial but addressable within the manuscript's scope.
major comments (4)
- [§II-C and §III-D] The load-bearing claim is that s*(d) from Eq. (11), obtained by minimizing the fitted performance surface, is the optimal scaling factor for a user. Yet the model is evaluated only by predictive mean squared error (Fig. 6), not by whether the recommended s* actually improves measured performance on held-out trials. Without a decision-level validation (for example, holding out one latency level or one scale, fitting the model, computing s*, and comparing the achieved performance against the nominal scale and the empirical best scale on those held-out trials), the computed optima may be artifacts of the assumed quadratic polynomial shape rather than genuine user-specific optima.
- [Abstract and §III-C] The abstract claims 'a statistically significant difference in performance between users,' but no user-factor test is reported for the 2D study; Fig. 2 shows only two example users, and the statistical analysis in Fig. 4 compares scaling factors within the pooled data, not between users. The two-way ANOVA in Table I for the physical study includes latency and scale but not user as a factor. The user-specificity conclusion therefore currently rests on visual inspection of heatmaps rather than a formal statistical test, and the abstract overstates the evidence.
- [§IV-A] The physical experiment delays only the commands from the master to the patient-side manipulator; the manuscript explicitly states that 'the stereo camera information is not delayed.' The text then asserts that the buffer delay 'can be considered the round trip delay under the assumption delay is equal in both directions,' but this is an untested assumption. Because visual feedback is not delayed, the physical task does not reproduce the full sensorimotor delay loop of actual telesurgery, and the claim in §V that the physical experiments 'validate the findings from simulated environments' for round-trip-delayed telesurgery is overstated.
- [§II-A and §III-D] The performance model in Eq. (2) assumes P_o(s,d) is a second-degree polynomial surface in (s,d) with iid Gaussian noise, with the justification that 'the data seemed to follow a quadratic trend.' No goodness-of-fit diagnostics, residual analysis, or comparison against alternative functional forms (e.g., cubic terms, nonparametric regression) are provided. Since the optimum in Eq. (11) is determined by the curvature of this fitted surface, a misspecified mean function could produce an artificial minimum; this is a load-bearing modeling assumption that needs direct support.
minor comments (6)
- [§I-B] The word 'Additionaly' should be 'Additionally'.
- [§III-A] In the list of scaling factors, '04' should be '0.4'.
- [§III-B] The word 'adusted' should be 'adjusted' in the definition of the weighted performance metric.
- [§IV-A] The text has 'FIg. 1' and 'defualt'; these should be 'Fig. 1' and 'default'.
- [§II-A, Eq. (9)] Equation (9) appears to be missing a closing parenthesis and possibly an inverse; the predictive distribution for Bayesian polynomial regression is not written correctly, and this should be fixed for reproducibility.
- [§III-D] Figure 6 reports mean squared error without error bars or a description of how the mean and variance are computed across users; adding this information would clarify whether the improvement from the informed prior is consistent.
Circularity Check
No significant circularity: the optimal-scale recommendation is a functional of an explicitly fitted surrogate, and the user-specific claim rests on raw study data rather than on the model; the unvalidated optimum is a correctness risk, not a circular reduction.
full rationale
The derivation chain is self-contained and not circular. The paper fits a Bayesian polynomial regression to observed (performance, scale, delay, user) data (Eq. 2), evaluates prediction quality via MSE across training-set sizes (Fig. 6), and then defines a recommended scale as the argmin of the fitted surface (Eq. 11). This is a surrogate-optimization pipeline: s*(d) is a functional of the fitted model, not a re-statement of the data or of a fitted parameter. The empirical claim that users differ is based on raw heatmaps (Fig. 2) and paired t-tests against the nominal scale (Fig. 4), not on the model itself. The informative prior from other users is a genuine transfer-learning step and is tested by prediction MSE on the target user. The main limitations are evidentiary, not circular: the abstract's 'statistically significant difference between users' is not backed by a user-factor ANOVA (Table I only includes latency and scale), and the recommended s* is never validated by holding out trials and comparing against a fixed scale. These are missing-validation and correctness concerns, which do not make the derivation equivalent to its inputs by construction.
Assumptions & free parameters
free parameters (3)
- Per-user polynomial regression coefficients beta =
not reported
- Informed prior hyperparameters (m,V,a,b) =
not reported
- Weight w in weighted performance metric =
0.5 in main analysis; 0.1, 1, 2, 5 in Fig. 5
assumptions (4)
- ad hoc to paper Performance P_o(s,d) is a second-degree polynomial surface in scaling factor and latency with iid Gaussian noise (Eq. 2).
- domain assumption Throughput, OSD, DeltaD, and force penalty are valid proxies for surgical speed and safety.
- domain assumption Undelayed stereo video in the dVRK experiment is equivalent to a real round-trip delay.
- domain assumption Repeated trials by the same user are independent observations.
invented entities (1)
-
Weighted performance metric WP
Cite this review
Pith. "Pith review of Optimal Motion Scaling for Delayed Telesurgery." pith.science (2026). https://pith.science/paper/B6L6SM4H
@misc{pith2026250621689,
author = {Pith},
title = {Pith review of: Optimal Motion Scaling for Delayed Telesurgery},
year = {2026},
howpublished = {\url{https://pith.science/paper/B6L6SM4H}},
note = {Machine review of arXiv:2506.21689}
}
read the original abstract
Robotic teleoperation over long communication distances poses challenges due to delays in commands and feedback from network latency. One simple yet effective strategy to reduce errors and increase performance under delay is to downscale the relative motion between the operating surgeon and the robot. The question remains as to what is the optimal scaling factor, and how this value changes depending on the level of latency as well as operator tendencies. We present user studies investigating the relationship between latency, scaling factor, and performance. The results of our studies demonstrate a statistically significant difference in performance between users and across scaling factors for certain levels of delay. These findings indicate that the optimal scaling factor for a given level of delay is specific to each user, motivating the need for personalized models for optimal performance. We present techniques to model the user-specific mapping of latency level to scaling factor for optimal performance, leading to an efficient and effective solution to optimizing performance of robotic teleoperation and specifically telesurgery under large communication delay.
Figures
Figures from the paper (4 more)
Forward citations
Cited by 1 Pith paper
-
Spatiotemporal Context-dependent Personalized Movement Compensation in Delayed Telemanipulation
Personalized, context-dependent motion scaling improves delayed telemanipulation performance in simulation and transfers to a real surgical robot with reduced benefit.
Reference graph
Works this paper leans on
-
[1]
Emergency trauma care in rural and remote settings: Challenges and patient outcomes,
J. M. Morgan and P. Calleja, “Emergency trauma care in rural and remote settings: Challenges and patient outcomes,” International emergency nursing, vol. 51, p. 100880, 2020
work page 2020
-
[2]
A comparison of metropolitan vs rural major trauma in western australia,
D. M. Fatovich, M. Phillips, S. A. Langford, and I. G. Jacobs, “A comparison of metropolitan vs rural major trauma in western australia,” Resuscitation, vol. 82, no. 7, pp. 886–890, 2011
work page 2011
-
[3]
D. M. Fatovich, M. Phillips, I. G. Jacobs, and S. A. Langford, “Major trauma patients transferred from rural and remote western australia by the royal flying doctor service,” Journal of Trauma and Acute Care Surgery, vol. 71, no. 6, pp. 1816–1820, 2011
work page 2011
-
[4]
S. M. Wren, H. B. Wild, J. Gurney, M. Amirtharajah, Z. W. Brown, E. M. Bulger, F. M. Burkle, E. A. Elster, J. D. Forrester, K. Garber, et al. , “A consensus framework for the humanitarian surgical response to armed conflict in 21st century warfare,” JAMA surgery , vol. 155, no. 2, pp. 114–121, 2020
work page 2020
-
[5]
C. Ferreira and M. Correia, “Surgical frontiers in war zones: perspectives and challenges of a humanitarian surgeon in conflict environments,” Trauma Surgery & Acute Care Open , vol. 9, no. 1, 2024
work page 2024
-
[6]
C. Giannou, M. Balden, and ˚A. Molde, War Surgery: Working With Limited Resources in Armed Conflict and Other Situations of Violence (Volume 2). Royal College of Surgeons, 2014
work page 2014
-
[7]
A. B. Hall, E. Davis, M. Vasquez, J. Umberger, M. D. Tadlock, I. Qureshi, A. Walker, J. Glaser, H. McClendon, and J. M. Gurney, “Current challenges in military trauma readiness: insufficient relevant surgical case volumes in military treatment facilities,”Journal of Trauma and Acute Care Surgery , vol. 89, no. 6, pp. 1054–1060, 2020
work page 2020
-
[8]
E. Anagnostou, A. Michas, and C. Giannou, “Practicing military medicine in truly austere environments: what to expect, how to prepare, when to improvise,” Military medicine, vol. 185, no. 5-6, pp. e656–e661, 2020
work page 2020
Show all 40 references
-
[9]
Robotic surgery in emergency setting: 2021 wses position paper,
N. de’Angelis, J. Khan, F. Marchegiani, G. Bianchi, F. Aisoni, D. Al- berti, L. Ansaloni, W. Biffl, O. Chiara, G. Ceccarelli, et al. , “Robotic surgery in emergency setting: 2021 wses position paper,” World journal of emergency surgery, vol. 17, no. 1, p. 4, 2022
2021
-
[10]
Telesurgery–an efficient interdisciplinary ap- proach used to improve the health care system,
C. Cazac and G. Radu, “Telesurgery–an efficient interdisciplinary ap- proach used to improve the health care system,” Journal of medicine and life, vol. 7, no. Spec Iss 3, p. 137, 2014
2014
-
[11]
Transatlantic robot-assisted telesurgery,
J. Marescaux, J. Leroy, M. Gagner, F. Rubino, D. Mutter, M. Vix, S. E. Butner, and M. K. Smith, “Transatlantic robot-assisted telesurgery,” Nature, vol. 413, no. 6854, pp. 379–380, 2001
2001
-
[12]
Establishment of the world’s first telerobotic remote surgical service: for provision of advanced laparoscopic surgery in a rural community,
M. Anvari, C. McKinley, and H. Stein, “Establishment of the world’s first telerobotic remote surgical service: for provision of advanced laparoscopic surgery in a rural community,” Annals of surgery, vol. 241, no. 3, pp. 460–464, 2005
2005
-
[13]
Influence of network latency and bandwidth on robot-assisted laparoscopic telesurgery: A pre-clinical experiment,
Y . Wang, Q. Ai, T. Shi, Y . Gao, B. Jiang, W. Zhao, C. Jiang, G. Liu, L. Zhang, H. Li, et al. , “Influence of network latency and bandwidth on robot-assisted laparoscopic telesurgery: A pre-clinical experiment,” Chinese Medical Journal , pp. 10–1097, 2024
2024
-
[14]
The impact of latency on surgical precision and task completion during robotic-assisted remote telepresence surgery,
M. Anvari, T. Broderick, H. Stein, T. Chapman, M. Ghodoussi, D. W. Birch, C. Mckinley, P. Trudeau, S. Dutta, and C. H. Goldsmith, “The impact of latency on surgical precision and task completion during robotic-assisted remote telepresence surgery,” Computer Aided Surgery, vol....
2005
-
[15]
Determination of the latency effects on surgical performance and the acceptable latency levels in telesurgery using the dv-trainer® simulator,
S. Xu, M. Perez, K. Yang, C. Perrenot, J. Felblinger, and J. Hubert, “Determination of the latency effects on surgical performance and the acceptable latency levels in telesurgery using the dv-trainer® simulator,” Surgical endoscopy, vol. 28, pp. 2569–2576, 2014
2014
-
[16]
Remote telepresence surgery: the canadian experience,
M. Anvari, “Remote telepresence surgery: the canadian experience,” Surgical Endoscopy, vol. 21, pp. 537–541, 2007
2007
-
[17]
Remote telesurgery in humans: a systematic review,
P. Barba, J. Stramiello, E. K. Funk, F. Richter, M. C. Yip, and R. K. Orosco, “Remote telesurgery in humans: a systematic review,” Surgical endoscopy, vol. 36, no. 5, pp. 2771–2777, 2022
2022
-
[18]
Limitations for manual and telemanipulator-assisted motion tracking—implications for endoscopic beating-heart surgery,
S. Jacobs, D. Holzhey, B. B. Kiaii, J. F. Onnasch, T. Walther, F. W. Mohr, and V . Falk, “Limitations for manual and telemanipulator-assisted motion tracking—implications for endoscopic beating-heart surgery,” The Annals of thoracic surgery , vol. 76, no. 6, pp. 2029–2035, 2003
2003
-
[19]
Surgical robotics: impact of motion scaling on task performance,
S. M. Prasad, S. M. Prasad, H. S. Maniar, C. Chu, R. B. Schuessler, and R. J. Damiano Jr, “Surgical robotics: impact of motion scaling on task performance,” Journal of the American College of Surgeons , vol. 199, no. 6, pp. 863–868, 2004
2004
-
[20]
Opti- mizing motion scaling and magnification in robotic surgery,
R. Cassilly, M. D. Diodato, M. Bottros, and R. J. Damiano Jr, “Opti- mizing motion scaling and magnification in robotic surgery,” Surgery, vol. 136, no. 2, pp. 291–294, 2004
2004
-
[21]
Motion scaling solutions for improved performance in high delay surgical teleoperation,
F. Richter, R. K. Orosco, and M. C. Yip, “Motion scaling solutions for improved performance in high delay surgical teleoperation,” in 2019 International Conference on Robotics and Automation (ICRA) , pp. 1590–1595, IEEE, 2019
2019
-
[22]
From bench to bedside: The first live robotic surgery on the dvrk to enable remote telesurgery with motion scaling,
F. Richter, E. K. Funk, W. S. Park, R. K. Orosco, and M. C. Yip, “From bench to bedside: The first live robotic surgery on the dvrk to enable remote telesurgery with motion scaling,” in 2021 International Symposium on Medical Robotics (ISMR) , pp. 1–7, IEEE, 2021
2021
-
[23]
Compensatory motion scaling for time-delayed robotic surgery,
R. K. Orosco, B. Lurie, T. Matsuzaki, E. K. Funk, V . Divi, F. C. Holsinger, S. Hong, F. Richter, N. Das, and M. Yip, “Compensatory motion scaling for time-delayed robotic surgery,” Surgical endoscopy , vol. 35, pp. 2613–2618, 2021
2021
-
[24]
Supervisory control of remote manipulation,
W. R. Ferrell and T. B. Sheridan, “Supervisory control of remote manipulation,” IEEE spectrum, vol. 4, no. 10, pp. 81–88, 1967
1967
-
[25]
T. B. Sheridan, Telerobotics, automation, and human supervisory con- trol. Cambridge, MA: MIT press, 1992
1992
-
[26]
Teleoperation system control based on the method for supervisory control with variable time delay,
A. Hod ˇzi´c and E. Muj ˇci´c, “Teleoperation system control based on the method for supervisory control with variable time delay,” in 2015 23rd Telecommunications Forum Telfor (TELFOR), pp. 345–348, IEEE, 2015
2015
-
[27]
Model-based supervisory control in telerobotics,
T. T. Blackmon and L. W. Stark, “Model-based supervisory control in telerobotics,” Presence: Teleoperators & Virtual Environments , vol. 5, no. 2, pp. 205–223, 1996
1996
-
[28]
Predictive and knowledge- based telerobotic control concepts,
G. Hirzinger, J. Heindl, and K. Landzettel, “Predictive and knowledge- based telerobotic control concepts,” in Proceedings, 1989 International Conference on Robotics and Automation , pp. 1768–1777 vol.3, 1989
1989
-
[29]
Predictive displays and shared compli- ance control for time-delayed telemanipulation,
A. K. Bejczy and W. S. Kim, “Predictive displays and shared compli- ance control for time-delayed telemanipulation,” in EEE International Workshop on Intelligent Robots and Systems, Towards a New Frontier of Applications, pp. 407–412, IEEE, 1990
1990
-
[30]
Space teleoperation through time delay: Review and prognosis,
T. B. Sheridan, “Space teleoperation through time delay: Review and prognosis,” IEEE Transactions on robotics and Automation, vol. 9, no. 5, pp. 592–606, 1993
1993
-
[31]
Aug- mented reality predictive displays to help mitigate the effects of delayed telesurgery,
F. Richter, Y . Zhang, Y . Zhi, R. K. Orosco, and M. C. Yip, “Aug- mented reality predictive displays to help mitigate the effects of delayed telesurgery,” in 2019 international conference on robotics and automa- tion (ICRA), pp. 444–450, IEEE, 2019
2019
-
[32]
Control schemes for teleoperation with time delay: A comparative study,
P. Arcara and C. Melchiorri, “Control schemes for teleoperation with time delay: A comparative study,” Robotics and Autonomous systems , vol. 38, no. 1, pp. 49–64, 2002
2002
-
[33]
Survey on the control of time delay teleoperation systems,
T. A. Varkonyi, I. J. Rudas, P. Pausits, and T. Haidegger, “Survey on the control of time delay teleoperation systems,” in IEEE 18th International Conference on Intelligent Engineering Systems INES 2014 , pp. 89–94, IEEE, 2014
2014
-
[34]
Performance analysis of a haptic telemanipulation task under time delay,
M. C. Yip, M. Tavakoli, and R. D. Howe, “Performance analysis of a haptic telemanipulation task under time delay,” Advanced Robotics , vol. 25, no. 5, pp. 651–673, 2011
2011
-
[35]
Remote manipulation with transmission delay,
W. R. Ferrell, “Remote manipulation with transmission delay,” IEEE Transactions on Human Factors in Electronics , no. 1, pp. 24–32, 1965
1965
-
[36]
O’Hagan, J
A. O’Hagan, J. Forster, and M. G. Kendall, Bayesian inference. Arnold, 2 ed., 2004
2004
-
[37]
Transcontinental robot-assisted remote telesurgery: feasibility and potential applications,
J. Marescaux, J. Leroy, F. Rubino, M. Smith, M. Vix, M. Simone, and D. Mutter, “Transcontinental robot-assisted remote telesurgery: feasibility and potential applications,” Annals of surgery, vol. 235, no. 4, pp. 487–492, 2002
2002
-
[38]
Towards a standard for pointing device evaluation, perspectives on 27 years of fitts’ law research in hci,
R. W. Soukoreff and I. S. MacKenzie, “Towards a standard for pointing device evaluation, perspectives on 27 years of fitts’ law research in hci,” International journal of human-computer studies, vol. 61, no. 6, pp. 751– 789, 2004
2004
-
[39]
An open-source research kit for the da vinci® surgical system,
P. Kazanzides, Z. Chen, A. Deguet, G. S. Fischer, R. H. Taylor, and S. P. DiMaio, “An open-source research kit for the da vinci® surgical system,” in 2014 IEEE international conference on robotics and automation (ICRA), pp. 6434–6439, IEEE, 2014
2014
-
[40]
Revised manual skills guidelines february 2014
“Revised manual skills guidelines february 2014.” https://www.flsprogram.org/wp-content/uploads/2014/03/ Revised-Manual-Skills-Guidelines-February-2014.pdf. Accessed: 2010-09-30
2014
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.