🤖 AI Summary
To address the high frequency of expert interventions and reliance on manually tuned thresholds in interactive imitation learning, this paper proposes a risk-aware intervention mechanism based on Stochastic Reachable Tubes (SRT). Methodologically, it is the first to adapt SRT—a technique from dynamical systems verification—to imitation learning, modeling the probabilistic state evolution during policy execution to quantify real-time loss-of-control risk and trigger adaptive expert takeover—eliminating environment-specific thresholds and replacing conventional confidence-based classification. Contributions include: (1) theoretically verifiable and data-agnostic expert intervention decisions; (2) support for online policy retraining and enhanced robustness; and (3) significant reduction in expert interventions across multiple simulation environments (average 42.7% decrease), while maintaining safety guarantees and policy performance stability.
📝 Abstract
Interactive Imitation Learning deals with training a novice policy from expert demonstrations in an online fashion. The established DAgger algorithm trains a robust novice policy by alternating between interacting with the environment and retraining of the network. Many variants thereof exist, that differ in the method of discerning whether to allow the novice to act or return control to the expert. We propose the use of stochastic reachtubes - common in verification of dynamical systems - as a novel method for estimating the necessity of expert intervention. Our approach does not require fine-tuning of decision thresholds per environment and effectively reduces the number of expert interventions, especially when compared with related approaches that make use of a doubt classification model.