Papers
Topics
Authors
Recent
Search
2000 character limit reached

Adaptive Bidding Policies for First-Price Auctions with Budget Constraints under Non-stationarity

Published 3 Apr 2026 in cs.GT | (2604.03103v1)

Abstract: In this paper, we study how a budget-constrained bidder should learn to bid adaptively in repeated first-price auctions to maximize cumulative payoff. This problem arises from the recent industry-wide shift from second-price auctions to first-price auctions in display advertising, which renders truthful bidding suboptimal. We propose a simple dual-gradient-descent-based bidding policy that maintains a dual variable for the budget constraint as the bidder consumes the budget. We analyze two settings based on the bidder's knowledge of future private values: (i) an uninformative setting where all distributional knowledge (potentially non-stationary) is entirely unknown, and (ii) an informative setting where a prediction of budget allocation is available in advance. We characterize the performance loss (regret) relative to an optimal policy with complete information. For uninformative setting, we show that the regret is ~O(sqrt(T)) plus a Wasserstein-based variation term capturing non-stationarity, which is order-optimal. In the informative setting, the variation term can be eliminated using predictions, yielding a regret of ~O(sqrt(T)) plus the prediction error. Furthermore, we go beyond the global budget constraint by introducing a refined benchmark based on a per-period budget allocation plan, achieving exactly ~O(sqrt(T)) regret. We also establish robustness guarantees when the baseline policy deviates from the planned allocation, covering both ideal and adversarial deviations.

Authors (2)

Summary

  • The paper introduces a dual-gradient bidding policy that rigorously analyzes regret in non-stationary, budget-constrained first-price auctions.
  • It formulates the auction as an online learning problem using Wasserstein distance to quantify distributional drift and guide bid adjustments.
  • Empirical results validate sublinear regret scaling and robustness under both uninformative and plan-informed settings, bridging theory and practice.

Adaptive Bidding in Non-stationary First-Price Auctions under Budget Constraints

Introduction and Motivation

The structure of programmatic advertising markets has undergone a significant paradigm shift from second-price auctions towards first-price auctions (FPAs). This fundamental transition eliminates the dominant-strategy property of truthful bidding and complicates the optimization landscape for budget-constrained bidders. In contrast with the static, Bayesian Nash equilibrium analysis prevalent in classical mechanism design, repeated FPAs with budget limits in non-stationary environments demand online policies that adapt to evolving private value distributions and unpredictable market conditions.

The paper "Adaptive Bidding Policies for First-Price Auctions with Budget Constraints under Non-stationarity" (2604.03103) addresses this gap by formulating the budget-constrained repeated FPA as an online learning problem. A dual-gradient-based bidding policy is proposed, with rigorous regret analysis framed against a dynamic benchmark that incorporates both non-stationarity of bidder valuations and per-round budget allocations. The study extends prior work restricted to second-price mechanisms, stationary environments, or static allocation plans, and introduces optimality guarantees in this high-variance, incomplete-information context.

Problem Formulation

The focal point is a sequential auction model where a bidder with total budget BB engages in TT FPA rounds. In round tt, the bidder draws a private value vtv_t, observes or predicts the budget allocation for the current round, and then selects a bid xtx_t, facing competition from other bidders whose maximum bid is drawn i.i.d. from an unknown G(⋅)G(\cdot). The instantaneous payoff is (vt−xt)1[xt≥mt](v_t - x_t)\mathbf{1}[x_t \geq m_t] with expenditure xt1[xt≥mt]x_t\mathbf{1}[x_t \geq m_t], consuming the budget accordingly.

Two scenarios are considered:

  • Uninformative Setting: No distributional information about private values over time.
  • Informative Setting: The bidder has forecasts or learned predictions about per-period budget allocations (often derived from historical data or planned spend schedules).

The primary performance metric is expected cumulative reward relative to an oracle benchmark with foreknowledge of all stochastic primitives. Regret is defined as the difference between the cumulative reward of the online policy and this dynamic, information-rich benchmark.

Dual-Gradient Descent Algorithm

A Lagrangian dual reformulation is employed to relax the global budget constraint, introducing a non-negative dual variable μ\mu which is adapted online. For every time period, the algorithm estimates μt\mu_t and TT0 based on prior history, then bids

TT1

given current private value TT2. If the remaining budget suffices, TT3 is used; otherwise, the bid is zero. At the end of each round, the realized highest competitor bid TT4 is revealed (due to full-information feedback), allowing for stochastic subgradient updates to the dual variable (via TT5) and empirical update of TT6.

