Search in Co-Wiki

Profit extraction mechanism

game-theory 905 tokens 5 outbound links

Profit extraction mechanism

In mechanism-design and auction-theory, a profit extraction mechanism (also called profit extractor or revenue extractor) is a truthful mechanism whose goal is to win a pre-specified amount of profit, if it is possible.

Profit extraction in a digital goods auction Consider a digital-goods-auction in which a movie producer wants to decide on a price in which to sell copies of his movie. A possible approach is for the producer to decide on a certain revenue, R, that he wants to make. Then, the R-profit-extractor works in the following way: * Ask each agent how much he is willing to pay for the movie. * For each integer <math>k=1,2,...</math>, let <math>N_k</math> be the number of agents willing to pay at least <math>R/k</math>. Note that <math>N_k</math> is weakly increasing with <math>k</math>. * If there exists <math>k</math> such that <math>N_k\geq k</math>, then find the largest such <math>k</math> (which must be equal to <math>N_k</math>), sell the movie to these <math>k</math> agents, and charge each such agent a price of <math>R/k</math>. * If no such <math>k</math> exists, then the auction is canceled and there are no winners.

This is a truthful mechanism. Proof: Since the agents have single-parametric utility functions, truthfulness is equivalent to monotonicity. The profit extractor is monotonic because: If a winning agent increases his bid, then <math>k</math> weakly increases and the agent is still one of the <math>k</math> highest bidders, so he still wins. A winning agent pays <math>R/k</math>, which is exactly the threshold price - the price under which the bid stops being a winner.

Estimating the maximum revenue The main challenge in using an auction based on a profit-extractor is to choose the best value for the parameter <math>R</math>. Ideally, we would like <math>R</math> to be the maximum revenue that can be extracted from the market. However, we do not know this maximum revenue in advance. We can try to estimate it using one of the following ways:

1. Random sampling: ::randomly partition the bidders to two groups, such that each bidder has a chance of 1/2 to go to each group. Let R1 be the maximum revenue in group 1 and R2 the maximum revenue in group 2. Run R1-profit-extractor in group 2, and R2-profit-extractor in group 1. This mechanism guarantees a profit of at least 1/4 the maximum profit. A variant of this mechanism partitions the agents to three groups instead of two, and attains at least 1/3.25 of the maximum profit. The following mechanism is an approximate profit extractor: Order the buyers by descending price and the sellers by ascending price. Find the largest <math>k</math> such that <math>k\cdot(b_k-s_k)\geq R</math>. * The <math>k-1</math> high-value buyers buy an item at price <math>b_k</math>. The <math>k-1</math> low-cost sellers sell an item at price <math>s_k</math>. The mechanism is truthful - this can be proved using a monotonicity argument similar to the digital-goods auction. The auctioneer's revenue is <math>(k-1)\cdot (b_k-s_k) \geq {k-1\over k}R</math>, which approaches the required revenue when it is sufficiently large.

Combining this profit-extractor with a consensus-estimator gives a truthful double-auction mechanism which guarantees a profit of at least 1/3.75 of the maximum profit.

History The profit extractor mechanism is a special case of a cost sharing mechanism. It was adapted from the cost-sharing literature to the auction setting.

References