Predictive Preference Learning from Human Interventions
Haoyuan Cai, Zhenghao Peng, Bolei Zhou
TL;DR
PPL tackles safety and sample efficiency in interactive imitation learning by marrying trajectory prediction with online preference learning. A trajectory predictor forecasts the agent's next $H$ steps, and each human intervention at the current state is bootstrap-answered into a horizon of $L$ future states as contrastive preference data, enabling corrections to propagate into risky regions before failures occur. The approach optimizes a combination of behavioral cloning on expert data and a contrastive preference loss over predicted states, yielding improved learning efficiency and reduced expert workload. Theoretical bounds link the performance gap to state-distribution shift and preference-label quality, while experiments on MetaDrive and Robosuite demonstrate robustness and generality across control and manipulation tasks, with real and neural-human proxies supporting practical applicability.
Abstract
Learning from human involvement aims to incorporate the human subject to monitor and correct agent behavior errors. Although most interactive imitation learning methods focus on correcting the agent's action at the current state, they do not adjust its actions in future states, which may be potentially more hazardous. To address this, we introduce Predictive Preference Learning from Human Interventions (PPL), which leverages the implicit preference signals contained in human interventions to inform predictions of future rollouts. The key idea of PPL is to bootstrap each human intervention into L future time steps, called the preference horizon, with the assumption that the agent follows the same action and the human makes the same intervention in the preference horizon. By applying preference optimization on these future states, expert corrections are propagated into the safety-critical regions where the agent is expected to explore, significantly improving learning efficiency and reducing human demonstrations needed. We evaluate our approach with experiments on both autonomous driving and robotic manipulation benchmarks and demonstrate its efficiency and generality. Our theoretical analysis further shows that selecting an appropriate preference horizon L balances coverage of risky states with label correctness, thereby bounding the algorithmic optimality gap. Demo and code are available at: https://metadriverse.github.io/ppl
