Talk Outline · Medical AI Safety

Safety, Socioeconomic & Ethical Risks of Multimodal AI in Healthcare

Speaker: Yushun Dong, Assistant Professor, Department of Computer Science, Florida State University

A systematic survey of Medical Vision-Language Models (Med-LVLMs) — risk categories, case examples, and key literature

6 Risk Categories
24 Specific Sub-risks
54 Papers Referenced
Updated April 2026
01

Clinical Safety Risks

Multimodal models in clinical settings generate inaccurate, unreliable, or harmful medical information that directly threatens patient safety.

1.1 Hallucination & Misdiagnosis High Severity

Models generate plausible-sounding but factually incorrect medical content — fabricating pathological findings, producing erroneous diagnoses, or confabulating non-existent references.

The MedVH benchmark revealed that medical fine-tuned LVLMs (LLaVA-Med, Med-Flamingo) perform worse on hallucination tests than general-purpose GPT-4V — a striking "fine-tuning paradox" where domain specialization increases hallucination susceptibility in chest X-ray VQA and report generation.

Key Literature
R1
MedVH: Toward Systematic Evaluation of Hallucination for Large Vision Language Models in the Medical Context

Gu et al., 2024 — Six-task hallucination evaluation framework; reveals fine-tuning–hallucination tradeoff in domain-specific medical LVLMs.

R2
Can We Trust AI Doctors? A Survey of Medical Hallucination in LLMs and LVLMs

Zhu et al., ACL 2025 — Taxonomizes medical hallucinations as consistency (misdiagnosis) vs. completeness (missed diagnosis) types; 100+ paper survey.

R3
CARES: A Comprehensive Benchmark of Trustworthiness in Medical Vision Language Models

Xia et al., NeurIPS 2024 — Evaluates across five trust dimensions (truthfulness, fairness, safety, privacy, robustness); 41K QA pairs, 16 modalities.

R4
Medical Hallucination in Foundation Models and Their Impact on Healthcare

Survey, 2025 — Clinician survey (n=70): 91.8% encountered medical hallucinations; 84.7% consider them capable of causing patient harm.

R53
The Clinicians' Guide to LLMs: A General Perspective With a Focus on Hallucinations

Roustan & Bastardot, IJMR 2025 — Practical guide for clinicians on hallucination root causes and their cascade effects on clinical reasoning.

1.2 Unreliable Clinical Decision Support Critical

Models systematically amplify rather than flag embedded clinical errors, propagating and elaborating on false information inserted in realistic clinical scenarios.

Communications Medicine (Omar et al., 2025): 300 clinician-designed vignettes each containing one deliberate error. Six leading LLMs repeated or elaborated on the planted error in up to 83% of cases. A mitigation prompt reduced this to ~41% — still clinically unacceptable.

Key Literature
R6
Multi-model Assurance Analysis: LLMs Are Highly Vulnerable to Adversarial Hallucination Attacks During Clinical Decision Support

Omar et al., Communications Medicine 2025 — 83% error propagation rate across six leading LLMs using clinician-planted vignettes.

R7
GPT-4V(ision) Unsuitable for Clinical Care and Education: A Clinician-Evaluated Assessment

Bedi et al., 2024 — Clinician-led evaluation of GPT-4V across real clinical cases; concludes current multimodal models are not fit for clinical deployment.

R9
A Framework to Assess Clinical Safety and Hallucination Rates of LLMs for Medical Text Summarisation

npj Digital Medicine, 2025 — 12,999 annotated sentences; 1.47% hallucination rate; 3.45% omission rate — omissions posing greater clinical danger.

1.3 Visual-Language Cross-Modal Misinterpretation High Severity

Models fail to correctly integrate imaging content with textual context, producing outputs that contradict visual reality — or answering "correctly" without genuinely processing the image.

MediConfusion specifically tests cases clinicians consider diagnostically obvious. Mainstream Med-VLMs produce misleading diagnoses on exactly these unambiguous cases — revealing fundamental cross-modal reasoning failure, not merely knowledge gaps.

Key Literature
R10
MediConfusion: Can You Trust Your AI Radiologist? Probing the Reliability of Multimodal Medical Foundation Models

2024 — Tests Med-VLMs on clinician-designated "easy" cases; exposes systematic diagnostic failures on unambiguous imaging scenarios.

R12
An Embarrassingly Simple Probing Evaluation of Large Multimodal Models in Medical VQA

Yan et al., 2024 — Image-swapping probes show many Med-LVLMs answer without processing the image, relying on text-only biases.

R13
Detecting and Evaluating Medical Hallucinations in Large Vision Language Models

Chen et al., 2023 — Early foundational work on hallucination detection methodology for medical LVLMs; establishes evaluation baselines.

1.4 Outdated Medical Knowledge & Knowledge Cutoff Systemic

