<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>collaborative AI diagnosis framework &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/collaborative-ai-diagnosis-framework/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Mon, 21 Sep 2026 00:29:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>collaborative AI diagnosis framework &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>AI Doctor Swarm Mirrors Hospital Referrals to Sharpen Disease Prediction</title>
		<link>https://scienmag.com/ai-doctor-swarm-mirrors-hospital-referrals-to-sharpen-disease-prediction/</link>
		
		<dc:creator><![CDATA[Ophelia Keating]]></dc:creator>
		<pubDate>Mon, 21 Sep 2026 00:29:03 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[AI in primary care and specialty referrals]]></category>
		<category><![CDATA[AI-driven medical diagnosis]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[clinical decision support]]></category>
		<category><![CDATA[Collaborating]]></category>
		<category><![CDATA[collaborative AI diagnosis framework]]></category>
		<category><![CDATA[CPS-Net]]></category>
		<category><![CDATA[decentralized multi-agent healthcare AI]]></category>
		<category><![CDATA[diagnosis]]></category>
		<category><![CDATA[disease prediction]]></category>
		<category><![CDATA[electronic health records]]></category>
		<category><![CDATA[explainable artificial intelligence in healthcare]]></category>
		<category><![CDATA[hospital referral mimicking AI models]]></category>
		<category><![CDATA[interpretable AI for clinical decision-making]]></category>
		<category><![CDATA[large language models]]></category>
		<category><![CDATA[layered disease prediction]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[multi-agent systems]]></category>
		<category><![CDATA[multi-tiered AI healthcare models]]></category>
		<category><![CDATA[multispecialty AI diagnostic systems]]></category>
		<category><![CDATA[predictive medicine]]></category>
		<category><![CDATA[specialized transformer models in medicine]]></category>
		<category><![CDATA[transformers]]></category>
		<category><![CDATA[trust-building in AI medical diagnostics]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=204608</guid>

					<description><![CDATA[A new decentralized multi-agent AI framework that mirrors hospital referral hierarchies outperformed monolithic transformer models in predicting diagnoses from electronic health records.]]></description>
										<content:encoded><![CDATA[<p>Diagnosis in real clinical practice is rarely a single-step affair. A patient with a confusing set of symptoms typically starts with a primary care physician, who weighs the history, orders initial tests, and—if the problem falls outside generalist expertise—sends the patient onward to a specialist. For particularly complex conditions, care may pass again to a subspecialist whose experience is concentrated in a narrow disease domain. Most artificial intelligence diagnostic tools ignore this layered reality entirely, applying one enormous generalist model across thousands of medical codes at once. A new study argues that this mismatch is not just cosmetic: it measurably hurts accuracy and leaves clinicians without a reasoning trail they can trust.</p>
<p>Researchers have now introduced CPS-Net, short for Collaborating Physicians in Silico Network, a decentralized multi-agent framework that deliberately mirrors the referral structure of a hospital. Published in the Journal of Medical Systems, the work describes a system in which 41 specialized transformer models are connected to language model agents organized into primary care, specialty, and subspecialty tiers. Instead of a central supervisor deciding who speaks to whom, the agents collaborate directly through a shared case memory, making every referral and its justification explicit and auditable. The result, evaluated on 3,000 test cases drawn from real hospital records, substantially outperformed both a monolithic transformer and a standalone large language model.</p>
<p>The scale of the gap is striking. CPS-Net achieved top-1, top-3, and top-5 accuracies of 48.8 percent, 71.00 percent, and 77.76 percent, respectively, with a clinical relevance score of 94.17 percent. By comparison, a single monolithic transformer trained on all patients reached only 19.20, 38.60, and 47.20 percent on the same metrics, while a single large language model agent managed just 12.70, 26.40, and 37.23 percent. The study was led by Mohammad Assadi Shalmani, Masoud Khani, Michael S. Harris, Qiang Lu, and Jake Luo, spanning the University of Wisconsin-Milwaukee, the Medical College of Wisconsin, and the China University of Petroleum.</p>
<p>To build the system, the team drew on electronic health records from 75,000 patients treated at Froedtert Hospital in Wisconsin, covering 10 medical specialties and 30 subspecialties. Each patient&#8217;s record—demographics, diagnosis history, procedures, laboratory results, and medications—was converted into a chronological sequence of discrete tokens, each encoding both the type of clinical event and its specific medical code, paired with a time index marking days elapsed since the first recorded event. Patient sequences averaged 1,881 events, with a median of 725, giving the models long, temporally rich trajectories to learn from. The cohort was 56.2 percent female, with a mean age of 64.99 years; cardiology patients were the oldest on average at 74.96 years, while ear, nose, and throat patients were the youngest at 50.55.</p>
<p>The 41 transformers share a single decoder-only architecture: four layers of causal multi-head self-attention with eight heads each, a gated feed-forward network using the SwiGLU activation, and a hidden dimension of 512. Each token&#8217;s embedding combines three learnable components capturing what the event was, what kind of event it was, and when it occurred. For diagnosis tokens, the model additionally blends in embeddings of the code&#8217;s ancestors in the ICD-10 hierarchy, weighted by a learnable scaling factor—a mathematical way of teaching the model that a specific diagnosis also inherits properties from its broader disease category. Training used a next-token prediction objective with label smoothing, the AdamW optimizer, and a sliding window of 64 tokens with a four-token overlap to make long histories computationally tractable.</p>
<p>The agents themselves are deliberately lightweight. Every agent runs on the same base language model, DeepSeek-flash, with no fine-tuning and no specialty-specific training data; behavior differs only through assigned role, system prompt, and which transformer the agent can query. Specialty-level prediction is supplied entirely by the transformers. Agent judgment is bounded rather than open-ended: each agent sees the transformer&#8217;s ranked candidate codes with probabilities and retains the top-ranked code by default, departing only in two defined situations—when the record documents an active, progressing problem in a different organ system, prompting a cross-specialty redirection, or when a lower-ranked code is the exact variant the record actually uses, prompting a reordering within the subspecialty.</p>
<p>The consultation protocol enforces quality through simple rules. An agent must contribute new clinical information or reasoning before referring; the system tracks consultation history to prevent circular referrals; and every referral must name its target and state a clear clinical rationale. A case concludes when a subspecialty agent issues a final answer containing the primary diagnosis, a ranked differential, and an explanation tying the conclusion to the patient&#8217;s history. In a representative case described in the paper, a 67-year-old woman on dialysis with prior myocardial infarction and a 3,580-event record was routed from primary care to cardiology, then to an ischemic-cardiology subspecialist, which correctly identified atherosclerotic heart disease without angina as the leading diagnosis while flagging differential diagnoses and safety warnings along the way.</p>
<p>Comparisons against four baselines isolated the value of each design choice. A hierarchical transformer baseline using the same 41 models but no consultation reached 44.2, 52.23, and 52.67 percent in top-1, top-3, and top-5 accuracy—meaning agent consultation added 4.60, 18.77, and 25.10 percentage points respectively. Across the test set, agents intervened in 1,011 cases, or 33.7 percent, most often by re-ranking diagnosis codes at the subspecialty stage. The interventions promoted the correct code into the top prediction in 222 cases and displaced it in 84, a net gain of 138 cases. As the ranking window widened, benefits grew and harms shrank, indicating the agents corrected far more transformer errors than they introduced.</p>
<p>Decentralization itself proved important. When the researchers built a centrally orchestrated version of the same system, with a supervisor agent routing every message, an independent language model judge, GPT o1, strongly preferred the decentralized framework in blinded comparisons—choosing it for justification quality 71 percent of the time, clinical reasoning coherence 84 percent, and natural language interpretation 93 percent. The study also quantified an average 8 percent loss of information when messages passed through the central supervisor&#8217;s filtering. Performance varied by domain, with oncology-hematology achieving the highest top-5 accuracy at 95 percent, but even apparent errors carried signal: among top-1 predictions judged wrong for the immediate next diagnosis, 53.08 percent of predicted codes appeared later in the patient&#8217;s history, rising to 76.16 percent for top-5 predictions—suggesting the framework captures latent disease trajectories rather than merely failing to predict the next event.</p>
<p>The authors are candid about limitations. The system was trained and tested on data from a single tertiary care hospital, retrospective coded diagnoses served as ground truth, and practicing physicians have not yet evaluated whether the referral logic matches real clinical reasoning. Future work will pursue multi-site prospective validation, integration of imaging summaries, genomic data, and clinical notes, and human-in-the-loop mechanisms that let the system learn from clinician feedback. Still, the central lesson is likely to echo beyond this one hospital: artificial intelligence that mimics the division of labor in medicine—and shows its work at every handoff—may be both more accurate and more trustworthy than any single model, however large.</p>
<p><strong>Subject of Research:</strong> A decentralized multi-agent transformer framework that simulates physician referral hierarchies for disease prediction from electronic health records.</p>
<p><strong>Article Title:</strong> CPS-Net (Collaborating Physicians in Silico Network): A Decentralized Multi-Agent Transformer Framework for Specialty-Aware Disease Prediction</p>
<p><strong>Article References:</strong> Shalmani, M. A., Khani, M., Harris, M. S., Lu, Q., &amp; Luo, J. (2026). CPS-Net (Collaborating Physicians in Silico Network): A Decentralized Multi-Agent Transformer Framework for Specialty-Aware Disease Prediction. <em>Journal of Medical Systems, 50</em>(1), Article 131. <a href="https://doi.org/10.1007/s10916-026-02460-8" rel="noopener noreferrer">https://doi.org/10.1007/s10916-026-02460-8</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10916-026-02460-8" rel="noopener noreferrer">10.1007/s10916-026-02460-8</a></p>
<p><strong>Keywords:</strong> artificial intelligence, multi-agent systems, transformers, electronic health records, disease prediction, large language models, clinical decision support, machine learning, diagnosis, predictive medicine, CPS-Net, Collaborating</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">204608</post-id>	</item>
	</channel>
</rss>
