Addressing Distribution Shift in RTB Markets via Exponential Tilting
Minji Kim, Seong Jin Lee, Bumsik Kim
TL;DR
The paper addresses distribution shifts in Real-Time Bidding (RTB) markets, where selection bias causes training on winning bids to misrepresent the broader bid population. It applies ExTRA, an exponential tilt reweighting method, to learn weights $w(x,i)=\exp(\theta_i^\top T(x)+\alpha_i)$ that align the source and target distributions using KL divergence, without requiring target labels. Key contributions include formalizing ExTRA in the RTB context with anchor-set identifiability, demonstrating weight estimation on simulated RTB data, and showing that higher weights are assigned to the rare positive class $U=1$ and to regions with larger feature means, thereby improving population-level risk estimation. The work enables target-domain evaluation and potential transfer in dynamic RTB environments and highlights future directions for the design of $T(X)$ and broader distribution-shift validation.
Abstract
In machine learning applications, distribution shifts between training and target environments can lead to significant drops in model performance. This study investigates the impact of such shifts on binary classification models within the Real-Time Bidding (RTB) market context, where selection bias contributes to these shifts. To address this challenge, we apply the Exponential Tilt Reweighting Alignment (ExTRA) algorithm, proposed by Maity et al. (2023). This algorithm estimates importance weights for the empirical risk by considering both covariate and label distributions, without requiring target label information, by assuming a specific weight structure. The goal of this study is to estimate weights that correct for the distribution shifts in RTB model and to evaluate the efficiency of the proposed model using simulated real-world data.