Models have static training cutoffs. They may cite retracted studies, apply superseded guidelines, or recommend outdated dosing standards — with real patient harm potential in rapidly evolving therapeutic areas.

AI warfarin dosing models trained without adequate African-American genetic variant coverage systematically recommend overdoses for this population (CYP2C9 allele underrepresentation) — where "outdated knowledge" directly intersects with racial bias, causing pharmacological harm.

Key Literature
R4
Medical Hallucination in Foundation Models and Their Impact on Healthcare

Classifies "Outdated Reference Hallucination" as a major hallucination subtype; models relying on obsolete guidelines or retracted literature.

R14
Safety Challenges of AI in Medicine in the Era of Large Language Models

Multi-institution, 2024 — Jointly published by leading academic institutions; identifies knowledge cutoff as a core safety challenge in rapidly evolving therapeutic areas.

R15
MedHalu: Hallucinations in Responses to Healthcare Queries by Large Language Models

Agarwal et al., 2024 — Evaluates hallucination type distribution in real patient health queries; outdated knowledge identified as substantial error contributor.

1.5 Over-reliance & The Halo Effect Behavioral

Clinicians and patients over-trust AI outputs, suppressing independent judgment. Even when models recommend seeking human consultation, only ~50% of users comply — undermining safety nets.

A systematic review of LLMs in mental health (*PMC*, 2025) across 55 studies identifies the "halo effect" as a primary risk: users systematically overestimate AI accuracy, increasing misdiagnosis and delayed treatment risk. Recommending professional help was followed by only ~half of users.

Key Literature
R16
"It's Not Only Attention We Need": Systematic Review of LLMs in Mental Health Care

PMC, 2025 — Quantifies halo effect in 55 mental health AI studies; links to delayed treatment-seeking and therapeutic relationship erosion.

R17
Rapid Integration of LLMs in Healthcare Raises Ethical Concerns: Deceptive Patterns in Social Robots

2024 — Examines trust-formation mechanisms when LLMs are embedded in medical social robots; analyzes automation bias induction patterns.

02
🔒

Privacy & Cybersecurity Risks

Medical multimodal models handle highly sensitive patient data, facing end-to-end threats from training-time poisoning to deployment-time adversarial manipulation.

2.1 Patient Data Leakage & Membership Inference Attacks Privacy

Models memorize and reproduce patient data from training sets. Membership inference attacks — requiring only black-box API access — can determine whether specific patients' data was used for training, enabling sensitive health inference.

Models trained on MIMIC-CXR have been shown to inadvertently reproduce specific patient image-report pairs via API-only querying — violating HIPAA without any internal model access. The attack is feasible with standard black-box query access to deployed APIs.

Key Literature
R19
SoK: Privacy-aware LLM in Healthcare: Threat Model, Privacy Techniques, Challenges and Recommendations

2024 — Systematically maps medical LLM privacy threats (membership inference, model inversion, attribute inference); surveys defensive techniques.

R20
Medical Multimodal Model Stealing Attacks via Adversarial Domain Alignment (ADA-Steal)

2025 — First model-stealing attack against medical MLLMs using only natural images; replicates model without any medical data access, raising IP and privacy risks.

R21
Data Poisoning Vulnerabilities Across Health Care AI

JMIR, 2026 — Comprehensive threat analysis synthesizing 41 security studies; addresses privacy exposure in federated learning deployments.

2.2 Prompt Injection Attacks Active Threat

Malicious instructions embedded in DICOM metadata, patient record fields, or report annotations hijack model behavior — redirecting it to leak information or generate dangerous outputs, invisible to clinical staff.

Researchers embedded attack instructions in DICOM metadata fields of a routine chest X-ray. When the oncology VLM processed the image, hidden instructions activated — altering the diagnostic recommendation and transmitting patient names and clinical summaries to an external address. Clinical staff detected nothing anomalous.

Key Literature
R23
Prompt Injection Attacks on Large Language Models in Oncology

2024 — First systematic clinical prompt injection demonstration; shows attacks via imaging metadata can cause information leakage and diagnostic manipulation.

R24
Emerging Cyber Attack Risks of Medical AI Agents

2024 — Classifies prompt injection as the highest-severity vector in medical AI agent systems due to invisibility and cascading clinical consequences.

R25
How to Make Medical AI Systems Safer? (MedThreatRAG)

2025 — Three-strategy poisoning framework for RAG-augmented medical systems; cross-modal conflict injection disrupts retrieval without model access.

2.3 Adversarial Example Attacks on Medical Imaging Critical

Imperceptibly perturbed medical images fool AI into producing catastrophically wrong diagnoses — changes invisible to radiologists can reduce detection accuracy from 95% to near zero.

