<?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>machine learning in head and neck imaging &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/machine-learning-in-head-and-neck-imaging/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 19:04:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>machine learning in head and neck imaging &#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 Ultrasound Model Learns When Not to Decide, Deferring Hard Lymph Node Cases</title>
		<link>https://scienmag.com/ai-ultrasound-model-learns-when-not-to-decide-deferring-hard-lymph-node-cases/</link>
		
		<dc:creator><![CDATA[Ophelia Keating]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 19:04:21 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[AI decision abstention]]></category>
		<category><![CDATA[AI in clinical decision-making]]></category>
		<category><![CDATA[AI triage in radiology]]></category>
		<category><![CDATA[AI ultrasound]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[cervical lymph node assessment]]></category>
		<category><![CDATA[cervical lymphadenopathy]]></category>
		<category><![CDATA[clinical decision support]]></category>
		<category><![CDATA[diagnostic AI]]></category>
		<category><![CDATA[external validation]]></category>
		<category><![CDATA[human-AI collaboration in radiology]]></category>
		<category><![CDATA[lymph node benign versus malignant classification]]></category>
		<category><![CDATA[lymphadenopathy diagnosis]]></category>
		<category><![CDATA[machine learning in head and neck imaging]]></category>
		<category><![CDATA[Medical Imaging]]></category>
		<category><![CDATA[medical imaging AI]]></category>
		<category><![CDATA[multimodal imaging]]></category>
		<category><![CDATA[reader study]]></category>
		<category><![CDATA[selective prediction]]></category>
		<category><![CDATA[triage]]></category>
		<category><![CDATA[ultrasound]]></category>
		<category><![CDATA[ultrasound-based cancer detection]]></category>
		<category><![CDATA[uncertainty quantification]]></category>
		<category><![CDATA[uncertainty-aware AI models]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=197676</guid>

					<description><![CDATA[A locked uncertainty-aware AI triage model safely automated about 37 percent of cervical lymph node ultrasound cases while deferring the rest to senior reviewers in multicenter validation.]]></description>
										<content:encoded><![CDATA[<p>Every day, radiologists around the world face the same deceptively simple question: is this enlarged neck lymph node benign or malignant? The stakes could hardly be higher. Cervical lymphadenopathy is one of the most common reasons for head and neck ultrasound, and getting the call wrong in either direction carries real consequences — a missed metastasis can delay cancer treatment by weeks, while an unnecessary biopsy or surgery imposes cost, anxiety and physical risk on a patient who never needed them. Now, a multicenter research team from Fujian, China, has taken a step toward a new kind of artificial intelligence triage tool, one that is designed not only to answer that question but also to know when it should decline to answer at all. The work, published as an open-access article in BMC Medical Imaging, introduces an uncertainty-aware selective routing framework for ultrasound-based assessment of cervical lymph nodes, and its central finding is as candid as it is technically notable: the system safely automated only a minority of cases, and it deliberately deferred the majority to experienced human reviewers.</p>
<p>The study stands out for a methodological choice that most clinical AI deployments still lack. Conventional binary classifiers — the workhorses of medical machine learning — produce a single probability for every case, and a fixed threshold converts that probability into a decision of malignant or benign. Such systems never signal doubt. They output a number even when the input image is ambiguous, the acquisition quality is poor, or the case falls far outside anything they were trained on. The research team, led by first authors Hang Ling, Cailing Lin and Jing Ning, with corresponding author Ziwei Zhang, built their framework around a different premise: that a diagnostic algorithm should be able to abstain. Their selective triage rule combines three ingredients — a fusion prediction model, a composite uncertainty score, and a pre-locked routing policy that sends confident cases down automatic pathways and routes uncertain ones to senior human review.</p>
<p>The technical architecture is worth unpacking. The fusion model integrates three distinct information streams: structured clinical data, features extracted from multimodal ultrasound imaging, and variables mined from structured ultrasound reports. Multimodal ultrasound is an important component here, since modern neck ultrasound is not a single image but a constellation of modalities — grayscale morphological features such as echogenicity and border characteristics, Doppler vascular patterns, and in some settings contrast-enhanced ultrasound dynamics. By fusing these with clinical context and report-derived information, the model aims to approximate the holistic judgment a seasoned sonographer applies, rather than relying on pixel patterns alone.</p>
<p>Just as important is what the researchers did with uncertainty. Rather than trusting the model&#8217;s raw confidence, they constructed a composite uncertainty measure from two complementary signals: predictive entropy, normalized against its distribution in the development cohort, and probability dispersion estimated through bootstrap resampling of the model&#8217;s fits. Entropy captures how peaked or flat the model&#8217;s output distribution is on a given case, while bootstrap dispersion captures how sensitive the prediction is to perturbations in the training data — a proxy for how far the case sits from the model&#8217;s comfort zone. Combining the two, the team fixed an uncertainty threshold of U = 0.700. Critically, every free parameter was locked during development: the binary classification threshold at p = 0.537, the selective-routing probability boundaries at p = 0.320 and p = 0.660, and the uncertainty cutoff. Once locked, the entire pipeline was applied to the internal-validation and two external-validation cohorts without any retuning whatsoever — a design that guards against the subtle overfitting that plagues many retrospective AI studies.</p>
<p>The study population comprised 518 patients, with one index lymph node analyzed per person: 206 in the development cohort, 88 in internal validation, and 112 in each of two independent external cohorts. Discrimination remained remarkably stable across sites, a finding that in itself deserves attention because performance degradation at external sites is the most common failure mode of published clinical prediction models. The area under the receiver operating characteristic curve was 0.839 in internal validation, 0.850 in external validation cohort 1, and 0.842 in external validation cohort 2. At the locked binary threshold, sensitivity and specificity were 0.595 and 0.902 in internal validation, 0.657 and 0.911 in the first external cohort, and 0.817 and 0.808 in the second. Those numbers describe a competent but not extraordinary classifier — which is precisely the point, because the selective framework was engineered to compensate for the model&#8217;s fallibility rather than to hide it.</p>
<p>The heart of the paper lies in its selective-triage results. In the pooled external-validation population of 224 patients, 38 were routed to a lower-risk automatic pathway, 44 to a higher-risk automatic pathway, and 142 — more than sixty percent — were deferred for senior review. Automatic coverage was therefore 0.366, while selective accuracy among the automated cases reached 0.927, with a 95 percent confidence interval of 0.849 to 0.966. The accepted errors within the automated subset were small in absolute terms: two false negatives and four false positives. Among patients funneled into the lower-risk automatic pathway, the negative predictive value was 0.947, meaning the residual probability of malignancy in that group was 5.3 percent — a figure the authors report transparently with a wide confidence interval spanning roughly 1.5 to 17.3 percent. The higher-risk pathway achieved a positive predictive value of 0.909. A risk–coverage analysis, summarized by a partial area under the risk–coverage curve of 0.037 in the pooled external data, quantified how selective accuracy behaved as coverage was expanded or contracted.</p>
<p>The authors are unusually explicit about the limits of these numbers. Only about 37 percent of external cases were eligible for automatic routing, and the accepted false-negative and false-positive counts, while modest, are not zero. Two of the 38 patients automatically assigned to the lower-risk pathway turned out to have malignant nodes. In a separate per-case analysis, the composite uncertainty score was only moderately effective at flagging binary-model errors, achieving an area under the curve of 0.581 for error detection and an area under the precision-recall curve of 0.247 — numbers that indicate real room for improvement in the uncertainty estimation itself. The team concludes that the framework should be interpreted as a retrospective, research-stage selective-routing demonstration rather than an established clinical safety or workflow tool, a disclaimer that rare in a field where press releases routinely outrun the evidence.</p>
<p>Where the system showed its most immediately practical benefit was in the eight-reader study. Using crossed reader-by-case bootstrap resampling — the gold-standard multi-reader multi-case methodology for interpreting diagnostic accuracy studies — the researchers tested whether access to the model&#8217;s output changed reader performance. Junior readers improved their accuracy by 0.055, a statistically significant gain with a confidence interval of 0.022 to 0.089 and a p-value of 0.002. Middle-level and senior readers showed no statistically significant change, a pattern consistent with the intuition that the tool functions as a form of expert guidance for less experienced practitioners while adding little for those who already possess the pattern-recognition skills it encodes. If the framework ultimately translates to the clinic, its clearest value proposition may be compressing the training gap between junior and senior diagnosticians, rather than replacing expert judgment outright.</p>
<p>The broader significance of the study lies in its modeling of what responsible clinical AI could look like. Rather than chasing headline accuracy figures, the researchers built their entire evaluation around the questions that actually matter for deployment: when should an algorithm be allowed to act autonomously, how much residual risk is acceptable within the automated zone, and how much workload is genuinely deferred to humans. The reported numbers answer those questions soberly. Roughly a third of cases could be automated with a combined accuracy above 92 percent, but the framework&#8217;s own honesty mechanisms pushed nearly two-thirds of patients toward senior review, and even the automated pathway retained a nonzero malignancy risk. The team also adhered to modern reporting and risk-of-bias standards, referencing the TRIPOD+AI and PROBAST+AI frameworks, and the study received ethics approval from Fujian Provincial Hospital with center-specific authorization for the external cohorts. Funded by the Natural Science Foundation of Fujian Province, the work offers a template — conservative, externally validated, and uncertainty-aware — for a generation of diagnostic AI systems whose most important capability may be knowing what they do not know.</p>
<p><strong>Subject of Research:</strong> An uncertainty-aware selective artificial intelligence triage model for distinguishing benign from malignant cervical lymphadenopathy on multimodal ultrasound</p>
<p><strong>Article Title:</strong> An uncertainty-aware ultrasound triage model for cervical lymphadenopathy: a retrospective multicenter development and external validation study</p>
<p><strong>Article References:</strong> An uncertainty-aware ultrasound triage model for cervical lymphadenopathy: a retrospective multicenter development and external validation study. (n.d.). <a href="https://doi.org/10.1186/s12880-026-02780-8" rel="noopener noreferrer">https://doi.org/10.1186/s12880-026-02780-8</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1186/s12880-026-02780-8" rel="noopener noreferrer">10.1186/s12880-026-02780-8</a></p>
<p><strong>Keywords:</strong> cervical lymphadenopathy, ultrasound, artificial intelligence, uncertainty quantification, selective prediction, multimodal imaging, external validation, triage, diagnostic AI, reader study, medical imaging, clinical decision support</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">197676</post-id>	</item>
	</channel>
</rss>
