A Markov Decision Process Framework for Efficient and Implementable Contact Tracing and Isolation
George Li, Arash Haddadan, Ann Li, Madhav Marathe, Aravind Srinivasan,, Anil Vullikanti, Zeyu Zhao

TL;DR
This paper introduces an MDP framework for contact tracing that optimizes quarantine efforts under limited resources, proposing practical algorithms that perform well in real-world epidemic control scenarios.
Contribution
It formulates contact tracing as an MDP, proves the NP-hardness of the core problem, and develops LP-based and greedy algorithms that are practical and effective.
Findings
Greedy algorithm performs well in simulations.
Algorithms are robust even with incomplete network information.
Proposed methods effectively reduce epidemic spread with limited quarantine.
Abstract
Efficient contact tracing and isolation is an effective strategy to control epidemics. It was used effectively during the Ebola epidemic and successfully implemented in several parts of the world during the ongoing COVID-19 pandemic. An important consideration in contact tracing is the budget on the number of individuals asked to quarantine -- the budget is limited for socioeconomic reasons. In this paper, we present a Markov Decision Process (MDP) framework to formulate the problem of using contact tracing to reduce the size of an outbreak while asking a limited number of people to quarantine. We formulate each step of the MDP as a combinatorial problem, MinExposed, which we demonstrate is NP-Hard; as a result, we develop an LP-based approximation algorithm. Though this algorithm directly solves MinExposed, it is often impractical in the real world due to information constraints. To…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCOVID-19 Digital Contact Tracing · COVID-19 epidemiological studies