Finlayson et al. (Science, 2019): Pixel-level perturbations added to chest X-rays caused AI to diagnose pneumonia cases as normal with high confidence. Detection accuracy: 95% → ~0%. Perturbed images were indistinguishable from originals to board-certified radiologists. The paper also modeled realistic adversary motivations (insurance fraud, malpractice cover-up).

Key Literature
R27
Adversarial Attacks on Medical Machine Learning

Finlayson et al., Science 2019 — Landmark paper demonstrating medical ML adversarial vulnerability; models realistic attacker motivations in healthcare.

R28
Assessing the Adversarial Robustness of Multimodal Medical AI Systems

Frontiers in Medicine, 2025 — Compares single vs. multimodal medical model robustness; multimodal fusion partially improves robustness but introduces new attack surfaces.

R29
Medical LLMs Are Susceptible to Targeted Misinformation Attacks

npj Digital Medicine, 2024 — Modifying 1.1% of model weights stably injects false biomedical facts; errors propagate while other task performance is preserved.

2.4 Training Data Poisoning & Backdoor Attacks Covert

Attackers embed "backdoor triggers" during training. The deployed model behaves normally on clean inputs but produces attacker-specified outputs when a specific trigger condition is met — enabling silent, targeted medical discrimination.

JMIR (2026) models a technically grounded attack scenario: an adversary poisons an organ transplant prioritization AI to systematically lower priority scores for a specific demographic group. Current transplant oversight — monitoring aggregate outcomes, not AI forensics — cannot detect this. The bias becomes statistically visible only after years of disparate transplant outcomes.

Key Literature
R21
Data Poisoning Vulnerabilities Across Health Care AI

JMIR, 2026 — Eight technically grounded attack scenarios across healthcare AI architectures; analyzes detectability gaps in current clinical oversight systems.

R24
Emerging Cyber Attack Risks of Medical AI Agents

2024 — Analyzes backdoor propagation in multi-agent medical systems; a compromised sub-agent can silently spread poisoned outputs through entire clinical workflows.

03

Algorithmic Bias & Health Equity

Medical multimodal models learn and amplify social biases from historical data, producing systematic diagnostic disparities that harm marginalized populations and deepen healthcare inequality.

3.1 Racial & Skin Tone Bias Structural

Training data severely underrepresents dark skin tones; models perform substantially worse for dermatological and pathological imaging tasks on darker-skinned patients, causing missed cancers and diagnostic delays.

Oxford researchers (*Lancet Digital Health*) examined 21 open-access skin cancer AI datasets (106,950 images total). Only 2,436 recorded skin type. Among those: 10 images with brown skin, 1 image with dark/black skin. Experts warned this means widely deployed AI "may cause avoidable surgery, missed treatable cancers, and unnecessary anxiety" for patients with dark skin.

Key Literature
R31
Demographic Bias of Expert-Level Vision-Language Foundation Models in Medical Imaging

Science Advances, 2024 — Expert-level medical VLMs show consistent underdiagnosis bias for Black patients vs. certified radiologists on chest X-ray datasets.

R33
Underdiagnosis Bias of AI Algorithms Applied to Chest Radiographs in Underserved Patient Populations

Seyyed-Kalantari et al., Nature Medicine 2021 — Benchmark across three chest X-ray datasets; highest underdiagnosis for intersectional groups (Hispanic female patients).

R42
Bias Recognition and Mitigation Strategies in AI Healthcare Applications

npj Digital Medicine, 2025 — Systematic review of bias sources and their propagation across the full medical AI lifecycle; mitigation strategy catalog.

3.2 Gender & Physiological Bias Structural

Historical medical data is male-dominated. Models underperform on female-specific symptom presentations and may reproduce historically discriminatory clinical practices in their recommendations.

U.S. Senator Ben Ray Luján cited congressional testimony: medical AI trained predominantly on male data performed substantially worse on female patients. A 2024 UK government-commissioned review (Equity in Medical Devices) found women, minority ethnic groups, and people from deprived communities systematically receive lower-quality care from biased medical AI tools.

Key Literature
R34
Sociodemographic Bias in Clinical Machine Learning Models: A Scoping Review

Journal of Clinical Epidemiology, 2024 — Gender bias identified as one of the most pervasive bias types across clinical ML domains.

R36
Addressing Bias in Big Data and AI for Health Care: A Call for Open Science

PMC, 2021 — Documents systematic LGBTQ+ data absence in EHR systems; AI is blind to health disparities affecting this population.

3.3 Geographic & Resource Inequality Bias Global

Medical AI training data originates predominantly from high-income urban hospitals. Models fail to generalize to low-resource settings, rural environments, or different equipment standards — amplifying global health disparities.

A 2024 mixed-methods study found that over 90% of medical AI fairness research focuses on Western contexts. African nations face a dual disadvantage: inadequate local data representation and colonial-legacy infrastructure disparities — making Western-trained AI systems systematically unreliable in these settings, largely invisible in mainstream AI safety discourse.

