FASTRL: Reinforcement Learning in Surgical Digital Twins
Peer-reviewed work on reinforcement-learning benchmarks and assistance policies in surgical digital-twin environments.
- Status
- Published
Problem
Surgical simulators often score trainees with coarse aggregate metrics such as completion time, path length, or manually weighted errors. These scores do not identify where performance deteriorated, predict whether recovery is likely, or demonstrate a corrective action.
Claim
Representing a simulator exercise as a sequential decision process allows policies, learned rewards, and value functions to provide complementary models of procedural performance rather than a single retrospective score.
Method
FASTRL adapts three Fundamentals of Arthroscopic Surgery Training exercises—ImageCentring, Periscoping, and TraceLines—to reinforcement learning. Policies are trained with handcrafted objectives, while GAIL- and AIRL-based formulations learn from demonstrations.
For a learned reward , the value function
estimates expected remaining procedural quality. The reward supplies local feedback, the value function tracks how a trajectory is unfolding, and the policy can generate a possible continuation.
Evidence
On Periscoping, learned reward and value scores reproduced the reference ordering: the virtual agent ranked above two experts, who ranked above three novices.
| Agent | Learned reward | Learned value |
|---|---|---|
| Virtual agent | 0.993 | 0.876 |
| Expert 1 | 0.732 | 0.728 |
| Expert 2 | 0.720 | 0.716 |
| Novice 1 | 0.617 | 0.627 |
| Novice 2 | 0.518 | 0.521 |
| Novice 3 | 0.374 | 0.339 |
On TraceLines, learned values separated expert, intermediate, and poor trajectories with approximate scores of , , and .
In a simulated laparoscopic diagnostic tour, models trained from ten highly rated demonstrations were evaluated on one hundred procedures. Learned scores correlated strongly with path length (Spearman magnitudes of approximately –) but only weakly with the simulator’s safety metric (–).
Limitations
This is a simulation-based feasibility study, not a clinically validated assistance system. Only three FAST exercises were implemented; the models relied primarily on simulator state and kinematics; and the scores were not independently validated with standardized expert-assessment protocols. The weak safety correlation also shows that movement economy is not a proxy for complete surgical competence.
Paper and project
Fundamentals of Arthroscopic Surgery Training and beyond, Ovinnikov et al., International Journal of Computer Assisted Radiology and Surgery, 2024. The FASTRL project site contains the public benchmark material.