Papers
Topics
Authors
Recent
Search
2000 character limit reached

On the Learning Curves of Revenue Maximization

Published 29 Apr 2026 in cs.LG, cs.DS, cs.GT, and stat.ML | (2604.26922v1)

Abstract: Learning curves are a fundamental primitive in supervised learning, describing how an algorithm's performance improves with more data and providing a quantitative measure of its generalization ability. Formally, a learning curve plots the decay of an algorithm's error for a fixed underlying distribution as a function of the number of training samples. Prior work on revenue-maximizing learning algorithms, starting with the seminal work of Cole and Roughgarden [STOC, 2014], adopts a distribution-free perspective, which parallels the PAC learning framework in learning theory. This approach evaluates performance against the hardest possible sequence of valuation distributions, one for each sample size, effectively defining the upper envelope of learning curves over all possible distributions, thus leading to error bounds that do not capture the shape of the learning curves. In this work we initiate the study of learning curves for revenue maximization and provide a near-complete characterization of their rate of decay in the basic setting of a single item and a single buyer. In the absence of any restriction on the valuation distribution, we show that there exists a Bayes-consistent algorithm, meaning that its learning curve converges to zero for any arbitrary valuation distribution as the number of samples $n \to \infty$. However, this convergence must be arbitrarily slow, even if the optimal revenue is finite. In contrast, if the optimal revenue is achieved by a finite price, then the optimal rate of decay is roughly $1/\sqrt{n}$. Finally, for distributions supported on discrete sets of values, we show that learning curves decay almost exponentially fast, a rate unattainable under the PAC framework.

Summary

  • The paper presents a framework that replaces traditional PAC bounds with per-distribution universal rates for posted-price revenue maximization.
  • It demonstrates that when the optimal revenue is attained, learning rates reach a near-optimal Ω(1/√n) barrier, while bounded or discrete supports enable faster convergence.
  • The study shows that standard ERM may fail for unbounded discrete supports, prompting bias-corrected approaches that achieve nearly exponential convergence.

Detailed Analysis of "On the Learning Curves of Revenue Maximization" (2604.26922)

Introduction and Motivation

Traditional PAC-style analysis of statistical learning theory provides uniform, distribution-free sample complexity guarantees, particularly influential in auction and mechanism design—especially since the work of Cole and Roughgarden. However, these bounds characterize the worst-case or upper envelope of learning curves, potentially missing the finer structure for individual distributions. This paper presents a systematic investigation of revenue maximization learning curves for individual distributions, with a focus on single-item, single-buyer posted-price mechanisms. The framework replaces classical PAC-style minimax analysis with universal rates, quantifying convergence rates for each fixed distribution and highlighting strong distinctions between distributional regimes.

Learning Curve Framework: Universal vs. PAC Rates

Let $\epsilon_n(t_n, \mathcal{D}) = \opt_{\mathcal{D}} - \mathbb{E}[\rev_\mathcal{D}(t_n)]$ denote the expected revenue gap after nn samples, where tnt_n is the algorithm's pricing rule and $\opt_{\mathcal{D}}$ the optimal posted-price revenue. While PAC bounds study supDϵn(tn,D)\sup_{\mathcal{D}} \epsilon_n(t_n, \mathcal{D}) (uniform upper envelope), the introduced framework studies the behavior of ϵn(tn,D)\epsilon_n(t_n, \mathcal{D}) for each fixed D\mathcal{D}, revealing richer structural rates and possibilities for much faster generalization. Figure 1

Figure 2: Universal (red) and PAC (blue) learning curves, contrasting individual distribution decay versus worst-case envelope.

The key technical distinction is that, for universal lower bounds, the construction must find a single hard distribution yielding a slow rate across all sample sizes, as opposed to the PAC case, where a sequence of hard distributions indexed by nn suffices.

Main Theoretical Contributions

The paper fully characterizes universal learning curve rates for posted-price revenue maximization in the single-buyer single-item regime.

Existence of Bayes-Consistent Algorithms

There always exists a Bayes-consistent learner: for any valuation distribution (including those with infinite optimal revenue), the learning curve can be forced to converge (possibly arbitrarily slowly) to zero. The construction is a variant of truncated ERM, maximizing empirical revenue over a growing finite grid as nn\to\infty, guaranteeing asymptotic convergence [Theorem 1].

Arbitrarily Slow Rates for Infinite-Supremum Distributions

For the broad class where the optimal revenue $\opt_\mathcal{D}$ is finite—but not necessarily attained by any price—the paper proves impossibility of nontrivial learning rates: for any proposed rate function nn0, there exists nn1 and algorithm nn2 such that the error nn3 is at least nn4 for infinitely many nn5 [Theorem 2]. The hard instance involves a carefully crafted discrete distribution with mass "escaping" to infinity, evading tight approximation at any rate.