Key Literature
R37
The Case for Globalizing Fairness: A Mixed Methods Study on Colonialism, AI, and Health in Africa

2024 — Applies postcolonial theory to medical AI fairness; reveals how colonial power structures translate into current data representation failures.

R35
Algorithmic Bias in Public Health AI: A Silent Threat to Equity in Low-resource Settings

Frontiers in Public Health, 2025 — Multi-stage analysis of bias sources in low-resource medical settings; setting-specific mitigation strategies.

3.4 Proxy Variable Bias & Amplified Historical Discrimination Covert

Removing protected attributes (race, gender) from training data is insufficient — models exploit correlated proxies (zip code, insurance type, historical cost) to reconstruct and amplify historical discrimination patterns.

Obermeyer et al. (Science, 2019): A widely deployed U.S. health management algorithm used "historical healthcare costs" as a proxy for medical need. Since Black patients historically received less care (due to systemic inequality), they were assigned lower health risk scores than equally sick white patients — at scale across millions of patients, with no explicit racial data in the algorithm.

Key Literature
R39
Dissecting Racial Bias in an Algorithm Used to Manage the Health of Populations

Obermeyer et al., Science 2019 — Landmark empirical demonstration of proxy variable bias operating invisibly through cost-based health algorithms; foundational paper for the medical AI fairness field.

R40
AI in Healthcare: Counteracting Algorithmic Bias

Boston University, 2024 — Explains why removing sensitive attributes fails; bias mitigation must address societal conditions producing biased data.

R41
Guiding Principles to Address the Impact of Algorithm Bias on Racial and Ethnic Disparities

JAMA Network Open, 2023 — Governance principles framework for proxy variable bias through the full algorithm lifecycle: design, validation, and monitoring.

04

Multimodal-Specific Adversarial & Reasoning Safety

Multimodal architectures introduce unique attack surfaces absent in unimodal systems — visual modalities can bypass text safety alignment, and benign input combinations can trigger dangerous reasoning chains.

4.1 Cross-Modality Jailbreak Attacks Novel Vector

Harmful instructions are encoded within medical images (X-rays, dermoscopy images) — not text — bypassing text-only safety alignment to elicit refused dangerous outputs: lethal drug doses, prohibited procedures.

3MAD dataset + MCM attack (Huang et al., 2024): Multimodal Cross-optimization simultaneously adversarializes image perturbations and text tokens. Attack Success Rate far exceeds pure-text or pure-image jailbreaks. Medical models' text safety guardrails are rendered nearly ineffective when the visual modality is weaponized — a fundamental architecture vulnerability.

Key Literature
R43
Medical MLLM is Vulnerable: Cross-Modality Jailbreak and Mismatched Attacks on Medical Multimodal LLMs

Huang et al., 2024 — First systematic cross-modality jailbreak against medical MLLMs; introduces 3MAD attack dataset and MCM optimization algorithm.

R44
Visual Adversarial Examples Jailbreak Aligned Large Language Models

Qi et al., AAAI 2024 — Establishes visual modality as an effective safety-bypass vector; theoretical and empirical foundation for medical cross-modal jailbreak research.

R45
Jailbreak Large Vision-Language Models Through Multi-Modal Linkage (MML)

ACL 2025 — Visual-textual linkage attacks achieve high success rates without exposing obviously malicious content; stealthy enough to evade manual review.

R26
A Practical Framework for Evaluating Medical AI Security

2024 — Classifies cross-modality jailbreaks as the highest-severity medical AI vulnerability; proposes standardized red-team evaluation protocols.

4.2 Mismatched Input Attacks Clinical Risk

Image-text mismatches — whether intentional or from EHR errors and image misfiling — exploit cross-modal reasoning failures, causing models to generate hallucinated pathology "confirming" textual expectations rather than image reality.

A healthy lung X-ray + "patient suspected of lung cancer, awaiting imaging confirmation" text causes multiple medical models to fabricate nodule descriptions confirming the text's expectation — directly contradicting the image. In real deployment, EHR system errors or archive misidentification could inadvertently trigger this exact scenario.

Key Literature
R43
Medical MLLM is Vulnerable: Cross-Modality Jailbreak and Mismatched Attacks

Huang et al., 2024 — Simultaneously defines mismatched attacks; models realistic clinical error scenarios (wrong image-patient pairing) as inadvertent attack vectors.

R3
CARES: A Comprehensive Benchmark of Trustworthiness in Medical VLMs

Xia et al., NeurIPS 2024 — Robustness dimension includes cross-modal consistency testing; systematically quantifies Med-VLM failure under mismatched inputs.

4.3 Implicit Reasoning Safety Risks Emergent

