Leaders Insights
Leaders Insights

Rester au meilleur niveau, un peu chaque jour.

DomainesMarketingDataFinanceIA
RessourcesApprendreTestOutilsBlogGlossaire
© 2026 Leaders Insights — Tous droits réservés.
Formations/AI in hospitals/Governance, risks and checks/Diagnosing model risk in clinical AI
3/4+150 XP

Governance, risks and checks

10The hospital AI governance operating model that actually works+15011Mapping the regulatory landscape for hospital AI+15012Diagnosing model risk in clinical AI+15013Running the pre-deployment guardrail checklist+150

Diagnosing model risk in clinical AI

# Diagnosing model risk in clinical AI

In 2019, a study published in *Science* found that a widely used US care management algorithm, applied to roughly 200 million people annually, systematically under-referred Black patients to high-risk care programs. The model was not fed race. It used healthcare costs as a proxy for illness. Because less money was historically spent on Black patients at the same level of sickness, the algorithm concluded they were healthier. They were not.

That is model risk. Not a bug in the code, but a mismatch between what the model learned and what the hospital needed it to do. This lesson dissects the four failure modes that hurt hospitals most, using real deployed cases, and the checks that catch them before a patient is harmed.

What "model risk" means in a hospital

Model risk is the risk of loss (clinical, financial, or reputational) from a model that is wrong, misused, or misunderstood. In banking this concept is formalized. In healthcare it is younger but converging fast, driven by the US FDA (Food and Drug Administration) and the EU AI Act, which classifies most clinical decision supportdecision supportTechnologies and processes that turn raw data into actionable insights via reporting, dashboards and analysis, so teams can decide based on facts rather than intuition.Voir la définition complète → as "high-risk AI" with mandatory monitoring obligations.

Four failure modes dominate. Learn to name them.

Failure mode 1: Dataset shift across patient populations

Dataset shift means the data the model sees in production differs from the data it trained on. A model trained on one hospital's patients degrades at another.

The classic case: Epic's Sepsis Model, deployed in hundreds of US hospitals. An external validation at the University of Michigan (published in *JAMA Internal Medicine*, 2021) found it missed roughly two-thirds of sepsis cases and generated frequent false alarms in a population different from Epic's development data. The model was not broken. It was moved.

Three sub-types to watch:

  • Covariate shift: patient mix changes (older, sicker, different ethnicity).
  • Label shift: disease prevalence changes (a new variant, a seasonal surge).
  • Concept shift: the relationship itself changes (a new treatment protocol alters what "high risk" looks like).

The check: never trust a vendor's internal AUC. Demand local external validation on your own patient data before go-live, and again after any major population change.

> AUC (Area Under the Curve): a score from 0.5 (coin flip) to 1.0 (perfect) measuring how well a model separates sick from healthy patients.

Failure mode 2: Automation bias in the ICU

Automation bias is the human tendency to over-trust a machine's output and stop thinking critically. In the ICU, where a nurse manages alarms every few minutes, this is acute.

Two directions of harm:

  • Commission errors: the clinician follows a wrong AI recommendation they would have caught unaided.
  • Alert fatigue: the model fires so often that staff ignore it, including the true positives. Studies estimate the majority of clinical alerts are overridden. A model that cries wolf trains humans to disable the wolf-catcher.

The governance fix is not better AI. It is workflow design: calibrate alert thresholds to real staffing capacity, log override rates, and treat a rising override rate as a red flag that the model has lost clinical trust.

Machine Learning and Clinical Medicine

Watch on YouTube

Failure mode 3: Silent performance decay

This one kills quietly. A model performs well at launch, then drifts down over months as practice patterns, equipment, and coding change. Nobody notices because there is no alarm for "the model is slowly getting worse."

A concrete driver: a hospital swaps its lab analyzer vendor. Creatinine values shift slightly in scale. A kidney-risk model calibrated on the old scale now mis-scores every patient, silently.

A simple monitoring calculation

You do not need deep math to catch decay. Track the model's calibration: do predicted risks match observed outcomes?

Suppose a readmission model flags 1,000 patients per quarter as "high risk (predicted 30%)." At launch, 300 were actually readmitted (30%, well calibrated). Two quarters later:

Predicted high-risk readmission rate: 30%
Flagged patients:                     1,000
Model expects readmissions:           300
Actual observed readmissions:         180

Observed / Expected ratio = 180 / 300 = 0.60

