Safety Generalization Under Distribution Shift in Safe Reinforcement Learning: A Diabetes Testbed
Minjae Kwon, Josephine Lamp, Lu Feng
TL;DR
The paper tackles the cross-cutting problem of safety generalization under distribution shift in safe reinforcement learning, using diabetes management as a safety-critical testbed. It demonstrates a notable safety generalization gap where training-time constraints fail on unseen patients, and proposes a runtime, algorithm-agnostic predictive shielding framework aided by Basis-Adaptive Neural ODEs (BA-NODE) to forecast patient-specific glucose trajectories and prune unsafe actions. A unified diabetes simulator and an OOD safety benchmark enable rigorous evaluation across diabetes types and age groups, showing that shielding yields time-in-range gains up to about 14% and reduces clinical risk across eight safe RL algorithms. The work provides a practical platform and methodological blueprint for deploying safe RL in safety-critical domains under distribution shift, with implications for clinical decision support and beyond.
Abstract
Safe Reinforcement Learning (RL) algorithms are typically evaluated under fixed training conditions. We investigate whether training-time safety guarantees transfer to deployment under distribution shift, using diabetes management as a safety-critical testbed. We benchmark safe RL algorithms on a unified clinical simulator and reveal a safety generalization gap: policies satisfying constraints during training frequently violate safety requirements on unseen patients. We demonstrate that test-time shielding, which filters unsafe actions using learned dynamics models, effectively restores safety across algorithms and patient populations. Across eight safe RL algorithms, three diabetes types, and three age groups, shielding achieves Time-in-Range gains of 13--14\% for strong baselines such as PPO-Lag and CPO while reducing clinical risk index and glucose variability. Our simulator and benchmark provide a platform for studying safety under distribution shift in safety-critical control domains. Code is available at https://github.com/safe-autonomy-lab/GlucoSim and https://github.com/safe-autonomy-lab/GlucoAlg.
