Performative Prediction with Bandit Feedback: Learning through Reparameterization
Yatong Chen, Wei Tang, Chien-Ju Ho, Yang Liu
TL;DR
This work tackles performative prediction with bandit feedback by introducing a reparameterization that recasts the non-convex performative risk $\mathsf{PR}(\theta)$ as a convex function $\mathsf{PR}^\dagger(\phi)$ over the induced distribution parameter $\phi=\varphi(\theta)$. It then proposes a two-level zeroth-order optimization framework: an outer loop optimizes $\mathsf{PR}^\dagger(\phi)$ in $\phi$, while an inner LearnModel subroutine finds a model $\theta$ that induces a target distribution parameter $\phi$, using KL-divergence based objectives and KL-oracle access. Under mild Lipschitz and convexity assumptions, the authors establish sublinear regret bounds in the total number of samples, specifically $\widetilde{O}((d_\Theta+d_\Phi) N_{\mathsf{KL}}^{1/6} N^{5/6})$, implying convergence to the performative optimum. The approach enables gradient-free learning, robustness to noise, and applicability to black-box environments, with empirical validation on a toy example showing faster convergence than baseline methods. Overall, the work advances scalable, gradient-free strategies for performative prediction in settings with unknown distribution maps and bandit feedback, suggesting practical impact for dynamic, feedback-driven predictive systems.
Abstract
Performative prediction, as introduced by Perdomo et al, is a framework for studying social prediction in which the data distribution itself changes in response to the deployment of a model. Existing work in this field usually hinges on three assumptions that are easily violated in practice: that the performative risk is convex over the deployed model, that the mapping from the model to the data distribution is known to the model designer in advance, and the first-order information of the performative risk is available. In this paper, we initiate the study of performative prediction problems that do not require these assumptions. Specifically, we develop a reparameterization framework that reparametrizes the performative prediction objective as a function of the induced data distribution. We then develop a two-level zeroth-order optimization procedure, where the first level performs iterative optimization on the distribution parameter space, and the second level learns the model that induces a particular target distribution at each iteration. Under mild conditions, this reparameterization allows us to transform the non-convex objective into a convex one and achieve provable regret guarantees. In particular, we provide a regret bound that is sublinear in the total number of performative samples taken and is only polynomial in the dimension of the model parameter.
