All selected work

FASTRL: Reinforcement Learning in Surgical Digital Twins

Peer-reviewed work on reinforcement-learning benchmarks and assistance policies in surgical digital-twin environments.

Project Paper Thesis
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 rψr_\psi, the value function

Vϕ(st)E ⁣[k=0Ttγkrψ(st+k,at+k)st]V_\phi(s_t)\approx \mathbb E\!\left[ \sum_{k=0}^{T-t}\gamma^k r_\psi(s_{t+k},a_{t+k}) \mid s_t \right]

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.

AgentLearned rewardLearned value
Virtual agent0.9930.876
Expert 10.7320.728
Expert 20.7200.716
Novice 10.6170.627
Novice 20.5180.521
Novice 30.3740.339

On TraceLines, learned values separated expert, intermediate, and poor trajectories with approximate scores of 0.910.91, 0.640.64, and 0.330.33.

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 0.730.730.820.82) but only weakly with the simulator’s safety metric (0.240.240.250.25).

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.

Reinforcement LearningInverse Reinforcement LearningDigital TwinsSurgical RoboticsSkill Assessment