Combinations of individually benign inputs trigger dangerous reasoning chains — a blood panel image + pharmacology question may reason into an overdose guide. Single-input safety filters cannot detect this.

Safe Semantics, Unsafe Interpretations: A patient's blood panel image (benign) combined with an academic question about a drug mechanism (benign text) leads the model's chain-of-thought to generate specific toxic dose guidance. Neither input alone triggers any content filter — a fundamental blind spot in current safety architectures.

Key Literature
R46
Safe Semantics, Unsafe Interpretations: Tackling Implicit Reasoning Safety in Large Vision-Language Models

2024 — First formal introduction of "implicit reasoning safety"; constructs benign-input-combination attack paradigm with medical case studies.

R47
Jailbreak in Pieces: Compositional Adversarial Attacks on Multi-Modal Language Models

Shayegani et al., 2024 — Splits harmful content across modalities for in-context model reassembly; directly operationalizes implicit reasoning risk.

4.4 Knowledge Base Poisoning in Medical RAG Systems Infrastructure

RAG-augmented medical systems depend on external knowledge bases for accuracy. A single adversarial injection into a semi-open knowledge base can persistently corrupt model outputs without any direct model access.

MedThreatRAG (2025): In a simulated hospital knowledge base environment, a single malicious injection — a pleural effusion chest X-ray labeled "normal" — causes the RAG system to consistently retrieve and apply this incorrect mapping for all subsequent related queries. The attacker never touches model weights or parameters; the knowledge base is the attack surface.

Key Literature
R25
How to Make Medical AI Systems Safer? (MedThreatRAG)

2025 — First systematic poisoning framework for multimodal medical RAG; three attack strategies; single-injection impact quantification.

R48
RULE: Reliable Multimodal RAG for Factuality in Medical Vision Language Models

Xia et al., EMNLP 2024 — Defense-side RAG reliability improvement; implicitly reveals the security-reliability tradeoff in retrieval-augmented medical AI.

05

Ethics & Liability Risks

Medical multimodal AI introduces fundamental ethical and legal conflicts around informed consent, liability, transparency, and deceptive design — existing frameworks cannot adequately address these.

5.1 Ambiguous Liability & Accountability Vacuums Legal

When AI-assisted diagnosis causes patient harm, no clear legal or ethical framework determines responsibility among the clinician, hospital, AI developer, and regulator — creating accountability vacuums that undermine trust and safety incentives.

A radiologist follows an AI's "low suspicion" output and defers a biopsy; the patient is later diagnosed with early-stage cancer. Three simultaneous unresolved questions: Did the physician adequately supervise the AI? Does the developer's performance specification constitute a medical recommendation? Is the hospital liable for deploying AI without adequate staff training? — All three parties may escape full accountability under current law.

Key Literature
R49
Ethical and Legal Considerations in Healthcare AI: Innovation and Policy for Safe and Fair Use

Royal Society Open Science, 2025 — Comprehensive analysis of the accountability gap; redefining legal and professional norms for hybrid human-AI decision-making.

R51
Ethics and Governance of AI for Health: Guidance on Large Multi-modal Models

WHO, 2024 — First WHO guidance dedicated to medical LMMs; 40+ governance recommendations with accountability as a core governance principle.

R52
Towards Accountable, Legitimate and Trustworthy AI in Healthcare: Effective Data Stewardship

Body & Society, 2025 — Proposes data stewardship as an institutional accountability mechanism; examines operationalizability in medical AI contexts.

5.2 Black-box Opacity & Lack of Explainability Structural

Foundation model decisions are opaque to clinicians and patients. Physicians cannot challenge AI outputs meaningfully, nor explain AI-assisted decisions — undermining informed medical practice and the therapeutic relationship.

Qualitative study of healthcare professionals (Yoo et al., 2023): Clinicians' primary concern about medical AI is not its accuracy — it is the inability to understand its reasoning. When AI and clinical judgment conflict, physicians cannot validate either; they face a choice between two black boxes. This is the primary barrier to appropriate trust calibration.

Key Literature
R51
Ethics and Governance of AI for Health

WHO, 2024 — Positions "intelligibility" as a foundational governance principle; establishes explainability as a prerequisite for patient autonomy protection.

R50
Ethical Challenges and Evolving Strategies in the Integration of AI into Clinical Practice

PLOS Digital Health, 2025 — Identifies transparency as the most practically challenging ethical dimension; proposes pharmacovigilance-inspired continuous AI transparency auditing.

5.3 Informed Consent & Patient Autonomy Rights

Patients are largely unaware of AI involvement in their diagnoses, the provenance of training data (potentially including their own records), or AI-specific limitations — making genuine informed consent structurally impossible under current practices.

An NHS survey (2024): over 70% of patients did not know AI was being used to analyze their imaging studies. When informed, many expressed they would have withheld consent if they knew their data was used for commercial AI training — a direct contradiction with existing "implied consent" data practices in many healthcare systems globally.