This approach, based on concurrent primal-dual and distributional learning, enables adaptation both to the competitive landscape and to the trajectory of the bidder's own private values.

Regret Analysis: Uninformative and Informative Settings

In the uninformative setting, the performance loss of the algorithm is shown to be bounded by TT7 plus a non-stationarity measure:

TT8

where TT9 captures the cumulative Wasserstein distance between the per-round private value distributions tt0 and their average tt1. Leveraging Wasserstein distance instead of total variation or KL divergence provides a tighter and more operationally meaningful description of distributional drift, especially in the presence of support shifts (e.g., small value translation incurs small tt2 but maximal TV or infinite KL). Figure 1

Figure 1: Average relative error as a function of the Wasserstein distance tt3, demonstrating linear growth of regret with increasing non-stationarity.

Lower bounds in the paper establish that no online policy—regardless of foreknowledge of tt4—can asymptotically improve on tt5 regret.

In the informative setting (with access to a budget allocation plan or accurate predictions), the regret bound improves to:

tt6

where tt7 denotes cumulative deviation between the optimal (unknown) per-period budget tt8 and the predicted allocation tt9. The dynamic benchmark is thereby tailored to the budget schedule input, and the regret no longer accrues a penalty for distributional non-stationarity when the forecast is accurate. Figure 2

Figure 2: Average relative error increases linearly with prediction error vtv_t0 in the informative setting.

A matching lower bound of vtv_t1 is established, confirming the tightness of these results.

Beyond Global Constraints: Per-Period Budget Allocation

The canonical regret analysis benchmarks only global cumulative budget usage, failing to enforce practical requirements of advertisers to adhere to per-period spend patterns. The paper innovatively introduces a stronger, plan-based benchmark imposing per-time expected expenditure constraints, reflecting operational realities in campaign execution and platform contracts.

The new regret bound with respect to this per-period benchmark becomes:

vtv_t2

removing dependency on both vtv_t3 and vtv_t4. Additional analysis covers robustness: if the plan benchmark itself is allowed an additive violation vtv_t5 in each period, regret degrades only additively in vtv_t6, ensuring graceful degradation under misspecification or exception handling.

This benchmarking framework allows authors to clearly disentangle sources of regret: those attributable to inability to track optimal spending and those from model misspecification or operational plan deviations.

Empirical Validation

Simulations confirm the theoretical findings: Figure 3

Figure 3: The average relative error decays toward zero as the time horizon vtv_t7 increases, evidencing the sublinear regret rate.

  • Under increased non-stationarity (vtv_t8), relative regret grows linearly in the uninformative case (see Figure 1).
  • With increasing prediction error in budget allocation (vtv_t9), regret likewise grows linearly in the informative setting (see Figure 2).
  • Both algorithms' relative error vanishes as xtx_t0 grows, validating sublinear regret scaling and practical efficacy for large campaigns.

Implications and Future Directions

The dual-gradient-based adaptive algorithm in this work achieves order-optimal regret in the most adverse (non-stationary, minimally informative) settings and exhibits tangible improvement when informed predictions or plan-based discipline are available. The usage of Wasserstein distance as a non-stationarity metric is a notable methodological contribution, bringing sharper controls to non-i.i.d. stochastic environments.

From a practical perspective, this framework provides a robust, efficient policy foundation for real-world DSPs managing campaigns over unpredictable auction environments, with minimal tuning or statistical assumptions. The plan-based regret analysis bridges theoretical guarantees and operational spending requirements.

Potential extensions involve generalizing feedback models beyond full information (e.g., censored outcomes), incorporating multiple strategic agents with equilibrial learning, and integrating historical data-driven budget allocation prediction with online learning guarantees. Realizing these may require new methods spanning adversarial online learning, contextual bandits with knapsacks, and stochastic mirror descent under resource constraints.

Conclusion

This paper establishes a comprehensive theory and practical methodology for adaptive bidding in repeated, budget-constrained FPAs under non-stationary and informationally incomplete settings (2604.03103). The dual-gradient approach achieves minimax-optimal regret rates in both uninformed and plan-informed regimes, with rigorous robustness to distributional shifts and allocation forecast errors. The results substantiate the applicability of these algorithms to contemporary advertising systems and open multiple avenues for further research in online decision-making under resource and non-stationarity constraints.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Collections

Sign up for free to add this paper to one or more collections.