Clearing Kidney Exchanges via Graph Neural Network Guided Tree Search (Student Abstract)
Abstract
Kidney exchange is an organized barter market that allows patients with end-stage renal disease to trade willing donors—and thus kidneys—with other patient-donor pairs. The central clearing problem is to find an arrangement of swaps that maximizes the number of transplants. It is known to be NP-hard in almost all cases. Most existing approaches have modeled this problem as a mixed integer program (MIP), using classical branch-and-price-based tree search techniques to optimize. In this paper, we frame the clearing problem as a Maximum Weighted Independent Set (MWIS) problem, and use a Graph Neural Network guided Monte Carlo Tree Search to find a solution. Our initial results show that this approach outperforms baseline (non-optimal but scalable) algorithms. We believe that a learning-based optimization algorithm can improve upon existing approaches to the kidney exchange clearing problem.
Cite
Text
Zhao and Dickerson. "Clearing Kidney Exchanges via Graph Neural Network Guided Tree Search (Student Abstract)." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I10.7267Markdown
[Zhao and Dickerson. "Clearing Kidney Exchanges via Graph Neural Network Guided Tree Search (Student Abstract)." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/zhao2020aaai-clearing/) doi:10.1609/AAAI.V34I10.7267BibTeX
@inproceedings{zhao2020aaai-clearing,
title = {{Clearing Kidney Exchanges via Graph Neural Network Guided Tree Search (Student Abstract)}},
author = {Zhao, Zeyu and Dickerson, John P.},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2020},
pages = {13989-13990},
doi = {10.1609/AAAI.V34I10.7267},
url = {https://mlanthology.org/aaai/2020/zhao2020aaai-clearing/}
}