<?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>AI reliability in surgery &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/ai-reliability-in-surgery/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Sep 2026 12:49:40 +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>AI reliability in surgery &#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>New entropy method tells doctors when to trust surgical AI answers</title>
		<link>https://scienmag.com/new-entropy-method-tells-doctors-when-to-trust-surgical-ai-answers/</link>
		
		<dc:creator><![CDATA[Ophelia Keating]]></dc:creator>
		<pubDate>Fri, 11 Sep 2026 12:49:37 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[advanced validation techniques for surgical AI]]></category>
		<category><![CDATA[AI answer reliability in medical imaging]]></category>
		<category><![CDATA[AI answer trustworthiness]]></category>
		<category><![CDATA[AI confidence calibration in healthcare]]></category>
		<category><![CDATA[AI failure detection in clinical decision-making]]></category>
		<category><![CDATA[AI interpretability in medical imaging]]></category>
		<category><![CDATA[AI reliability in surgery]]></category>
		<category><![CDATA[AI safety techniques in radiology and surgery]]></category>
		<category><![CDATA[AI surgical decision support]]></category>
		<category><![CDATA[detecting AI failure modes]]></category>
		<category><![CDATA[detecting unreliable AI answers in surgery]]></category>
		<category><![CDATA[entropy-based safety in medical AI]]></category>
		<category><![CDATA[human-in-the-loop surgical AI]]></category>
		<category><![CDATA[identifying AI failure modes in clinical settings]]></category>
		<category><![CDATA[improving AI confidence calibration in surgery]]></category>
		<category><![CDATA[innovative methods for surgical AI]]></category>
		<category><![CDATA[medical AI confidence assessment]]></category>
		<category><![CDATA[question-aligned semantic entropy]]></category>
		<category><![CDATA[question-aligned semantic nearest neighbor entropy]]></category>
		<category><![CDATA[safety methods for AI in healthcare]]></category>
		<category><![CDATA[safety validation of surgical AI]]></category>
		<category><![CDATA[surgical AI safety techniques]]></category>
		<category><![CDATA[trustworthiness of surgical AI]]></category>
		<guid isPermaLink="false">https://scienmag.com/new-entropy-method-tells-doctors-when-to-trust-surgical-ai-answers/</guid>

					<description><![CDATA[Artificial intelligence systems that can look at a surgical image and answer a clinician&#8217;s question are moving rapidly from research curiosity toward genuine clinical utility. But a persistent problem has haunted this field: these models often answer with unwavering confidence, even when that confidence is misplaced. Now, a team of researchers from Italy and the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Artificial intelligence systems that can look at a surgical image and answer a clinician&#8217;s question are moving rapidly from research curiosity toward genuine clinical utility. But a persistent problem has haunted this field: these models often answer with unwavering confidence, even when that confidence is misplaced. Now, a team of researchers from Italy and the United Kingdom has developed a new method that teaches surgical AI to recognize when its answers are unreliable — and, crucially, to detect a subtle but dangerous failure mode that existing safety techniques miss entirely: answers that sound plausible and are internally consistent, yet never actually address the question that was asked.</p>
<p>The work, published in the International Journal of Computer Assisted Radiology and Surgery, introduces a technique called question-aligned semantic nearest neighbor entropy, or QA-SNNE. It is a preclinical, methodological advance rather than a clinically validated system, but its implications for the future of human-in-the-loop surgery — where an AI assists a human surgeon rather than replacing them — are substantial. The core insight is deceptively simple: knowing when to trust an AI&#8217;s answer requires not just checking whether the answer is consistent with the model&#8217;s other guesses, but whether it actually responds to what was asked.</p>
<p>Surgical visual question answering, or VQA, is a branch of medical AI in which a model receives an image from a surgical procedure — say, a frame from a laparoscopic video — along with a natural-language question such as &#8220;Which instrument is being used near the tissue?&#8221; or &#8220;What is the state of the dissection plane?&#8221; The model must then generate a text answer. In minimally invasive and image-guided procedures, where surgeons must rapidly interpret instruments, tissue, and anatomy through a limited field of view under time pressure, such query-conditioned information could become a powerful decision-support and training tool.</p>
<p>Yet accuracy alone, the researchers argue, is not enough. In a future operating room, when an AI system is uncertain, it should default to safety: abstain from answering, or route the query to a human expert. The problem is that most existing surgical VQA systems have been optimized purely for utility — benchmark scores, answer accuracy — with little built-in machinery for recognizing uncertainty, abstaining, or escalating to a human. Worse, evaluations typically rely on &#8220;in-template&#8221; questions that closely mirror the phrasing used in training data, which encourages the model to learn text-matching shortcuts. A model can appear highly competent while remaining brittle to the natural variation, negation, and subtle rewordings that characterize real clinical language.</p>
<p>The new research addresses this on two fronts. The first is a diagnostic insight into how current uncertainty-estimation methods fail. Over the past few years, techniques such as semantic entropy and its more recent cousin, semantic nearest neighbor entropy (SNNE), have emerged as practical ways to detect unreliable outputs from large language models and large vision-language models. The idea is elegant: instead of measuring uncertainty at the level of individual tokens, the model samples many answers to the same question at high temperature and checks whether those answers agree with each other semantically. If twenty independent samples all converge on &#8220;grasper,&#8221; confidence is presumably warranted; if they scatter across &#8220;grasper,&#8221; &#8220;hook,&#8221; and &#8220;I cannot tell,&#8221; uncertainty is high. Because these methods operate purely on the generated answers, they can be applied after the fact to black-box models — a critical practical advantage, since many clinical AI systems cannot be opened up and inspected internally.</p>
<p>But there is a blind spot, and it is the heart of the new paper. SNNE measures whether answers are mutually consistent. It does not check whether any of those answers actually address the question. A model sampling twenty answers to &#8220;What is the state of the tissue?&#8221; might consistently produce variations of a description of a nearby instrument — coherent, mutually reinforcing, and entirely off-target. Under standard semantic entropy, this answer set looks trustworthy: high agreement, low uncertainty. In a clinical setting, that is precisely the kind of failure that could mislead a time-pressed surgeon. The researchers describe this distinction as the difference between answer consistency and question validity — and existing methods capture only the former.</p>
<p>QA-SNNE closes that gap through an elegant mathematical modification. The method begins with the standard SNNE machinery: for each image-question pair, the system draws twenty high-temperature answer samples and builds a pairwise similarity matrix measuring how semantically similar each answer is to every other answer (approximated in the implementation using ROUGE-L overlap). The entropy score is then derived from this similarity structure — high entropy signals disagreement, and thus potential failure.</p>
<p>The innovation is a &#8220;bilateral gating&#8221; mechanism that filters this similarity structure through question relevance. First, each sampled answer receives an alignment score, measuring how well it addresses the question. The researchers propose three ways of computing this score. An embedding-based variant encodes question and answer as vectors and measures their cosine similarity. An entailment-based variant uses a natural language inference model to check bidirectional semantic compatibility, rewarding answers that the question entails and penalizing contradictions, in both directions. A cross-encoder variant runs each question-answer pair through a model that jointly attends to both texts, producing a direct relevance judgment. These alignment scores are then converted into normalized relevance weights via a softmax transformation, and the pairwise similarity matrix is rescaled: the similarity between any two answers is weighted down whenever either of them is poorly aligned with the question.</p>
<p>The result is a question-conditioned reshaping of the entropy calculation. Answers that drift off-topic are not simply deleted from consideration — the authors are careful to note that if a gated similarity drops to near zero, its contribution to the log-sum-exp becomes approximately one, so the method performs a gentle rescaling rather than a hard filter. The effect is that uncertainty is computed primarily from disagreement among the answers that actually engage with the question, rather than from variability caused by generic, evasive, or misdirected samples. When all sampled answers receive similar alignment scores, the gating becomes non-discriminative — a limitation the authors acknowledge — but in the common case where a mix of on-topic and off-topic answers appears, the separation between reliable and unreliable predictions sharpens considerably.</p>
<p>To test robustness under realistic language variation, the team constructed something the field has lacked: an out-of-template version of a standard benchmark. Starting from EndoVis18-VQA, a surgical VQA dataset derived from MICCAI EndoVis 2018 nephrectomy videos, they rephrased all thirty-five question templates — covering tools, locations, actions, and organs — while keeping the images, ground-truth answers, and dataset splits completely untouched. Each paraphrase was checked to preserve clinical intent and answer type. The result is a controlled stress test: any performance drop can be attributed purely to the change in question wording, isolating the model&#8217;s reliance on surface-form matching from genuine visual and clinical understanding. The validation split contains 2,754 image-question pairs, and the team also performed external validation on the open-ended PitVQA dataset of pituitary surgery, comprising 4,766 diverse question-answer pairs.</p>
<p>The evaluation was broad. Five different VQA models were tested across the two datasets, in both zero-shot and parameter-efficient fine-tuned configurations, with QA-SNNE benchmarked against three established failure-detection methods: discrete semantic entropy, standard SNNE, and VL-Uncertainty, a perturbation-based approach that probes response stability under visual and textual perturbations. The headline metric was AUROC — the area under the receiver operating characteristic curve — measuring how well each uncertainty score separates correct answers from failures.</p>
<p>The results are striking, if nuanced. On the in-template EndoVis18-VQA benchmark, QA-SNNE improved failure-detection AUROC for two of three zero-shot models, with relative gains of fifteen percent for Llama3.2 and twenty-one percent for Qwen2.5. Under out-of-template rephrasing — the more clinically realistic scenario — the method achieved up to eight percent relative AUROC improvement among zero-shot models, suggesting that question alignment genuinely helps when language drifts away from training templates. On external validation with PitVQA, results were mixed, a candid acknowledgment that generalization across surgical domains remains an open challenge.</p>
<p>The researchers were also deliberate about what their detector does and does not measure. They deliberately avoid the word &#8220;hallucination&#8221; as the primary endpoint, noting that the term conflates factual error, visual non-grounding, fabricated content, and off-question responses. Instead, a sample is labeled an operational failure when its ROUGE-L similarity to the reference annotation falls below 0.5 — a reproducible proxy for answer mismatch, not an expert-adjudicated judgment of clinical wrongness. Uncertainty, in this framework, serves purely as a detector signal, never as a failure label itself.</p>
<p>The authors stress that this is preclinical work: no claim of clinical validation or routine deployment is made. The intended context of use is the evaluation of automatic failure detection for future human-in-the-loop surgical VQA systems, where high-uncertainty answers would be abstained from or referred to an expert. But as large vision-language models edge closer to the operating room, the study makes a compelling case that the safety layer must be as carefully engineered as the accuracy layer — and that a truly safe system must know not only when its answers disagree with each other, but when they fail to answer the question at all. In surgery, where the cost of a confidently wrong answer can be measured in patient harm, that distinction may prove to be one of the most important lines of code in the entire pipeline.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Question-aligned uncertainty estimation and automatic failure detection for surgical visual question answering (QA-SNNE)</p>
<p><strong>Article Title:</strong> When to trust the answer: question-aligned semantic nearest neighbor entropy for safer surgical VQA</p>
<p><strong>Article References:</strong> Carlini, L., Pierantozzi, D., Drago, M. O., Lena, C., Hassan, C., Momi, E. D., Stoyanov, D., Bano, S., &amp; Hoque, M. I. (2026). When to trust the answer: question-aligned semantic nearest neighbor entropy for safer surgical VQA. <em>International Journal of Computer Assisted Radiology and Surgery</em>. <a href="https://doi.org/10.1007/s11548-026-03750-9" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s11548-026-03750-9</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11548-026-03750-9" target="_blank" rel="noopener noreferrer">10.1007/s11548-026-03750-9</a></p>
<p><strong>Keywords:</strong> Surgical VQA, uncertainty quantification, semantic entropy, failure detection, question-answer alignment, human-in-the-loop surgery, large vision-language models, EndoVis18-VQA</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">192672</post-id>	</item>
	</channel>
</rss>
