1 / 85

Combinatorial Auctions

Reloaded. Combinatorial Auctions. Review. Review. Optimal allocation Special case: Single minded bidders Incentive compatibility. Review. Greedy algorithm (single minded) LPR & DLPR Walrasian Equilibrium Every bidder receives his demand “demand” = maximum utility bundle

min
Télécharger la présentation

Combinatorial Auctions

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Reloaded Combinatorial Auctions

  2. Review

  3. Review • Optimal allocation • Special case: Single minded bidders • Incentive compatibility

  4. Review • Greedy algorithm (single minded) • LPR & DLPR • Walrasian Equilibrium • Every bidder receives his demand • “demand” = maximum utility bundle • Poly-time optimal allocation

  5. Review Social welfare Linear program relaxation (LPR) Item cannot be more than once Bidder has at most one bundle Social welfare

  6. Review Dual linear program relaxation (DLPR)

  7. Lecture outline • “The curse of dimensionality” • Bidding languages • Iterative auctions • Queries • Communication complexity • Ascending auctions

  8. The curse of dimensionality • High-dimensional input data • for all and • LPR • High dimensional solution vector • for all and • DLPR • Enormous amount of constraints Bidding languages Iterative auction

  9. Bidding languages

  10. Goals • Expressiveness • What kind of valuations can we express? • Compactness • Use less bits for “interesting” kinds of valuations

  11. OR bids • Any subset can be fulfilled • Example • ({a,b}, 12) OR ({c,d}, 8}) • Valuations • v({a}) = 0 • v({a,b}) = 12 • v({a,b,c}) = 12 • v({a,b,c,d}) = 12 + 8 = 20

  12. OR bids • Formal definition • are called atomic bids. • Intuitively • Take all “valid” collections of items • Choose the one that has maximum value

  13. XOR bids • Only one subset can be fulfilled • Choose maximum-value subset • Example • ({a,b}, 12)XOR({c,d}, 8) • Valuations • v({a,b}) = 12 • v{c,d}) = 8 • v({a,b,c,d}) = 12

  14. Expression power • XOR bids can represent any valuation • Just XOR all possible values for all subsets • Can be very inefficient • OR bids – super additive valuations • implies

  15. Expression power • Additive valuation • Naturally represented by OR bid • Unit-demand valuation • Naturally represented by XOR bid

  16. OR/XOR combinations • Defined inductively • Let be valuations • Have more representation power

  17. OR/XOR expression power • Symmetric valuation • depends only on • Downward sloping • Can be represented as with • Downward sloping with cannot be represented by OR bids and needs exponential size XOR bids.

  18. OR/XOR expression power • Theorem • OR of XOR bids can express any downward-sloping symmetric valuation of items in size • Proof – next slide

  19. OR/XOR expression power • For each define a clause that offers for any single item • Define the final expression as • Since are non-increasing – first item taken from the second from and so on

  20. OR/XOR expression power • Example • We have 3 items and we have , and • The expression is

  21. Dummy items • Goal – reuse single-minded allocation algorithm for OR/XOR bids • Method – represent everything as OR bids • Key observation • OR bids look like a collection of single-minded bids from different players.

  22. Dummy items • How? Use dummy items! • Example • We have • Add a dummy item d • Rewrite as • Apply recursively for OR/XOR bids • We call this OR* bids

  23. Dummy items • Theorem: Any valuation that can be represented by OR/XOR formula of size can be represented by OR* formula of size using at most dummy items • Remarks • A valuation in terms of the original formula is translated to in terms of OR* formula, where is the set of all dummy items. • The “size” of a formula is the amount of atomic bids it contains.

  24. Dummy items • Two stage proof • (1) Prove that we can construct an OR* formula of size s • (2) Prove that we need at-most dummy items in the OR* formula.

  25. Dummy items • Proof of (1) by induction • Definition • to be the OR* translation of v. • Base • A single pair is also an OR* bid • Step for • Let and • Define to be the union of atomic bids in and . • We got a formula of the same size as .

  26. Dummy items • Example for XOR • Define dummy items • Translates to

  27. Dummy items • Step for • Define and • Create dummy items for each pair of atomic bids in and in • Create • Transform each in to become • Similarly, transform each in • We got to be of the same size as.

  28. Dummy items • Proof of (2) • Dummy item’s purpose is to disallow two atomic bids to be taken concurrently. • Thus we need dummy items – one for each pair of atomic bids that cannot be taken concurrently.

  29. Dummy items • Conclusion: Every algorithm that can handle single-minded bids in polynomial time can handle any OR/XOR combinations in polynomial time.

  30. Iterative auctions

  31. Iterative auction

  32. Motivation • Reduce the amount of information transfer • Query mechanism that transmits less bits than OR/XOR? • Expressive power • Preserve some privacy • Bidder limitations • Bidders don’t know their valuation • Need effort to determine valuations • Guide bidders to the data relevant to the mechanism

  33. Goals • Computational efficiency • How much information is transferred? • How long does it take to determine an allocation? • Incentive compatibility • Why should the bidders answer the queries truthfully?

  34. Queries • The method of “asking for preferences” • Value query • What is the value of a bundle S? • Demand query • What would you like to buy for those prices? • Formally: Given a set of prices , what is the bundle S that maximizes

  35. Expressive power • Demand queries are more powerful than value queries • Lemma: • A value query may be simulated using demand queries, where is the number of bits in the representation of bundle’s value. • Exponential number of value queries may be needed to simulate a single demand query. • Demand queries allow solving the LPR problem efficiently

  36. Solve the linear program • Solve the DLPR • Use a method that doesn’t need all constraints at once • exponential amount of constraints! • Ellipsoid method to the rescue! • Use the solution of DLPR to solve LPR

  37. Ellipsoid method • Solved LP problems by shrinking an ellipsoid • High level overview • Start with an ellipsoid that contains the solution. • Iteratively create a sequence such that: • contains the solution •  results from constraint violation test

  38. Solve the linear program • Ellipsoid method requirements • Given report weather is feasible or find a single constraint that violates. • DLPR constraints • Treat as utility and as prices • Constraint violation checking – using demand queries.

  39. Solve the linear program • Demand-query all bidders using the prices . The results are . • Calculate • Using demand queries • Using a value query • If for all  have a feasible point • Otherwise – we have a violated constraint.

  40. Solving the primal • LP • Maximize • Subject to • Dual • Minimize • Subject to

  41. Solving the primal c b A

  42. Solving the primal c b A

  43. Solving the primal c b A

  44. Solving the primal • Use violated constraints from the Ellipsoid algorithm • Remove all other constraints  still the same solution • Ellipsoid algorithm will produce the same final ellipsoid

  45. Solving the primal c b A

  46. Solving the primal c b A

  47. Solving the primal • Solve the reduced-primal with polynomial number of variables! • Assign 0 to the unused ones.

  48. Conclusions • Facts • WalrasianEquillibrium LPR has integer solution  LPR solved optimal allocation • LPR can be solved in polynomial time • LPR solution requires polynomial number of demand queries. • Conclusion • WalrasianEquillibrium  Can use demand queries to find optimal allocation in poly-time using polynomial amount of queries.

  49. Communication Complexity

  50. There is no such thing as a free lunch!

More Related