Near-Optimal nn6 for Attainable Optima

If nn7 is attained at a finite price, then the minimax lower bound of arbitrarily slow rates disappears, and the optimal universal rate improves to nn8. Specifically: for any nn9 (i.e., diverging faster), there is a learner achieving it, but for tnt_n0, this is impossible—formalizing a nearly-tight tnt_n1 barrier [Theorem 3]. The corresponding learner uses capped ERM over a growing grid.

Faster Rates for Bounded and Discrete Supports

Dramatically different behavior emerges under more constrained valuation supports:

  • For bounded support, the universal rate is tnt_n2, strictly improving over the tnt_n3 threshold.
  • For closed and discrete supports, the algorithm achieves "almost exponential" convergence rates tnt_n4; for truly finite supports, exponential tail rates tnt_n5 (for distribution-dependent tnt_n6) are attainable [Theorem 4].

Sharp lower bounds for each regime demonstrate tightness of these separation lines (modulo technical slack for "almost exponential" rates). Figure 1

Figure 1: Summary of universal learning rates for revenue maximization in the single-item single-buyer setting.

ERM Can Fail Consistency for Discrete/Unbounded Supports

For closed and discrete but unbounded supports, standard empirical revenue maximization (ERM) need not even be Bayes-consistent: there are distributions where ERM's revenue never converges to the optimum; in contrast, a bias-corrected structural-ERM variant attains nearly exponential rates. This construction distinguishes universal learning from PAC and other classical frameworks.

Technical Overview

Lower Bound Arguments

The lower bounds employ a combination of algorithm-dependent, adversarial constructions and infinite, tree-indexed ensembles of hard distributions. Notably, the proof for the tnt_n7 barrier in the bounded support setting hinges on an iteratively defined binary tree of support points, with the learning curve bottleneck anchored to the inherent difficulty of distinguishing coin biases in a shrinking interval—a nontrivial extension of minimax lower bounding to the universal setting (no adversarial adaption per tnt_n8 possible). Figure 3

Figure 3: Illustration of a distribution tnt_n9 constructed with mass distribution constraints to realize uniform minimax lower bounds.

Upper Bound Constructions

  • The capped ERM algorithm, with thresholded support exploration, adapts rates to the growth of the explored interval, matching the $\opt_{\mathcal{D}}$0 barrier.
  • For distributions with bounded or discrete support, lower mass on the tails and finite support allow for sharper concentration (Bernstein- and DKW-type) inequalities, supporting $\opt_{\mathcal{D}}$1 and exponential rate upper bounds even for vanilla ERM.
  • For discrete but infinite supports, the algorithm requires structural risk minimization/biasing toward smaller prices to avoid suboptimality from rare, large, overfit prices.

Implications and Future Directions

Theoretical Significance

Universal rates analysis reveals that PAC-style lower bounds must conflate the difficulty from switching between hard distributions, rather than true adverse behavior for each fixed instance. Thus, for many real-world prior distribution settings, statistical learning algorithms can achieve much faster convergence than worst-case sample complexity bounds would suggest.

Moreover, the key structural property governing possible learning rates is whether $\opt_{\mathcal{D}}$2 is actually achieved at a support point ("attainability"), not merely the tail or regularity shape.

Practical Considerations

For practitioners, the results suggest: in digital auction systems with bounded or discrete pricing (e.g., cent increments), revenue-maximizing algorithms can be aggressively optimized for much faster sample efficiency than PAC bounds predict, especially if one has assurances about the likeliness of pricing optima being attained and the underlying tail behavior.

Limits and Open Problems

  • Extension of these tight universal characterizations to multi-buyer or multi-item auction settings is immediate and nontrivial.
  • For regular, monotone hazard rate, or other parametric classes, the gap between universal and PAC rates suggests revisiting all previous mechanism design learning theory in the universal rates framework.
  • A full taxonomy of ERM's consistency and convergence guarantees, especially for composite distributions or in high-dimensional mechanism environments, remains open.

Conclusion

This work rigorously delineates the achievable rates for individual learning curves in revenue maximization, bringing new clarity to the interplay between distributional structure (boundedness, discreteness, attainability of optimum), algorithmic bias, and statistical difficulty. It establishes that the limiting factor for learning in revenue maximization is not the presence of hard instances in a worst-case sense, but rather the geometric and support properties of each specific distribution. These insights indicate promising directions for both the theory of universal learning and its applications in robust economic algorithm design.

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.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

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

Tweets

Sign up for free to view the 2 tweets with 21 likes about this paper.