Consensus estimate

Consensus estimate is a technique for designing truthful mechanisms in a prior-free mechanism design setting. The technique was introduced for digital goods auctions[1] and later extended to more general settings.[2]

Suppose there is a digital good that we want to sell to a group of buyers with unknown valuations. We want to determine the price that will bring us maximum profit. Suppose we have a function that, given the valuations of the buyers, tells us the maximum profit that we can make. We can use it in the following way:

  1. Ask the buyers to tell their valuations.
  2. Calculate - the maximum profit possible given the valuations.
  3. Calculate a price that guarantees that we get a profit of .

Step 3 can be attained by a profit extraction mechanism, which is a truthful mechanism. However, in general the mechanism is not truthful, since the buyers can try to influence by bidding strategically. To solve this problem, we can replace the exact with an approximation - - that, with high probability, cannot be influenced by a single agent.[3]:349–350

As an example, suppose that we know that the valuation of each single agent is at most 0.1. As a first attempt of a consensus-estimate, let = the value of rounded to the nearest integer below it. Intuitively, in "most cases", a single agent cannot influence the value of (e.g, if with true reports , then a single agent can only change it to between and , but in all cases ).

To make the notion of "most cases" more accurate, define: , where is a random variable drawn uniformly from . This makes a random variable too. With probability at least 90%, cannot be influenced by any single agent, so a mechanism that uses is truthful with high probability.

Such random variable is called a consensus estimate:

The disadvantages of using a consensus estimate are:

In practice, instead of rounding down to the nearest integer, it is better to use exponential rounding - rounding down to the nearest power of some constant.[3]:350 In the case of digital goods, using this consensus-estimate allows us to attain at least 1/3.39 of the optimal profit, even in worst-case scenarios.

See also

References

  1. Andrew V. Goldberg, Jason D. Hartline (2003). "Competitiveness via Consensus". Proceedings of the Fourteenth Annual ACM-SIAM Symposium on Discrete Algorithms. SODA 03. Retrieved 14 March 2016.
  2. Ha, Bach Q.; Hartline, Jason D. (2013). "Mechanism Design via Consensus Estimates, Cross Checking, and Profit Extraction". ACM Transactions on Economics and Computation. 1 (2): 1. doi:10.1145/2465769.2465773.
  3. 1 2 3 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 6/26/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.