A Cloud-Edge System for Multimodal Clinical Screening in Resource-Constrained Rural Settings

arXiv cs.LG Papers

Summary

This paper proposes a cloud-edge collaborative architecture for multimodal clinical screening in resource-constrained rural settings, using lightweight edge models to produce structured outputs that a cloud LLM synthesizes into clinical summaries. Evaluated on 100 multimodal cases, the hybrid system achieves high accuracy and factual grounding while transmitting orders of magnitude less data than cloud-only baselines.

arXiv:2608.12745v1 Announce Type: new Abstract: Medical AI has demonstrated specialist-level diagnostic accuracy, yet these capabilities remain largely inaccessible in resource-constrained rural settings where bandwidth is scarce, compute is limited, and clinical decision-making requires integrating heterogeneous modalities. We introduce a cloud--edge collaborative architecture that addresses these constraints: lightweight, domain-specific models on the edge transform raw medical data into compact structured outputs, while a cloud LLM synthesizes these outputs into clinical summaries. An LLM-based orchestrator dynamically selects diagnostic tools based on patient context, promoting comprehensive modality coverage without processing irrelevant inputs. We evaluate on 20 multimodal clinical cases spanning cardiac, obstetric, trauma, and screening scenarios under three simulated network profiles (500,kbps--5,Mbps). The hybrid system achieves 98--99% diagnostic tool recall with 92--96% precision, matches or exceeds cloud-only baselines on clinical accuracy, and maintains bandwidth-invariant latency (25--35,s) at 4--15x lower token cost. These results highlight the role of architectural design in enabling efficient multimodal integration and improving factual grounding compared to cloud-only approaches under deployment constraints.
Original Article
View Cached Full Text

Cached at: 08/14/26, 09:31 AM

