Bayesian optimal mechanism design

Bayesian optimal mechanism design (BOMD) is a setting in mechanism design in which the designers has prior probabilistic information about the agents for whom the mechanism is designed, and can use this information to attain optimal performance.

A typical application is a seller who wants to sell some items to potential buyers. The seller wants to price the items in a way that will maximize their profit. Naturally, the optimal prices depend on the amount that each buyer is willing to pay for each item. The seller does not know these amounts, but he assumes that they are drawn from a certain known probability distribution. The phrase "Bayesian optimal mechanism design" has the following meaning:[1]:335-338

Example

There is one item for sale. There are two potential buyers. The valuation of each buyer is drawn i.i.d. from the uniform distribution on [0,1].

The Vickrey auction is a truthful mechanism and its expected profit in this case is 1/3 (the first-price sealed-bid auction is a non-truthful mechanism and its expected profit is the same).

This auction is not optimal. It is possible to get a better profit by setting a reservation price. The Vickrey auction with a reservation price of 1/2 achieves an expected profit of 5/12, which in this case is optimal.

Notation

We assume that the agents have single-parameter utility functions, such as a single-item auction.

Recall that in single-parameter domains, each agent i has a value v_i which represents the agent's "winning value" (e.g, the agent's valuation of the item). We do not know these values, but we do know that each v_i is drawn i.i.d. from a certain probability distribution. We denote by F_i the cumulative distribution function:

F_i(z) = \Pr[v_i<z]

and by f_i the probability distribution function:

f_i(z) = F_i'(z)

An allocation is a vector x, such that for every i, x_i is 1 if agent i wins and 0 otherwise. Each allocation might have a cost to the auctioneer, c(x).

The surplus of an allocation is defined as:

S(x) = \sum_i x_i\cdot v_i - c(x)

This is the total gain of the agents, minus the cost of the auctioneer.

The surplus is the largest possible profit. If each winning agent i pays exactly his value v_i, then the profit of the auctioneer is exactly the surplus S(x); this means that the auctioneer takes all the surplus to himself and leaves zero utility to the agents.

This maximal profit cannot be attained, because if the auctioneer will try to charge each winning agent his value v_i, the agents will lie and report a lower value in order to pay less. The Myerson mechanism comes to address this problem.

The Myerson mechanism

Roger Myerson designed a Bayesian-optimal mechanism for single-parameter utility agents. The key trick in Myerson's mechanism is to use virtual valuations. For every agent i, define its virtual valuation as:

w_i(v_i) = v_i - \frac{1-F_i(v_i)}{f_i(v_i)}

Note that the virtual valuation is usually smaller than the actual valuation. It is even possible that the virtual valuation be negative while the actual valuation is positive.

Define the virtual surplus of an allocation x as:

S^*(x) = \sum_i x_i\cdot w_i(v_i) - c(x)

Note that the virtual surplus is usually smaller than the actual surplus.

A key theorem of Myerson says that:[1]:336

The expected profit of any truthful mechanism is equal to its expected virtual surplus.

(the expectation is taken over the randomness in the agents' valuations).

This theorem suggests the following mechanism:

To complete the description of the mechanism, we should specify the price that each winning agent has to pay. One way to calculate the price is to use the VCG mechanism on the virtual valuations w_i. The VCG mechanism returns both an allocation that maximizes the virtual surplus, and a price-vector. Since the price-vector corresponds to the virtual-valuations, we must convert it back to the real-valuation space. So the final step of the mechanism is:

Truthfulness

The Myerson mechanism is truthful whenever the allocation rule satisfies the weak monotonicity property, i.e, the allocation function is weakly increasing in the agents' valuations. The VCG allocation rule is indeed weakly-increasing in the valuations, but we use it with the virtual-valuations rather than the real valuations. Hence, the Myerson mechanism is truthful if the virtual-valuations are weakly-increasing in the real valuations. I.e, if for all i: w_i is a weakly-increasing function of v_i.

If w_i is not a weakly-increasing function of v_i, then Myerson ironing can be used.

Myerson's mechanism can be applied in various settings. Two examples are presented below.

Single-item auction

Suppose we want to sell a single item, and we know that the valuations of all agents come from the same probability distribution, with functions F,f. Then, all bidders have the same virtual-valuation function, w. Suppose that this function is weakly-increasing. In this case, the VCG mechanism reduces to the Vickrey auction: it allocates the item to the agent with the largest valuation (highest bid). But Myerson's mechanism uses VCG with the virtual valuations, which may be negative. Hence, Myerson's mechanism in this case reduces to Vickrey auction with reservation price. It allocates the item to the agent with the largest valuation, but only if its virtual valuation is at least 0. This means that the reservation price of Myerson's mechanism is exactly:

w^{-1}(0)

So, if we know the probability distribution functions F,f, we can calculate the function w, and from it, find the optimal reservation price.

Digital-goods auction

In a digital goods auction, we have an unlimited supply of identical items. Each agent wants at most one item. The valuations of the agents to the item come from the same probability distribution, with functions F,f and virtual-valuation function w. The VCG mechanism allocates an item to each agent with non-negative virtual-valuation, and charges the minimum winning price, which is:

w^{-1}(0)

This exactly equals the optimal sale price - the price that maximizes the expected value of the seller's profit, given the distribution of valuations:

\arg\max_z {z\cdot (1-F(z))}

Limitations

Bayesian-optimal mechanism design requires to know the distributions from which agents' valuations are drawn. This requirement is not always feasible. When the distribution is not known, prior-free mechanism design should be used.

References

  1. 1 2 Vazirani, Vijay V.; Nisan, Noam; Roughgarden, Tim; Tardos, Éva (2007). Algorithmic Game Theory (PDF). Cambridge, UK: Cambridge University Press. ISBN 0-521-87282-0.
This article is issued from Wikipedia - version of the Tuesday, March 15, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.