Abstract
Most medical robots depend on human operators for sensing, decision-making, and action during procedures. Future progress depends on enabling robots to take on these capabilities. Although learning-based approaches provide remarkable promise toward achieving this goal, notable challenges must be addressed to unlock their full potential in clinical settings.
One-Sentence Summary:
Medical Robots need to go back to school to learn autonomy, but is the curriculum ready?
Introduction
Medical robots have been in clinical use for over a quarter of a century, but the number of robots deployed remains limited compared to their widespread integration in other industries. Although the largest medical robotics firm, Intuitive Surgical, has sold ~7,500 robots over 30 years performing 17 million cumulative surgeries [1], this is dwarfed by the 15 million traditional laparoscopic procedures performed annually [2], and pales in comparison to the more than one million autonomous robots deployed by Amazon [3], where robots handle over a billion packages per year [4]. Why the disparity? Industrial robots leverage autonomy to augment productivity, while most surgical robots serve as teleoperated extensions of the surgeon.
So why not just automate medical robots? The challenge is that the classical tools used to implement autonomy only work for tasks that are simple and highly structured. Outside of medicine, successful robotic automation often means adapting the product and process to match these limitations – not just trying to make a robot do exactly what a human would do. This involves simplifying the task motions and minimizing the sensing and modeling requirements. For example, in warehouse automation, since it is challenging to pick up individual parts from a bin, warehouse robots often pick up shelves and follow grid lines on the warehouse floor to carry them to a human packing the boxes [5]. As a second example, products to be assembled by robots are designed with snap fit connectors instead of screws to simplify assembly motions.
In medicine, it is not possible to redesign the patient, and it is risky to radically change surgical techniques that have been developed over many decades. Consequently, existing examples of medical robot automation correspond to procedures which naturally fit the capabilities of classical autonomy. Non-contact procedures, comparable to a robot painting a car, are one such category. For example, the Accuray Cyberknife is an automated radiosurgery robot that moves around the patient delivering radiation to an internal tissue target based on a precomputed plan [6]. As a second example, in automated corneal flap creation and reshaping during Laser-Assisted In Situ Keratomileusis (LASIK), a robotic laser follows pre-planned programs that compensate for eye motion.
Tasks requiring simple interactions with tissue can also be automated. An example is the automated selection and harvesting of follicular units for subsequent transplant during hair restoration [7]. A third category of procedures amenable to automation are those that involve reshaping hard tissue in a manner comparable to computer numerical control (CNC) machining. For example, in hip and knee replacement, robots with bone milling tools are used to create the cavities for the implants. Unlike the previous examples, these systems employ shared autonomy with the clinician holding the robot arm and guiding it through its motions [8]. The robot prevents the clinician from moving outside the preplanned cutting zone which enables milling bone cavities with higher accuracy than can be achieved by hand.
Up to the present, extending automation to more general surgical tasks has proven daunting because classical automation tools depend on deriving accurate and computationally efficient models of the system to be automated. Although such models are feasible for milling bone, it is much more challenging to accurately model the grasping and cutting of soft tissue in real time. The recent introduction of learning-based methods is transformative since these methods enable handling higher levels of complexity without necessitating analytical models of the underlying processes.
The structure of automation
To understand how learning-based methods can affect medical robot autonomy, Figure 1 compares teleoperation, classical autonomy and learned autonomy. Autonomy itself can be defined as a cycle of three modules: Sense, Think, and Act [9], which are in some fields also called Perception, Planning, and Control [10,11]. In this cycle, the Sense module performs state estimation – building a description of the current condition of the robot, patient and procedure from sensor data. Based on this perceived state, the Think module interprets the current state description in the context of the procedural plan and decides what the robot should do next. The Act module converts proposed actions into the associated robot motor commands.
Figure 1: Evolution of Medical Robot Automation.

