Presentation is loading. Please wait.

Presentation is loading. Please wait.

Algorithmic Mechanism Design: an Introduction Approximate (one-parameter) mechanisms, with an application to combinatorial auctions Guido Proietti Dipartimento.

Similar presentations


Presentation on theme: "Algorithmic Mechanism Design: an Introduction Approximate (one-parameter) mechanisms, with an application to combinatorial auctions Guido Proietti Dipartimento."— Presentation transcript:

1 Algorithmic Mechanism Design: an Introduction Approximate (one-parameter) mechanisms, with an application to combinatorial auctions Guido Proietti Dipartimento di Ingegneria e Scienze dell'Informazione e Matematica University of L'Aquila guido.proietti@univaq.it

2 Results obtained so far Centralized algorithmprivate-edge mechanism SPO(m+n log n)O(m+n log n) (VCG) MSTO(m  (m,n))O(m  (m,n)) (VCG) SPTO(m+n log n)O(m+n log n) (one-parameter) In all these basic examples, the underlying optimization problem is polytime computable…but what does it happen if this is not the case? Two classes of truthful mechanisms: VCG-mechanisms: arbitrary valuation functions and types, but only utilitarian problems OP-mechanisms: arbitrary social-choice function, but only one-parameter types and workloaded monotonically non-increasing valuation functions

3 Single-minded combinatorial auction t 1 =20 t 2 =15 t 3 =6 SCF: the set X  F with the highest total value the mechanism decides the set of winners and the corresponding payments Each player wants a specific bundle of objects t i : value player i is willing to pay for her bundle r i : value player i offers for her bundle F={ X  {1,…,n} : winners in X are compatible} r 1 =20 r 2 =16 r 3 =7

4 Combinatorial Auction (CA) problem – single-minded case Input: n buyers, m indivisible objects each buyer i: wants a subset S i of the objects has a value t i for S i (or any superset of S i ), while she is not interested in any other allocation not containing all the items in S i (single-minded case); basically, t i is the maximum amount buyer i is willing to pay for S i Solution: X  {1,…,n}, such that for every i,j  X, with i  j, S i  S j =  (and so S i is allocated to buyer i) Buyer i’s valuation of X  F: v i (t i,X)= t i if i  X (and so S i is allocated to buyer i), 0 otherwise SCF (to maximize): Total value of X:  i  X t i

5 Each buyer makes a payment to the system p i (X) as a consequence of the selected output X; as usual, payments are used by the system to incentive players to be collaborative. Then, for each feasible outcome X, the utility of player i (in terms of the common currency) coming from outcome X will be: u i (t i,X) = p i (X) + v i (t i,X) = p i (X) + t i CA problem – single-minded case (2)

6 Designing a mechanism for the CA game Each buyer is selfish Only buyer i knows t i (while S i is public) We want to compute an optimal solution w.r.t. the true values (we will see this is a hard task) We do it by designing a mechanism that: Asks each buyer to report her value r i Computes a solution using an output algorithm g(r) Receives payments p i from buyer i using some payment function p (depending on the computed solution)

7 How to design a truthful mechanism for the problem? Notice that: the (true) total value of a feasible solution X is:  i v i (t i,X) … and so the problem is utilitarian!  VCG-mechanisms (should) apply

8 The VCG-mechanism M= : g(r) = arg max X  F  j v j (r j,X) p i = -  j≠i v j (r j,g(r - i )) +  j≠i v j (r j,g(r)) g(r) has to compute an optimal solution… …but can we do that?

9 Theorem: Approximating the CA problem within a factor better than m 1/2-  is NP-hard, for any fixed  >0 (recall m is the number of items). Hardness of the CA problem proof Reduction from the maximum independent set problem

10 Maximum Independent Set (MIS) problem Input: a graph G=(V,E) of n nodes and m edges Solution: U  V, such that no two vertices in U are joined by an edge Measure: Cardinality of U Approximating the MIS problem within a factor better than n 1-  is NP-hard, for any fixed  >0. Theorem (J. Håstad, 2002)

11 The reduction from MIS to CA Then, it is easy to see that the CA instance has a solution of total value  k if and only if there is an IS of size  k G=(V,E) each edge is an object each node i is a buyer with S i : set of edges incident to i …and since m=O(n 2 ), if we could find an approximate solution for CA of ratio better (i.e., less) than m 1/2- , then we would find an IS with a ratio better than n 1- . Let be given an instance G=(V,E) of the MIS pb; then, we build an instance of the CA pb in which: CA instance: S 1 ={a,b,c,d}, S 2 ={a}, S 3 ={b,e,m}, S 4 ={c,e,f,g}, S 5 ={d,f,h,l}, S 6 ={m}, S 7 ={g,h,i}, S 8 ={i,l} 1 2 345 6 7 8 a b c d f g h e i l m input graph Observation: the obtained CA instance is quite special: each object is contended by only two players, and any two players contend at most one object!

