Towards Safe Mechanical Ventilation Treatment Using Deep Offline Reinforcement Learning

Abstract

Mechanical ventilation is a key form of life support for patients with pulmonary impairment. Healthcare workers are required to continuously adjust ventilator settings for each patient, a challenging and time consuming task. Hence, it would be beneficial to develop an automated decision support tool to optimize ventilation treatment. We present DeepVent, a Conservative Q-Learning (CQL) based offline Deep Reinforcement Learning (DRL) agent that learns to predict the optimal ventilator parameters for a patient to promote 90 day survival. We design a clinically relevant intermediate reward that encourages continuous improvement of the patient vitals as well as addresses the challenge of sparse reward in RL. We find that DeepVent recommends ventilation parameters within safe ranges, as outlined in recent clinical trials. The CQL algorithm offers additional safety by mitigating the overestimation of the value estimates of out-of-distribution states/actions. We evaluate our agent using Fitted Q Evaluation (FQE) and demonstrate that it outperforms physicians from the MIMIC-III dataset.

Cite

Text

Kondrup et al. "Towards Safe Mechanical Ventilation Treatment Using Deep Offline Reinforcement Learning." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I13.26862

Markdown

[Kondrup et al. "Towards Safe Mechanical Ventilation Treatment Using Deep Offline Reinforcement Learning." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/kondrup2023aaai-safe/) doi:10.1609/AAAI.V37I13.26862

BibTeX

@inproceedings{kondrup2023aaai-safe,
  title     = {{Towards Safe Mechanical Ventilation Treatment Using Deep Offline Reinforcement Learning}},
  author    = {Kondrup, Flemming and Jiralerspong, Thomas and Lau, Elaine and de Lara, Nathan and Shkrob, Jacob and Tran, My Duc and Precup, Doina and Basu, Sumana},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {15696-15702},
  doi       = {10.1609/AAAI.V37I13.26862},
  url       = {https://mlanthology.org/aaai/2023/kondrup2023aaai-safe/}
}