Medical procedures are comprised of two distinct phases: pre-procedural planning and intra-procedural operation. Autonomy emerges from the ability to repeatedly Sense, Think, and Act [9] during intra-procedural operation. With increasing autonomy, the distribution of sense–think–act responsibilities shift progressively from human to machine, expanding the repertoire of automated medical procedures. (A) Teleoperation. Most medical robots today are teleoperated, only capable of mimicking the motions of a human operator through low-level sensing and actuation. The human expert receives sensory data about the surgical environment (“Sense”); based on their perception and knowledge of the patient, they formulate a strategy for carrying out the medical procedure (“Think”), and issue commands to the robot by manipulating input devices (“Act”), which the robot executes through a physics-based controller. (B) Classical Autonomy. Current implementations of autonomy target simple-to-model procedures and use non-AI algorithms. Robot and patient states are estimated using physics-based models and traditional image processing. “Think” adapts the pre-operative plan to disturbances such as respiratory movement using model-based optimization, and the motion plan is converted into low-level motor commands using physics-based kinematic and dynamic robot models, with the clinician supervising or sharing control. Applications of classical autonomy are limited by the need for accurate analytic models of the robot, patient, and procedure. (C) Learned Autonomy. Future learning-based automation targets procedures for which classical model-based methods fail. Learned perception encodes multimodal sensor inputs and medical images into latent representations; a learned reasoning policy generates long-horizon task-oriented plans in latent space, which are then refined into short-horizon, high-frequency motion commands by a learned reactive policy. The motion commands are converted into low-level motor commands through either a classical or learned model of the robot. Human expert supervision is enabled by decoding the system’s latent space into human-interpretable formats and allowing the expert to collaborate with the system, either through language instructions or direct teleoperation commands through a physical interface.
In teleoperation (Fig. 1A), the human operator is responsible for carrying out the Sense-Think-Act cycle. They interpret real-time imaging to ascertain the spatial relationship between the robotic instruments and anatomy. Based on this understanding, they mentally plan subsequent actions and anticipate their outcomes. They act by manipulating the input devices of the surgical console to command the robot’s tool movements. The only automation consists of low-level physics-based models used by the sense and act modules for robot state estimation and motion control.
In classical automation (Fig. 1B), most of the thinking occurs in the pre-procedural planning phase. Here, the clinician uses graphical software running optimization algorithms to develop a procedural plan. Intra-operatively, the role of the think module is limited to small adjustments in the plan, e.g., to account for patient motion. The human operator is no longer responsible for intra-operative sensing and action. Instead, these modules use conventional image and signal processing, analytical kinematic and dynamics models, and control theory. An exception is orthopedics where the human operator moves the cutting tool collaboratively with the robot.
In learned autonomy (Fig. 1C), some or all of the hand-engineered algorithms of the Sense-Think-Act cycle are replaced with data-driven, learned components. Alternatively, a single end-to-end learned model may be used that maps sensor inputs directly to control outputs (e.g., PilotNet for autonomous driving [12] or recent large-scale robotics initiatives, such as the Vision-Language-Action model [13]). A currently popular approach is to employ separate, learned Think and Act modules that operate hierarchically at different time horizons (as proposed in [14]): a fast (>100Hz) reactive policy (System 1) serves as the act module whereas a slow (<10Hz) reasoning policy (System 2) serves as the Think module (e.g., Helix [15], NVIDIA GR00T [16]). Although classical autonomous system modules communicate using physical representations (e.g. positions, distances, velocities), learning-based modules communicate via information-rich vectors embedded in a self-learned latent space. Using decoders and encoders, these representations can be converted to and from natural language and graphical representations to enable human interpretability and oversight. The clinician retains a critical supervisory role, reviewing and validating the diagnosis and proposed navigation plan, monitoring procedural progress, and issuing corrective instructions as needed through a natural language interface.
The challenges of learned automation
Replacing classical, model-based control with learned autonomy alleviates the burden of precise system modeling and identification, which can be infeasible for complex scenarios. However, it also introduces substantial new challenges inherent to data-driven methods. Developing and deploying learned systems within the safety-critical context of medicine necessitates addressing several fundamental challenges around data, operational robustness, human-robot collaboration, and safety.
Data: Quality, Diversity, and Volume
In learned autonomy, engineering complexity shifts substantially from explicit system modeling towards collection, labeling, and curation of datasets for training and evaluation. Learned methods generate input-output mappings based entirely on training data; therefore, data quantity must be sufficient to capture task complexity, data quality must ensure the mapping accurately reflects surgical reality, and perhaps most critically, data diversity must be adequate for robust generalization and safe handling of less common but clinically important scenarios (e.g., anatomical variations). Generating such data presents major challenges. Simulation can yield large data volumes (both for training and testing) but often struggles with the sim-to-real gap [17], where a mismatch between the real and synthetic data distributions degrades system performance. Expert demonstrations used for imitation learning can provide high-quality data, but acquiring and annotating a sufficient volume and diversity of expert behaviors is capital intensive.
A promising strategy to reduce the data demands of learned autonomy is to leverage large-scale pre-trained foundation models (e.g., V-JEPA 2 [18], GR00T [16], [13]). Trained on internet-scale, multimodal datasets, these models can potentially be fine-tuned for specific clinical applications with significantly reduced data requirements. The effectiveness of this approach can be amplified through open-sourcing high-quality clinical datasets (such as SurgVU from Intuitive Surgical [19]), which not only enable broader participation by the research community, but also provide the domain-specific data needed to adapt foundation models to the surgical setting.
Beyond initial model training, deployed systems must support mechanisms for continuing improvement. Data feedback loops—such as systematic logging of system disengagements (e.g. due to human operator intervention), retries, or failure events—can drive the creation of targeted datasets that improve model robustness, particularly in rare or complex clinical scenarios. This paradigm mirrors strategies used in autonomous driving (e.g., Tesla’s fleet learning), but poses unique challenges in the clinical domain, particularly with respect to safe system disengagement, ensuring patient privacy, and facilitating secure data sharing across institutions.
Handling Edge Cases: Adaptability, Reasoning, and Fallback Strategies
Since collecting data for every conceivable eventuality (i.e., “infinite data”) is impossible due to the long tail of such events, autonomous systems will end up in states that were not observed in the training data. This is especially critical in sequential decision-making tasks such as robotics, where initial errors compound over time, potentially driving the system progressively further outside its training manifold and into unfamiliar states, where system behavior is undefined – a problem known as covariate shift [20]. Although increasing data diversity aims to reduce unfamiliar long-tail events, a direct approach to enhancing safety involves the learned system actively monitoring its inputs and state to recognize if it is operating inside or outside the distribution of its training data. Current research explores methods like uncertainty estimation using Bayesian neural networks or model ensembles, measuring latent space distance or reconstruction error from autoencoders, or employing other anomaly detection techniques to quantify state familiarity [21,22]. Upon detecting a potential out-of-distribution state, the system needs strategies to safely recover if possible, or to actively request human intervention or guidance. This is not just a challenge in medical robotics, but machine intelligence in general.
Complementing these technical approaches for detection and response, a pragmatic strategy for mitigating risks, particularly as learning methods mature, involves carefully selecting initial automation targets. Focusing early efforts on less complex procedures or well-defined sub-tasks—perhaps employing robots and tools requiring simpler sensing and control—can limit the risks or the probability of the system facing novel long-tail events. This mirrors evolutionary trends in medical device development, where the implementation of minimally invasive approaches has led to the development of tools and devices requiring fewer and simpler motions to deploy, e.g., staplers replacing needle and suture; endovascular stents replacing vascular grafts and transcatheter heart valves replacing surgical valve implantation. Such an incremental approach, starting with lower-complexity tasks, may facilitate safer adoption of autonomous systems and progressively expand their capabilities.
Collaborative Autonomy, Explainability, and Trust
Medical robots will likely function as collaborative partners for the foreseeable future. Therefore, a core challenge is defining effective mechanisms for how autonomy can be safely shared with a human operator. This requires developing intuitive interfaces and blending control fluidly between the human operator and the learned system by predicting the operator’s intent and arbitrating it with the operator’s input [23]. For example, LINGO-2 [24] continuously provides an explanation of its driving decisions in natural language and can receive linguistic instructions to alter its behavior. Conditions for clinicians to build trust in these systems must be analyzed, which may include the system communicating its perceived state of the world, intended actions, and the constraints it satisfied in a human-understandable representation. Understanding why the system proposes a particular action can help clinicians verify system behavior, predict potential issues, and dictate corrective actions.
Testing, Verification, and Regulatory Approval
Validating the safety and efficacy of systems incorporating learned components prior to clinical adoption presents new challenges compared to traditional software. Defining adequate test coverage across high-dimensional input spaces (e.g., surgical video), determining the correct outputs and appropriate target metrics for test procedures, and making tests repeatable are notable hurdles. Diverse and well-curated datasets, standardized benchmarking suites, and metrics that correlate with end-to-end performance are necessary for objective evaluation and comparison of different approaches. Examples from autonomous driving are the Waymo Open Dataset [25], nuScenes [26], and the CARLA simulator [27]. Applying verification methods such as input fuzzing to neural networks remains challenging due to the dimensionality of inputs [28]. Developing standardized testing and verification methods will provide regulatory bodies with the tools to effectively and efficiently evaluate learning-based systems [29]. It will also lead to the creation of streamlined regulatory systems for incorporating learning-based updates over the life cycle of the system.
Regulatory frameworks typically require software to be “locked” at deployment, where updates to the neural network weights or architecture would typically require a new certification application. However, recently the FDA has provided guidance [30] recommending that modifications to AI-enabled device software functions be included in a Predetermined Change Control Plan (PCCP), which should describe the planned AI modifications, the associated methodology to develop, validate, and implement those modifications, and an assessment of the impact of those modifications.
Translational pathway
Although learning provides the potential to broadly extend robotic autonomy in medical procedures, a critical question is, which procedures should be targeted first? The most obvious use case is procedures for which the cost of a teleoperated robot can already be justified. For these systems, e.g., laparoscopic robots, autonomous functionality can be added over time in the same way driver assistance technologies have been added to cars.
The more challenging use case is to identify procedures for which a robot is only justified if it is autonomous. Such procedures would have to be high volume and provide high reimbursements. Furthermore, robotic automation would need to convey substantial benefits in terms of either improved patient outcomes, reduced costs or enhanced treatment availability. One such class of procedures are those that are needed on an emergent basis and for which specialized clinical staff are not available on site but can provide guidance remotely. For example, although emergency mechanical thrombectomy following ischemic stroke is most successful when performed within an hour of presentation, many community hospitals are located more than an hour from stroke centers. A second class of procedures to be considered for automation are those with steep learning curves and which require a high case load for maintaining skills. For example, operator performance of transcatheter valve repair procedures can continue to improve over hundreds of cases [31]. For such procedures, autonomous robotic assistance could enhance geographic accessibility by enabling low-volume operators to perform at high skill levels.
As medical robot autonomy develops, it may be possible to employ this technology in the same way it is used outside of medicine – to increase productivity by enabling a clinician to substantially increase the number of procedures they can perform per day. Although clinical oversight of robots is critical at this point, advances in learning-based autonomy may enable a future tipping point leading to expanded access and a leveling off in healthcare costs.
Funding:
National Institutes of Health grant R01HL167925 (PD)
National Institutes of Health grant R01HL124020 (PD)
Footnotes
Competing interests:
PD is a co-inventor on patent US12274413B2 Autonomous robotic catheter for minimally invasive interventions.
AD holds stock in NVIDIA Corp. which is developing technology for medical robot autonomy.
References
- 1.Annual Report 2024 (Intuitive Surgical, 2025). https://isrg.intuitive.com/static-files/500ff989-ad91-4b32-a59e-f94a34d75997.
- 2.Boberg L, Singh J, Montgomery A, Bentzer P, Environmental impact of single-use, reusable, and mixed trocar systems used for laparoscopic cholecystectomies. PLoS One, 7, 17 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 3.Herrera S, Amazon Is on the Cusp of Using More Robots Than Humans in Its Warehouses. Wall Street Journal, July 1, 2025. [Google Scholar]
- 4.How Amazon deploys collaborative robots in its operations to benefit employees and customers. https://www.aboutamazon.com/news/operations/how-amazon-deploys-robots-in-its-operations-facilities (Accessed June 12, 2025).
- 5.D’Andrea R, Guest editorial: A revolution in the warehouse: A retrospective on Kiva systems and the grand challenges ahead, IEEE Transactions on Automation Science and Engineering 9, 638–639 (2012). [Google Scholar]
- 6.Kilby W, Naylor M, Dooley JR, Maurer CR Jr, Sayeh S, A technical overview of the CyberKnife system, Handbook of Robotic and Image-Guided Surgery (2020), pp. 15–38. [Google Scholar]
- 7.Rose PT, Nusbaum B, Robotic hair restoration, Dermatologic Clinics 32, 97–107 (2014). [DOI] [PubMed] [Google Scholar]
- 8.Roche M, The MAKO robotic-arm knee arthroplasty system, Archives of Orthopaedic and Trauma Surgery, 141, 2043–2047 (2021). [DOI] [PubMed] [Google Scholar]
- 9.Siegel M, The Sense-Think-Act Paradigm Revisited. In Proceedings of the 1st International Workshop on Robotic Sensing (ROSE, 2003), pp. 5. [Google Scholar]
- 10.Pendleton SD, Andersen H, Du X, Shen X, Meghjani M, Eng YH, Rus D, Ang MH, Perception, planning, control, and coordination for autonomous vehicles. Machines 5, 6 (2017). [Google Scholar]
- 11.Tampuu A, Matiisen T, Semikin M, Fishman D, Muhammad N, A Survey of End-to-End Driving: Architectures and Training Methods. IEEE Transactions on Neural Networks and Learning Systems 33, 1364–1384 (2020). [DOI] [PubMed] [Google Scholar]
- 12.Bojarski M, Chen C, Daw J, Degirmenci A, Deri J, Firner B, Flepp B, Gogri S, Hong J, Jackel L, Jia Z, Lee B, Liu B, Liu F, Muller U, Payne S, Prasad NKN, Provodin A, Roach J, Rvachov T, Tadimeti N, van Engelen J, Wen H, Yang E, Yang Z, The NVIDIA PilotNet Experiments, arXiv:2010.08776 (2020). [Google Scholar]
- 13.Black K, Brown N, Driess D, Esmail A, Equi M, Finn C, Fusai N, Groom L, Hausman K, Ichter B, Jakubczak S, Jones T, Ke L, Levine S, Li-Bell A, Mothukuri M, Nair S, Pertsch K, Shi LX, Tanner J, Vuong Q, Walling A, Wang H, Zhilinsky U, π0: A Vision-Language-Action Flow Model for General Robot Control, arXiv:2410.24164, (2024). [Google Scholar]
- 14.LeCun Y. A path towards autonomous machine intelligence. Open Review 62, 1–62 (2022). [Google Scholar]
- 15.Helix: A Vision-Language-Action Model for Generalist Humanoid Control (Figure, 2025); https://www.figure.ai/news/helix.
- 16.NVIDIA, Bjorck J, Castañeda F, Cherniadev N, Da X, Ding R, Fan LJ, Fang Y, Fox D, Hu F, Huang S, Jang J, Jiang Z, Kautz J, Kundalia K, Lao L, Li Z, Lin Z, Lin K, Liu G, Llontop E, Magne L, Mandlekar A, Narayan A, Nasiriany S, Reed S, Tan You L., Wang G, Wang Z, Wang J, Wang Q, Xiang J, Xie Y, Xu Y, Xu Z, Ye S, Yu Z, Zhang A, Zhang H, Zhao Y, Zheng R, Zhu Y, GR00T N1: An Open Foundation Model for Generalist Humanoid Robots, arXiv:2503.14734, (2025). [Google Scholar]
- 17.Choi H, Crump C, Duriez C, Elmquist A, Hager G, Han D, Hearl F, Hodgins J, Jain A, Leve F, Li C, Meier F, Negrut D, Righetti L, Rodriguez A, Tan J, Trinkle J, On the use of simulation in robotics: Opportunities, challenges, and suggestions for moving forward. PNAS., 118 (2021). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 18.Assran M, Bardes A, Fan D, Garrido Q, Howes R, M., K., Muckley M, Rizvi A, Roberts C, Sinha K, Zholus A, Arnaud S, Gejji A, Martin A, Robert Hogan F, Dugas D, Bojanowski P, Khalidov V, Labatut P, Massa F, Szafraniec M, Krishnakumar K, Li Y, Ma X, Chandar S, Meier F, LeCun Y, Rabbat M, Ballas N, V-JEPA 2: Self-Supervised Video Models Enable Understanding, Prediction and Planning, arXiv: 2506.09985 (2025). [Google Scholar]
- 19.Zia A, Berniker M, Nespolo R, Perreault C, Wang Z, Mueller B, Schmidt R, Bhattacharyya K, Liu X, Jarc A, Surgical Visual Understanding (SurgVU) Dataset. arXiv:2501.09209 (2025). [Google Scholar]
- 20.Spencer J, Choudhury S, Venkatraman A, Ziebart B, Bagnell JA, Feedback in imitation learning: The three regimes of covariate shift. arXiv:2102.02872 (2021). [Google Scholar]
- 21.Gawlikowski J, Tassi CRN, Ali M, Lee J, Humt M, Feng J, Kruspe A, Triebel R, Jung P, Roscher R, Shahzad M, Yang W, Bamler R, Zhu XX, A survey of uncertainty in deep neural networks, Artificial Intelligence Review 56, 1513–1589 (2023). [Google Scholar]
- 22.Yang J, Zhou K, Li Y, Liu Z, Generalized out-of-distribution detection: A survey, International Journal of Computer Vision 132, 5635–5662 (2024). [Google Scholar]
- 23.Dragan AD, Srinivasa SS, A policy-blending formalism for shared control, The International Journal of Robotics Research 32, 790–805 (2013). [Google Scholar]
- 24.LINGO-2: Driving with Natural Language (Wayve, 2024); https://wayve.ai/thinking/lingo-2-driving-with-language.
- 25.Sun P, and Kretzschmar H, and Dotiwalla X, and Chouard A, and Patnaik V, and Tsui P, and Guo J, and Zhou Y, and Chai Y, and Caine B, and Vasudevan V, and Han W, and Ngiam J, and Zhao H, and Timofeev A, and Ettinger S, and Krivokon M, and Gao A, and Joshi A, and Zhang Y, and Shlens J, and Chen Z, and Anguelov D, Scalability in Perception for Autonomous Driving: Waymo Open Dataset, in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR, 2020). [Google Scholar]
- 26.Caesar H, Bankiti V, Lang AH, Vora S, Liong VE, Xu Q, Krishnan A, Pan Y, Baldan G, Beijbom O, nuScenes: A multimodal dataset for autonomous driving, in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR, 2020). [Google Scholar]
- 27.Dosovitskiy A, Ros G, Codevilla F, Lopez A, Koltun V, CARLA: An Open Urban Driving Simulator, Proceedings of the 1st Annual Conference on Robot Learning (2017), pp. 1–16. [Google Scholar]
- 28.Tambon F, Laberge G, An L, Nikanjam A, Mindom PSN, Pequignot Y, Khomh F, Antoniol G, Merlo E, Laviolette F, How to certify machine learning based safety-critical systems? A systematic literature review, Automated Software Engineering 29, 38 (2022). [Google Scholar]
- 29.Marcus HJ, Ramirez PT, Khan DZ, Horsfall HL, Hanrahan JG, Williams SC, Beard DJ, Bhat R, Catchpole K, Cook A, Hutchison K, Martin J, Melvin T, Stoyanov D, Rovers M, Raison N, Dasgupta P, Noonan D, Stocken D, Sturt G, Vanhoestenberghe A, Vasey B, McCulloch P, The IDEAL framework for surgical robotics: development, comparative evaluation and long-term monitoring, Nature Medicine 30, 61–75 (2024). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Marketing Submission Recommendations for a Predetermined Change Control Plan for Artificial Intelligence-Enabled Device Software Functions, (FDA, 2024) https://www.fda.gov/media/166704/download. [Google Scholar]
- 31.Chhatriwalla A, Vemulapalli S, Holmes JD, Dai D, Li Z, Ailawadi G, and et al. , Institutional Experience with Transcatheter Mitral Valve Repair and Clinical Outcomes: Insights from the TVT Registry, Cardiovascular Interventions 12, 1342–1352 (2019). [DOI] [PubMed] [Google Scholar]