12 How to design a truthful mechanism for the problem? So, the CA problem is utilitarian, and we could in principle apply a VCG-mechanism, but the solution that should be returned by its algorithm is not computable in polynomial time, unless P=NP. The question is: If we want to keep on to guarantee the truthfulness of the VCG- mechanism, can we provide in polynomial time a reasonable approximate solution for the SCF?

13 A general negative result For many natural mechanism design minimization problems (and the CA problem is one of them), any truthful VCG- mechanism is either optimal, or it produces results which are arbitrarily far from the optimal (this means, truthfulness will bring the system to compute an inadequate solution!) What can we do for the CA problem? …fortunately, the problem is one-parameter, and we now show that a corresponding one-parameter mechanism will produce a reasonable result.

14 A problem is binary demand (BD) if 1. a i ‘s type is a single parameter t i  2. a i ‘s valuation is of the form: v i (t i,o)= t i w i (o), w i (o)  {0,1} workload for a i in o When w i (o)=1 we say that a i is selected in o Reminder  The CA problem is clearly BD: a buyer is either selected or not in the solution!

15 An algorithm g for a maximization BD problem is monotone if  agent a i, and for every r -i =(r 1,…,r i-1,r i+1,…,r N ), w i (g(r -i,r i )) is of the form: 1 Ө i (r -i ) riri Ө i (r -i )  {+  }: threshold payment from a i is: p i (r)= Ө i (r -i ) Reminder (2)

16 Our new goal To design a (truthful) OP and BD mechanism M= satisfying: 1. g is monotone 2. Solution returned by g is a “good” solution, i.e., a provably approximate solution (we will actually show a O(  m)- approximate solution, which is tight) 3. g and p are computable (efficiently) in polynomial time

17 A greedy  m-approximation algorithm 1. reorder (and rename) the bids such that 2. W   ; X   3. for i=1 to n do if S i  W=  then X  X  {i}; W  W  {S i } 4. return X r 1 /  |S 1 |  r 2 /  |S 2 |  …  r n /  |S n |

18 Theorem: The algorithm g is monotone Monotonicity of g proof It suffices to prove that, for any selected agent i, we have that i is still selected when she raises her bid. In fact, increasing r i can only move bidder i up in the greedy order, making it easier to win for her. Homework: it is easy to see that the running time of g is polynomial in n and m. What is your faster implementation for g?

19 How much can bidder i decrease her bid until she is non- selected? Computing the payments …we have to compute for each selected bidder i her threshold value

20 Computing the payment p i r 1 /  |S 1 |  …  r i /  |S i |  …  r n /  |S n | Consider the greedy order without i index j Use the greedy algorithm to find the smallest index j>i (if any) such that: 1. j is selected 2. S j  S i  p i = r j  |S i |/  |S j | otherwise p i = 0 if j doesn’t exist Homework: it is easy to see that each payment can be computed in O(mn) time, and so we need a total of O(mn 2 ) time for all the payments. Can you provide a faster implementation?

21 Let OPT be an optimal solution for the CA problem, and let X be the solution computed by the algorithm g, then The approximation bound on g iXiX  i  OPT r i   m  i  X r i proof let OPT i ={j  OPT : j  i and S j  S i  } Observe that  i  X OPT i =OPT; indeed, any player j selected in OPT must either have a non-empty intersection with at least a player i<j selected in X, or j is selected in X as well (because of the greedy approach) Then it suffices to prove that:  j  OPT i r j   m r i crucial observation for greedy order we have r i  |S j | iXiX  j  OPT i  |S i | r j 

22 proof (contd.) we can bound Cauchy–Schwarz inequality then,  i  X  j  OPT i r j   j  OPT i riri  |S i |  |S j |  j  OPT i  |S j |   |OPT i |  j  OPT i |S j | ≤|S i | ≤ m   m r i   |S i |  m

23 Cauchy–Schwarz inequality y j =  |S j | x j =1 n= |OPT i | for j=1,…,|OPT i | …in our case… 1/2

24 Conclusions We have introduced a simple type of combinatorial auction, the single-minded one, for which it is computationally hard to find an optimal solution (i.e., a best possible allocation of objects) In a corresponding strategic setting in which types are private, the problem is both utilitarian and one- parameter, but VCG-mechanisms cannot be used since they will return an arbitrarily bad allocation! On the other hand, it is not hard to design an OP- mechanism, which is instead satisfactory: we showed a straigthforward greedy monotone algorithm returning an O(  m)-approximate solution, which is tight!

25 Thanks for your attention! Questions?


Download ppt "Algorithmic Mechanism Design: an Introduction Approximate (one-parameter) mechanisms, with an application to combinatorial auctions Guido Proietti Dipartimento."

Similar presentations


Ads by Google