Another major consideration in learning the optimal mechanism is the generalizability to unseen data,
usually measured by the generalization bound,i.e., the upper bound of the gap between the expected
revenue/ex-post regret and their empirical counterparts on the training data [12].
In this paper, we consider the popular setting of additive valuation and symmetric valuation [
10
,
12
,
29
]. The additive valuation condition defines the valuation for a set of items as the sum of the
valuations for all items in this set. The symmetric valuation condition assumes the joint distribution
of all bidders’ valuation profiles to be invariant when bidders and/or items are permutated. This
setting covers many applications in practice. For example, when items are independent, the additive
valuation condition holds. Moreover, if the auction is anonymous or the order of the items is not
prior-known, the symmetric valuation condition holds.
We demonstrate that permutation-equivariant models have significant advantages in learning the
optimal auction mechanism as follows.
(1)
We prove that the permutation-equivariance in auction
mechanisms decreases the expected ex-post regret while maintaining the expected revenue invariant.
Conversely, and equivalently, the permutation-equivariance promises a larger expected revenue,
when the expected ex-post regret is fixed.
(2)
We show that the permutation-equivariance of auction
mechanisms reduces the required sample complexity for desirable generalizability. We prove that
the
l∞,1
-distance between any two mechanisms in the mechanism space decreases when they are
projected to the permutation-equivariant mechanism (sub-)space. This smaller distance implies a
smaller covering number of the permutation-equivariant mechanism space, which further leads to a
small generalization bound [12].
We further provide an explanation for the learning process of non-permutation-equivariant neural
networks (NPE-NNs). In learning the optimal auction mechanism by an NPE-NN, we show that
an extra positive term exists in the quadratic penalty of the ex-post regret based on the result
(1)
.
This term serves as a regularizer to penalize the “non-permutation-equivariance”. Moreover, this
regularizer also interferes the revenue maximization, and thus affects the learning performance of
NPE-NNs. This further explains the advantages of permutation-equivariance in auction design.
Experiments in extensive auction settings are conducted to verify our theory. We design permutation-
equivariant versions of RegretNet (RegretNet-PE and RegretNet-test) by projecting the RegretNet
[
12
] to the permutation-equivariant mechanism space in the training and test stage respectively. The
empirical results show that permutation-equivariance helps: (1) significantly improve the revenue
while maintain the same ex-post regret; (2) record the same revenue with a significantly lower
ex-post regret; and (3) narrow the generalization gaps between the training ex-post regret and its test
counterpart. These results fully support our theory.
Related works.
Myerson completely solves the optimal auction design problem in one-item auctions
[
23
]. However, solutions are not clear when the number of bidders/items exceeds one [
12
]. Initial
attempts have been presented on the characterization of optimal auction mechanisms [
9
,
20
,
26
]
and algorithmic solutions [
1
,
2
,
27
]. Remarkable advances have been made in the required sample
complexity for learning the optimal auction mechanism in various settings, including single-item
auctions [
5
,
16
,
21
], multi-item single-bidder auctions [
11
], combinatorial auctions [
3
,
32
], and
allocation mechanisms [
24
]. Machine learning-based auction design (automated auction design)
have obtained considerable progress [
6
,
7
,
31
]. The optimal auction design is modeled as a linear
programming problem [
6
,
7
]. However, early works suffer from the scalability issues that the
number of the constraints grows exponentially when the bidder number and the item numbers
increase. To address this issue, recent works propose to learn the optimal auction mechanism by deep
learning. RegretNet is designed for multi-bidder and multi-item settings [
12
]. Then, RegretNet is
developed to meet more restrictive constraints, such as the budget condition [
14
] and the certifying
strategyproof condition [
8
]. Rahme et al. [
29
] propose the first equivariant neural network-based
auction mechanism design method with significant empirical advantages. Ivanov et al. [
17
] propose
a RegretFormer which (1) introduces attention layers to RegretNet to learn permutation-equivariant
auction mechanisms, and (2) adopts a new interpretable loss function to control the revenue-regret
trade-off. Duan et al. [
10
] extend the applicable domain to contextual settings. All these works
make remarkable contributions in designing new algorithms from the empirical aspect only. However,
the theoretical foundations are still elusive. To our best knowledge, our paper is the first work on
theoretically studying the benefits of permutation equivariance in auction design via deep learning.
2