Abstract
Background
Patient-ventilator asynchrony (PVA) is a mismatch between the patient’s respiratory drive/effort and the ventilator breath delivery. It occurs frequently in mechanically ventilated patients and has been associated with adverse events and increased duration of ventilation. Identifying PVA through visual inspection of ventilator waveforms is highly challenging and time-consuming. Automated PVA detection using Artificial Intelligence (AI) has been increasingly studied, potentially offering real-time monitoring at the bedside. In this review, we discuss advances in automatic detection of PVA, focusing on developments of the last 15 years.
Results
Nineteen studies were identified. Multiple forms of AI have been used for the automated detection of PVA, including rule-based algorithms, machine learning and deep learning. Three licensed algorithms are currently reported. Results of algorithms are generally promising (average reported sensitivity, specificity and accuracy of 0.80, 0.93 and 0.92, respectively), but most algorithms are only available offline, can detect a small subset of PVAs (focusing mostly on ineffective effort and double trigger asynchronies), or remain in the development or validation stage (84% (16/19 of the reviewed studies)). Moreover, only in 58% (11/19) of the studies a reference method for monitoring patient’s breathing effort was available. To move from bench to bedside implementation, data quality should be improved and algorithms that can detect multiple PVAs should be externally validated, incorporating measures for breathing effort as ground truth. Last, prospective integration and model testing/finetuning in different ICU settings is key.
Conclusions
AI-based techniques for automated PVA detection are increasingly studied and show potential. For widespread implementation to succeed, several steps, including external validation and (near) real-time employment, should be considered. Then, automated PVA detection could aid in monitoring and mitigating PVAs, to eventually optimize personalized mechanical ventilation, improve clinical outcomes and reduce clinician’s workload.
Supplementary Information
The online version contains supplementary material available at 10.1186/s40635-025-00746-8.
Keywords: Patient-ventilator asynchrony, Mechanical ventilation, ICU, Artificial intelligence, Rule-based algorithms, Machine learning, Deep learning, Bedside implementation
Background
Patient-ventilator asynchrony (PVA) reflects a mismatch between the patient’s respiratory drive and the ventilator breath delivery [1–3] and is frequently observed in mechanically ventilated patients, especially during an assisted ventilation mode [4]. PVA has been associated with lung injury [5–7], diaphragm dysfunction [8, 9], sleep disruption [10, 11], longer duration of ventilation [12, 13] and higher mortality [13, 14].
PVA occurs in different forms [1, 15, 16] and is reported in up to 90% of mechanically ventilated patients with variable incidence and impact, but only short-time recordings and few PVA types were investigated [13, 17–19]. Identifying and resolving PVA through visual inspection of ventilator waveforms is challenging [1, 20, 21], and substantial disagreement between (expert) clinicians was reported [20].
Monitoring patient effort via esophageal pressure (Pes) or electrical activity of the diaphragm (EAdi) could facilitate and improve PVA detection, but is not widely available [3, 22, 23]. Furthermore, clinician’s time at the bedside is limited [24], while ventilators produce large amounts of complex, continuous data. This likely results in a vast underestimation of PVA prevalence and inaccurate classification of PVA type. Hence, the direct relationship with adverse physiological and clinical outcomes remains to be conclusively established [1, 15]. This strengthens the need for an automated and (near) real-time method of PVA detection.
Artificial intelligence (AI) has seen exponential improvements in the last decade and has been used for the automated detection of PVA [15, 25]. AI-based methods could allow future real-time bedside implementation and studying the pathophysiological impact of PVA throughout the full course of mechanical ventilation. This would build towards evidence-based and data-driven clinical recommendations on how to prevent and resolve PVA. In this review, we discuss advancements in the automatic detection of PVA, focusing on developments in the last 15 years. We grouped and evaluated algorithms based on their characteristics as either rule-based, machine learning (ML), deep learning (DL) or licensed software. Furthermore, we present common challenges and propose key steps that are needed for future implementation in clinical practice.
Rule-based algorithms
Rule-based algorithms are one of the earliest, simplest forms of AI and include manually determined rules and thresholds [26], based on expert knowledge/consensus [27]. These algorithms have seen widespread application in clinical monitoring software [28], likely due to their transparent and comprehensible nature.
Rule-based algorithms have shown to be able to detect multiple types of PVAs, but their development and testing are currently limited to a small number of PVAs (Table 1). For example, Baedorf-Kassis et al. [29] focused on reverse triggering using pressure–volume loops (PV loops). They compared their rule-based algorithm to manual waveform and Pes annotation and found a sensitivity, specificity and F1-score of 0.75, 0.97 and 0.78, respectively. For interpretation purposes, we detail performance metrics that we mention throughout this paper in Supplemental File 1. Rodriguez et al. [30] classified reverse and double triggering (with and without breath stacking) using flow and airway pressure curves, but failed to validate detection of double triggering due to the low prevalence of this PVA in their cohort. They used a manual annotation of waveforms with and without Pes as reference standard. When Pes was included, they found a sensitivity of ≥ 0.86, specificity of ≥ 0.98 and overall accuracy of 0.92 for detecting reverse triggering. For the dataset without Pes, accuracy increased to 0.96, but sensitivity and specificity dropped to ≥ 0.74 and 0.80, respectively.
Table 1.
Characteristics of selected rule-based algorithms (studies are arranged chronologically)
| Author | Type of PVA | Population | Input data | Algorithm | Performance | Validation | Reference | Pes or EAdi | Comments |
|---|---|---|---|---|---|---|---|---|---|
| Rodriguez et al. [30] | Reverse trigger, double trigger | ARDS patients on volume-controlled ventilation | Paw and flow waveforms | Rule-based algorithm |
Pes validation set: Accuracy: 0.92 Sensitivity ≥ 0.86 Specificity ≥ 0.91 No Pes validation set: Accuracy: 0.96 Sensitivity ≥ 0.74 Specificity ≥ 0.80 |
Pes validation set: 11 patients (710 breaths) No Pes validation: 99 patients (1881 breaths) |
Two separate datasets; one with Pes available, one based on manual annotation of Paw and volume waveforms by 7 experts | Pes available in 1 validation set, no EAdi available | Not validated for double trigger since prevalence was too low |
| Baedorf-Kassis et al. [29] | Reverse trigger | 15 ARDS patients (23,321 breaths) | Flow, pressure, volume and Pes waveforms, Campbell diagrams (PV loops) | Rule-based software and modified ResNet network |
Rule-based model: F1-score: 0.78 Sensitivity: 0.75 Specificity: 0.97 Deep NN: F1-score: 0.77 Sensitivity: 0.73 Specificity: 0.97 |
13 Patients (9923 breaths) | Manual annotation of waveforms (flow, pressure, volume) and Pes by 2 experts | Pes available, no EAdi available | Neural network and an iteration of the rule-based algorithm used Pes in classification |
ARDS Acute Respiratory Distress Syndrome, EAdi Electrical Activity of the Diaphragm, NN Neural Network, Paw Airway Pressure, Pes Esophageal Pressure, PV loops Pressure-Volume loops, PVA Patient-Ventilator Asynchrony
Machine learning (ML)
ML is a sub-field of AI characterized by its ability to learn from input data [26]. ML methods are based on more complex statistical calculations, resulting in a less transparent architecture than rule-based algorithms, but often perform better on complex data. Various ML methods for PVA detection have been proposed (Table 2). For example, Gholami et al. [31] used a random forest model for the detection of premature and delayed cycling based on several ‘features’ per breath from the pressure-, flow- and derived delta waveform (the difference between the normalized pressure and flow). As ground truth, they performed manual annotation of flow, pressure and volume recordings, but no Pes measurement was available. For premature cycling, a sensitivity and specificity of 0.89 and 0.99 was reported, while for delayed cycling, a sensitivity and specificity of 0.94 and 0.98 was achieved.
Table 2.
Characteristics of selected machine learning algorithms (studies are arranged chronologically)
| Author | Type of PVA | Population | Input data | Algorithm | Performance | Validation | Reference | Pes or EAdi | Comments |
|---|---|---|---|---|---|---|---|---|---|
| Gholami et al. [31] | Premature and delayed cycling | 11 Patients with pressure controlled-volume guaranteed mode (1204 breaths) | Delta waveform (difference pressure and flow) | Random forest |
Premature cycling: Sensitivity: 0.89 Specificity: 0.99 Delayed cycling: Sensitivity: 0.94 Specificity: 0.98 |
10-Fold cross validation | Manual annotation by 5 experts of flow, pressure and volume waveforms | No Pes or EAdi available | No patient diagnosis available |
| Rehm et al. [58] (continues on work from Adams et al. [59]) | Double trigger, breath stacking | 35 ICU patients (9719 breaths) | 16 Features derived from ventilator data (pressure, flow, volume, respiratory rate, I:E ratio) | Supervised ensemble machine learning classifiers (RF, ERTC, GBC, MLP) |
Double trigger: Accuracy: 0.97 Sensitivity: 0.96 Specificity: 0.98 Breath stacking: Accuracy: 0.98 Sensitivity: 0.95 Specificity: 0.99 |
35-Fold leave-one-subject-out cross validation | Heuristic rules + clinician visual inspection of Paw, volume and flow waveforms (2 experts) | No Pes or EAdi available | Neutralized class imbalances between PVA and non-PVA breaths |
| Sottile et al. [60] | Double trigger, flow starvation, premature cycling, ineffective effort | 62 (At risk for) ARDS patients (2500 breaths) | Manually selected features from flow, pressure and volume waveforms | 4 Binary classifiers, one for each PVA (3 models tested for each PVA: Gaussian naive bayes, Adaboost and random forest) |
Cross-validation: ROC ≥ 0.89 Separate validation: Accuracy ≥ 0.54 Sensitivity ≥ 0.23 Specificity ≥ 0.47 ROC ≥ 0.61 |
62 Patients (2500 breaths for five-fold cross-validation, 500 breaths for separate validation set) | Pressure, flow and volume waveforms mostly reviewed by single expert | No Pes or EAdi available | Premature cycling had the worst results, skewing the outcome metrics |
| Casagrande et al. [61] | Ineffective effort | 8 Patients (500 breaths) | Flow-pressure loops | Linear logistic regression |
Accuracy: 0.98 Sensitivity: 0.90 Specificity: 1.0 |
Tested on same 8 patients (1000 unique breaths) | Manual annotation of pressure, flow and EAdi curves by 3 experts | EAdi available, no Pes available | EAdi was used for training the algorithm, but not for testing |
| Pham et al. [56] | Reverse trigger | 12 Tracings of patients with moderate or severe hypoxemic respiratory failure | Paw and flow waveforms | Combination of methods, including logistic regression and 2nd derivatives |
Accuracy: 0.96 Sensitivity: 0.83 Specificity: 0.99 |
20 Patients that were not used for training (4509 breaths) | Manual annotation of Paw, flow and Pes waveforms by 2 researchers | Pes available, no EAdi available | Pressure control, volume control and pressure support ventilation assessed |
| Wang et al. [62] | Auto trigger, double trigger, Ineffective effort | 44 Patients on NIV | Randomness measures derived from mask pressure, flow, and thoracic and abdominal movement | LightGBM classifier | F-2 score ≥ 0.9 in patients with moderate to high rate of PVA occurrence | Sequential leave-on-out testing | Manual annotation of mask pressure, flow, and thoracic and abdominal movement | Pes or EAdi not available |
NIV-data Less generalizable, since performance is dependent on PVA occurrence |
| Telias et al. [63] | Reverse trigger | 36 Patients (± 14,400 breaths) | Paw, flow and Pes waveforms | Decision tree, combined with 1st and 2nd derivatives | Accuracy: 0.95 | Same 36 testing patients, different breaths (± 7600 breaths) | Manual annotation of Paw, flow and Pes waveforms by minimally 2 experts | Pes available, no EAdi available | Authors present a method for (quantitative) effort detection as well |
| Chen et al. [21] | Flow starvation, ineffective effort, reverse trigger, auto trigger, double trigger, premature cycling, delayed cycling | No training data needed; regression was fitted per breath | Hysteresis loop (PV loops) | Piecewise regression models and rule-based thresholds |
Accuracy ≥ 0.99 Sensitivity ≥ 0.90 Specificity ≥ 0.97 |
11 Patients (5500 breaths) | Manual annotation using Paw, flow and PV loops | No Pes or EAdi available | The proposed method that uses PV loops could be integrated in future machine learning algorithms |
ARDS Acute Respiratory Distress Syndrome, EAdi Electrical Activity of the Diaphragm, ERTC Extremely Randomized Trees Classifier, GBC Gradient Boosted Classifier, ICU Intensive Care Unit, MLP Multilayer Perceptron, NIV Noninvasive Ventilation, Paw Airway Pressure, Pes Esophageal Pressure, PVA Patient-Ventilator Asynchrony, PV loops Pressure-Volume loops, RF Random Forest, ROC Receiver Operating Characteristic
The added value of ML becomes more apparent when the dataset becomes more complex. For instance, Chen et al. [21] attempted to detect 7 different PVAs (flow starvation, ineffective effort, reverse trigger, auto trigger, double trigger, premature cycling and delayed cycling) with a piecewise regression model in combination with rule-based thresholds, using only PV loops obtained from different modes of mechanical ventilation. The performance was tested against clinician waveform review (pressure, flow and PV loops). They reported an accuracy ≥ 0.99, sensitivity ≥ 0.90 and specificity ≥ 0.99 for the detection of individual PVAs, with an average of 0.99, 0.94 and 1.0 for these metrics, respectively. Although the ground truth was not based on measures of patient effort (i.e. Pes or EAdi), these results illustrate the ability of ML to detect multiple PVAs from ventilator data.
Deep learning (DL)
DL is a sub-field of ML, characterized by the use of neural networks that mimic the structure and function of biological neural networks [26]. It is less transparent than ML and automatically selects features from the raw data. Training of the algorithm can be either supervised or unsupervised and occurs with or without labelled input data, respectively [32]. DL is often seen as a ‘black box’ system, in which the decision-making process is not transparent due to the large number of abstract calculations in the model. However, it can discover otherwise unnoticed, abstract coherences in data and can therefore aid in the complex classification process of PVAs. Studies on such DL models are summarized in Table 3.
Table 3.
Characteristics of selected deep learning algorithms (studies are arranged chronologically)
| Author | Type of PVA | Population | Input data | Algorithm | Performance | Validation | Reference | Pes or EAdi | Comments |
|---|---|---|---|---|---|---|---|---|---|
| Zhang et al. [33] | Double trigger, ineffective effort | Trained on 17 patients (185,385 breaths), validated on 142 patients (330,825 breaths), and vice versa | Pressure and flow waveforms | Deep learning method (RNN model) |
Double trigger: Accuracy ≥ 0.95 Sensitivity ≥ 0.91 Specificity ≥ 0.96 Ineffective effort: Accuracy ≥ 0.92 Sensitivity ≥ 0.86 Specificity ≥ 0.95 |
Trained on 17 patients (185,385 breaths), validated on 142 patients (330,825 breaths), and vice versa | Manual annotation of pressure and flow waveforms | No Pes or EAdi available | Separate model for double trigger and ineffective effort. They compared their DL model to a ML and RBA model and validated on separate data. Short pre-processing times for the models (max 6 ms) |
| Pan et al. [64] | Double trigger, ineffective effort, premature cycling, delayed cycling | 20 Patients (289.229 breaths) | Flow and pressure waveforms | CNN |
Accuracy ≥ 0.97 Sensitivity ≥ 0.98 Specificity ≥ 0.95 |
Tenfold cross validation (70% of data used for training, 30% for validation) | Manually annotated flow and pressure waveforms | No Pes or EAdi available | Binary classifier for each PVA for each ventilator mode (pressure-controlled and pressure support). Short pre-processing times for the models and low dimensionality allow for real time detection |
| Baedorf-Kassis et al. [29] | Reverse trigger | 15 ARDS patients (23,321 breaths) | Flow, pressure, volume and Pes waveforms, Campbell diagrams (PV loops) | Rule-based software and Modified ResNet network |
RBA: F1-score: 0.78 Sensitivity: 0.75 Specificity: 0.97 Deep NN: F1-score: 0.77 Sensitivity: 0.73 Specificity: 0.97 |
13 Patients (9923 breaths) | Manually annotated waveforms (flow, pressure, volume) and Pes by 2 experts | Pes available, no EAdi available | NN and an iteration of the RBA used Pes in classification |
| Bakkes et al. [34] | Delayed inspiration, premature cycling, delayed cycling, ineffective effort |
Clinical data: 15 patients on pressure support mode (4275 breaths) Simulated data: 58,876 breaths |
Pressure, flow and volume waveforms | Neural network (modified U-net) |
Sensitivity ≥ 0.94 PPV ≥ 0.94 |
4 Approaches: 1) cross validation on clinical data, 2) training on clinical data, testing on simulated data, 3) training on simulated data, testing on clinical data, 4) cross validation on clinical data, but training supplemented with simulated data |
Manual annotation of Paw, flow volume and Pes curves by 1 clinician | Pes available, no EAdi available | Reference makes use of only 1 clinician, model evaluated and trained on different combinations of the datasets |
| De Haro et al. [65] | Flow starvation | 28 Patients with square-flow assisted ventilation (6428 breaths) | Paw waveforms | Supervised deep learning networks (RNN and CNN) |
RNN: Accuracy: 0.88 CNN: Accuracy: 0.87 |
15-Fold holdout cross-validation (80–20 train-validation split) | Manual annotation of Paw and flow curves by 5 experts. Pes was available in a subset of the data | Pes partially available, no EAdi available | Tested a CNN and RNN |
| Van de Kamp et al. [39] | Premature triggering, delayed triggering, premature cycling, delayed cycling, auto trigger, ineffective effort | 15 Patients (7582 breaths) | Pressure, volume and flow waveforms | RNN |
Sensitivity ≥ 0.44 PPV ≥ 0.62 F1-score ≥ 0.51 Premature triggering not included due to only 1 occurrence in dataset |
15-Fold cross validation | Manually annotated flow, pressure and Pes waveforms | Pes available, no EAdi available | Low latency for labelling data, realtime implementation possible |
ARDS Acute Respiratory Distress Syndrome, CNN Convolutional Neural Network, DL Deep Learning, EAdi Electrical Activity of the Diaphragm, ML Machine Learning, NN Neural Network, Paw Airway Pressure, Pes Esophageal Pressure, PPV Positive Predictive Value, PV loops Pressure-Volume Loops, PVA Patient-Ventilator Asynchrony, RBA Rule-Based Algorithm, RNN Recurrent Neural Network
Zhang et al. [33] illustrated the added benefits of DL for the detection of double triggering and ineffective efforts, when compared to ML and rule-based algorithms. They showed that while the rule-based algorithm was highly dependent on manually chosen thresholds, ML and DL networks had a more robust performance. Moreover, when validated on different data, DL outperformed ML, especially for the detection of ineffective efforts (minimal accuracy difference of 0.21 (0.92 vs 0.71, respectively)). Lastly, the DL networks had a good extrapolating ability compared to the ML algorithms, demonstrated by less reduction in F1-score (0.98 to 0.89 for DL vs 0.90 to 0.50 for ML). Although the authors showed benefits of DL over ML and rule-based algorithms, an important limitation was the reference dataset, which was annotated without Pes or EAdi available. This limitation was not present in the study of Bakkes et al. [34], where the capabilities of a modified U-net neural network for the detection of delayed inspiration, premature cycling, delayed cycling and ineffective effort was studied. They used a combination of a clinical and simulated dataset, which included Pes waveforms for expert labelling. For the detection of PVAs, they found a minimal sensitivity and positive predictive value (PPV) of 0.94. Furthermore, they showed that artificially generated data can accurately simulate clinical data and therefore aid in the optimization of AI algorithms.
Licensed software
We define licensed software as software (either rule-based, ML or DL) that is already being used in a commercial product, or as software that is not fully disclosed (likely because it will be commercially deployed). There are several licensed software packages reported for the automated detection of PVAs (Table 4) which could facilitate bedside implementation. An early example is the Better Care® (Better Care, Spain) software, developed by Blanch et al. [35], which focusses on detecting ineffective efforts during expiration using flow curves. The algorithm is rule-based and looks at the deviation of the flow curve compared to a standardized flow curve. When it deviates more than a manually set threshold (> 42%), the system identifies the breath as ineffective effort. When validated on an external dataset with EAdi available, they found a sensitivity and specificity of 0.65 and 0.97, respectively. However, it must be noted that for the ground truth, ineffective efforts were defined as EAdi peaks of > 1 µV above basal EAdi during expiration, not followed by a ventilator breath. This threshold has been shown to be sensitive to electrical and mechanical artefacts, possibly leading to false positive results [22]. A higher threshold might be an appropriate solution to minimize the influence of artefacts, while still retaining sensitivity [36].
Table 4.
Characteristics of selected licensed software (studies are arranged chronologically)
| Author | Type of PVA | Population | Input data | Algorithm | Performance | Validation | Reference | Pes or EAdi | Comments |
|---|---|---|---|---|---|---|---|---|---|
| Blanch et al. [35] | Ineffective effort | 8 Patients (1024 breaths) | Paw and flow waveforms | Better Care |
Test (expert opinion): Sensitivity: 0.92 Specificity: 0.92 Validation (EAdi): Sensitivity: 0.65 Specificity: 0.97 |
Externally validated on 8 patients (9600 breaths) | Manual annotation of Paw and flow waveforms. For validation, EAdi was used (based on a threshold) | EAdi available, no Pes available | Software is (now) integrated with ICU systems. Tested with expert opinion, validated using EAdi from another hospital. Software classifies breaths using expiratory flow waveforms |
| Phan et al. [37] | Ineffective effort | Algorithm already trained | Delta waveform (difference pressure and flow) | Syncron-E system |
Sensitivity: 0.83 Specificity: 0.99 |
7 Patients (926 breaths), all pressure support ventilated | Manual annotation using Paw, flow, Pes, Pdi and EAdi waveforms (1 clinician) | Pes, Pdi and EAdi available | Compared detection abilities of algorithm vs. clinicians |
| Chen et al. [38] (continues on work from Su et al. [66]) | Flow starvation, double trigger, ineffective effort, premature cycling, delayed cycling, reverse trigger, auto trigger and overshoot | 4 Male patients (± 3600 breaths) | Paw, flow and volume waveforms | PVA-RemoteMonitor system |
Sensitivity ≥ 0.67 Specificity ≥ 0.90 PPV ≥ 0.74 NPV ≥ 0.99 |
Same 4 male patients, but different breaths (± 900 breaths) | Manual annotation of flow, volume and pressure waveforms | No Pes or EAdi available | No double triggers or ineffective efforts annotated/present so not validated for those PVAs |
EAdi Electrical Activity of the Diaphragm, ICU Intensive Care Unit, NPV Negative Predictive Value, Paw Airway Pressure, Pdi Transdiaphragmatic Pressure, Pes Esophageal Pressure, PPV Positive Predictive Value, PVA Patient-Ventilator Asynchrony
A more recent algorithm is the Syncron-E™ system (Autonomous Healthcare, USA). This software attempts to detect ineffective triggers and uses a random forest classifier based on the delta waveform, as described by Gholami et al. [31]. When Phan et al. [37] validated the software, they found a sensitivity and specificity of 0.83 and 0.99, respectively. The sensitivity for ineffective effort detection was lower than the sensitivity for premature or delayed cycling PVAs as found by Gholami et al. [31], but the specificity remained similar [37]. The difference in sensitivity could be explained by the use of a validation set with Pes and EAdi, or because of the different types of PVAs that were assessed.
Lastly, a recent publication by Chen et al. [38] showed the application of the Remote-VentilateView platform for the detection of eight types of PVA (flow starvation, double trigger, ineffective effort, premature cycling, delayed cycling, reverse trigger, auto trigger and overshoot) in 14 hospitals. No double trigger or ineffective efforts were annotated or present in their data, causing these PVAs to not be validated. Although not licensed at the time of study, the exact underlying algorithm was not disclosed. However, they describe it as a ML algorithm which uses a form of nearest-neighbor classifying and report a sensitivity ≥ 0.67 and specificity ≥ 0.90, with an average of 0.82 and 0.98 for these metrics, respectively [38]. This software seems promising due to its feasibility of implementation in multiple ICUs and its ability to detect multiple types of PVAs with good performance.
Current challenges
Although results of the abovementioned studies are promising for future bedside AI-assisted PVA detection, we identified several challenges and limitations to be addressed prior to clinical implementation.
PVA types and definitions: most of the algorithms studied in this review can only detect a few PVAs, while many forms of PVA exist [15]. To further complicate the reproducibility of research, the definitions of the PVAs are not standardized [25, 39], which warrants consensus of experts in the field.
Comparison of models: we clustered the reported studies into four main groups, but the underlying model architectures can differ substantially even within these groups. In addition, mathematical methods are not always fully reported. Both factors hinder consistent classification and comparison between models.
(Training) data quality: another limitation is the lack of vast amounts of high-quality data and long recordings. Manual labelling of breathing cycles by clinicians is highly time-consuming and challenging even for expert observers, although the availability of Pes and EAdi as reference for breathing effort can improve labelling accuracy [3, 20]. Ideally, multiple experts should label the breaths to minimize bias and improve labelling accuracy. Inter-observer agreement should be evaluated and reported prior to model development and validation, to assess ground truth labelling quality. ML and DL methods are highly dependent on the training data and models can therefore be biased, emphasizing the need for external validation with high quality data [40, 41].
Generalizability: as PVA occurrence could depend on the lung mechanics [42], algorithm development could benefit from training/validation on a wide variety of lung mechanics instead of being trained on a highly selected patient group. This can increase generalizability and enhance performance in new data.
Reference for effort: Pes and EAdi are surrogates of patient effort, but mainly reflect inspiratory effort [43]. Expiratory muscles are also frequently engaged in the generation of breathing effort in critically ill patients [44]. Since expiratory muscle effort can cause PVAs [16, 45], PVA occurrence may be underestimated when solely using Pes or EAdi as reference for patient effort. In addition, no data exist on the performance of PVA detection algorithms when using Pes versus EAdi in the labeling process. However, using EAdi as a reference for patient effort might overestimate ineffective effort prevalence, as small-amplitude EAdi peaks can sometimes be the result of cardiac artefacts and insufficient signal filtering [22].
Towards real-time analysis: (near) real-time analysis of ventilator data is often lacking. While some automated methods can achieve real-time classification, most reported models included offline or retrospective analyses and were not tested in prospective clinical studies. Although computational processing units and networks have seen vast improvements over the past years in terms of speed, it remains challenging to capture waveform data and integrate real-time application of ML and DL structures on such large amounts of data.
Towards bedside implementation
Once PVAs can be classified in real-time, their physiological and clinical impact can be further investigated. Several steps could facilitate bedside implementation of AI-based PVA detection. Currently, most algorithms are in the development or validation phase (84%, i.e., 16/19 of the reviewed studies; up to level of readiness 4 or 5, respectively, see Supplemental File 2), while we should finally aim for their use and evaluation in clinical practice (level of readiness 8) [46]. Here, we present a roadmap for the progressing of automated PVA detection algorithms towards implementation in the ICU (see Fig. 1).
Fig. 1.
Steps to achieve bench to bedside implementation for Patient-Ventilator Asynchrony (PVA) detection algorithms. ICU intensive care unit, TRL technology readiness level
High-quality and real-time input data collection is one of the most important factors for AI implementation. Although the ICU environment is characterized by intense data monitoring, the data itself has historically been underused [47–49] and is prone to measurement errors, such as outliers and missing data [46, 50]. ICU data integration therefore remains the main challenge in developing effective tools for PVA analysis [2]. For this to be successful, we emphasize the importance of data quality and data architecture. Data quality directly influences algorithm performance [51] and can be expressed in terms of data quality dimensions, of which accuracy, completeness, consistency, reliability and timeliness are deemed most important [52]. These dimensions are all influenced by the hospital’s information technology infrastructure, collection of data by ICU clinicians, and interoperability of devices, underlining the need for harmonization of data capturing and the connection with context data from the electronic health record.
When front-end data quality is ensured, a data architecture is needed to define the routes for processing, analyzing and storing. This architecture ultimately determines where data processing, and thus algorithm implementation, takes place, influencing processing times and possibilities. Ideally, ICU data should be stored and processed on a central location (e.g., local, or cloud-based solutions [53]) to allow generalizability and smooth implementation of novel algorithms.
Before PVA detection algorithms can be used in a clinical setting, current algorithms need to be validated and generalized. Due to possible overfitting, which is not always noticed in the test dataset, validation on external, new data, is a cornerstone of reliable implementation [54]. For example, an algorithm might perform well on a training and test dataset but can lose its reliability when validated on an external dataset from a different ICU. Factors as differing populations, equipment and frequency of data collection can play a role in this deterioration of performance [46, 55]. Proper external validation ensures the generalizability of the algorithm, which is needed for widespread implementation. However, this remains challenging due to dataset limitations; the level of agreement between clinicians who label the dataset can vary, influencing the ground truth [56]. Furthermore, most datasets lack Pes or EAdi tracings, impacting the labeling accuracy due to the absence of a reference for breathing effort [37]. This is also relevant for asynchronies that are not a result of patient effort per se (e.g., auto-trigger), since Pes or EAdi could aid in the identification of absent patient effort. When ground truth accuracy is deemed sufficient, algorithms should be able to detect the majority of PVA types, either in a single model, or in concurrent models with fast processing times, to allow for (near) real-time monitoring of clusters of PVA.
Last, models should be tested and integrated prospectively in a real-time ICU setting on mechanically ventilated patients, to eventually allow for clinical evaluation. In daily practice, factors as missing measurements, clinical interventions and artefacts (e.g., brief disconnections, cardiac oscillations, leaks) are common, which might be underrepresented in the training, test and validation data. This can influence the performance of the algorithms and emphasizes the need for a real-time evaluation step. When fine-tuning of the model is deemed necessary, a possible solution could be to train the model on artefacts and unstable signals, enabling the algorithm to distinguish an artefact from a PVA, possibly resulting in more accurate PVA detection in a real-time setting. Another possible solution could be to determine the stability of the signal and provide confidence levels of the classifications, such that clinicians are aware that the model output could be based on low probabilities.
Future perspective
When the abovementioned aspects are correctly implemented, automated PVA detection can become a readily available monitoring tool that allows accurate, continuous monitoring of mechanically ventilated patients, paving the way for personalized ventilation management. This could take away current limitations of PVA research (short-time spans and underestimation of prevalence), allowing the ICU community to study the pathophysiological impact of PVA during the full course of mechanical ventilation and its (causal) effect on clinical outcomes. As a result, it would allow for the development of recommendations and methods to mitigate the possible adverse effects of PVAs. An example is a Clinical Decision Support System (CDSS) that provides clinicians advise on treatment options that lead to the best predicted outcome [57], for instance by proposing ventilator adjustments or modulation of respiratory drive. AI-based detection of PVA and recommendations on how to resolve them may reduce the workload of clinical personnel. When the added value and safety of such system would be validated, a ventilator that automatically adjusts ventilator settings to resolve PVA is not unthinkable for the future. Last, discussions about the ethical and legal considerations surrounding actionable, unsupervised AI in healthcare should take place prior to implementation.
Conclusion
PVA is a common phenomenon in mechanically ventilated patients and has been associated with adverse events. It is currently identified via visual inspection of ventilator waveforms, but this is highly time-consuming and prone to errors. Automated AI detection methods using rule-based, ML or DL have shown promising results, yet mostly remain in the development or validation stage. For widespread implementation to take place, several steps, including external validation and (near) real-time employment, should be considered. This could finally aid in accurately detecting and mitigating PVAs, reducing clinician’s workload and optimizing personalized mechanical ventilation, and eventually improving clinical outcomes.
Supplementary Information
Acknowledgements
Not applicable.
Abbreviations
- AI
Artificial Intelligence
- ARDS
Acute Respiratory Distress Syndrome
- AUC
Area Under the Curve
- CDSS
Clinical Decision Support System
- CNN
Convolutional Neural Network
- DL
Deep Learning
- EAdi
Electrical Activity of the Diaphragm
- ERTC
Extremely Randomized Trees Classifier
- GBC
Gradient Boosted Classifier
- ICU
Intensive Care Unit
- ML
Machine Learning
- MLP
Multilayer Perceptron
- NIV
Noninvasive Ventilation
- NN
Neural Network
- NPV
Negative Predictive Value
- Paw
Airway Pressure
- Pdi
Transdiaphragmatic Pressure
- Pes
Esophageal Pressure
- PPV
Positive Predictive Value
- PVA
Patient-Ventilator Asynchrony
- PV loop
Pressure-Volume loop
- RBA
Rule-Based Algorithm
- RF
Random Forest
- RNN
Recurrent Neural Network
- ROC
Receiver Operating Characteristic
Author contributions
Concept and design: TR, AJ. Manuscript drafting: TR. Supervision: AJ. Illustration (Fig. 1): AJ. Manuscript revising for intellectual contact and final approval: all authors.
Funding
Authors form the SIREN consortium (Synergy in Respiration: Improving Patient-Ventilator Interaction via AI-based Monitoring), a collaborative project that is co-funded by the PPP Allowance made available by Health ~ Holland, Top Sector Life Sciences & Health, to stimulate public–private partnerships (Erasmus MC-TKI-LSH, grant number EMCLSH24018).
Availability of data and materials
Not applicable.
Declarations
Ethics approval and consent to participate
Research ethics approval and pre-registration of the study protocol were not applicable as no patients were involved.
Consent for publication
Not applicable.
Competing interests
Outside of this work, AJ has received research funding (paid to the institution) from ZonMw, Pulmotech B.V., Liberate Medical, the Netherlands eScience center. Related to this work, AJ has received funding from Health ~ Holland (Erasmus MC-TKI-LSH, grant number EMCLSH24018), paid to the institution. TR is funded via this project. AB and DK are co-founders of Deep Breath B.V., a company developing AI-based software for identification of asynchronies. Outside of this work, AS has research collaboration with Hamilton Medical AG (Switzerland), Demcon-Macawi B.V. (the Netherlands) and MedLea Srl (Italy) and received speaker fees from Hamilton Medical AG. The remaining authors declare that they have no relevant competing interests.
Footnotes
Publisher's Note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
References
- 1.Pham T, Telias I, Piraino T et al (2018) Asynchrony consequences and management. Crit Care Clin 34:325–341. 10.1016/j.ccc.2018.03.008 [DOI] [PubMed] [Google Scholar]
- 2.Subirà C, De Haro C, Magrans R et al (2018) Minimizing asynchronies in mechanical ventilation: current and future trends. Respir Care 63:464–478. 10.4187/respcare.05949 [DOI] [PubMed] [Google Scholar]
- 3.Jonkman AH, Telias I, Spinelli E et al (2023) The oesophageal balloon for respiratory monitoring in ventilated patients: updated clinical review and practical aspects. Eur Respir Rev Off J Eur Respir Soc 32:220186. 10.1183/16000617.0186-2022 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4.Docci M, Rodrigues A, Dubo S et al (2024) Does patient-ventilator asynchrony really matter? Curr Opin Crit Care. 10.1097/MCC.0000000000001225 [DOI] [PubMed] [Google Scholar]
- 5.Beitler JR, Sands SA, Loring SH et al (2016) Quantifying unintended exposure to high tidal volumes from breath stacking dyssynchrony in ARDS: the BREATHE criteria. Intensive Care Med 42:1427–1436. 10.1007/s00134-016-4423-3 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.Bertoni M, Spadaro S, Goligher EC (2020) Monitoring patient respiratory effort during mechanical ventilation: lung and diaphragm-protective ventilation. Crit Care Lond Engl 24:106. 10.1186/s13054-020-2777-y [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.Goligher EC, Jonkman AH, Dianti J et al (2020) Clinical strategies for implementing lung and diaphragm-protective ventilation: avoiding insufficient and excessive effort. Intensive Care Med 46:2314–2326. 10.1007/s00134-020-06288-9 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8.Hashimoto H, Yoshida T, Firstiogusran AMF et al (2023) Asynchrony injures lung and diaphragm in acute respiratory distress syndrome. Crit Care Med 51:e234–e242. 10.1097/CCM.0000000000005988 [DOI] [PubMed] [Google Scholar]
- 9.Damiani LF, Engelberts D, Bastia L et al (2022) Impact of reverse triggering dyssynchrony during lung-protective ventilation on diaphragm function: an experimental model. Am J Respir Crit Care Med 205:663–673. 10.1164/rccm.202105-1089OC [DOI] [PubMed] [Google Scholar]
- 10.Delisle S, Ouellet P, Bellemare P et al (2011) Sleep quality in mechanically ventilated patients: comparison between NAVA and PSV modes. Ann Intensive Care 1:42. 10.1186/2110-5820-1-42 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Bosma K, Ferreyra G, Ambrogio C et al (2007) Patient-ventilator interaction and sleep in mechanically ventilated patients: pressure support versus proportional assist ventilation. Crit Care Med 35:1048–1054. 10.1097/01.CCM.0000260055.64235.7C [DOI] [PubMed] [Google Scholar]
- 12.Thille AW, Rodriguez P, Cabello B et al (2006) Patient-ventilator asynchrony during assisted mechanical ventilation. Intensive Care Med 32:1515–1522. 10.1007/s00134-006-0301-8 [DOI] [PubMed] [Google Scholar]
- 13.Kyo M, Shimatani T, Hosokawa K et al (2021) Patient–ventilator asynchrony, impact on clinical outcomes and effectiveness of interventions: a systematic review and meta-analysis. J Intensive Care 9:50. 10.1186/s40560-021-00565-5 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Blanch L, Villagra A, Sales B et al (2015) Asynchronies during mechanical ventilation are associated with mortality. Intensive Care Med 41:633–641. 10.1007/s00134-015-3692-6 [DOI] [PubMed] [Google Scholar]
- 15.De Haro C, Ochagavia A, López-Aguilar J et al (2019) Patient-ventilator asynchronies during mechanical ventilation: current knowledge and research priorities. Intensive Care Med Exp 7:43. 10.1186/s40635-019-0234-5 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16.Jonkman AH, Holleboom MC, De Vries HJ et al (2022) Expiratory muscle relaxation-induced ventilator triggering. Chest 161:e337–e341. 10.1016/j.chest.2022.01.070 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Mellott KG, Grap MJ, Munro CL et al (2014) Patient ventilator asynchrony in critically ill adults: frequency and types. Heart Lung 43:231–243. 10.1016/j.hrtlng.2014.02.002 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 18.De Wit M, Pedram S, Best AM, Epstein SK (2009) Observational study of patient-ventilator asynchrony and relationship to sedation level. J Crit Care 24:74–80. 10.1016/j.jcrc.2008.08.011 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.Zhou Y, Holets SR, Li M et al (2021) Etiology, incidence, and outcomes of patient–ventilator asynchrony in critically-ill patients undergoing invasive mechanical ventilation. Sci Rep 11:12390. 10.1038/s41598-021-90013-z [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.Colombo D, Cammarota G, Alemani M et al (2011) Efficacy of ventilator waveforms observation in detecting patient–ventilator asynchrony. Crit Care Med 39:2452–2457. 10.1097/CCM.0b013e318225753c [DOI] [PubMed] [Google Scholar]
- 21.Chen Y, Zhang K, Zhou C et al (2023) Automated evaluation of typical patient–ventilator asynchronies based on lung hysteretic responses. Biomed Eng OnLine 22:102. 10.1186/s12938-023-01165-0 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.Jonkman AH, Roesthuis LH, De Boer EC et al (2020) Inadequate assessment of patient-ventilator interaction due to suboptimal diaphragm electrical activity signal filtering. Am J Respir Crit Care Med 202:141–144. 10.1164/rccm.201912-2306LE [DOI] [PubMed] [Google Scholar]
- 23.Sinderby C, Liu S, Colombo D et al (2013) An automated and standardized neural index to quantify patient-ventilator interaction. Crit Care 17:R239. 10.1186/cc13063 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 24.Butler R, Monsalve M, Thomas GW et al (2018) Estimating time physicians and other health care workers spend with patients in an intensive care unit using a sensor network. Am J Med 131:972.e9-972.e15. 10.1016/j.amjmed.2018.03.015 [DOI] [PubMed] [Google Scholar]
- 25.Chatburn RL, Mireles-Cabodevila E (2020) 2019 year in review: patient-ventilator synchrony. Respir Care 65:558–572. 10.4187/respcare.07635 [DOI] [PubMed] [Google Scholar]
- 26.Grosan C, Abraham A (2011) Intelligent systems: a modern approach. Springer Berlin/Heidelberg, Berlin, Heidelberg [Google Scholar]
- 27.Nakatsu R (2009) Diagrammatic reasoning in AI, 1st edn. Wiley, Hoboken [Google Scholar]
- 28.Siebig S, Kuhls S, Imhoff M et al (2010) Intensive care unit alarms—How many do we need? Crit Care Med 38:451–456. 10.1097/CCM.0b013e3181cb0888 [DOI] [PubMed] [Google Scholar]
- 29.Baedorf-Kassis EN, Glowala J, Póka KB et al (2023) Reverse triggering neural network and rules-based automated detection in acute respiratory distress syndrome. J Crit Care 75:154256. 10.1016/j.jcrc.2023.154256 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Rodriguez PO, Tiribelli N, Gogniat E et al (2020) Automatic detection of reverse-triggering related asynchronies during mechanical ventilation in ARDS patients using flow and pressure signals. J Clin Monit Comput 34:1239–1246. 10.1007/s10877-019-00444-3 [DOI] [PubMed] [Google Scholar]
- 31.Gholami B, Phan TS, Haddad WM et al (2018) Replicating human expertise of mechanical ventilation waveform analysis in detecting patient-ventilator cycling asynchrony using machine learning. Comput Biol Med 97:137–144. 10.1016/j.compbiomed.2018.04.016 [DOI] [PubMed] [Google Scholar]
- 32.Oladipupo T (2010) Types of machine learning algorithms. New Adv Mach Learn 3:19–24 [Google Scholar]
- 33.Zhang L, Mao K, Duan K et al (2020) Detection of patient-ventilator asynchrony from mechanical ventilation waveforms using a two-layer long short-term memory neural network. Comput Biol Med 120:103721. 10.1016/j.compbiomed.2020.103721 [DOI] [PubMed] [Google Scholar]
- 34.Bakkes T, Van Diepen A, De Bie A et al (2023) Automated detection and classification of patient–ventilator asynchrony by means of machine learning and simulated data. Comput Methods Programs Biomed 230:107333. 10.1016/j.cmpb.2022.107333 [DOI] [PubMed] [Google Scholar]
- 35.Blanch L, Sales B, Montanya J et al (2012) Validation of the Better Care® system to detect ineffective efforts during expiration in mechanically ventilated patients: a pilot study. Intensive Care Med 38:772–780. 10.1007/s00134-012-2493-4 [DOI] [PubMed] [Google Scholar]
- 36.Jonkman AH, Heunks LMA (2020) Reply to Aquino-Esperanza et al. Considerations for an optimal electrical activity of the diaphragm threshold for automated detection of ineffective efforts. Am J Respir Crit Care Med 202:1605–1606. 10.1164/rccm.202008-3052LE [DOI] [PMC free article] [PubMed] [Google Scholar]
- 37.Phan TS, Costa R, Haddad WM et al (2020) Validation of an automated system for detecting ineffective triggering asynchronies during mechanical ventilation: a retrospective study. J Clin Monit Comput 34:1233–1237. 10.1007/s10877-019-00442-5 [DOI] [PubMed] [Google Scholar]
- 38.Chen X, Fan J, Zhao W et al (2024) Application of a cloud platform that identifies patient-ventilator asynchrony and enables continuous monitoring of mechanical ventilation in intensive care unit. Heliyon 10:e33692. 10.1016/j.heliyon.2024.e33692 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 39.Van De Kamp L, Reinders J, Hunnekens B et al (2024) Automatic patient-ventilator asynchrony detection framework using objective asynchrony definitions. IFAC J Syst Control 27:100236. 10.1016/j.ifacsc.2023.100236 [Google Scholar]
- 40.Whang SE, Lee J-G (2020) Data collection and quality challenges for deep learning. Proc VLDB Endow 13:3429–3432. 10.14778/3415478.3415562 [Google Scholar]
- 41.Mehrabi N, Morstatter F, Saxena N et al (2022) A survey on bias and fairness in machine learning. ACM Comput Surv 54:1–35. 10.1145/3457607 [Google Scholar]
- 42.Sousa MLDA, Magrans R, Hayashi FK et al (2020) Predictors of asynchronies during assisted ventilation and its impact on clinical outcomes: the EPISYNC cohort study. J Crit Care 57:30–35. 10.1016/j.jcrc.2020.01.023 [DOI] [PubMed] [Google Scholar]
- 43.Van Oosten JP, Akoumianaki E, Jonkman AH (2024) Monitoring respiratory muscles effort during mechanical ventilation. Curr Opin Crit Care. 10.1097/MCC.0000000000001229 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 44.Shi Z-H, Jonkman A, De Vries H et al (2019) Expiratory muscle dysfunction in critically ill patients: towards improved understanding. Intensive Care Med 45:1061–1071. 10.1007/s00134-019-05664-4 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 45.Akoumianaki E, Vaporidi K, Stamatopoulou V et al (2024) Gastric pressure monitoring unveils abnormal patient-ventilator interaction related to active expiration: a retrospective observational study. Anesthesiology 141:541–553. 10.1097/ALN.0000000000005071 [DOI] [PubMed] [Google Scholar]
- 46.Van De Sande D, Van Genderen ME, Huiskens J et al (2021) Moving from bytes to bedside: a systematic review on the use of artificial intelligence in the intensive care unit. Intensive Care Med 47:750–760. 10.1007/s00134-021-06446-7 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 47.Falini S, Angelotti G, Cecconi M (2020) ICU management based on big data. Curr Opin Anaesthesiol 33:162–169. 10.1097/ACO.0000000000000834 [DOI] [PubMed] [Google Scholar]
- 48.Carra G, Salluh JIF, Da Silva Ramos FJ, Meyfroidt G (2020) Data-driven ICU management: using big data and algorithms to improve outcomes. J Crit Care 60:300–304. 10.1016/j.jcrc.2020.09.002 [DOI] [PubMed] [Google Scholar]
- 49.Anthony Celi L, Mark RG, Stone DJ, Montgomery RA (2013) “Big data” in the intensive care unit. Closing the data loop. Am J Respir Crit Care Med 187:1157–1160. 10.1164/rccm.201212-2311ED [DOI] [PMC free article] [PubMed] [Google Scholar]
- 50.Maslove DM, Dubin JA, Shrivats A, Lee J (2016) Errors, omissions, and outliers in hourly vital signs measurements in intensive care. Crit Care Med 44:e1021–e1030. 10.1097/CCM.0000000000001862 [DOI] [PubMed] [Google Scholar]
- 51.Gudivada V, Apon A, Ding J (2017) Data quality considerations for big data and machine learning: going beyond data cleaning and transformations. Int J Adv Softw 10:1–20 [Google Scholar]
- 52.Juddoo S, George C, Duquenoy P, Windridge D (2018) Data governance in the health industry: investigating data quality dimensions within a big data context. Appl Syst Innov 1:43. 10.3390/asi1040043 [Google Scholar]
- 53.Noteboom SH, Kho E, Galanty M et al (2025) From intensive care monitors to cloud environments: a structured data pipeline for advanced clinical decision support. EBioMedicine 111:105529. 10.1016/j.ebiom.2024.105529 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 54.Burzykowski T, Geubbelmans M, Rousseau A-J, Valkenborg D (2023) Validation of machine learning algorithms. Am J Orthod Dentofacial Orthop 164:295–297. 10.1016/j.ajodo.2023.05.007 [DOI] [PubMed] [Google Scholar]
- 55.Chin MH, Afsar-Manesh N, Bierman AS et al (2023) Guiding principles to address the impact of algorithm bias on racial and ethnic disparities in health and health care. JAMA Netw Open 6:e2345050. 10.1001/jamanetworkopen.2023.45050 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 56.Pham T, Montanya J, Telias I et al (2021) Automated detection and quantification of reverse triggering effort under mechanical ventilation. Crit Care 25:60. 10.1186/s13054-020-03387-3 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 57.Smit JM, Krijthe JH, Van Bommel J et al (2023) The future of artificial intelligence in intensive care: moving from predictive to actionable AI. Intensive Care Med 49:1114–1116. 10.1007/s00134-023-07102-y [DOI] [PMC free article] [PubMed] [Google Scholar]
- 58.Rehm G, Han J, Kuhn B et al (2018) Creation of a robust and generalizable machine learning classifier for patient ventilator asynchrony. Methods Inf Med 57:208–219. 10.3414/ME17-02-0012 [DOI] [PubMed] [Google Scholar]
- 59.Adams JY, Lieng MK, Kuhn BT et al (2017) Development and validation of a multi-algorithm analytic platform to detect off-target mechanical ventilation. Sci Rep 7:14980. 10.1038/s41598-017-15052-x [DOI] [PMC free article] [PubMed] [Google Scholar]
- 60.Sottile PD, Albers D, Higgins C et al (2018) The association between ventilator dyssynchrony, delivered tidal volume, and sedation using a novel automated ventilator dyssynchrony detection algorithm. Crit Care Med 46:e151–e157. 10.1097/CCM.0000000000002849 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 61.Casagrande A, Quintavalle F, Fernandez R et al (2021) An effective pressure–flow characterization of respiratory asynchronies in mechanical ventilation. J Clin Monit Comput 35:289–296. 10.1007/s10877-020-00469-z [DOI] [PubMed] [Google Scholar]
- 62.Wang C, Aickelin U, Luo L et al (2022) Patient-ventilator asynchrony detection via similarity search methods. J Adv Inf Technol. 10.12720/jait.13.1.15-20 [Google Scholar]
- 63.Telias I, Madorno M, Pham T et al (2023) Magnitude of synchronous and dyssynchronous inspiratory efforts during mechanical ventilation: a novel method. Am J Respir Crit Care Med 207:1239–1243. 10.1164/rccm.202211-2086LE [DOI] [PMC free article] [PubMed] [Google Scholar]
- 64.Pan Q, Zhang L, Jia M et al (2021) An interpretable 1D convolutional neural network for detecting patient-ventilator asynchrony in mechanical ventilation. Comput Methods Programs Biomed 204:106057. 10.1016/j.cmpb.2021.106057 [DOI] [PubMed] [Google Scholar]
- 65.De Haro C, Santos-Pulpón V, Telías I et al (2024) Flow starvation during square-flow assisted ventilation detected by supervised deep learning techniques. Crit Care 28:75. 10.1186/s13054-024-04845-y [DOI] [PMC free article] [PubMed] [Google Scholar]
- 66.Su L, Lan Y, Chi Y et al (2023) Establishment and application of a patient-ventilator asynchrony remote network platform for ICU mechanical ventilation: a retrospective study. J Clin Med 12:1570. 10.3390/jcm12041570 [DOI] [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Supplementary Materials
Data Availability Statement
Not applicable.

