TubeDAgger: Reducing the Number of Expert Interventions with Stochastic Reach-Tubes
Julian Lemmel, Manuel Kranzl, Adam Lamine, Philipp Neubauer, Radu Grosu, Sophie A. Neubauer
TL;DR
TubeDAgger addresses the practical burden of expert interventions in interactive imitation learning by replacing the doubt classifier with precomputed stochastic reach-tubes derived from expert trajectories. The method gates autonomous control using a tube-based safety criterion, defined by a center, radius, and time-indexed ellipsoids, ensuring safety with probabilistic guarantees while avoiding environment-specific threshold tuning. Empirical results on 2D navigation and MuJoCo tasks show reduced context switches and maintained performance compared to LazyDAgger and ensembles, demonstrating robustness to threshold choices. The approach offers a principled, scalable safety mechanism for IL in high-dimensional, stochastic environments and highlights the trade-offs between tube conservativeness and learning progress. Future work includes improving temporal alignment and tube construction efficiency for larger systems.
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.