Key Literature
R49
Ethical and Legal Considerations in Healthcare AI

Royal Society Open Science, 2025 — Redefines informed consent for the AI era; analyzes dynamic consent as an alternative to one-time authorization.

R52
Towards Accountable AI in Healthcare: Data Stewardship

Body & Society, 2025 — Reframes consent as continuous participation rather than one-time authorization; proposes stewardship institutions as mediators.

5.4 Deceptive Design & Anthropomorphization Behavioral

Medical AI embedded in chatbots and social robots deliberately blurs the AI/human boundary using emotional language and persuasive design — creating false trust that overrides patient judgment and obscures system limitations.

Analysis of commercial medical AI assistant products (2024) found systematic deceptive design patterns: interfaces obscuring the AI/human boundary, emotional language ("I'm deeply concerned about your symptoms") creating false empathy, and "stabilizing" scripts deployed to prevent dissatisfied patients from seeking second opinions — rather than honestly acknowledging AI limitations.

Key Literature
R17
Rapid Integration of LLMs in Healthcare Raises Ethical Concerns: Deceptive Patterns in Social Robots

2024 — First systematic taxonomy of deceptive design patterns in medical AI social robots; examines conflicts with medical ethics norms.

R51
Ethics and Governance of AI for Health

WHO, 2024 — Mandates clear AI identity disclosure as a core governance requirement; frames anti-deception as essential to maintaining healthcare system trust.

06
🌐

Socioeconomic Impact Risks

Medical multimodal AI deployment is not only a technical question but a profound distributive one — reshaping healthcare access, transforming the medical workforce, enabling new forms of data extraction, and embedding commercial logic into clinical decisions.

6.1 Technology-Driven Healthcare Resource Gaps Systemic

State-of-the-art medical AI deploys first at well-resourced elite institutions, creating a paradox: populations most harmed by algorithmic bias are served by institutions with least AI access.

As of 2024, over 75% of FDA-cleared medical AI algorithms are deployed at the top 20% of large U.S. healthcare institutions. Community hospitals serving majority minority and low-income populations remain largely outside the AI deployment wave — structurally compounding existing healthcare inequality rather than alleviating it.

Key Literature
R37
The Case for Globalizing Fairness: Colonialism, AI, and Health in Africa

2024 — Political-economy analysis of how high-income-country AI ecosystems reproduce and deepen historical health inequalities globally.

R51
Ethics and Governance of AI for Health

WHO, 2024 — Positions accessibility and affordability as core equitable deployment principles; proposes international coordination mechanisms for low-income country access.

6.2 Healthcare Workforce Disruption & Skill Degradation Long-term

Medical AI rapidly reaches expert-level performance in imaging-intensive specialties, restructuring training pipelines and eroding foundational clinical skills — with long-term patient safety implications for the next generation of clinicians.

U.S. radiology residency programs have begun reducing high-volume repetitive reading rotations as AI takes over these cases. Paradoxically, this reduces the clinical experience trainees need to effectively supervise AI in complex edge cases — a structural skill-degradation loop where AI adoption creates the very supervisory capability deficit it requires to be safe.

Key Literature
R14
Safety Challenges of AI in Medicine in the Era of LLMs

Multi-institution, 2024 — Discusses AI's systemic impact on medical professional identity and training; long-term patient safety implications of reduced foundational skill development.

R50
Ethical Challenges and Evolving Strategies in AI-Clinical Practice Integration

PLOS Digital Health, 2025 — Addresses transformation of clinician roles to "AI supervisors"; analyzes new training requirements and competency framework changes.

6.3 Data Colonialism & Intellectual Property Inequality Global Justice

Large tech companies collect patient data from low-income countries under "global health progress" framing, train commercial AI, and sell products at prices those contributing institutions cannot afford — a new form of knowledge dispossession.

Multiple African nations have documented cases where hospital imaging data was incorporated into global medical AI databases (diabetic retinopathy, tuberculosis detection), used to train commercial products now licensed at prices completely beyond the economic capacity of the contributing hospitals — making data contributors systematically excluded from the technology they enabled.

Key Literature
R37
The Case for Globalizing Fairness: Colonialism, AI, and Health in Africa

2024 — Introduces data colonialism framing; reveals power asymmetries in data ownership and technology access through mixed-methods African case studies.

R36
Addressing Bias in Big Data and AI for Health Care: A Call for Open Science

PMC, 2021 — Proposes open science as a counter to data colonialism; advocates globally equitable data co-ownership preserving data sovereignty.

6.4 Healthcare Commercialization & Conflicts of Interest Structural

Commercial AI optimization logic conflicts with medical ethics logic. Motivated actors (insurers, pharma companies, competitors) have strong financial incentives to manipulate medical AI systems — making these attacks more persistent and harder to detect than random malicious attacks.

