LGMLMay 1, 2023

Performative Prediction with Bandit Feedback: Learning through Reparameterization

arXiv:2305.01094v414 citations
Originality Incremental advance
AI Analysis

This addresses a key limitation in performative prediction for machine learning practitioners by removing restrictive assumptions, though it is incremental as it builds on existing frameworks.

The paper tackles performative prediction without assuming convexity, known distribution mapping, or first-order information by developing a reparameterization framework and a two-level zeroth-order optimization procedure, achieving a sublinear regret bound polynomial in model dimension.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes