ResearchPod Summary
Ischemic stroke caused by large vessel occlusion requires rapid mechanical thrombectomy, a procedure where surgical devices are navigated through tortuous human vasculature to remove cerebral blood clots. Timely intervention is critical because patient outcomes degrade rapidly with every minute of delay. However, only a small fraction of eligible patients receive mechanical thrombectomy due to geographic barriers, transfer delays, and a shortage of specialized neurointerventionists. Autonomous robotic systems powered by artificial intelligence can potentially bridge this gap by enabling less experienced clinicians in local hospitals to perform navigation safely. While reinforcement learning models have shown promise in simulation, previous controllers typically struggle with long navigation tasks across complex, unseen patient vasculatures.
This study investigates Progressive Experience Fusion (PEF), a training framework designed to construct a single multi-task agent capable of handling complex endovascular procedures across diverse vascular geometries. Instead of training isolated models for individual anatomy, PEF first groups experience replay data across different vascular shapes within specific subtasks, and then fuses these experiences across multiple tasks to train a unified TD-MPC2 world model. This world model learns a compact internal representation of the environment dynamics, allowing the controller to evaluate candidate action sequences virtually.
To improve navigation over long and difficult paths, the authors introduce an adaptive Model Predictive Path Integral planning horizon. This heuristic adjusts the planning horizon based on residual action-sequence dispersion, allocating more computational planning depth when the agent encounters uncertainty. Furthermore, the framework incorporates a clinically motivated fine-tuning stage, where the general agent interacts briefly with patient-specific simulation models prior to the actual procedure to adapt to completely unseen anatomies.
Benchmarking results demonstrate that PEF substantially outperforms traditional models. Across five subtasks in ten training anatomies, PEF achieved a mean success rate of 74%, compared to 37% for Soft Actor-Critic and 65% for base TD-MPC2. When scaled to 30 training vasculatures and coupled with the adaptive planning horizon, the PEF controller achieved a mean success rate of 90% across ten held-out testing vasculatures. Crucially, the authors evaluated the agent on an unseen physical stroke patient vasculature in an in vitro mock operating room under fluoroscopic guidance. With 40,000 fine-tuning steps corresponding to approximately 107 minutes of clinical inter-hospital transfer time, the agent successfully navigated the anatomy, raising the mean path ratio from 63% to 80%.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.