# A Cloud–Edge System for Multimodal Clinical Screening in Resource-Constrained Rural Settings
Source: [https://arxiv.org/html/2608.12745](https://arxiv.org/html/2608.12745)
###### Abstract

Medical AI has demonstrated specialist\-level diagnostic accuracy, yet these capabilities remain largely inaccessible in resource\-constrained rural settings where bandwidth is scarce, compute is limited, and clinical decision\-making requires integrating heterogeneous modalities\. We introduce a cloud–edge collaborative architecture that addresses these constraints: lightweight, domain\-specific models on the edge transform raw medical data into compact structured outputs, while a cloud LLM synthesizes these outputs into clinical summaries\. An LLM\-based orchestrator dynamically selects diagnostic tools based on patient context, promoting relevant modality coverage without processing irrelevant inputs\. We evaluate on 100 multimodal clinical cases spanning cardiac, obstetric, trauma, ophthalmology, and screening scenarios—including sparse\-input presentations with missing modalities and dense\-input presentations with many overlapping inputs—under three simulated network profiles \(500 kbps–5 Mbps\), reporting 95% confidence intervals throughout\. The hybrid system attains the highest oracle accuracy \(0\.87–0\.90\) and the strongest factual grounding \(KG precision up to 0\.96\), together with high coverage precision \(0\.95–0\.99\), while transmitting only∼\{\\sim\}6\.5 KB of structured evidence to the cloud—three orders of magnitude less than cloud\-only baselines\. It maintains bandwidth\-invariant latency \(25–38 s\) at up to 15×\\timeslower token cost\. These results highlight the role of architectural design in improving evidence selectivity and factual grounding, rather than merely reducing upload size, under deployment constraints\.

††proceedings:PMLR: Proceedings of Machine Learning Research††volume:340††year:2026††workshop:Machine Learning for Healthcare###### keywords

rural healthcare, edge AI, multi\-agent systems, clinical decision support, telemedicine

## 1Introduction

Medical AI can now match specialists in reading chest X\-rays[31](https://arxiv.org/html/2608.12745#bib.bib7), classifying arrhythmias[13](https://arxiv.org/html/2608.12745#bib.bib10), and grading retinal diseases[12](https://arxiv.org/html/2608.12745#bib.bib6)\. However, these advances have yet to reach the rural communities that need them most[2](https://arxiv.org/html/2608.12745#bib.bib34);[14](https://arxiv.org/html/2608.12745#bib.bib2);[37](https://arxiv.org/html/2608.12745#bib.bib1)\. The disconnect lies not in what AI can do, but in where and how clinical diagnosis happens\. Clinical diagnosis is inherently multimodal and multi\-turn\. As shown in Fig\.[1](https://arxiv.org/html/2608.12745#S1.F1), a typical diagnosis/clinical workflow in the rural clinic starts from patient complaints, iteratively order and interpret diverse tests, and synthesize findings across modalities\. Supporting this process in rural clinics imposes three fundamental constraints that existing systems fall short of addressing\. First, the AI system must decide which tests to acquire and gather sufficient evidence within a single encounter, as follow\-up visits are often delayed or unavailable due to long travel distances, unreliable transportation, and limited clinic availability[6](https://arxiv.org/html/2608.12745#bib.bib43);[36](https://arxiv.org/html/2608.12745#bib.bib42)\. Moreover, approximately half of specialist referrals from rural clinics are never completed[1](https://arxiv.org/html/2608.12745#bib.bib41)\. Second, it should reliably ingest and interpret diverse test modalities in the absence of on\-site specialist oversight\. Finally, it must operate under severe bandwidth and compute constraints, as rural broadband speeds often range from 0\.5–25 Mbps with frequent dropouts[10](https://arxiv.org/html/2608.12745#bib.bib3)\.

![Refer to caption](https://arxiv.org/html/2608.12745v1/figures/rural_prob_4.png)Figure 1:Current rural diagnostic workflow\. A patient travels to a rural clinic staffed by a technician without on\-site specialist expertise, who acquires whichever modalities appear clinically relevant\. The patient then waits days to weeks for remote specialist feedback\. If modality coverage is sufficient, diagnosis and treatment follow; otherwise, the patient is asked to return for an additional visit\. Each round introduces attrition\.Existing approaches address these constraints only partially\. Domain\-specific medical models \(such as carotid ultrasound[19](https://arxiv.org/html/2608.12745#bib.bib40), fetal ultrasound[24](https://arxiv.org/html/2608.12745#bib.bib32);[38](https://arxiv.org/html/2608.12745#bib.bib19), chest radiograph[5](https://arxiv.org/html/2608.12745#bib.bib20);[18](https://arxiv.org/html/2608.12745#bib.bib11)and blood pressure readings[3](https://arxiv.org/html/2608.12745#bib.bib31)\) achieve specialist\-level accuracy on individual modalities and deploy efficiently on edge hardware, but they operate on single modalities in isolation and cannot decide what to acquire or synthesize findings across tests\. In contrast, Multimodal LLMs can reason across heterogeneous inputs and in principle handle the synthesis step, but their scale places them in the cloud, requiring raw medical data to be uploaded for inference which is often infeasible under rural bandwidth constraints\. Additionally, their perceptual accuracy on specialized medical modalities still lags task\-specific expert models\. These limitations highlight a fundamental gap: no existing system simultaneously supports efficient deployment, multimodal integration, and reliable clinical reasoning under real\-world resource constraints\. In this work, we address this gap by introducing a*cloud–edge collaborative multi\-agent system*that combines lightweight, domain\-specific models on the edge with centralized reasoning in the cloud\. Edge models transform raw medical data into compact structured outputs, eliminating the need to transmit bandwidth\-intensive inputs\. An orchestrator on the edge dynamically selects which diagnostic tools to invoke, ensuring that clinically relevant modalities are acquired during the patient encounter\. A cloud\-based reasoning agent integrates these outputs into coherent clinical summaries and recommendations\. This design leverages the complementary strengths of specialized perception models and general\-purpose reasoning models, while respecting real\-world deployment constraints\. We evaluate on 100 diverse multimodal clinical cases spanning cardiac, obstetric, trauma, ophthalmology, and screening presentations under three simulated network profiles\. The system is competitive\-to\-best on clinical accuracy, achieves the strongest factual grounding among all configurations, and maintains bandwidth\-invariant latency at significantly lower token cost\. Critically, we find that the architectural boundary between perception and reasoning shapes not just efficiency but the character of clinical errors: hybrid systems produce more selective, better\-grounded evidence and fewer hallucinations than both cloud\-based agentic systems and multimodal LLMs reasoning directly over raw data\. We make the following contributions:

- •A novel cloud–edge collaborative architecture for multimodal clinical screening that leverages an edge orchestrator for selective test modality acquisition, domain\-specific edge models for specialist\-level interpretation, and a cloud LLM for cross\-modal reasoning\.
- •A novel evaluation framework for bandwidth\-constrained clinical AI, comprising 100 multimodal cases with real diagnostic data \(including real\-world ophthalmology teaching cases\), sparse\- and dense\-input stress settings, three simulated rural network profiles, and a four\-axis clinical quality evaluation including an oracle metric, tool\-coverage metrics, KG\-verification, and reasoning\-quality decomposition, reported with 95% confidence intervals\.
- •A novel analysis of how architecture shapes diagnostic selectivity, factual grounding, and failure mode characterization\.

#### Generalizable Insights

We show that the architectural boundary between perception and reasoning is not merely an efficiency choice but improves factual grounding: constraining a cloud LLM to reason over structured edge\-tool outputs, rather than raw medical data, keeps clinical claims grounded in verifiable evidence and yields substantially higher factual*precision*than cloud\-only reasoning\. Clinically, this decoupling delivers high\-precision, well\-grounded modality coverage \(coverage precision 0\.95–0\.99; KG precision up to 0\.96\) with bandwidth\-invariant latency \(25–38 s\) under rural connectivity, suggesting that low\-bandwidth, resource\-constrained clinical settings may benefit from hybrid architectures that confine LLMs to reasoning and delegate perception to specialized models at the edge\.

## 2Related Work

#### Telemedicine, Cloud, Edge, and Multimodal Medical AI

Telemedicine enables remote diagnosis by transmitting patient data to centralized experts[4](https://arxiv.org/html/2608.12745#bib.bib21), with adoption accelerating during COVID\-19[15](https://arxiv.org/html/2608.12745#bib.bib4), and cloud\-based medical AI now reaches high accuracy across dermatology, radiology, and ophthalmology[8](https://arxiv.org/html/2608.12745#bib.bib5);[31](https://arxiv.org/html/2608.12745#bib.bib7);[12](https://arxiv.org/html/2608.12745#bib.bib6)—but these approaches transmit bandwidth\-intensive raw data and assume reliable connectivity\. Edge deployment of lightweight, domain\-specific models enables low\-latency, cost\-efficient inference[13](https://arxiv.org/html/2608.12745#bib.bib10);[16](https://arxiv.org/html/2608.12745#bib.bib8);[33](https://arxiv.org/html/2608.12745#bib.bib9);[18](https://arxiv.org/html/2608.12745#bib.bib11), yet is limited to single\-modality inference without cross\-modal integration or higher\-level reasoning\. Multimodal vision–language systems integrate imaging and text for report generation and VQA[42](https://arxiv.org/html/2608.12745#bib.bib39), but are typically restricted to image–text pairs, assume centralized processing, and do not generalize to heterogeneous clinical modalities under bandwidth constraints\.

#### LLM\-Orchestrated and Agent\-Based Systems

LLMs have been explored for tool use and multi\-step reasoning[34](https://arxiv.org/html/2608.12745#bib.bib12)\. In the medical domain, MedAgent\-Pro[39](https://arxiv.org/html/2608.12745#bib.bib35)plans and invokes specialized visual tools with RAG\-retrieved guidelines; MedCoAct[43](https://arxiv.org/html/2608.12745#bib.bib36)uses confidence\-aware doctor–pharmacist collaboration; and AgentClinic[35](https://arxiv.org/html/2608.12745#bib.bib37)benchmarks sequential decision\-making under incomplete information\. However, these*systems*run in the cloud and, where multimodal, assume a pre\-collected input bundle—MedAgent\-Pro, for instance, drops plan steps whose inputs are absent rather than requesting them\. Our orchestrator instead assembles the evidence set*during*the encounter, each invocation being an edge\-side modality acquisition that expands the state across rounds \(§[3\.4](https://arxiv.org/html/2608.12745#S3.SS4)\)—*acquisition\-and\-analysis*orchestration over a growing bundle rather than analysis routing over a fixed one, the operative regime when no remote specialist pre\-curates the input\.[23](https://arxiv.org/html/2608.12745#bib.bib38)further report only modest agent accuracy gains \(0\.5–8\.9%\) at 10–100×\\timestoken cost and 2–3×\\timeslatency, the cost profile our edge\-local design targets\. As summarized in[Table1](https://arxiv.org/html/2608.12745#S2.T1), no existing system simultaneously supports edge execution, multimodal integration, bandwidth\-aware orchestration, and reliable clinical reasoning under deployment constraints; our evaluation isolates how each choice \(edge preprocessing, dynamic tool selection, structured communication\) contributes to clinical quality\.

Table 1:Comparison with prior work across general system capabilities\. ✓ = full support,△\\triangle= partial, ✗ = absent\.

## 3System Architecture

### 3\.1Overview

The system comprises two layers connected by a lightweight communication protocol \([Figure2](https://arxiv.org/html/2608.12745#S3.F2)\)\. The edge perception layer runs on local hardware and hosts specialized models for medical imaging and physiological signals, while the cloud reasoning layer synthesizes their outputs into clinical summaries using a large language model\. An edge orchestrator selects which tools to invoke based on patient context and forwards results to the cloud once sufficient evidence has been gathered\. The key architectural invariant is that no raw image, video, or signal data crosses the edge–cloud boundary\. All communication consists of structured JSON payloads \(diagnostic labels, confidence scores, and quality flags\), providing bandwidth guarantees independent of input size and restricting the cloud LLM to verifiable evidence\.

![Refer to caption](https://arxiv.org/html/2608.12745v1/figures/rural_arch_5.png)Figure 2:Proposed cloud\-edge system architecture\. The local deployment \(dashed outer box\) couples a rural technician with the Edge Orchestrator \(§3\.4\)\. During an encounter the orchestrator \(1\) ingests raw acquisitions and patient context from the technician, \(2\) requests additional tools from its repertoire when coverage is insufficient, optionally routing the request back to the technician for further on\-patient acquisition \(dashed\), and \(3\) receives structured outputs \(findings, probabilities, key measurements\) from each invoked tool, potentially over multiple rounds\. If input quality or available evidence remains insufficient even after fallback, the orchestrator*abstains*as a terminal action \(red, dashed\), closing the case with reacquisition guidance\. Once evidence is sufficient, \(4\) the orchestrator forwards the structured case record to the Cloud LLM \(§3\.3\), which \(5\) returns a diagnostic summary to the edge\. Arrow color encodes communication locus: local tool\-use \(blue\) vs\. cloud round\-trip \(green\)\. Raw acquisition and tool orchestration remain on\-device\.
### 3\.2Edge Perception Layer

The edge layer comprises seventeen specialized diagnostic tools spanning cardiac, obstetric, trauma/screening, and ophthalmic modalities: carotid ultrasound \(UltraBot[19](https://arxiv.org/html/2608.12745#bib.bib40)\), fetal ultrasound \(FetalCLIP[24](https://arxiv.org/html/2608.12745#bib.bib32);[38](https://arxiv.org/html/2608.12745#bib.bib19)\), 12\-lead ECG \(ECGNet[13](https://arxiv.org/html/2608.12745#bib.bib10);[11](https://arxiv.org/html/2608.12745#bib.bib16)\), chest radiograph \(ChestXRay[5](https://arxiv.org/html/2608.12745#bib.bib20);[18](https://arxiv.org/html/2608.12745#bib.bib11)\), thyroid ultrasound \(ThyroidSeg[7](https://arxiv.org/html/2608.12745#bib.bib28)\), CT scan \(KidneyStone[40](https://arxiv.org/html/2608.12745#bib.bib29)\), extremity X\-ray \(BoneFracture[30](https://arxiv.org/html/2608.12745#bib.bib27)\), echocardiogram video \(EchoNet[28](https://arxiv.org/html/2608.12745#bib.bib17)\), facial video \(BigSmall[25](https://arxiv.org/html/2608.12745#bib.bib26)\), and blood pressure \(BP[32](https://arxiv.org/html/2608.12745#bib.bib30)\), together with seven ophthalmology\-oriented tools: retinal fundus grading, retinal OCT, fluorescein angiography vessel analysis, near\-infrared retinal vessel imaging, slit\-lamp assessment, B\-scan ocular ultrasound, and a retinal vessel\-segmentation grader\. Each tool produces structured outputs with modality\-specific fields, confidence scores, and quality flags\. Before forwarding outputs, the system applies deterministic quality gates\. When segmentation quality is insufficient, MobileSAM[41](https://arxiv.org/html/2608.12745#bib.bib14)is invoked as a lightweight fallback\. The registry is a modular, extensible interface rather than a closed clinical ontology: new modalities are incorporated through the same structured\-output schema, though each added tool requires modality\-specific validation, especially under rural acquisition conditions\. Additional implementation details are provided in[AppendixA](https://arxiv.org/html/2608.12745#A1)\.

### 3\.3Cloud Reasoning Layer

The cloud layer receives accumulated evidence and patient context, including demographics, presenting symptoms, and medical history\. The cloud LLM \(Gemini or GPT; see[Section4\.3](https://arxiv.org/html/2608.12745#S4.SS3)\) is prompted with these inputs together with structured tool outputs \(diagnostic labels, confidence scores, and quality flags\) and clinician notes\. The model synthesizes these inputs into a clinical summary that integrates findings across modalities, accounts for confidence signals, and produces diagnostic considerations and next\-step recommendations\. It operates exclusively on structured outputs and does not access raw data\.

### 3\.4Orchestrator

The edge orchestrator is an LLM\-based routing model that selects the next action given patient context, available tools, and accumulated evidence\. It produces one of three decisions:request\-tool\(invoke additional tools, potentially in parallel\),summarize\(forward results to the cloud\), orabstain\(terminate with reacquisition guidance when evidence is insufficient\)\.

#### Orchestrator Configuration\.

In each Hybrid configuration, the edge orchestrator is instantiated from the same LLM family as the cloud synthesizer \(Gemini 2\.5 Pro or GPT\-5\.4\), invoked with JSON\-mode decoding\. Orchestrator calls are included in the token and latency totals reported in Table[4](https://arxiv.org/html/2608.12745#S5.T4)\. The orchestrator iteratively expands the evidence set and selects tools per case based on clinical relevance\.

## 4Evaluation Framework

We evaluate on 100 multimodal clinical cases spanning diverse patient demographics, acuity levels, and clinical presentations\. Each case includes a patient profile \(age, sex, symptoms, history\), a set of relevant diagnostic inputs matched to the clinical context, and a set of red herring inputs from unrelated modalities designed to test tool selection specificity\. The case set exercises the full range of edge tools and varies along several axes: number of relevant modalities, clinical urgency \(routine screening to acute decompensation\), and input density\. Beyond the original cardiac/obstetric/trauma templates, the expanded benchmark adds*sparse\-input*presentations, in which clinically relevant modalities are missing, and*dense\-input*presentations, in which many relevant and irrelevant inputs are simultaneously available, to stress modality selection under both scarcity and clutter\.

#### Case Generation

Clinical scenarios are generated via few\-shot LLM prompting with the tool registry included as context, inspired by the tool\-aware prompt design of[21](https://arxiv.org/html/2608.12745#bib.bib15)\. Case generation used Claude, whereas the evaluated systems use Gemini and GPT, so the generator does not overlap with the evaluated model families\. Cases are populated with real, multi\-source clinical data: ECG signals from MIMIC\-IV\-ECG Demo[11](https://arxiv.org/html/2608.12745#bib.bib16), echocardiography videos from EchoNet\-Dynamic[28](https://arxiv.org/html/2608.12745#bib.bib17), blood pressure readings from MIMIC\-IV Clinical Demo[20](https://arxiv.org/html/2608.12745#bib.bib18), and fetal ultrasound images from HC\-18[38](https://arxiv.org/html/2608.12745#bib.bib19)\. To move the evaluation beyond templated scenarios, the expanded benchmark also incorporates real\-world cases, including multimodal ophthalmology case reports from EyeRounds\.org, a public University of Iowa Department of Ophthalmology teaching resource\. The ground truth for each case is defined as a set of verifiable findings used for automated oracle evaluation\. To mitigate potential bias from LLM\-generated case designs, we note several safeguards\. First, the diagnostic ground truth is derived from the real clinical data itself \(dataset\-annotated ejection fractions, clinically labeled ECG rhythms, known BP readings\), not from the case generation LLM’s assessment\. Second, red\-herring inputs are drawn from unrelated cases in the same source datasets\. Third, the tool registry provided to the case generation LLM is the same registry available to all system configurations, so any case design bias would affect baselines equally\. We nonetheless acknowledge that tool\-registry conditioning can introduce tool\-availability bias; the inclusion of real\-world ophthalmology cases and sparse/dense settings is intended to reduce this dependence on the generation templates\.

### 4\.1Clinical Cases

The 100 evaluation cases span ages 19–88 and cover cardiac and multi\-system presentations \(decompensated DCM, cardiogenic shock, aortic dissection, end\-stage heart failure\), obstetric presentations \(severe preeclampsia, peripartum cardiomyopathy, HELLP\), trauma/acute presentations \(polytrauma, urosepsis\), screening/controls \(including a healthy negative control\), and a 30\-case ophthalmology bundle \(acute macular neuroretinopathy, ocular toxoplasmosis, peripheral retinoschisis, acute retinal necrosis, and AZOOR/AIBSE\)\. Cases test clinical complexity \(ejection fractions 16\.9–71\.6%, blood pressures from 72/44 to 208/120\), tool selection specificity \(red\-herring inputs such as fetal ultrasound for a 68\-year\-old male\), and cross\-domain reasoning \(e\.g\., connecting a urological source to cardiac dysfunction via sepsis\)\. The full case table is provided in[AppendixD](https://arxiv.org/html/2608.12745#A4)\.

### 4\.2Network Profiles

To evaluate system behavior under realistic connectivity constraints, we define three bandwidth profiles that model the uplink channel between the edge device and the cloud \([Table2](https://arxiv.org/html/2608.12745#S4.T2)\)\. Bandwidth is modeled as a log\-normal process with periodic updates, discrete dropout events, and hard floor/ceiling bounds, implemented as a Python\-level socket throttle\.

Table 2:Network profiles for bandwidth\-constrained evaluation\. Bandwidth follows a log\-normal random walk with the listed parameters, updated everyΔ​t\\Delta tseconds\. Dropout events zero the link for the listed duration with probabilityppper update\.Rural lowmodels a degraded cellular or satellite uplink far from any tower, based on ITU measurements showing median rural upload speeds below 1 Mbps in low\-connectivity countries[17](https://arxiv.org/html/2608.12745#bib.bib22)\.Rural moderaterepresents US communities served by aging DSL, where the FCC found median upload speeds of 2–3 Mbps[9](https://arxiv.org/html/2608.12745#bib.bib23)\.Rural goodrepresents fixed wireless or early LEO satellite service, based on Ookla measurements of Starlink upload \(14\.8 Mbps median\) and rural fixed wireless[27](https://arxiv.org/html/2608.12745#bib.bib24);[26](https://arxiv.org/html/2608.12745#bib.bib25)\.

### 4\.3Baselines

We evaluate six system configurations spanning two cloud LLM families \(Gemini 2\.5 Pro and GPT\-5\.4\) and three architectural paradigms:

- •Hybrid\(edge \+ cloud\): The proposed system\. Specialized models run locally on edge hardware, an LLM orchestrator selects which tools to invoke, and structured outputs are sent to the cloud LLM for synthesis\. No raw images or signals cross the edge–cloud boundary\.
- •Agentic: Cloud\-only multi\-turn baseline\. The cloud LLM receives patient context and a list of available inputs, then iteratively requests specific images and signals to examine across multiple rounds\. Raw data is uploaded on demand\.
- •Direct: Cloud\-only single\-shot baseline\. All available inputs \(both relevant and red herrings\) are uploaded to the cloud LLM simultaneously with patient context\.

Each paradigm is tested with both LLMs for fair cross\-model comparison\. All six configurations use the same 100 clinical cases, network throttling profiles, and evaluation metrics\.

### 4\.4Accuracy Metrics

We evaluate clinical quality along four complementary axes: \(1\)Oracle Accuracy: micro\-averaged accuracy of verifiable findings \(BP category, ECG rhythm, EF range, CXR pathologies\) extracted via pattern matching against ground truth; \(2\)Input Coverage: recall \(clinically relevant tools invoked\) and precision \(irrelevant tools avoided\); \(3\)KG Verification: medical claims verified against a MeSH\-based knowledge graph through a multi\-stage cascade \(described below\); \(4\)Reasoning Quality: following MedR\-Bench[29](https://arxiv.org/html/2608.12745#bib.bib33), we decompose summaries into reasoning steps and evaluate efficiency, factuality, and completeness\. We report 95% confidence intervals for all metrics\.

#### KG Verification Pipeline

Claims are extracted from summary text using SciSpacy named entity recognition \(theen\_ner\_bc5cdr\_mdmodel trained on diseases and chemicals\), then filtered through a stoplist, measurement regex, and negation detection\. Each surviving mention is verified through a five\-stage cascade, accepting the first stage that succeeds: \(1\) structured verification against edge tool outputs; \(2\) text overlap via synonym canonicalization and Jaccard overlap \(≥\\geq0\.5\); \(3\) MeSH graph traversal using SapBERT embeddings[22](https://arxiv.org/html/2608.12745#bib.bib13)with FAISS retrieval \(cosine≥\\geq0\.65\) and≤\\leq3 BFS hops; \(4\) direct SapBERT embedding similarity \(≥\\geq0\.55\); \(5\) RAG literature matching \(cosine≥\\geq0\.50\)\. Stages 1–2 handle*echoed*claims; stages 3–5 handle*novel*claims\. We track both populations separately and classify unsupported claims as verification gaps, speculative, or genuine hallucinations\. We present KG verification as a factual\-grounding*proxy*, not clinical adjudication; its similarity thresholds are heuristic rather than independently clinically validated\.

### 4\.5Efficiency Metrics

We measure total end\-to\-end latency \(decomposed into orchestration, tool execution, cloud LLM generation, and data upload\), LLM token cost, and cloud data transmitted\.

## 5Results

[Table3](https://arxiv.org/html/2608.12745#S5.T3)presents the primary comparison across all six system configurations and three network profiles \(point estimates; full 95% confidence intervals in[AppendixC](https://arxiv.org/html/2608.12745#A3)\)\. Each cell reports the mean across traces\. The results reveal a consistent pattern: architecture determines not only efficiency but the character of clinical errors\. We trace this pattern from input acquisition \([Section5\.1](https://arxiv.org/html/2608.12745#S5.SS1)\) through factual grounding \([Section5\.2](https://arxiv.org/html/2608.12745#S5.SS2)\), per\-modality accuracy \([Section5\.3](https://arxiv.org/html/2608.12745#S5.SS3)\), reasoning quality \([Section5\.4](https://arxiv.org/html/2608.12745#S5.SS4)\), and efficiency \([Section5\.5](https://arxiv.org/html/2608.12745#S5.SS5)\)\.

Table 3:Main system comparison across network profiles \(point estimates; 95% CIs in[AppendixC](https://arxiv.org/html/2608.12745#A3)\)\. Best value per metric per profile inbold\. Coverage recall for the Direct baselines is*definitional*: they upload all available inputs, so their recall is trivially near\-perfect; it is therefore excluded from bolding, and the bolded recall is the best among the*selective*systems \(Hybrid, Agentic\)\. Cloud Bytes: KB for Hybrid, MB otherwise\. Reasoning\-quality metrics \(efficiency, factuality, completeness\) are reported in §[5\.4](https://arxiv.org/html/2608.12745#S5.SS4)\.### 5\.1Tool Invocation Coverage

The first question is whether each architecture acquires the diagnostic data needed for a complete clinical assessment—and, equally, whether it avoids ingesting irrelevant data\.Directattains near\-perfect coverage recall \(0\.98–1\.00\), but this is definitional rather than a merit: it uploads*every*available input, so it trivially receives all relevant modalities—along with all red herrings, which collapses its coverage precision to∼\{\\sim\}0\.57 and inflates its cloud payload by three orders of magnitude \([Section5\.5](https://arxiv.org/html/2608.12745#S5.SS5)\)\. Recall is therefore not a meaningful axis of comparison for Direct; the informative comparison is among the*selective*architectures\. Between the two selective systems,HybridandAgenticattain comparable, uniformly high coverage precision \(Hybrid 0\.95–0\.98, Agentic 0\.97–1\.00\), confirming that both successfully avoid irrelevant modalities\. The decisive difference is recall: theagentic baseline consistently under\-acquires, recovering only 0\.60–0\.75 of the relevant modalities, whereas the Hybrid orchestrator recovers 0\.74–0\.79\. The gap is substantial in aggregate \(mean recall 0\.76 vs\. 0\.69\) and largest for the Gemini family, where the agentic baseline misses roughly a third of the relevant modalities \(recall 0\.60–0\.66; e\.g\., 0\.662 vs\. Hybrid’s 0\.789 under Rural Good\); Hybrid also stays ahead for the GPT family, by a smaller margin \(e\.g\., 0\.771 vs\. 0\.752 under Rural Low\)\. At matched precision, then, an LLM left to request inputs on its own tends to stop early and leave relevant modalities unacquired, while the edge orchestrator assembles a more complete evidence set\. This coverage advantage compounds with the much larger Hybrid lead in factual grounding and oracle accuracy \([Section5\.2](https://arxiv.org/html/2608.12745#S5.SS2)\)\. Finally, Hybrid preserves all tool outputs locally on the edge device, so structured diagnostic evidence remains available even if the uplink fails\.

### 5\.2Factual Quality

Given the data each system collects, the next question is whether its clinical claims are grounded in that evidence or extrapolated beyond it\. Hybrid systems achieve the highest KG verification*precision*across all network profiles\. Gemini Hybrid leads \(0\.949–0\.957, stable across profiles\), followed by GPT Hybrid \(0\.905–0\.935\)\. Cloud\-only baselines are substantially lower: Agentic 0\.742–0\.857 and Direct 0\.684–0\.848\. This gap reflects a fundamental architectural advantage: Hybrid systems reason over structured tool outputs with explicit confidence scores, constraining the LLM to claims grounded in verifiable evidence\. The KG*F1*picture is more nuanced and we report it honestly: because Direct baselines ingest every input, their high recall of echoed findings lifts their F1, so Direct occasionally matches or exceeds Hybrid on F1 \(e\.g\., Direct\-GPT 0\.794 vs\. Gemini Hybrid 0\.779 under Rural Moderate; Direct\-Gemini 0\.806 vs\. Gemini Hybrid 0\.789 under Rural Good\)\. The consistent Hybrid advantage is in precision—i\.e\., not fabricating claims—rather than in recall of every mentionable finding\. Oracle accuracy tells a complementary story\. Hybrid attains the highest oracle accuracy overall \(Gemini 0\.871–0\.886, GPT 0\.879–0\.902\)\. Among cloud\-only baselines, GPT Direct is closest \(0\.844–0\.863\) but at up to 15×\\timesthe token cost and 2–5×\\timesthe latency; agentic baselines trail further \(0\.703–0\.812\)\.

#### Error Analysis: What Gets Hallucinated\.

To understand the precision gap, we categorize unsupported claims by their source\. From manual review across configurations, we observed four recurring patterns\.*Drug and protocol recommendations\.*Cloud\-only systems frequently generate specific treatment recommendations, such as drug names, dosages, lab panels, that are clinically plausible but not grounded in the patient’s diagnostic data\. In the preeclampsia case \(case 03\), Gemini Agentic produces 14 unsupported claims including specific medications \(labetalol, hydralazine, nicardipine, magnesium sulfate\), laboratory tests \(creatinine, uric acid, proteinuria\), and prognostic warnings \(stroke risk, seizure prophylaxis\)\. The Hybrid system avoids this pattern because its summary prompt constrains the LLM to synthesize structured tool outputs rather than generate treatment plans from training data\.*Visual over\-interpretation\.*Direct\-mode systems generate specific radiological or signal findings from unstructured visual interpretation\. In the aortic dissection case \(case 13\), GPT Direct reports “atherosclerotic calcification” on chest X\-ray and “sinus tachycardia” from a single uncalibrated ECG channel\. Hybrid systems are architecturally immune: the LLM never sees raw images\.*Context leakage\.*Agentic systems that request too few inputs compensate by treating patient context \(demographics, symptoms, history\) as diagnostic findings\. In case 13, an agentic run that requested only 2 inputs wrote “Marfan syndrome,” “bicuspid aortic valve,” and “unequal arm blood pressures” into its diagnosis as if these were findings from diagnostic data, when they were merely echoed from the patient history\.*Speculative clinical reasoning\.*Cloud\-only systems generate plausible differential diagnoses or complications not supported by available evidence \(“end\-organ dysfunction,” “acute cardiac complications”\)\. These are both easier to identify and less likely to mislead than perceptual or pharmacological hallucinations\.

### 5\.3Per\-Modality Diagnostic Accuracy

To understand where the factual quality gap originates, we examine accuracy on individual diagnostic modalities where ground\-truth labels exist \(full results in[AppendixE](https://arxiv.org/html/2608.12745#A5)\)\. Both Hybrid variants achieve near\-perfect accuracy on modalities with specialized edge tools: 100% for BP extraction, carotid stenosis, and thyroid nodule detection; 82–91% for bone fracture\. Cloud\-only systems show substantially lower accuracy, particularly for bone fracture detection \(Gemini Agentic: 62% accuracy at 60% coverage\) and carotid stenosis\. ECG classification accuracy is consistent across all systems \(83–86%\), suggesting signal difficulty dominates over architecture\. These results confirm that edge tool pre\-processing provides the most reliable diagnostic extraction for modalities where specialized models exist\.

### 5\.4Reasoning Quality

Beyond individual findings, clinical utility requires coherent diagnostic reasoning\. We evaluate reasoning efficiency, factuality, and completeness following MedR\-Bench\.*Reasoning\-quality metrics are being recomputed on the full 100\-case benchmark and will be reported here \(placeholders in[Table3](https://arxiv.org/html/2608.12745#S5.T3)\)\.*On the earlier case set, GPT Agentic achieved the highest reasoning factuality at much higher token cost, while GPT Hybrid achieved the highest completeness at competitive efficiency; we will confirm whether these trends persist at scale\.

### 5\.5Latency and Bandwidth

Finally, we evaluate whether quality differences come at a cost in deployment efficiency\.[Table4](https://arxiv.org/html/2608.12745#S5.T4)presents latency and token cost across configurations and network profiles\.

Table 4:Mean latency \(seconds\) and token cost across network profiles \(point estimates; CIs in[AppendixC](https://arxiv.org/html/2608.12745#A3)\)\. Hybrid latency is bandwidth\-invariant; cloud\-only baselines show 1\.4–3\.9×\\timesslowdowns from good to poor connectivity\.Hybrid latency is essentially flat across bandwidth profiles \([Figure3](https://arxiv.org/html/2608.12745#S5.F3)\): Gemini Hybrid varies only 33\.1–38\.2 s and GPT Hybrid 25\.2–29\.8 s\. This stability arises because the Hybrid system transmits only∼\{\\sim\}6\.5 KB of structured JSON, making bandwidth irrelevant\. In contrast, cloud\-only baselines transmit 2–7 MB of raw data per case: Gemini Direct slows from 59\.7 s \(rural good\) to 148\.6 s \(rural low\), a 2\.5×\\timesdegradation\. GPT Hybrid is the most token\-efficient configuration at∼\{\\sim\}1,860 tokens per case, a 15\.4×\\timesreduction compared to GPT Direct \(∼\{\\sim\}28,650 tokens\)\. Gemini Hybrid’s token savings are more modest \(∼\{\\sim\}1\.3–1\.6×\\timesover Gemini Direct\), so the largest token gains accrue to the GPT configuration; the bandwidth gain, by contrast, is uniform \(∼\{\\sim\}1000×\\times\) because it is set by the structured\-output protocol rather than the LLM\.

![Refer to caption](https://arxiv.org/html/2608.12745v1/figures/latency_combined.png)Figure 3:Stacked latency breakdown under Rural Low \(500 kbps, left\), Rural Moderate \(2 Mbps, center\), and Rural Good \(5 Mbps, right\)

## 6Discussion

#### The Input Selection Problem\.

The agentic baselines reveal a second architectural insight: when an LLM controls its own data acquisition, it tends to under\-acquire\. Agentic systems recover only 60–75% of clinically relevant modalities, and the consequences are not merely incomplete coverage but actively degraded reasoning\. When a model lacks sufficient input evidence, it compensates by generating plausible claims from its training knowledge rather than acknowledging insufficient data\. This compensation pattern is insidious because the resulting summaries read as confidently evidence\-based\. The Hybrid orchestrator mitigates this failure mode by decoupling data acquisition from reasoning\. The edge orchestrator operates over a structured tool registry with metadata about each tool’s clinical applicability, and its decisions are informed by patient context without the distraction of simultaneously processing raw medical data\. This separation raises relevant\-modality recall to 74–79% \(vs\. 60–75% for agentic baselines\) while keeping claims far better grounded \(KG precision 0\.905–0\.957 vs\. 0\.742–0\.857\), a combination that directly translates to downstream summary quality\. We note that Direct baselines attain a definitionally perfect recall by uploading everything, so their recall is not an informative point of comparison; it comes at the cost of precision \(∼\{\\sim\}0\.57 coverage precision,∼\{\\sim\}0\.57 KG precision for Gemini\) and a three\-orders\-of\-magnitude larger payload\. The design goal is selective, grounded acquisition, not maximal ingestion\.

#### Bandwidth Invariance as a Clinical Guarantee\.

From a deployment perspective, the most practically significant result is that Hybrid latency is effectively independent of bandwidth: 25–38 seconds across all three network profiles, compared to up to 2\.5×\\timesdegradation for cloud\-only systems from rural good to rural low\. This stability arises because the system transmits approximately 6\.5 KB of structured JSON regardless of input complexity, compared to 2–7 MB of raw multimodal data for cloud\-only systems\. In rural clinical settings where connectivity is unpredictable, this invariance provides a reliability guarantee that cloud\-only systems cannot match\. Furthermore, the Hybrid architecture offers a unique graceful degradation property: even if the cloud uplink fails entirely during a patient encounter, all edge tool outputs persist locally as structured data\. A specialist reviewing the case later has access to the same diagnostic outputs that would have been synthesized into the cloud summary, enabling manual clinical reasoning without repeating the diagnostic workup\.

#### Robustness Across LLM Families\.

The Hybrid architecture outperforms its cloud\-only counterpart within both LLM families \(Gemini 2\.5 Pro and GPT\-5\.4\) on factual grounding and oracle accuracy, suggesting the gain is not backbone\-specific\. The two Hybrid*configurations*also differ from each other: GPT Hybrid is faster and more token\-efficient \(Table[4](https://arxiv.org/html/2608.12745#S5.T4)\), while Gemini Hybrid achieves higher KG\-verification precision \(Table[3](https://arxiv.org/html/2608.12745#S5.T3)\)\. Because the orchestrator and synthesizer are instantiated from the same family in each configuration, we report these differences at the configuration level rather than attributing them to a specific pipeline stage \(see §[7](https://arxiv.org/html/2608.12745#S7)\)\. With confidence intervals reported, several cross\-profile differences for a fixed model fall within overlapping intervals, consistent with sampling noise rather than bandwidth\-induced reasoning\-quality changes\.

### 6\.1Qualitative Case Study: Aortic Dissection with Expert Review

We illustrate the clinical impact of architectural differences through Case 13, a 55\-year\-old male with Marfan syndrome and bicuspid aortic valve presenting with tearing chest pain, unequal arm blood pressures, and diaphoresis—a textbook acute aortic dissection\. Five modalities are relevant; blood pressure is 198/112 mmHg \(hypertensive crisis\)\. Both summaries were independently reviewed by a board\-certified physician\.

Undersampled run \(2 of 5 modalities\)Key findings\.Echocardiogram: dilated aortic root, intimal flap, aortic regurgitation, andmild pericardial effusion\. …Chest X\-ray: widened mediastinum;surgical clips in lower abdomen\. …\[ECG not requested\.\] \[BP not reported\.\] \[Carotid not requested\.\]Diagnosis\.Acute Type A dissection\.Pericardial effusion raises concern for rupture\. …Next steps\.Target SBP 100–120, HR 60–70\. CTA\. Transfer\. …

Full\-invocation run \(5 of 5 modalities\)Key findings\.Echocardiogram:intimal flap in ascending aorta, aortic regurgitation, LV dilation;Type A\. …BP:198/112 mmHg, pulse 100 bpm\. …Chest X\-ray:widened mediastinum, cardiomegaly\. …ECG:no diagnostic conclusion drawn\. Carotid:assessed for malperfusion\. …Diagnosis\.Acute Type A dissection, justified bysymptoms, Marfan risk, intimal flap, widened mediastinum\. …Next steps\.Target SBP 100–120, HR 60–70\.Arterial line, CTA, surgical consult\. …

Figure 4:Condensed summaries for Case 13 \(suspected aortic dissection, 55M\), generated by the same cloud LLM under cloud agentic \(left\) and our architecture \(right\)\.Left:Agentic run acquired only echocardiogram and chest X\-ray\.Red strikethroughmarks hallucinated findings or missed important test orders;bracketed redmarks omitted modalities\.Right:Hybrid run acquired all five relevant modalities\.Green underlinemarks evidence\-grounded claims absent or distorted in the weak summary;blue underlinemarks an abstention\.Figure[4](https://arxiv.org/html/2608.12745#S6.F4)juxtaposes condensed excerpts\. The Hybrid system invoked all five tools and produced a reasoning trajectory the reviewer characterized as ”clear, accurate, and with organized facts\.” Three qualities stand out\. First, every diagnostic claim traces to a specific tool output, with the dangerously elevated blood pressure prominently reported\. Second, the system admits that it was not able to interpret the ECG data and draw conclusion, refusing to fabricate any rhythm classification\. Third, findings are organized in a structured hierarchy that mirrors specialist reasoning\. The cloud\-only agentic configuration requested only two of the five relevant modalities yet produced a summary of comparable length and confidence\. The reviewer identified three critical failures\. Most dangerous is a hallucinated ”mild pericardial effusion”, potentially altering management in ways that could harm the patient\. The summary also omits the severely elevated blood pressure, the single most actionable finding for a rural technician initiating management before transfer\. The reviewer described the output as analogous to ”a less capable physician who is less well spoken, less organized, less reliable\.”

## 7Limitations

#### Simulated scenarios and case diversity\.

Most of our 100 cases attach real diagnostic data \(MIMIC\-IV ECGs, EchoNet\-Dynamic echocardiograms, HC\-18 fetal ultrasounds\) to synthetically constructed patient profiles, supplemented by real\-world EyeRounds\.org ophthalmology cases\. While the diagnostic data is real, most scenarios and their ground\-truth labels are not from actual encounters, and the case\-generation LLM sees the tool registry and may favor tool\-based reasoning; real cases and sparse/dense settings reduce but do not remove this bias\. The 100 cases also do not span all rural presentations \(dermatological and musculoskeletal complaints remain underrepresented\), and the seventeen\-tool registry is a modular interface, not a complete rural\-care ontology\. This is a feasibility benchmark under simulated constraints, not a claim of deployment readiness; validation on prospective rural data is necessary\.

#### Edge\-tool domain shift\.

Per\-modality accuracy \(100% for BP, carotid stenosis, and thyroid nodules; 82–91% for bone fracture\) reflects in\-distribution performance, since the diagnostic data shares source corpora with the underlying models\. It does not predict behavior under rural domain shift—different acquisition hardware, less\-experienced operators, and underrepresented populations—so each tool, including the ophthalmology additions, needs independent modality\-specific validation before deployment\.

#### Metric and design caveats\.

KG verification is a factual\-grounding proxy, not clinical adjudication; its similarity thresholds \(§[4\.4](https://arxiv.org/html/2608.12745#S4.SS4)\) are heuristic and unvalidated, so absolute values would shift with different thresholds, though relative ordering between configurations would likely hold\. In every Hybrid configuration the orchestrator and synthesizer share an LLM family, so the family\-level differences in §[6](https://arxiv.org/html/2608.12745#S6.SS0.SSS0.Px3)cannot be attributed to a single stage; a factorial design crossing orchestrator and synthesizer families would be required\. Finally, the Case 13 study \(§[6\.1](https://arxiv.org/html/2608.12745#S6.SS1)\) is a single\-case, single\-reviewer illustration of failure modes already quantified in §[5\.1](https://arxiv.org/html/2608.12745#S5.SS1)–[5\.3](https://arxiv.org/html/2608.12745#S5.SS3), not an independent clinical evaluation; blinded multi\-reviewer adjudication is left to future work\.

## 8Conclusion

We presented a cloud–edge architecture for multimodal clinical screening in resource\-constrained rural settings\. By combining edge\-based specialized models with cloud\-based reasoning over structured outputs, the system supports dynamic test selection and cross\-modal synthesis while avoiding raw data transmission\. Across 100 diverse clinical cases and three network conditions, the approach achieves the strongest factual grounding and competitive\-to\-best clinical accuracy with stable latency and substantially lower bandwidth and token cost than cloud\-only baselines\. These results highlight the importance of coordinating perception and reasoning under deployment constraints, and suggest that hybrid architectures are a practical path toward scalable multimodal clinical AI in low\-resource settings\.

## References

- Biggerstaff and Short \(2017\)M\. E\. Biggerstaff and N\. ShortEvaluation of specialist referrals at a rural health care clinic\.Journal of the American Association of Nurse Practitioners29\(7\),pp\. 410–414\.External Links:[Document](https://dx.doi.org/10.1002/2327-6924.12480)Cited by:[§1](https://arxiv.org/html/2608.12745#S1.p1.1)\.
- Brown and Davis \(2026\)K\. E\. Brown and S\. E\. DavisGaps in artificial intelligence research for rural health in the united states: a scoping review\.Journal of the American Medical Informatics Association33\(2\),pp\. 509–520\.Cited by:[§1](https://arxiv.org/html/2608.12745#S1.p1.1)\.
- Careyet al\.\(2018\)R\. M\. Carey, P\. K\. Whelton, and 2\. A\. H\. G\. W\. Committee\*Prevention, detection, evaluation, and management of high blood pressure in adults: synopsis of the 2017 american college of cardiology/american heart association hypertension guideline\.Annals of internal medicine168\(5\),pp\. 351–358\.Cited by:[item 10](https://arxiv.org/html/2608.12745#A1.I1.i10.p1.1),[§1](https://arxiv.org/html/2608.12745#S1.p2.1)\.
- Clarke and Mars \(2015\)M\. Clarke and M\. MarsAn investigation into the use of 3g mobile communications to provide telehealth services in rural kwazulu\-natal\.Telemedicine and e\-Health21\(2\),pp\. 115–119\.Cited by:[§2](https://arxiv.org/html/2608.12745#S2.SS0.SSS0.Px1.p1.1),[Table 1](https://arxiv.org/html/2608.12745#S2.T1.2.3.1.1)\.
- Cohenet al\.\(2022\)J\. P\. Cohen, J\. D\. Viviano, P\. Bertin, P\. Morrison, P\. Torabian, M\. Guarrera, M\. P\. Lungren, A\. Chaudhari, R\. Brooks, M\. Hashir,et al\.TorchXRayVision: a library of chest x\-ray datasets and models\.InInternational Conference on Medical Imaging with Deep Learning,pp\. 231–249\.Cited by:[item 4](https://arxiv.org/html/2608.12745#A1.I1.i4.p1.1),[§1](https://arxiv.org/html/2608.12745#S1.p2.1),[§3\.2](https://arxiv.org/html/2608.12745#S3.SS2.p1.1)\.
- Douthitet al\.\(2015\)N\. Douthit, S\. Kiv, T\. Dwolatzky, and S\. BiswasExposing some important barriers to health care access in the rural USA\.Public Health129\(6\),pp\. 611–620\.External Links:[Document](https://dx.doi.org/10.1016/j.puhe.2015.04.001)Cited by:[§1](https://arxiv.org/html/2608.12745#S1.p1.1)\.
- ertiaM \(2020\)ertiaMThyroid ultrasound image segmentation\.Note:[https://github\.com/ertiaM/Thyroid\-Ultrasound\-Image\-Segmentation](https://github.com/ertiaM/Thyroid-Ultrasound-Image-Segmentation)GitHub repository implementing thyroid nodule segmentation using fully convolutional networksCited by:[item 5](https://arxiv.org/html/2608.12745#A1.I1.i5.p1.1),[§3\.2](https://arxiv.org/html/2608.12745#S3.SS2.p1.1)\.
- Estevaet al\.\(2017\)A\. Esteva, B\. Kuprel, R\. A\. Novoa, J\. Ko, S\. M\. Swetter, H\. M\. Blau, and S\. ThrunDermatologist\-level classification of skin cancer with deep neural networks\.nature542\(7639\),pp\. 115–118\.Cited by:[§2](https://arxiv.org/html/2608.12745#S2.SS0.SSS0.Px1.p1.1)\.
- Federal Communications Commission \(FCC\) \(2024\)Federal Communications Commission \(FCC\)Measuring fixed broadband – thirteenth report\.Federal Communications Commission\.Note:Accessed: 2026\-04\-17External Links:[Link](https://www.fcc.gov/reports-research/reports/measuring-broadband-america/measuring-fixed-broadband-thirteenth-report)Cited by:[§4\.2](https://arxiv.org/html/2608.12745#S4.SS2.p2.1)\.
- Federal Communications Commission \(2023\)Federal Communications CommissionBroadband deployment report\.Cited by:[§1](https://arxiv.org/html/2608.12745#S1.p1.1)\.
- Gowet al\.\(2023\)B\. Gow, T\. Pollard, L\. A\. Nathanson, A\. Johnson, B\. Moody, C\. Fernandes, N\. Greenbaum, J\. W\. Waks, P\. Eslami, T\. Carbonati,et al\.MIMIC\-iv\-ecg: diagnostic electrocardiogram matched subset\.PhysioNet\.Cited by:[item 3](https://arxiv.org/html/2608.12745#A1.I1.i3.p1.1),[§3\.2](https://arxiv.org/html/2608.12745#S3.SS2.p1.1),[§4](https://arxiv.org/html/2608.12745#S4.SS0.SSS0.Px1.p1.1)\.
- Gulshanet al\.\(2016\)V\. Gulshan, L\. Peng, M\. Coram, M\. C\. Stumpe, D\. Wu, A\. Narayanaswamy, S\. Venugopalan, K\. Widner, T\. Madams, J\. Cuadros,et al\.Development and validation of a deep learning algorithm for detection of diabetic retinopathy in retinal fundus photographs\.jama316\(22\),pp\. 2402–2410\.Cited by:[§1](https://arxiv.org/html/2608.12745#S1.p1.1),[§2](https://arxiv.org/html/2608.12745#S2.SS0.SSS0.Px1.p1.1)\.
- Hannunet al\.\(2019\)A\. Y\. Hannun, P\. Rajpurkar, M\. Haghpanahi, G\. H\. Tison, C\. Bourn, M\. P\. Turakhia, and A\. Y\. NgCardiologist\-level arrhythmia detection and classification in ambulatory electrocardiograms using a deep neural network\.Nature medicine25\(1\),pp\. 65–69\.Cited by:[item 3](https://arxiv.org/html/2608.12745#A1.I1.i3.p1.1),[§1](https://arxiv.org/html/2608.12745#S1.p1.1),[§2](https://arxiv.org/html/2608.12745#S2.SS0.SSS0.Px1.p1.1),[Table 1](https://arxiv.org/html/2608.12745#S2.T1.2.5.1.1),[§3\.2](https://arxiv.org/html/2608.12745#S3.SS2.p1.1)\.
- Health Resources and Services Administration \(2022\)Health Resources and Services AdministrationDesignated health professional shortage areas statistics\.Note:[https://data\.hrsa\.gov/topics/health\-workforce/shortage\-areas](https://data.hrsa.gov/topics/health-workforce/shortage-areas)Cited by:[§1](https://arxiv.org/html/2608.12745#S1.p1.1)\.
- Hollander and Carr \(2020\)J\. E\. Hollander and B\. G\. CarrVirtually perfect? telemedicine for covid\-19\.New England Journal of Medicine382\(18\),pp\. 1679–1681\.Cited by:[§2](https://arxiv.org/html/2608.12745#S2.SS0.SSS0.Px1.p1.1)\.
- Howardet al\.\(2017\)A\. G\. Howard, M\. Zhu, B\. Chen, D\. Kalenichenko, W\. Wang, T\. Weyand, M\. Andreetto, and H\. AdamMobilenets: efficient convolutional neural networks for mobile vision applications\.arXiv preprint arXiv:1704\.04861\.Cited by:[§2](https://arxiv.org/html/2608.12745#S2.SS0.SSS0.Px1.p1.1),[Table 1](https://arxiv.org/html/2608.12745#S2.T1.2.5.1.1)\.
- International Telecommunication Union \(ITU\) \(2024\)International Telecommunication Union \(ITU\)Measuring digital development: facts and figures 2024\.International Telecommunication Union,Geneva, Switzerland\.Note:Accessed: 2026\-04\-17External Links:[Link](https://www.itu.int/itu-d/reports/statistics/wp-content/uploads/sites/5/2024/11/2402588_1e_Measuring-digital-development-Facts-and-Figures-2024_v4.pdf)Cited by:[§4\.2](https://arxiv.org/html/2608.12745#S4.SS2.p2.1)\.
- Irvinet al\.\(2019\)J\. Irvin, P\. Rajpurkar, M\. Ko, Y\. Yu, S\. Ciurea\-Ilcus, C\. Chute, H\. Marklund, B\. Haghgoo, R\. Ball, K\. Shpanskaya,et al\.Chexpert: a large chest radiograph dataset with uncertainty labels and expert comparison\.InProceedings of the AAAI conference on artificial intelligence,Vol\.33,pp\. 590–597\.Cited by:[item 4](https://arxiv.org/html/2608.12745#A1.I1.i4.p1.1),[§1](https://arxiv.org/html/2608.12745#S1.p2.1),[§2](https://arxiv.org/html/2608.12745#S2.SS0.SSS0.Px1.p1.1),[§3\.2](https://arxiv.org/html/2608.12745#S3.SS2.p1.1)\.
- Jianget al\.\(2025\)H\. Jiang, A\. Zhao, Q\. Yang, X\. Yan, T\. Wang, Y\. Wang, N\. Jia, J\. Wang, G\. Wu, Y\. Yue,et al\.Towards expert\-level autonomous carotid ultrasonography with large\-scale learning\-based robotic system\.Nature Communications16\(1\),pp\. 7893\.Cited by:[item 1](https://arxiv.org/html/2608.12745#A1.I1.i1.p1.1),[§1](https://arxiv.org/html/2608.12745#S1.p2.1),[§3\.2](https://arxiv.org/html/2608.12745#S3.SS2.p1.1)\.
- Johnsonet al\.\(2023\)A\. E\. Johnson, L\. Bulgarelli, L\. Shen, A\. Gayles, A\. Shammout, S\. Horng, T\. J\. Pollard, S\. Hao, B\. Moody, B\. Gow,et al\.MIMIC\-iv, a freely accessible electronic health record dataset\.Scientific data10\(1\),pp\. 1\.Cited by:[§4](https://arxiv.org/html/2608.12745#S4.SS0.SSS0.Px1.p1.1)\.
- Keet al\.\(2025\)F\. Ke, X\. Leng, Z\. Cai, Z\. Khan, W\. Wang, P\. D\. Haghighi, H\. Rezatofighi, M\. Chandraker,et al\.Dwim: towards tool\-aware visual reasoning via discrepancy\-aware workflow generation & instruct\-masking tuning\.InProceedings of the IEEE/CVF International Conference on Computer Vision,pp\. 3378–3389\.Cited by:[§4](https://arxiv.org/html/2608.12745#S4.SS0.SSS0.Px1.p1.1)\.
- Liuet al\.\(2021\)F\. Liu, E\. Shareghi, Z\. Meng, M\. Basaldella, and N\. CollierSelf\-alignment pretraining for biomedical entity representations\.InProceedings of the 2021 conference of the North American chapter of the association for computational linguistics: human language technologies,pp\. 4228–4238\.Cited by:[§4\.4](https://arxiv.org/html/2608.12745#S4.SS4.SSS0.Px1.p1.1)\.
- Liuet al\.\(2026\)Y\. Liu, Z\. I\. Carrero, X\. Jiang, D\. Ferber, G\. Wölflein, L\. Zhang, S\. Jayabalan, T\. Lenz, Z\. Hui, and J\. N\. KatherBenchmarking large language model\-based agent systems for clinical decision tasks\.npj Digital Medicine\.Cited by:[§2](https://arxiv.org/html/2608.12745#S2.SS0.SSS0.Px2.p1.1)\.
- Maaniet al\.\(2025\)F\. Maani, N\. Saeed, T\. Saleem, Z\. Farooq, H\. Alasmawi, W\. Diehl, A\. Mohammad, G\. Waring, S\. Valappi, L\. Bricker, and M\. YaqubFetalCLIP: a visual\-language foundation model for fetal ultrasound image analysis\.arXiv preprint arXiv:2502\.14807\.External Links:[Link](https://arxiv.org/abs/2502.14807)Cited by:[item 2](https://arxiv.org/html/2608.12745#A1.I1.i2.p1.1),[§1](https://arxiv.org/html/2608.12745#S1.p2.1),[§3\.2](https://arxiv.org/html/2608.12745#S3.SS2.p1.1)\.
- Narayanswamyet al\.\(2024\)G\. Narayanswamy, Y\. Liu, Y\. Yang, C\. Ma, X\. Liu, D\. McDuff, and S\. PatelBigsmall: efficient multi\-task learning for disparate spatial and temporal physiological measurements\.InProceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision,pp\. 7914–7924\.Cited by:[item 9](https://arxiv.org/html/2608.12745#A1.I1.i9.p1.1),[§3\.2](https://arxiv.org/html/2608.12745#S3.SS2.p1.1)\.
- Ookla \(2023\)OoklaFixed wireless access performance in the u\.s\. – q3 2023\.Note:[https://www\.ookla\.com/articles/fixed\-wireless\-access\-us\-q3\-2023](https://www.ookla.com/articles/fixed-wireless-access-us-q3-2023)Based on Speedtest Intelligence data; Verizon rural median download speed 51\.41 Mbps vs\. 155\.77 Mbps urbanCited by:[§4\.2](https://arxiv.org/html/2608.12745#S4.SS2.p2.1)\.
- Ookla \(2025\)OoklaStarlink u\.s\. performance 2025\.Note:Accessed: 2026\-04\-17External Links:[Link](https://www.ookla.com/articles/starlink-us-performance-2025)Cited by:[§4\.2](https://arxiv.org/html/2608.12745#S4.SS2.p2.1)\.
- Ouyanget al\.\(2020\)D\. Ouyang, B\. He, A\. Ghorbani, N\. Yuan, J\. Ebinger, C\. P\. Langlotz, P\. A\. Heidenreich, R\. A\. Harrington, D\. H\. Liang, E\. A\. Ashley,et al\.Video\-based ai for beat\-to\-beat assessment of cardiac function\.Nature580\(7802\),pp\. 252–256\.Cited by:[item 8](https://arxiv.org/html/2608.12745#A1.I1.i8.p1.1),[§3\.2](https://arxiv.org/html/2608.12745#S3.SS2.p1.1),[§4](https://arxiv.org/html/2608.12745#S4.SS0.SSS0.Px1.p1.1)\.
- Qiuet al\.\(2025\)P\. Qiu, C\. Wu, S\. Liu, Y\. Fan, W\. Zhao, Z\. Chen, H\. Gu, C\. Peng, Y\. Zhang, Y\. Wang,et al\.Quantifying the reasoning abilities of llms on clinical cases\.Nature Communications16\(1\),pp\. 9799\.Cited by:[§4\.4](https://arxiv.org/html/2608.12745#S4.SS4.p1.1)\.
- Rajpurkaret al\.\(2017a\)P\. Rajpurkar, J\. Irvin, A\. Bagul, D\. Ding, T\. Duan, H\. Mehta, B\. Yang, K\. Zhu, D\. Laird, R\. L\. Ball,et al\.Mura: large dataset for abnormality detection in musculoskeletal radiographs\.arXiv preprint arXiv:1712\.06957\.Cited by:[item 7](https://arxiv.org/html/2608.12745#A1.I1.i7.p1.1),[§3\.2](https://arxiv.org/html/2608.12745#S3.SS2.p1.1)\.
- Rajpurkaret al\.\(2017b\)P\. Rajpurkar, J\. Irvin, K\. Zhu, B\. Yang, H\. Mehta, T\. Duan, D\. Ding, A\. Bagul, C\. Langlotz, K\. Shpanskaya,et al\.Chexnet: radiologist\-level pneumonia detection on chest x\-rays with deep learning\.arXiv preprint arXiv:1711\.05225\.Cited by:[§1](https://arxiv.org/html/2608.12745#S1.p1.1),[§2](https://arxiv.org/html/2608.12745#S2.SS0.SSS0.Px1.p1.1),[Table 1](https://arxiv.org/html/2608.12745#S2.T1.2.4.1.1)\.
- Rausch \(2026\)R\. RauschBlood pressure monitor\.Note:[https://github\.com/derdilla/blood\-pressure\-monitor\-fl](https://github.com/derdilla/blood-pressure-monitor-fl)Open\-source Android application for tracking, analyzing, and exporting blood pressure measurementsCited by:[item 10](https://arxiv.org/html/2608.12745#A1.I1.i10.p1.1),[§3\.2](https://arxiv.org/html/2608.12745#S3.SS2.p1.1)\.
- Riekeet al\.\(2020\)N\. Rieke, J\. Hancox, W\. Li, F\. Milletari, H\. R\. Roth, S\. Albarqouni, S\. Bakas, M\. N\. Galtier, B\. A\. Landman, K\. Maier\-Hein,et al\.The future of digital health with federated learning\.NPJ digital medicine3\(1\),pp\. 119\.Cited by:[§2](https://arxiv.org/html/2608.12745#S2.SS0.SSS0.Px1.p1.1)\.
- Schicket al\.\(2023\)T\. Schick, J\. Dwivedi\-Yu, R\. Dessì, R\. Raileanu, M\. Lomeli, E\. Hambro, L\. Zettlemoyer, N\. Cancedda, and T\. ScialomToolformer: language models can teach themselves to use tools\.Advances in neural information processing systems36,pp\. 68539–68551\.Cited by:[§2](https://arxiv.org/html/2608.12745#S2.SS0.SSS0.Px2.p1.1),[Table 1](https://arxiv.org/html/2608.12745#S2.T1.2.6.1.1)\.
- Schmidgallet al\.\(2024\)S\. Schmidgall, R\. Ziaei, C\. Harris, E\. Reis, J\. Jopling, and M\. MoorAgentclinic: a multimodal agent benchmark to evaluate ai in simulated clinical environments\.arXiv preprint arXiv:2405\.07960\.Cited by:[§2](https://arxiv.org/html/2608.12745#S2.SS0.SSS0.Px2.p1.1),[Table 1](https://arxiv.org/html/2608.12745#S2.T1.2.9.1.1)\.
- Syedet al\.\(2013\)S\. T\. Syed, B\. S\. Gerber, and L\. K\. SharpTraveling towards disease: transportation barriers to health care access\.Journal of Community Health38\(5\),pp\. 976–993\.External Links:[Document](https://dx.doi.org/10.1007/s10900-013-9681-1)Cited by:[§1](https://arxiv.org/html/2608.12745#S1.p1.1)\.
- Topchiket al\.\(2020\)M\. Topchik, K\. Gross, M\. Pinette, T\. Brown, B\. Balfour, and H\. KeinThe rural health safety net under pressure: rural hospital vulnerability\.Chartis Center for Rural Health, The Chartis Group\.Cited by:[§1](https://arxiv.org/html/2608.12745#S1.p1.1)\.
- van den Heuvelet al\.\(2018\)T\. L\. van den Heuvel, D\. de Bruijn, C\. L\. de Korte, and B\. v\. GinnekenAutomated measurement of fetal head circumference using 2d ultrasound images\.PloS one13\(8\),pp\. e0200412\.Cited by:[item 2](https://arxiv.org/html/2608.12745#A1.I1.i2.p1.1),[§1](https://arxiv.org/html/2608.12745#S1.p2.1),[§3\.2](https://arxiv.org/html/2608.12745#S3.SS2.p1.1),[§4](https://arxiv.org/html/2608.12745#S4.SS0.SSS0.Px1.p1.1)\.
- Wanget al\.\(2025\)Z\. Wang, J\. Wu, C\. H\. Low, and Y\. JinMedagent\-pro: towards multi\-modal evidence\-based medical diagnosis via reasoning agentic workflow\.arXiv e\-prints,pp\. arXiv–2503\.Cited by:[§2](https://arxiv.org/html/2608.12745#S2.SS0.SSS0.Px2.p1.1),[Table 1](https://arxiv.org/html/2608.12745#S2.T1.2.7.1.1)\.
- Yildirimet al\.\(2021\)K\. Yildirim, P\. G\. Bozdag, M\. Talo, O\. Yildirim, M\. Karabatak, and U\. R\. AcharyaDeep learning model for automated kidney stone detection using coronal ct images\.Computers in biology and medicine135,pp\. 104569\.Cited by:[item 6](https://arxiv.org/html/2608.12745#A1.I1.i6.p1.1),[§3\.2](https://arxiv.org/html/2608.12745#S3.SS2.p1.1)\.
- Zhanget al\.\(2023\)C\. Zhang, D\. Han, Y\. Qiao, J\. U\. Kim, S\. Bae, S\. Lee, and C\. S\. HongFaster segment anything: towards lightweight sam for mobile applications\.arXiv preprint arXiv:2306\.14289\.Cited by:[Appendix B](https://arxiv.org/html/2608.12745#A2.SS0.SSS0.Px2.p1.1),[§3\.2](https://arxiv.org/html/2608.12745#S3.SS2.p1.1)\.
- Zhanget al\.\(2024\)Y\. Zhang, I\. Ktena, M\. Wetscherek,et al\.Multimodal healthcare ai: identifying and designing clinically relevant vision\-language applications for radiology\.arXiv preprint arXiv:2402\.07819\.External Links:[Link](https://arxiv.org/abs/2402.07819)Cited by:[§2](https://arxiv.org/html/2608.12745#S2.SS0.SSS0.Px1.p1.1),[Table 1](https://arxiv.org/html/2608.12745#S2.T1.2.10.1.1)\.
- Zhenget al\.\(2025\)H\. Zheng, Z\. Shi, and P\. YiMedCoAct: confidence\-aware multi\-agent collaboration for complete clinical decision\.arXiv preprint arXiv:2510\.10461\.Cited by:[§2](https://arxiv.org/html/2608.12745#S2.SS0.SSS0.Px2.p1.1),[Table 1](https://arxiv.org/html/2608.12745#S2.T1.2.8.1.1)\.

## Appendix AImplementation Details

#### Edge Tool Specifications\.

The edge layer comprises seventeen specialized diagnostic tools, each wrapping a trained model behind a standardized interface that accepts modality\-specific inputs and returns a unified structured output schema \(ToolStructuredOutput\)\. The original ten tools are:

1. 1\.UltraBot\(carotid ultrasound\): Segments plaque regions and estimates stenosis severity \(<<50%, 50–69%,≥\\geq70%\)\. Outputs include mask area \(pixels\), mask fraction, and stenosis confidence[19](https://arxiv.org/html/2608.12745#bib.bib40)\.
2. 2\.FetalCLIP\(fetal ultrasound\): Classifies fetal ultrasound planes into nine anatomical categories \(abdomen, brain, femur, heart, kidney, lips/nose, profile, spine, cervix\) with brain subplane classification and quality scoring[24](https://arxiv.org/html/2608.12745#bib.bib32);[38](https://arxiv.org/html/2608.12745#bib.bib19)\.
3. 3\.ECGNet\(12\-lead ECG\): Binary rhythm classification \(normal vs\. abnormal\) with per\-segment voting across the signal[13](https://arxiv.org/html/2608.12745#bib.bib10)\. Reports classification confidence and segment\-level counts\. Trained on MIMIC\-IV\-ECG[11](https://arxiv.org/html/2608.12745#bib.bib16)\.
4. 4\.ChestXRay\(chest radiograph\): Screens for 18 pathological findings \(atelectasis, cardiomegaly, consolidation, edema, effusion, etc\.\) using a DenseNet backbone[5](https://arxiv.org/html/2608.12745#bib.bib20);[18](https://arxiv.org/html/2608.12745#bib.bib11)\. Reports per\-finding probabilities and flags findings exceeding a confidence threshold\.
5. 5\.ThyroidSeg\(thyroid ultrasound\): Segments thyroid nodules and reports detection status, mask statistics, and segmentation confidence[7](https://arxiv.org/html/2608.12745#bib.bib28)\.
6. 6\.KidneyStone\(CT scan\): Binary classification \(kidney stone vs\. normal\) with classification confidence and per\-class probabilities[40](https://arxiv.org/html/2608.12745#bib.bib29)\.
7. 7\.BoneFracture\(extremity X\-ray\): Classifies fracture status across bone types \(elbow, hand, shoulder\) with detection confidence[30](https://arxiv.org/html/2608.12745#bib.bib27)\.
8. 8\.EchoNet\(echocardiogram video\): Estimates left ventricular ejection fraction \(EF%\) and categorizes cardiac function \(normal, mildly reduced, reduced, hyperdynamic\)[28](https://arxiv.org/html/2608.12745#bib.bib17)\.
9. 9\.BigSmall\(facial video\): Extracts heart rate and respiratory rate from facial video using remote photoplethysmography \(rPPG\), with action unit detection for stress scoring[25](https://arxiv.org/html/2608.12745#bib.bib26)\.
10. 10\.BP\(blood pressure readings\): Categorizes blood pressure according to AHA guidelines[3](https://arxiv.org/html/2608.12745#bib.bib31)\(normal, elevated, hypertension stage 1/2, hypertensive crisis\) and assigns risk levels[32](https://arxiv.org/html/2608.12745#bib.bib30)\.

To demonstrate extensibility of the registry through the same structured\-output interface, we add seven ophthalmology\-oriented edge tools:

1. 11\.Fundus\(retinal fundus\): Grades fundus photographs for retinal pathology and reports per\-finding probabilities and image\-quality flags\.
2. 12\.OCT\(retinal OCT\): Classifies macular/retinal findings from optical coherence tomography with confidence scoring\.
3. 13\.FAVessel\(fluorescein angiography\): Analyzes retinal vasculature and leakage patterns from fluorescein angiography\.
4. 14\.NIRVessel\(near\-infrared retinal\): Extracts retinal vessel structure from near\-infrared imaging\.
5. 15\.SlitLamp\(slit\-lamp\): Assesses anterior\-segment findings from slit\-lamp imaging\.
6. 16\.OcularUS\(B\-scan ocular ultrasound\): Reports posterior\-segment findings from B\-scan ocular ultrasound\.
7. 17\.VesselSeg\(retinal vessel segmentation\): Segments retinal vasculature as a grading aid, sharing the MobileSAM segmentation\-fallback path\.

Each ophthalmology tool serves a distinct ocular modality \(see the case bundle in[AppendixD](https://arxiv.org/html/2608.12745#A4)\); the additions require modality\-specific validation under rural acquisition conditions\.

## Appendix BEdge Tool Execution Pipeline

Once the orchestrator \(§3\.4\) selects a set of tools to invoke, the edge runtime executes them subject to deterministic quality gates, a segmentation fallback, and memory\-aware concurrent scheduling\. All tools share a unified output schema \(ToolStructuredOutput\) containing modality\-specific fields, a generic quality score, and a list of clinical flags\.

#### Confidence Gating and Quality Control\.

Before forwarding tool outputs to the cloud, the system applies deterministic quality gates\. Segmentation tools \(carotid, thyroid\) are subject to minimum mask thresholds: carotid outputs are rejected if the segmentation mask contains fewer than 500 pixels or covers less than 1% of the image area; thyroid outputs require at least 50 pixels and 0\.1% coverage\. Classification tools include confidence scores that the cloud LLM can use to weight its reasoning\.

#### MobileSAM Fallback\.

When a segmentation tool produces a low\-quality mask that fails the quality gate, the system invokes MobileSAM[41](https://arxiv.org/html/2608.12745#bib.bib14), a lightweight, ONNX\-compatible segment\-anything model, as a fallback\. The fallback re\-segments the region of interest and, if the result passes the quality gate, substitutes it for the original output\. This mechanism provides graceful degradation without requiring cloud round\-trips\. Across the 100\-case benchmark the specialist segmenters passed the quality gate, so this MobileSAM fallback was effectively never triggered \(fewer than 1% of carotid/thyroid segmentation calls\)\.

#### Concurrent Execution\.

When the orchestrator requests multiple tools simultaneously, a memory\-aware batch executor schedules them for concurrent execution\. Tools are bin\-packed into waves based on their estimated peak GPU memory \(ranging from 5 MB for BP categorization to 300 MB for EchoNet and BigSmall\), with a configurable memory budget per wave \(default: 2 GB\)\. Tools within a wave execute in parallel via thread pools, exploiting PyTorch’s GIL release during CUDA operations\. All experiments were CPU\-only and required no GPU, adding∼\{\\sim\}4–5 s per case; GPU execution is an optional latency boost\.

## Appendix CFull Confidence Intervals

[Tables5](https://arxiv.org/html/2608.12745#A3.T5),[6](https://arxiv.org/html/2608.12745#A3.T6)and[7](https://arxiv.org/html/2608.12745#A3.T7)report point estimates with 95% confidence intervals for all metrics under each network profile\.

Table 5:Rural Low: point estimate \[95% CI\]\.Table 6:Rural Moderate: point estimate \[95% CI\]\.Table 7:Rural Good: point estimate \[95% CI\]\.
## Appendix DClinical Cases

[Table8](https://arxiv.org/html/2608.12745#A4.T8)summarizes the 100 evaluation cases\. Cardiac and multi\-system cases include EchoNet\-Dynamic echocardiography video \(EF\-matched to the clinical scenario\) and MIMIC\-IV\-ECG signals; ophthalmology cases \(071–100\) use ocular\-modality bundles\. Rel\. = number of relevant inputs\. BP format: systolic/diastolic \(mmHg\); “—” denotes not applicable/unrecorded\.

Table 8:Clinical evaluation cases \(100\)\.\#Age/SexPrimary PresentationBPRel\.EF \(%\)*Heavy — unique oracle\-labelled cardiac cases \(001–020\)*00168MDecompensated DCM \+ renal calculi88/52523\.800274MCHF exacerbation \+ persistent AFib148/88639\.800329FSevere preeclampsia, 32 wk172/110656\.300462MCardiogenic shock post\-STEMI72/44523\.200534FPeripartum cardiomyopathy, 36 wk128/82657\.100642MMotorcycle polytrauma, cardiac concern105/68649\.700724MSports cardiac screening \(FHx SCD\)118/72571\.600858MAcute MI \+ renal colic168/98638\.500966MAortic stenosis \+ thyroid nodule142/78661\.001078MGeriatric cardiac screening138/82661\.001131FPostpartum thyroiditis132/74541\.601235MHealthy negative control118/76565\.401355MSuspected aortic dissection \(Marfan\)198/112548\.401449MUrosepsis→\\toseptic cardiomyopathy78/42643\.301528FTwin pregnancy, HELLP concern, 30 wk182/116664\.301671MEnd\-stage HF, ICD, CKD\-482/50516\.901763MTIA \+ carotid stenosis 60% \+ AFib156/92669\.401882MElderly fall on warfarin98/62545\.301933FLate pregnancy \+ MVP decompensation144/88655\.402070MRheumatic multivalvular disease108/72639\.9*Cardiac stress archetypes \(021–030\)*02169MCHF/COPD overlap dyspnea118/723—02231FLate\-pregnancy HTN \+ headache138/822—02378MAnticoagulated fall, fracture vs\. cardiac148/883—02464MTIA \+ carotid disease \+ neck mass104/665—02556MUrosepsis \+ secondary cardiac strain72/445—02623MAthlete exertional syncope screening148/885—02735FPostpartum dyspnea: thyroiditis vs\. CMP128/825—02844MPolytrauma \+ shock \+ cardiac contusion172/1107—02982MDense geriatric multi\-system screening88/529—03052MRenal colic \+ concurrent chest\-pain risk88/527—*Additional distinct cardiac / multi\-system cases \(031–070\)*03146FParoxysmal SVT, palpitations124/78261\.003259MHypertensive urgency198/1162—03338MRecurrent renal colic138/842—03444FSolitary thyroid nodule126/802—03571MAsymptomatic carotid bruit152/882—03667FFall, forearm fracture142/802—03726FGestational hypertension, 28 wk148/942—03855MCommunity\-acquired pneumonia128/782—03964MStable exertional angina138/82255\.404073FNew AFib with RVR132/86248\.404166MCOPD exacerbation134/822—04249FSyncope workup118/74265\.404333FThyrotoxic palpitations138/762—04468MAmaurosis fugax / TIA156/902—04569MHFrEF \+ persistent AFib118/74439\.804660MNSTEMI \+ renal colic168/96438\.504730FPreeclampsia evaluation, 33 wk172/108456\.304866MTIA: carotid disease \+ AFib150/88461\.004958FUrosepsis \+ cardiac strain86/50543\.305021MAthlete pre\-participation screen120/74469\.405134FPostpartum cardiomyopathy128/82441\.605265MAortic stenosis \+ thyroid mass142/78461\.005341MBlunt chest trauma106/68448\.405477MGeriatric cardiovascular screen138/80561\.005562FHypertensive heart disease178/102455\.405659MDiabetic silent ischemia146/86448\.405770FCardiogenic vs infective dyspnea128/80438\.505872MPre\-op carotid \+ cardiac risk148/84461\.005971MDecompensated HF, multi\-organ92/56623\.206044MPolytrauma with shock84/48645\.306129FEclampsia crisis186/118556\.306256MSeptic shock, renal source78/44543\.306369MComprehensive stroke workup162/94555\.406458MTransplant eval, end\-stage HF82/50516\.906567MMultivalvular disease \+ thyroid110/72539\.906682MElderly fall, multi\-injury100/62645\.306735FPeripartum multisystem illness138/86557\.106864MCardiorenal syndrome124/78541\.606957MHypertensive emergency, multi\-organ208/120548\.407080MDense geriatric multi\-system screen142/84739\.9*Ophthalmology cases — ocular modality bundle \(071–100\)*07124FAcute macular neuroretinopathy \(OU\)—4—07231FAcute macular neuroretinopathy \(OD\)—4—07338FAcute macular neuroretinopathy \(OS\)—4—07427MAcute macular neuroretinopathy \(OU\)—4—07544FAcute macular neuroretinopathy \(OD\)—4—07619FAcute macular neuroretinopathy \(OS\)—4—07742MAcquired ocular toxoplasmosis \(OD\)—3—07829FAcquired ocular toxoplasmosis \(OS\)—3—07955MAcquired ocular toxoplasmosis \(OU\)—3—08036FAcquired ocular toxoplasmosis \(OD\)—3—08148MAcquired ocular toxoplasmosis \(OS\)—3—08223FAcquired ocular toxoplasmosis \(OD\)—3—08383MAcquired peripheral retinoschisis \(OU\)—2—08471FAcquired peripheral retinoschisis \(OD\)—2—08566MAcquired peripheral retinoschisis \(OS\)—2—08678FAcquired peripheral retinoschisis \(OU\)—2—08760MAcquired peripheral retinoschisis \(OD\)—2—08888FAcquired peripheral retinoschisis \(OS\)—2—08984MAcute retinal necrosis \(OD\)—3—09057MAcute retinal necrosis \(OS\)—3—09169FAcute retinal necrosis \(OU\)—3—09245MAcute retinal necrosis \(OD\)—3—09373FAcute retinal necrosis \(OS\)—3—09438MAcute retinal necrosis \(OD\)—3—09534FAZOOR / AIBSE \(OD\)—3—09628FAZOOR / AIBSE \(OS\)—3—09741FAZOOR / AIBSE \(OU\)—3—09822MAZOOR / AIBSE \(OD\)—3—09947FAZOOR / AIBSE \(OS\)—3—10031FAZOOR / AIBSE \(OD\)—3—
## Appendix EPer\-Modality Diagnostic Accuracy

[Table9](https://arxiv.org/html/2608.12745#A5.T9)presents per\-modality diagnostic accuracy across the six configurations, averaged over all three network profiles, on the subset of cases with verifiable ground\-truth labels\. \(These per\-modality values are being refreshed on the full 100\-case set; the ophthalmology cases contribute to coverage but not to the label\-verified modalities below\.\)

Table 9:Per\-modality diagnostic accuracy averaged across network profiles\. Echo EF reports MAE and category accuracy\. Other modalities report accuracy and coverage\. Coverage here measures whether the modality’s findings appear in the generated clinical summary, distinct from tool invocation coverage\. Best per metric inbold\.
## Appendix FPrivacy and Fully\-Local Synthesis

#### Privacy Considerations\.

Confining raw images and signals to the edge reduces exposure: no bandwidth\-intensive pixel or waveform data leaves the clinic, and only compact structured outputs cross the edge–cloud boundary\. This is a privacy*benefit*, but not privacy by itself\. The structured payloads still carry sensitive information—diagnostic labels, confidence scores, quality flags, and patient context—that can identify a patient or reveal a condition\. A deployment therefore still requires standard protections on the uplink and the cloud service: transport and at\-rest encryption of the structured records, authentication and role\-based access control for the synthesis endpoint, and audit logging of every case submitted and every summary returned\. We treat the edge–cloud protocol as reducing the attack surface \(raw data never transits or persists in the cloud\), not as a substitute for these controls; a full privacy and threat\-model analysis, including re\-identification risk from structured outputs, is left to future work\.

#### Toward Fully Local Synthesis\.

Our design keeps only perception on the edge and delegates cross\-modal reasoning to a cloud LLM, so the synthesis step still depends on connectivity \(albeit at only∼\{\\sim\}6\.5 KB per case\)\. A natural extension is to run synthesis with a small, local language model \(sLLM\) on the same edge hardware, eliminating the cloud round\-trip entirely and yielding summaries even under total uplink failure\. Whether a compact on\-device model can match the cross\-modal reasoning quality of a cloud LLM over structured evidence—and at what latency on CPU\-only rural hardware—is an open question we leave to future work\.

## Appendix GReproducibility

We summarize the settings needed to reproduce our results and the artifacts we will release\.

#### Models and decoding\.

Cloud synthesizer and edge orchestrator: Gemini 2\.5 Pro and GPT\-5\.4, invoked with JSON\-mode decoding at temperature 0\. The cloud summary uses a token budget of 256 \(cap 1200\);top\_pis left at the provider default\.

#### Repetitions and confidence intervals\.

Each case is run once per configuration and network profile \(one trial\)\. The 95% CIs in[AppendixC](https://arxiv.org/html/2608.12745#A3)are normal\-approximate,x¯±1\.96​SD/n\\bar\{x\}\\pm 1\.96\\,\\mathrm\{SD\}/\\sqrt\{n\}, withnnthe number of evaluated cases \(traces\) per cell \(metrics defined only on labelled findings use the corresponding subset\)\.

#### Determinism and seeds\.

The 100\-case set is fixed\. The bandwidth process is a stochastic log\-normal random walk that is*not*seeded across runs, so per\-run latency/upload timings vary within the reported intervals; the CIs already reflect this together with case\-level variance\.

#### Case generation\.

Cases were generated with Claude \(Claude Code CLI\) from a fixed DWIM\-style clinical template with in\-context examples \([AppendixH](https://arxiv.org/html/2608.12745#A8)\); diagnostic ground truth comes from the source datasets \(MIMIC\-IV\-ECG, EchoNet\-Dynamic, MIMIC\-IV, HC\-18\) and the EyeRounds\.org reports, not the generator\. Reasoning\-quality metrics are scored by a separate Claude judge \(claude\-haiku\-4\-5\)\.

#### Edge tool thresholds\.

Segmentation gates: carotid mask≥\\geq500 px and≥\\geq1% area; thyroid≥\\geq50 px and≥\\geq0\.1% area \([AppendixB](https://arxiv.org/html/2608.12745#A2)\)\. Classifier report/flag thresholds: chest X\-ray 0\.5, 12\-lead ECG 0\.5, OCT 0\.4, fundus 0\.4 \(diabetic\-retinopathy gate 0\.85\), slit\-lamp 0\.4, B\-scan ocular ultrasound 0\.4; remaining tools emit calibrated heuristic confidences rather than a single hard threshold\.

#### Network simulation\.

Log\-normal random\-walk parameters are in[Table2](https://arxiv.org/html/2608.12745#S4.T2); the socket\-level throttle and dropout process will be released\.

#### Evaluation\.

Oracle pattern\-matching, the five\-stage KG cascade \(§[4\.4](https://arxiv.org/html/2608.12745#S4.SS4)\), and the MedR\-Bench reasoning decomposition are applied identically to all six configurations\.

#### Artifact release\.

We will release the generated case metadata, structured tool outputs, network\-simulation scripts, and evaluation code\.

## Appendix HPrompts

Runtime placeholders in braces \(e\.g\. \{tools\_list\}, \{patient\_block\}, \{tool\_block\}\) are substituted per case\.

### H\.1Edge orchestrator \(tool selection\)\.

YouaretheEDGEORCHESTRATORforaruralclinic\.

YouDONOTdiagnose\.YouDONOTwritethefinalclinicalsummary\.

DecideONLYthenextaction:

\-request\_tool:runoneoftheavailabletoolstogatherevidence\.

\-summarize:evidenceissufficient;thecloudLLMwritesthefinalsummary\.

\-reacquire:inputquality/evidenceisinsufficient;askformoreframes/images\.

Availabletools:\{tools\_list\}

Heuristics:

\-Fromage,symptoms,history,notes,decidewhichtool\(s\)aremostvaluablenext\.

\-Ifseveralindependenttoolsareclearlyneeded,requestthemALLatonce\.

\-Use"structured"toseegatheredevidence;doNOTre\-requestapresenttool\.

\-Oncetoolshaveproducedresults,almostalwayssummarize\(ruralclinic;

testsarehardtorepeat\);letthesummarizerflaganyinconsistency\.

\-"runnable\_tools"liststoolswhoseinputsarepresentnow;intheFIRST

decisionrequestALLrunnabletoolsunlessclearlyirrelevant\.

RespondONLYwithaJSONobject\.Fields:decision

\("request\_tool"\|"summarize"\|"reacquire"\),tools\(list\|null\),

tool\_args\(object\),reacquire\_tips\(list\),reason\(string\)\.

### H\.2Cloud synthesis

Youareaclinicaldecision\-supportassistantataruralclinic\.Giventhe

patientcontextanddiagnostictoolresults,writeaclinicalsummaryinprose\.

RULES:

\-REASONFROMHISTORYFIRST:distinctiveclues\(priortreatments,riskfactors,

symptomconstellations\)beforetoolresults;toolsCONFIRM/COMPLEMENT,notoverride\.

\-\[HEURISTIC\-ONLY\-UNRELIABLE\]=non\-diagnosticnoise\.

\-\[LOW\]reportedbutneverprimary;\[MEDIUM\]suggestive;\[HIGH\]strongbutmust

beclinicallyconsistent\.

\-Groundeveryclaimintoolresultsorcontext;doNOTfabricatemeasurements\.

\-DoNOTmentionmodalitieswhoseresultsareabsent;"inconclusive"cannot

supportadiagnosis\.

\-Thefundustoolisadiabetic\-retinopathygraderONLY;ifthepictureis

non\-diabetic,treataDRlabelasafalsepositive\.

\-Labeldifferentials"Possible"/"Consider";neverdefinitive\.Proseonly,nocode\.

\{patient\_block\}

\{tool\_block\}

Sections:KEYFINDINGS/DIFFERENTIALDIAGNOSES/RECOMMENDEDNEXTSTEPS\.

Nowwritethesummaryforthepatientabove\.

#### Case generation\.

Cases were generated from a fixed DWIM\-style template \(prompt\-clinical\.xml\) with in\-context clinical examples exposing aClinicalCaseschema \(age/sex, symptoms, history, available input keys\); the model emits a new multi\-tool case as structured data, validated against the tool registry\.

#### Agentic and Direct baselines\.

Both baselines use the*same*cloud\-synthesis prompt above and differ only in data delivery:Directuploads all available raw images/signals at once with the patient context, whileAgenticuploads raw inputs iteratively, requesting specific modalities across rounds \(Gemini/OpenAI file\-upload APIs\)\.

Similar Articles