StROL: Stabilized and Robust Online Learning from Humans
Shaunak A. Mehta, Forrest Meng, Andrea Bajcsy, Dylan P. Losey
TL;DR
This work tackles robust online reward learning from humans by treating robot learning as a dynamical system with the human's true preferences $\theta^*$ as the equilibrium. It develops a Lyapunov-based stability framework to derive convergence conditions and introduces StROL, which adds a learnable correction term $\hat{g}$ to form $\tilde{g}=g+\hat{g}$, trained offline to enlarge the basins of attraction and tolerate suboptimal human inputs. The main contributions are: (i) formal convergence conditions for real-time learning from human feedback, (ii) an offline-trained correction-term mechanism that yields robust-by-design online learning dynamics, and (iii) empirical validation through simulations and a user study showing improved accuracy and reduced regret, with faster adaptation. This approach enables fast, user-specific adaptation in real-time human-robot interaction, particularly under noise, bias, and suboptimal teaching signals.
Abstract
Robots often need to learn the human's reward function online, during the current interaction. This real-time learning requires fast but approximate learning rules: when the human's behavior is noisy or suboptimal, current approximations can result in unstable robot learning. Accordingly, in this paper we seek to enhance the robustness and convergence properties of gradient descent learning rules when inferring the human's reward parameters. We model the robot's learning algorithm as a dynamical system over the human preference parameters, where the human's true (but unknown) preferences are the equilibrium point. This enables us to perform Lyapunov stability analysis to derive the conditions under which the robot's learning dynamics converge. Our proposed algorithm (StROL) uses these conditions to learn robust-by-design learning rules: given the original learning dynamics, StROL outputs a modified learning rule that now converges to the human's true parameters under a larger set of human inputs. In practice, these autonomously generated learning rules can correctly infer what the human is trying to convey, even when the human is noisy, biased, and suboptimal. Across simulations and a user study we find that StROL results in a more accurate estimate and less regret than state-of-the-art approaches for online reward learning. See videos and code here: https://github.com/VT-Collab/StROL_RAL