An O/E ratio of 0.60 means the model now over-predicts risk by 40%. Clinicians are being sent to patients who will not be readmitted, wasting scarce case-management time. That drift is invisible on a dashboard that only shows "model is running." It is obvious on an O/E chart.

Set a trigger: if O/E drifts outside, say, 0.8 to 1.2 for two consecutive periods, pause and revalidate. (Bands are illustrative; set yours with your clinical governance committee.)

Failure mode 4: Inequitable outcomes

Return to the opening case. The harm was not intent. It was a proxy variable (cost) standing in for the real target (health need), combined with historical inequity baked into that proxy.

Where this shows up in hospitals:

  • Pulse oximetry and skin tone: devices and downstream models can overestimate oxygen saturation in patients with darker skin, delaying treatment. This is a documented measurement bias that feeds AI trained on that data.
  • Underrepresented groups: a dermatology model trained mostly on light skin misses melanoma on dark skin.

The check is subgroup performance analysis. Do not report one AUC. Report it per group: by race, sex, age band, and payer type. A model with 0.85 AUC overall and 0.65 for one subgroup is not an 0.85 model. It is a discriminatory one.

The US Office for Civil Rights and Section 1557 of the Affordable Care Act now explicitly cover discrimination through clinical algorithms. Inequitable AI is a compliance exposure, not just an ethics one.

Vérification des acquis

1. In the care management algorithm case, the model under-referred Black patients despite never being fed race as an input. What is the core conceptual lesson this illustrates?

2. The lesson defines model risk as loss from a model that is 'wrong, misused, or misunderstood' rather than a bug in the code. Why is this distinction important?

3. The Epic Sepsis Model performed well in development but missed most sepsis cases at the University of Michigan. This best demonstrates which principle about model validation?

CHOIX MULTIPLES

4. Select ALL correct answers about dataset shift in clinical AI.

Sélectionnez toutes les réponses correctes.

CHOIX MULTIPLES

5. Select ALL correct answers about why regulatory frameworks matter for clinical model risk.

Sélectionnez toutes les réponses correctes.

The guardrails: what to run before you deploy

Governance turns these four risks into a checklist. Anchor it to real frameworks.

1. Classify the model under the applicable regime

  • In the US, ask: is this a regulated medical device? The FDA oversees AI/ML-based Software as a Medical Device (SaMD). Many clinical decision tools qualify. The FDA's Good Machine Learning Practice guiding principles are a free, plain-language starting point.
  • In the EU, the AI Act (in force 2024, obligations phasing in through 2026 and 2027) classifies medical AI as high-risk, requiring risk management, data governancedata governanceData governance is the set of policies, roles, and processes that ensure data is accurate, secure, well-defined, and used responsibly across an organization.Voir la définition complète →, human oversight, and post-market monitoring. Medical devices also fall under the MDR (Medical Device Regulation).

2. Demand local validation, not vendor claims

Reproduce performance on your own population before go-live. Insist on a model card: a short document stating training population, intended use, known limitations, and subgroup performance.

3. Design human oversight into the workflow

Decide explicitly whether a human must confirm each output (human-in-the-loop) or can override after the fact (human-on-the-loop). Log override rates as a live safety signal.

4. Instrument for silent decay

Ship monitoring with the model, not later. Track calibration (O/E ratios), alert volume, and input drift. Assign an owner. A model with no owner is an incident waiting for a name.

5. Run subgroup equity checks continuously

Not once at procurement. Populations shift. Re-run subgroup analysis on a schedule tied to your governance committee.

6. Keep a decommission plan

Every model needs an off-switch and a documented trigger for using it. The Epic sepsis case shows what happens when a widely deployed model cannot be quickly re-scoped.

Key Takeaways

  • A model that works at the vendor can fail at your hospital. Dataset shift is the default expectation, not the exception. Require local external validation before every go-live.
  • Silent decay is the deadliest failure because nothing alarms. Track a simple O/E (observed over expected) ratio each period; drift outside your agreed band triggers revalidation.
  • Automation bias is a workflow problem, not a model problem. Monitor override and alert-fatigue rates as leading indicators of lost clinical trust.
  • One overall accuracy number hides discrimination. Always report performance by subgroup; under US Section 1557 and the EU AI Act, inequitable algorithms are now a legal exposure.
  • Governance is a lifecycle, not a launch gate. Classify under FDA or the EU AI Act, assign an owner, instrument monitoring, and keep a working decommission trigger.

Précédent

Mapping the regulatory landscape for hospital AI

Suivant

Running the pre-deployment guardrail checklist