JMIR (2026) explicitly models realistic commercial adversaries: insurers incentivized to train AI toward "low-risk" diagnoses to reduce claim payouts; pharmaceutical companies who may exploit prescribing AI to favor proprietary medications. These attacks are commercially motivated to remain invisible — and existing oversight systems have no mechanisms to detect them.

Key Literature
R21
Data Poisoning Vulnerabilities Across Health Care AI

JMIR, 2026 — Models insurance companies, pharma firms, and competitors as medical AI adversaries; integrates commercial conflict of interest into the security threat framework.

R39
Dissecting Racial Bias in an Algorithm Used to Manage the Health of Populations

Obermeyer et al., Science 2019 — Canonical case of commercial optimization logic (cost-as-proxy-for-need) producing systematic racial discrimination at scale.

R54
The Intersection of Law, Ethics, and Healthcare AI: Policy Pathways for Responsible Innovation

Advances in Consumer Research, 2025 — Analyzes how EU AI Act, FDA framework, and WHO guidelines are classifying commercial medical AI under mandatory high-risk oversight regimes.

Risk Overview

Category Key Sub-risks Primary Harm
Clinical Safety Hallucination, unreliable decision support, cross-modal misread, outdated knowledge, over-reliance Misdiagnosis, delayed treatment, patient injury
Privacy & Security Data leakage, prompt injection, adversarial examples, backdoor attacks Patient privacy violation, system manipulation
Algorithmic Bias Racial bias, gender bias, geographic inequality, proxy variable bias Systematic underdiagnosis in marginalized groups
Multimodal-Specific Cross-modal jailbreak, mismatched attacks, implicit reasoning, RAG poisoning Safety guardrail failure, dangerous content generation
Ethics & Liability Accountability vacuum, black-box opacity, consent, deceptive design Legal gray zones, patient autonomy erosion
Socioeconomic Technology gap, workforce disruption, data colonialism, commercial conflict Health inequality amplification, systemic exploitation

References

All cited papers — click titles to access the source where available.

