AI system reduces false ICU alarms while limiting missed alerts

Certified AI Triage of ICU Alarms

Machine Learning

Summary

Too many alarms in intensive care units can be false, making it hard for staff to notice real emergencies quickly. The authors developed a method that either keeps, ignores, or delays alarms to reduce false alerts while ensuring very few real emergencies are missed. They provide a mathematical guarantee that the number of missed real alarms stays below a chosen limit with high confidence. Their method performs well compared to other systems on a standard test, reducing false alarms by nearly 75% while only silencing about 1.5% of genuine ones.

What this means in practice

  • For hospital data teams: Integrate the triage method to reduce false ICU heart rate alarms while keeping missed real alarms within a verified safety limit.
  • For medical device developers: Design ICU monitoring systems that automatically suppress likely false ventricular tachycardia alarms with certified error bounds.$Commercial implications: Enables safer, marketable ICU alarm systems with provable performance guarantees for false alarm reduction.

Tested on one dataset.

Authors

Mohammed Sameer Syed, Rozhin Yasaei

Abstract

In the VTaC benchmark 71% of ventricular-tachycardia alarms are false, but silencing a real one can delay recognition of a dangerous arrhythmia. We reframe alarm reduction as three-way triage (retain, suppress, or defer) and bound the decision this analysis treats as harmful: among suppressed alarms, the fraction that were genuine stays below a user-set budget with 95% confidence, under i.i.d. event sampling. Alarms sharing a waveform record are dependent, so the clustered analysis is a sensitivity check. On the official split a 5% budget certifies in all three seeds, suppressing 74.8% of false alarms while silencing 1.5% of genuine ones, at AUROC 0.953 and Challenge Score 83.33, numerically comparable to the strongest of the eleven published systems. Our central finding measures what multiplicity costs: the correction charges for every candidate, so a finer grid can certify strictly less. Under held-out calibration the 885-cell grid we declared certifies 1 of 15 fold-runs, while choosing the grid on a separate selection partition certifies 8. We project the calibration volume each budget needs, making an uncertifiable budget a design parameter. Finally, adding a learned reliability dimension to the policy grid did not sharpen the certified frontier.