definition[1][Definition]
[
#1]
Lecture 17\ Multi Item auction

Lecture 17
Multi Item auction

October 09, 2002 transcribed by Dhan Mahesh

In this class we would be discussing Multi Item Auction. There are n buyers and m sellers each buyer wants to buy only one item out of the many available. Each seller has a single item to sell.
Figure
One of the scenarios is a market of second-hand cars where each seller brings a car for sale. Buyers are interested in at most one car each. Buyers have preferences over cars. Also depending on the price of the car. So each buyer will rank car and assigns some value to it.
For example:
Car Model Value (in Lakhs) Price (in Lakhs)
Maruti 800   1.0   0.5
Lancer   5.0   1.0

Which car would a buyer prefer? How would his/her preference be represented?

vi,j stands for the maximum a buyer i is willing to pay for item j.
pj stands for the price at which item j can be bought.

Buyers may want to maximize their surplus : vi,j - pj or the profit ratio vi,j/pj

Every seller has a reserve price rj on item j. The reserve price represents the minimum price that a seller expects for the item and he/she would like to maximize his/her surplus that is given by pj-rj

If the utilities are quasi linear in money then the social optimal for the economy is to maximize the total surplus. Define variable xi,j which is 1 when buyer i gets item j and 0 otherwise since each buyer can buy only one item.

å
j 
xi,j £ 1
Also an item can be bought by atmost one buyer. Therefore

å
i 
xi,j £ 1
Surplus for buyer i can be given by (vi,j-pj)xi,j .The total buyer surplus is given by åj xi,j(vi,j-pj)
Similarly , total seller surplus is given by åi xi,j (pj-rj)
Therefore the total surplus given by
åi Xi,j(vi,j-pj) + åj åi Xi,j(pj-rj)
= åi åj Xi,j (vi,j-rj)
Note that the total surplus is independent of the prices. Therefore the problem of effecient allocation is same as finding maximum weight matching in a bi partite graph matching with edge weights equal to vi,j-rj. This is formally stated as follows:

max
xi,j 
(vi,j - rj)xi,j

such that  xi,j Î {0,1}   &
å
i 
xi,j £ 1  &
å
j 
xi,j £ 1
Maximum weighted bipartite matching gives allocation but the problem of how much buyer has to pay to buy that item remains unsolved. Even to get allocation also, one has to get teh maximum price a buyer is willing to pay for an item and its reserve price from seller. Would they give their current prices?

VCG procedure will give solution but let us see an alternative solution.
In the special case when m=1 ( there is a single item) ascending english auction leads to efficient allocation.
   Final price = Second highest value.

If two items and many buyers: For example, two items and three buyers as below:

Figure
Let us assume reserve prices are zero.
Assume open cry ascending auction.
buyer 1 and buyer 3 competes with eachother for item 1 till Rs 5 and then buyer 1 can outbid buyer 3 by quoting some price u such that 5 < u £ 10. Similarly in case of item 2, buyer 1 and buyer 2 would be competing for item 2 till Rs 15 and then if buyer 1 gets chance he/she has to decide which item to choose. It is obvious that he/she would choose item 1 and gets it at some u (5 < u £ 10). So buyer 2 would get item 2 at some price y such that 10 < y £ 15.
In general what procedure will give us stable and efficient allocation? That procedure should lead to stable matching ( Self enforcing)

  Bidding Procedure/strategy

  General Case: At every step buyer i places a bid on item j such that vi,j-pj is maximized and then rests until somebody outbids him/her.This procedure goes on like this. What will happen if we go like this (sooner or later, bidding stops as price will come to vi,j So, we are going to get with a matching and price. This procedure converges to (M,P)- (Matching, Price).

Theorem 1 Ascending Price simultaneous auctions lead to nearly efficient allocations.[ Bertsekas ]

Stability:
   A situation where when an auction terminates no buyer is interested in switching.
An allocation X of a price [p\vec] to be stable if
"i,j  Sbi+ Ssj ³ vi,j - rj where the Sbi stand for the surplus of buyer i in the allocation X and Ssj is the surplus of seller of item j that is
vi,k - pk + pj - rj ³ vi,j - rj
If this condition is not satisfied then i & j can deviate from current allocation & be both better of , destabilizing X.
Claim:  (M,P) is stable matching.

Figure
seller y tries to break up only if he gets more surplus. Buyer A tries to break up only if he gets more surplus.
(A,y) would destabilize the matching iff
v1,2 - (p2 +e) ³ v1,1 - p1

Þ v1,2 - p2 > v1,1 - p1
Let us see under what conditions we would get stable matching?
After A places bid on x, price of y can increase (or stay unchanged ). So his/her surplus on y can't be more than on x at a future time. He/she placed a bid on y of pi which is less that p2
v1,1 - p1 = v1,2 - pi

Þ v1,2 - p2 > v1,2 - pi   as p2 > pi

Þ v1,1 - p1 > v1,2 - p2
Lets see whether this leads to maximum surplus / efficient allocation ?
Assume number of buyers = number of items. We would be getting a unique stable matching but lots of prices possible.
Lets look at efficient allocation
Figure     Figure
Fig 5(i): Our algo Fig 5(ii): Optimal (given by some other algo)
So, each buyer will have 2 edges and each seller has 2 edges.
So, we would get some disjoint cycles. As there are equal number of buyers and sellers, if we start from any buyer we will come back to that buyer.
Now we have to prove that the sum of the weights picked by our algo is atleast equal to that of Optimal.
Figure

v1,1 - p1 ³ v1,2 - p2

v2,2 - p2 ³ v2,3 - p3

v3,3 - p3 ³ v3,1 - p1
add them up.
v1,1 + v2,2 + v3,3 ³ v1,2 + v2,3 + v3,1
This is true for all the cycles. Therefore our algo will give the correct maximum weighted bipartite matching.
If not all items are matched.
(assume for 3 buyers and 3 items)
Figure

v1,1 - p1 ³ v1,3 - p3

v2,2 - p2 ³ v2,1 - p1

v3,3 - p3 ³ v1,3 - p3
add them up
v1,1 + v2,2 + v3,3 ³ v3,2 + v2,1 + v1,3
but v1,3 = 0;
another case:
Figure

v2,2 - p2 ³ v2,1 - p1

v3,3 - p3 ³ v3,2 - p2

0 ³ v4,3 - p3

v2,2 + v3,3 ³ v2,1 + v3,2 + v4,3 - p1

(v2,2 - r2) + (v3,3 - r3) ³ (v2,1 - r1) + (v3,2 - r2) + (v4,3 - r3since p1 = r1
Therefore our allocation gives better results.
So we can say that this procedure gives better results which are competitive with respect to buyers and are stable

By VCG:
Take for every item each buyer is willing to pay and all the sellers will sit and give to one who bids the maximum. We exclude that bidder and find the price.
There can be different prices but same stable matching.

This method would be applicable for recruitment (employers and employees).



File translated from TEX by TTH, version 3.13.
On 26 Nov 2002, 12:38.