PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal •...

25
CMU 15-896 Kidney Exchange: Optimization Teachers: Avrim Blum Ariel Procaccia (this time)

Transcript of PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal •...

Page 1: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

CMU 15-896 Kidney Exchange: Optimization Teachers: Avrim Blum Ariel Procaccia (this time)

Page 2: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

Kidney transplants

• Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010:

o 4,654 people died waiting for a kidney transplant. o 34,418 people were added to the national waiting list o 10,600 people left the list by receiving a deceased

donor kidney o The waiting list had 89,808 people, and the median

waiting time is between 2-5 years, depending on blood type

2

Page 3: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

Kidney exchange

• Best option: live donor • In 2010 there were 5467 live

donations in the US • Most patients are

incompatible with potential donors

• Kidney exchange = patients swap incompatible donors to obtain a compatible donor

3

Page 4: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

More generally...

• Directed graph 𝐺 = 𝑉,𝐸

• Each 𝑣 ∈ 𝑉 is a donor-patient pair

• Edge 𝑢, 𝑣 ∈ 𝐸 if donor of 𝑢 is compatible with patient of 𝑣

• Exchanges along cycles

4

Page 5: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

Cycle cover • Maximum cover by cycles • If cycle length is unrestricted, problem is

in P [homework 4 q3] • Cycle cap is a medical necessity • Theorem [Abraham et al. 2007]:

Given 𝐺, 𝐿 ≥ 3, computing a max cycle cover with cycles of length ≤ 𝐿 is NP-hard

• Trivial for 𝐿 = 2

5

Page 6: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

Proof by illustration • Reduction from 3D-MATCHING: Given disjoint

sets 𝐴,𝐵,𝐶 of size 𝑞 and triples 𝑇 ⊆ 𝐴 × 𝐵 × 𝐶, is there a disjoint 𝑀 ⊆ 𝑇 of size 𝑞?

• For each 𝑥 ∈ 𝐴 ∪ 𝐵 ∪ 𝐶 construct 𝑣𝑥 • For each triple (𝑎, 𝑏, 𝑐) construct gadget below • 3D matching ⇔ perfect cycle cover

6

𝑣𝑎

𝐿 − 3

𝑣𝑏

𝐿 − 3

𝑣𝑐

𝐿 − 3

Page 7: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

Cycle covers in practice

• In practice optimal cycle covers are computed on a weekly basis at CMU

7

[Abraham et al., 2007]

Page 8: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

Are long cycles needed?

• Model of [Roth, Sonmez, and Unver 2007] • Four blood types: O, A, B, AB • Donor is compatible with patient if latter

has “more letters” (O is empty set) o Example: A can donate to A or AB, but not

to B or O • Assumption: There are no tissue-type

incompatibilities between pairs

8

Page 9: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

3-cycles can help

9

O A

O B A B

A B

B A

A A A A

A A

B O

Page 10: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

3-cycles can help

10

O A

O B A B

A B

B A

A A A

A

B O

A

A

Page 11: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

Classification of pairs

• We classify donor-patient pairs into four types: o Self-Demanded: 𝑋-𝑋 o Reciprocally demanded: A-B and B-A o Over-demanded: 𝑋-𝑌 that are blood-type compatible o Under-demanded: 𝑋-𝑌 that are blood-type

incompatible • Assumption: There is an endless supply of

under-demanded pairs • Next two slides show optimal allocations for 2-

cycles and 3-cycles

11

Page 12: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

12

AB A AB O AB B A O B O

A AB O AB B AB O A O B

Over demanded

Under demanded

Self demanded

A B B A Reciprocally demanded

A A O O B B AB AB

Page 13: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

3-cycles can help, revisited

• Why do 3-cycles help? 1. Odd number of pairs in a self-demanded set 2. Each AB-O pair can form a 3-cycle with O-A, A-AB

or O-B, B-AB 3. Remaining A-B or B-A pairs can be matched in 3-

cycles, e.g., (A-B, B-O,O-A) • Assume that we draw each pair from product

dist. over blood types; each type has constant probability

• Vote: Which item gives Ω(𝑛) extra matches?

13

Page 14: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

14

AB A AB O AB B A O B O

A AB O AB B AB O A O B

Over demanded

Under demanded

Self demanded

A B A Reciprocally demanded

A A O O B B AB AB

B

Page 15: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

A random graph model • Each blood type 𝑋 has probability 𝜇𝑋 • Draw blood types for patient and donor • Blood-type compatible donor and patient are tissue-type

incompatible with probability 𝛾 > 0 • If donor-patient pair is internally compatible, remove

them • Otherwise, randomly generate edges to blood-type

compatible pairs • Theorem [Ashlagi and Roth 2011]: In large random

graphs, w.h.p. ∃opt allocation with cycles of length ≤ 3

15

Page 16: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

Introducing: Chains

• Altruistic donors can initiate a chain

• Long chains can have a huge impact on #matches

16

Chain of length 60, from NYT

Page 17: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

Chains in real exchanges

17

[Dickerson et al., 2012a]

Page 18: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

Chains in large exchanges

18

• Theorem [Ashlagi et al. 2012, Dickerson et al., 2012a]: In large random graphs, w.h.p. ∃opt allocation with cycles of length ≤ 3 and chains of length ≤ 3

[Dickerson et al., 2012a]

Page 19: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

Introducing: Crossmatches

• Mixing cells and serum to determine whether patient will reject the kidney

• Adds another level of uncertainty: assume that crossmatch is negative (match possible) with some probability

• Optimization should now favor short cycles and short chains

19

Page 20: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

Results from real data

20

Page 21: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

Results from simulations

21

Page 22: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

Introducing: dynamics

• Every month new pairs enter the pool, and some pairs leave

• Matching myopically may not be optimal; should we save an AB-O pair for later?

• How can we look into the future?

22

Page 23: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

vertex potentials

• Assign a potential to each donor-patient pair and each altruistic donor according to blood type [Dickerson et al., 2012b]

• In each round, maximize cardinality of matching minus total potential removed

• Optimize potentials using local search

23

Page 24: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

Vertex potentials are bad? • Opt matches 6k+4 • Match pulsing cycles ⇒ total

at most 4k+4 • Do not match pulsing cycles ⇒

o PAB-O+PAB-A > 2 o PA-A+PA-O > 2

• Either o PAB-O+PA-O > 2 o PA-A+PAB-A > 2

• Do not match k cycles in first stage

• Match 4k+4 overall

24

AB AB AB AB AB AB AB AB

AB O AB A A A A O

AB O A O AB O A O

AB A A A AB A A A

2k vertices

k cycles

k cycles

Page 25: PowerPoint Presentationarielpro/15896/docs/slides20.pdf · • Kidney failure can be fatal • Options: dialysis, kidney transplant • In 2010: o 4,654 people died waiting for a

Vertex potentials are good

25