DOC PREVIEW
Duke CPS 296.2 - Algorithmic mechanism design

This preview shows page 1-2-3-4-5 out of 15 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 15 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 15 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 15 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 15 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 15 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 15 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Algorithmic mechanism designSlide 2Combinatorial auctions: mechanisms that solve the winner determination problem approximatelyClarke mechanism with same approximation algorithm does not workA shortest path/combinatorial reverse auction problem [Nisan & Ronen STOC 99]Computing Clarke paymentsHershberger-Suri [FOCS 01] algorithmA make-span/reverse auction problem [Nisan & Ronen STOC 99]A bad instance for the Clarke mechanismWeighted Groves mechanismsA biased mechanism based on a weighted Groves mechanism [Nisan & Ronen STOC 99]Characterizing allocation rules that can be made incentive compatibleWeak monotonicity [Bikhchandani et al. Econometrica 06]Necessity of weak monotonicitySufficiency of weak monotonicityAlgorithmic mechanism designVincent Conitzer [email protected] mechanism design•Mechanisms should be accompanied by an efficient algorithm for computing the outcome•May not be easy–E.g. using the Clarke (VCG) mechanism in combinatorial auctions requires solving the winner determination problem optimally•If the mechanism’s outcomes are too hard to compute, we may need a different mechanism•Algorithmic mechanism design [Nisan & Ronen STOC 99] = simultaneous design of mechanism and algorithm for computing its outcomes–Given a mechanism, is there an efficient algorithm for computing its outcomes?–Given an algorithm for choosing outcomes, can we make it incentive compatible (e.g. using payments)?Combinatorial auctions: mechanisms that solve the winner determination problem approximately •Running Clarke mechanism using approximation algorithms for WDP is generally not strategy-proof•Assume bidders are single-minded (only want a single bundle)•A greedy strategy-proof mechanism [Lehmann, O’Callaghan, Shoham JACM 03]:1. Sort bids by (value/bundle size){a}, 11{b, c}, 20{a, d}, 18{a, c}, 16{c}, 7{d}, 62. Accept greedily starting from top3. Winning bid pays bundle size times (value/bundle size) of first bid forced out by the winning bid1*(18/2) = 92*(7/1) = 14Worst-case approximation ratio = (#items)Can get a better approximation ratio, √(#items), by sorting by value/√(bundle size)0Clarke mechanism with same approximation algorithm does not work {a}, 11{b, c}, 20{a, d}, 18{a, c}, 16{c}, 7{d}, 6{b, c}, 20{a, d}, 18{a, c}, 16{c}, 7{d}, 6Total value to bidders other than the {a} bidder: 26Total value: 38{a} bidder should pay 38 - 26 = 12, more than her valuation!A shortest path/combinatorial reverse auction problem [Nisan & Ronen STOC 99] •Someone wants to buy edges that constitute a path from x to y•Each edge e has a separate owner, and that owner submits (bids) a cost ce for it•Goal: –buy the shortest path (= path with minimum total weight),–pay every edge according to Clarke mechanism•no incentive to misreport costs•That is, an edge e on the shortest path is paid(cost of shortest path without e) - (cost of shortest path with e) + ce4353230xyComputing Clarke payments•One strategy:–Compute shortest path (e.g. using Dijkstra’s algorithm)–For each edge on the shortest path, remove that edge, solve the problem again•O(nm + n2 log n) total time4353230xy35230xy•Is there a more efficient algorithm?4Hershberger-Suri [FOCS 01] algorithm•Compute the shortest path trees from x and from y–using Dijkstra–gives us the shortest path from any vertex to x and to y4330xy•Over all edges (u, v) across components (excluding e), minimize d(x, u) + c(u, v) + d(v, y)–Using data structures, can be done for all edges in O(n log n + m)•Remove the edge e whose payment we wish to compute from the first (x) tree–Cuts the graph into U and V430xy45330xyUV22A make-span/reverse auction problem[Nisan & Ronen STOC 99]•There are m jobs that need to be scheduled on (say) 2 machines•Each machine is owned by a separate agent•cij is the time that machine i would take on job j–also the cost that machine i has for doing j–private information•The objective is to minimize the make-span–= highest total cost for an agent, = completion time of last job•One possibility: just use Clarke mechanism–Award job j to the machine that can do it faster (minimize total work),–Pay that machine the cost of the other machine for j•Gives a 2-approximation to the make-span–Theorem: No deterministic mechanism does betterA bad instance for the Clarke mechanism•Two jobs•Machine 1: c11 = 1, c12 = 1•Machine 2: c21 = 1+ε, c22 = 1+ε•Clarke mechanism will give both jobs to 1•Make-span: 2•Can get 1+ε by giving one job to each (ignoring mechanism design considerations)Weighted Groves mechanisms•Recall a Groves mechanism–chooses an allocation o that maximizes the sum of reported utilities,–pays agent i: Σj≠i uj(θj’, o) + h(θ-i’) for some function h•A weighted Groves mechanism–has a weight wi for each agent,–chooses an allocation o that maximizes Σ wiui(θi’, o),–pays agent i: (1/wi)Σj≠i wjuj(θj’, o) + h(θ-i’) for some function h•Weighted Groves mechanisms are strategy-proof [Roberts 1979]A biased mechanism based on a weighted Groves mechanism[Nisan & Ronen STOC 99]•For each job j, bias the mechanism towards accepting one of the two agents i–For some b > 1, award item to i if and only if cij < bc(-i)j –If so, i gets payment bc(-i)j –Otherwise, -i gets payment cij/b•Weighted Groves mechanism, so strategy-proof•A randomized mechanism:–set b = 4/3, –for each job independently, randomly choose the agent to which the mechanism is biased•Gives a 7/4 approximationCharacterizing allocation rules that can be made incentive compatible•We saw that we may be interested in choosing allocations that do not maximize social welfare (sum of utilities)–Different objectives (e.g. make-span)–Social welfare maximizing allocation may be computationally too hard to find•Some (not all) allocation rules can be made incentive compatible with the right payment rule•What are necessary and sufficient conditions on an allocation rule for this to be possible?Weak monotonicity[Bikhchandani et al. Econometrica 06]•Consider the case of a single type reporting agent–Equivalently, fix the types of the other players•o(θ) is the allocation chosen when the agent reports θ•u(θ, o) is the agent’s utility for allocation o given true type θ•Rule o(·) is said to be weakly monotone if the following condition holds for every θ, θ’:u(θ, o(θ)) - u(θ, o(θ’)) ≥ u(θ’, o(θ)) - u(θ’,


View Full Document

Duke CPS 296.2 - Algorithmic mechanism design

Download Algorithmic mechanism design
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Algorithmic mechanism design and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Algorithmic mechanism design 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?