Table of Contents

Automatic Mechanical Ventilation Control (AMVC)

Last updated: 04/20/2022

Summary

We would like to propose a solution that uses an RL agent to make input decisions for PCVs(Pressure Controlled Ventilatior).

You may want to include a picture or two here.

Background, Specific Aims, and Significance

Pressure Controlled Ventilation has several points that are crucial to being implemented correctly. The parameters must be set to achieve a certain tidal volume. Given that this is not one of the direct inputs, it will require calculations. Extra attention must also be given to the max pressure value set to avoid barotrauma.

Deliverables

Technical Approach

With mathematical models of lung(multi-componential models), we could have an reliable simulation for lung reaction. (RL environment) Change pressure control ventilator settings(RL action) to adjust the state of lung (Flow, Pressure, Volume, etc : RL agent state) Use MIMIC-III dataset and Survival Analysis to evaluate the cost/reward of RL actions

Dependencies

Milestones and Status

  1. Milestone name: Regular PCV model with Lung
    • Planned Date: 2/18/2022
    • Expected Date: 2/18/2022
    • Status: Completed
  2. Milestone name: Explore and define legit actions for RL agent(PCV controller)
    • Planned Date: 3/14/2022
    • Expected Date: 3/14/2022
    • Status: Completed
  3. Milestone name: Build and Evaluate MDP
    • Planned Date: 3/21/2022
    • Expected Date: 3/21/2022
    • Status: Completed
  4. Milestone name: Build the RL environment
    • Planned Date: 3/25/2022
    • Expected Date: 3/25/2022
    • Status: Completed
  5. Milestone name: Exploration of RL networks and methods
    • Planned Date: 4/6/2022
    • Expected Date: 4/6/2022
    • Status: In Progress
  6. Milestone name: Train a RL agent and find metrics to evaluate its performance
    • Planned Date: 4/14/2022
    • Expected Date: xxx
    • Status: In Progress
  7. Milestone name: Evaluate and Improve Model
    • Planned Date: 4/28/2022
    • Expected Date: xxx
    • Status: Not Started

Reports and presentations

Project Bibliography

2022, from https://www.ncbi.nlm.nih.gov/books/NBK555897/

Ventilator. DOI: 10.1109/ICM50269.2020.9331820

Other Resources and Project Files