Clinical Safety
[R1]Gu et al. (2024). MedVH: Toward Systematic Evaluation of Hallucination for Large Vision Language Models in the Medical Context. PMC →
[R2]Zhu et al. (ACL 2025). Can We Trust AI Doctors? A Survey of Medical Hallucination in LLMs and LVLMs. GitHub →
[R3]Xia et al. (NeurIPS 2024). CARES: A Comprehensive Benchmark of Trustworthiness in Medical Vision Language Models. arXiv →
[R4]Survey (2025). Medical Hallucination in Foundation Models and Their Impact on Healthcare. arXiv →
[R5]Wu et al. (ICLR 2024). Hallucination Benchmark in Medical Visual Question Answering. arXiv.
[R6]Omar et al. (2025). Multi-model Assurance Analysis: LLMs Vulnerable to Adversarial Hallucination During Clinical Decision Support. Communications Medicine →
[R7]Bedi et al. (2024). GPT-4V(ision) Unsuitable for Clinical Care and Education. npj Digital Medicine.
[R8](2024). First, Do NOHARM: Towards Clinically Safe Large Language Models. arXiv.
[R9](2025). A Framework to Assess Clinical Safety and Hallucination Rates of LLMs for Medical Text Summarisation. npj Digital Medicine →
[R10](2024). MediConfusion: Can You Trust Your AI Radiologist? Probing the Reliability of Multimodal Medical Foundation Models. arXiv.
[R11]Nan et al. (2024). Beyond the Hype: A Dispassionate Look at Vision-Language Models in Medical Scenarios. arXiv.
[R12]Yan et al. (2024). An Embarrassingly Simple Probing Evaluation of Large Multimodal Models in Medical VQA. arXiv.
[R13]Chen et al. (2023). Detecting and Evaluating Medical Hallucinations in Large Vision Language Models. arXiv.
[R14]Multi-institution (2024). Safety Challenges of AI in Medicine in the Era of Large Language Models. arXiv.
[R15]Agarwal et al. (2024). MedHalu: Hallucinations in Responses to Healthcare Queries by LLMs. arXiv.
[R16](2025). "It's Not Only Attention We Need": Systematic Review of LLMs in Mental Health Care. PMC →
[R17](2024). Rapid Integration of LLMs in Healthcare Raises Ethical Concerns: Deceptive Patterns in Social Robots. arXiv.
[R18](2024). Towards Safe AI Clinicians: A Comprehensive Study on LLM Jailbreaking in Healthcare. arXiv.
[R53]Roustan & Bastardot (IJMR, 2025). The Clinicians' Guide to LLMs: A General Perspective With a Focus on Hallucinations. PMC →
Privacy & Cybersecurity
[R19](2024). SoK: Privacy-aware LLM in Healthcare: Threat Model, Privacy Techniques, Challenges and Recommendations. arXiv.
[R20](2025). Medical Multimodal Model Stealing Attacks via Adversarial Domain Alignment (ADA-Steal). arXiv →
[R21](JMIR, 2026). Data Poisoning Vulnerabilities Across Health Care Artificial Intelligence. JMIR →
[R22](AI Review, 2024). Robustness in Deep Learning Models for Medical Diagnostics: Security and Adversarial Challenges. Springer →
[R23](2024). Prompt Injection Attacks on Large Language Models in Oncology. arXiv.
[R24](2024). Emerging Cyber Attack Risks of Medical AI Agents. arXiv.
[R25](2025). How to Make Medical AI Systems Safer? (MedThreatRAG). arXiv →
[R26](2024). A Practical Framework for Evaluating Medical AI Security. arXiv →
[R27]Finlayson et al. (Science, 2019). Adversarial Attacks on Medical Machine Learning. Science →
[R28](Frontiers in Medicine, 2025). Assessing the Adversarial Robustness of Multimodal Medical AI Systems. Frontiers →
[R29](npj Digital Medicine, 2024). Medical LLMs Are Susceptible to Targeted Misinformation Attacks. Nature →
Algorithmic Bias & Health Equity
[R30](2024). Are Generative Models Fair? A Study of Racial Bias in Dermatological Image Generation. arXiv.
[R31](Science Advances, 2024). Demographic Bias of Expert-Level Vision-Language Foundation Models in Medical Imaging. Science Advances →
[R32](2024). Unmasking and Quantifying Racial Bias of LLMs in Medical Report Generation. arXiv.
[R33]Seyyed-Kalantari et al. (Nature Medicine, 2021). Underdiagnosis Bias of AI Algorithms Applied to Chest Radiographs in Underserved Patient Populations. Nature Medicine →
[R34](JCE, 2024). Sociodemographic Bias in Clinical Machine Learning Models: A Scoping Review. JCE →
[R35](Frontiers, 2025). Algorithmic Bias in Public Health AI: A Silent Threat to Equity in Low-resource Settings. PMC →
[R36](PMC, 2021). Addressing Bias in Big Data and AI for Health Care: A Call for Open Science. PMC →
[R37](2024). The Case for Globalizing Fairness: A Mixed Methods Study on Colonialism, AI, and Health in Africa. arXiv.
[R38](2024). AI-Driven Healthcare: A Review on Ensuring Fairness and Mitigating Bias. arXiv.
[R39]Obermeyer et al. (Science, 2019). Dissecting Racial Bias in an Algorithm Used to Manage the Health of Populations. Science →
[R40](Boston University, 2024). AI in Healthcare: Counteracting Algorithmic Bias. BU Deerfield →
[R41](JAMA Network Open, 2023). Guiding Principles to Address the Impact of Algorithm Bias on Racial and Ethnic Disparities. JAMA →
[R42](npj Digital Medicine, 2025). Bias Recognition and Mitigation Strategies in AI Healthcare Applications. Nature →
Multimodal-Specific Adversarial & Reasoning Safety
[R43]Huang et al. (2024). Medical MLLM is Vulnerable: Cross-Modality Jailbreak and Mismatched Attacks. arXiv →
[R44]Qi et al. (AAAI 2024). Visual Adversarial Examples Jailbreak Aligned Large Language Models. arXiv →
[R45](ACL 2025). Jailbreak Large Vision-Language Models Through Multi-Modal Linkage (MML). ACL Anthology →
[R46](2024). Safe Semantics, Unsafe Interpretations: Tackling Implicit Reasoning Safety in Large Vision-Language Models. arXiv.
[R47]Shayegani et al. (2024). Jailbreak in Pieces: Compositional Adversarial Attacks on Multi-Modal Language Models. arXiv →
[R48]Xia et al. (EMNLP 2024). RULE: Reliable Multimodal RAG for Factuality in Medical Vision Language Models. arXiv →
Ethics, Liability & Socioeconomic
[R49](Royal Society Open Science, 2025). Ethical and Legal Considerations in Healthcare AI: Innovation and Policy for Safe and Fair Use. Royal Society →
[R50](PLOS Digital Health, 2025). Ethical Challenges and Evolving Strategies in the Integration of AI into Clinical Practice. PMC →
[R51]WHO (2024). Ethics and Governance of Artificial Intelligence for Health: Guidance on Large Multi-modal Models. WHO →
[R52](Body & Society, 2025). Towards Accountable, Legitimate and Trustworthy AI in Healthcare: Effective Data Stewardship. Tandfonline →
[R54](Advances in Consumer Research, 2025). The Intersection of Law, Ethics, and Healthcare AI: Policy Pathways for Responsible Innovation. ACR Journal →