LGMLJul 2, 2020

Learning to search efficiently for causally near-optimal treatments

arXiv:2007.00973v27 citations
AI Analysis

This work addresses the challenge of reducing costs and patient suffering in medical treatment searches, though it appears incremental as it builds on existing causal and reinforcement learning methods.

The paper tackles the problem of efficiently finding near-optimal medical treatments by minimizing unnecessary trials, formalizing it with a causal inference framework and proposing model-based algorithms that outperform model-free reinforcement learning in terms of search time and treatment efficacy trade-offs.

Finding an effective medical treatment often requires a search by trial and error. Making this search more efficient by minimizing the number of unnecessary trials could lower both costs and patient suffering. We formalize this problem as learning a policy for finding a near-optimal treatment in a minimum number of trials using a causal inference framework. We give a model-based dynamic programming algorithm which learns from observational data while being robust to unmeasured confounding. To reduce time complexity, we suggest a greedy algorithm which bounds the near-optimality constraint. The methods are evaluated on synthetic and real-world healthcare data and compared to model-free reinforcement learning. We find that our methods compare favorably to the model-free baseline while offering a more transparent trade-off between search time and treatment efficacy.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes