Provably Efficient Interactive-Grounded Learning with Personalized Reward
Mengxiao Zhang, Yuheng Zhang, Haipeng Luo, Paul Mineiro
TL;DR
The paper advances Interactive-Grounded Learning by addressing personalized, context-dependent rewards and proving provable sublinear regret under realizability. It introduces a Lipschitz reward estimator derived from uniform exploration via inverse kinematics and ERM, enabling two regret guarantees: an off-policy Explore-then-Exploit approach with $\mathcal{O}\left(T^{2/3}\right)$ regret and an on-policy inverse-gap weighting method with a similar bound plus a regression term. The methods are validated on image (MNIST) and text (conversational) feedback tasks, showing the Lipschitz estimator outperforms a binary alternative and that the learned policies closely approximate the optimal under the constructed rewards. This work provides a principled bridge between personalized contextual feedback and efficient learning with practical impact for reward-free, interactive systems.
Abstract
Interactive-Grounded Learning (IGL) [Xie et al., 2021] is a powerful framework in which a learner aims at maximizing unobservable rewards through interacting with an environment and observing reward-dependent feedback on the taken actions. To deal with personalized rewards that are ubiquitous in applications such as recommendation systems, Maghakian et al. [2022] study a version of IGL with context-dependent feedback, but their algorithm does not come with theoretical guarantees. In this work, we consider the same problem and provide the first provably efficient algorithms with sublinear regret under realizability. Our analysis reveals that the step-function estimator of prior work can deviate uncontrollably due to finite-sample effects. Our solution is a novel Lipschitz reward estimator which underestimates the true reward and enjoys favorable generalization performances. Building on this estimator, we propose two algorithms, one based on explore-then-exploit and the other based on inverse-gap weighting. We apply IGL to learning from image feedback and learning from text feedback, which are reward-free settings that arise in practice. Experimental results showcase the importance of using our Lipschitz reward estimator and the overall effectiveness of our algorithms.
