<?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>Vision Transformers &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/vision-transformers/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 18:31:59 +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>Vision Transformers &#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 AI Framework Weighs Evidence to Reveal When Medical Vision Models Truly Know</title>
		<link>https://scienmag.com/new-ai-framework-weighs-evidence-to-reveal-when-medical-vision-models-truly-know/</link>
		
		<dc:creator><![CDATA[Ophelia Keating]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 18:31:59 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI transparency in clinical applications]]></category>
		<category><![CDATA[Alzheimer's disease]]></category>
		<category><![CDATA[Bayesian meta-learning]]></category>
		<category><![CDATA[clinical decision support]]></category>
		<category><![CDATA[deep learning ensembles]]></category>
		<category><![CDATA[deep learning models for disease detection]]></category>
		<category><![CDATA[Dempster–Shafer theory]]></category>
		<category><![CDATA[diabetic retinopathy]]></category>
		<category><![CDATA[explainable AI]]></category>
		<category><![CDATA[explainable AI in healthcare]]></category>
		<category><![CDATA[formal evidence generation for AI model explanations]]></category>
		<category><![CDATA[high-stakes medical AI decision reliability]]></category>
		<category><![CDATA[improving trust in AI-driven medical diagnoses]]></category>
		<category><![CDATA[integrating explainability and uncertainty in medical diagnosis]]></category>
		<category><![CDATA[malaria detection]]></category>
		<category><![CDATA[Medical Imaging]]></category>
		<category><![CDATA[medical vision model trustworthiness]]></category>
		<category><![CDATA[reliable AI explanations in medicine]]></category>
		<category><![CDATA[SHAP]]></category>
		<category><![CDATA[SHAP explainability method for medical images]]></category>
		<category><![CDATA[UbiQVision framework for medical AI]]></category>
		<category><![CDATA[uncertainty quantification]]></category>
		<category><![CDATA[uncertainty quantification in medical imaging]]></category>
		<category><![CDATA[Vision Transformers]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=197428</guid>

					<description><![CDATA[Researchers have developed UbiQVision, a framework that fuses explainable AI attributions from deep learning ensembles using Dempster–Shafer evidence theory to reveal when medical imaging diagnoses are supported, contested, or simply unknown.]]></description>
										<content:encoded><![CDATA[<p>Deep learning models can now spot malaria parasites in blood smears, grade diabetic retinopathy from retinal photographs, and detect the earliest structural signatures of Alzheimer&#8217;s disease on brain MRI scans, often matching the performance of experienced clinicians. Yet a persistent problem has kept many of these systems out of routine clinical use: they deliver confident-looking answers without any reliable way of communicating when those answers, and the explanations behind them, should not be trusted. A new open-access study published in Machine Learning with Applications by Akshat Dubey, Aleksandar Anžel, Bahar İlgen, and Georges Hattab tackles this trust gap head-on with a framework called UbiQVision, which converts the explanations produced by deep vision models into formal mathematical evidence that can be weighed, fused, and, crucially, flagged as unreliable.</p>
<p>The core insight behind UbiQVision is that explainable artificial intelligence, or XAI, and uncertainty quantification have usually been treated as separate problems, when in fact they are inseparable in high-stakes medicine. The dominant explanation technique for medical imaging is SHAP, short for SHapley Additive exPlanations, a game-theoretic method that assigns each pixel a contribution score indicating how much it pushed the model toward or away from a diagnosis. SHAP produces visually compelling heatmaps that clinicians find intuitive. But the method carries hidden assumptions. Standard SHAP formulations effectively treat features as independent, while pixels in medical images are strongly correlated. When the underlying data distribution is misspecified or estimated from small, biased samples, SHAP values can become unstable, producing misleading rankings of imaging biomarkers or spurious emphasis on artifacts. Clinicians, susceptible to automation bias, may over-trust visually appealing heatmaps that do not faithfully reflect the model&#8217;s true reasoning.</p>
<p>UbiQVision addresses this by unifying three mathematical disciplines into a single pipeline. First, the researchers constructed a heterogeneous ensemble of three distinct neural network architectures: a lightweight custom convolutional neural network, the widely used residual network ResNet-18, and a Vision Transformer pre-trained on ImageNet. Architectural diversity matters because it ensures the models&#8217; errors are not perfectly correlated, a prerequisite for meaningful evidence fusion. Second, instead of averaging the ensemble&#8217;s predictions uniformly, the framework applies Bayesian meta-learning. Each model&#8217;s reliability is modeled as a random variable following a Dirichlet distribution, updated with validation performance scores such as F1 metrics. A temperature parameter controls how sharply the weighting favors the strongest model, and sampling from this posterior gives each model a probabilistic vote that rewards robust performers while preserving the influence of weaker models that may have learned strong local evidence.</p>
<p>The third and most novel component is the transformation of SHAP attributions into basic probability assignments within Dempster–Shafer evidence theory, a classical framework for reasoning under uncertainty. Using a hyperbolic tangent transformation scaled by a sensitivity parameter, the framework maps unbounded, real-valued SHAP scores into bounded evidential masses. Positive attributions become mass supporting the target diagnosis, negative attributions become mass supporting its negation, and any leftover mass is assigned to the universal set, representing total epistemic ignorance. Dempster&#8217;s rule of combination then fuses the weighted masses from all three models into pixel-level maps of belief, plausibility, and uncertainty. A conflict coefficient, computed during fusion, explicitly quantifies where the models disagree, rather than smoothing that disagreement away as conventional ensemble averaging does.</p>
<p>The resulting outputs map directly onto clinical concepts. The belief map marks regions where the ensemble has reached confirmed consensus, such as the dark, ring-like chromatin structures of a malaria parasite inside an infected red blood cell. The plausibility map captures the upper bound of what could be true, exposing internal conflict when, for example, the noisy ResNet model highlights random tissue as pathological while the other models disagree. The uncertainty map quantifies total ignorance: bright yellow regions signal that the model genuinely knows nothing, correctly covering empty slide background or out-of-distribution inputs, while dark purple regions indicate the model has sufficient evidence to decide. This explicit separation of confirmed disease, conflicting opinions, and insufficient data is precisely what standard softmax classifiers, which force every pixel into a category, cannot provide.</p>
<p>The team evaluated the framework across three publicly available medical imaging datasets spanning histology, neuroimaging, and ophthalmology. On the NIH malaria dataset of 27,558 balanced blood smear images, the Bayesian weighting identified the custom CNN as the primary expert with a posterior weight of roughly 0.37, and the fused belief maps performed what amounts to semantic segmentation of the parasite, filtering out the cell wall and cytoplasm as irrelevant background. Ten-fold stratified cross-validation showed highly consistent macro F1 scores: ResNet averaged 96.2 percent, with the custom CNN and Vision Transformer close behind at 95.7 percent. Local Lipschitz stability analysis confirmed that the SHAP attributions feeding the fusion were mathematically stable, with all three architectures scoring below 0.0012, indicating the maps reflect genuine features rather than unstable gradient noise.</p>
<p>The Alzheimer&#8217;s disease experiments revealed perhaps the most clinically resonant behavior. Using T1-weighted MRI scans graded across four dementia stages, the framework captured the non-linear progression of brain atrophy by modulating its evidential confidence with disease severity. In moderate dementia cases, positive attributions aligned precisely with enlarged ventricular boundaries, and the belief map showed dense, localized clusters of confirmed pathological evidence. For very mild dementia, where atrophy is subtle and easily confused with healthy aging, the uncertainty maps showed widespread high entropy, mirroring the genuine diagnostic difficulty that human radiologists face. Notably, the framework exposed a well-known weakness in the field: the very mild dementia class produced the highest mean fused uncertainty, correctly signaling that the ensemble was operating near the limits of its knowledge rather than masking that limitation behind a confident label.</p>
<p>On the diabetic retinopathy dataset from the EyePACS Kaggle competition, the framework faced its hardest test, a five-class ordinal grading problem with subtle transitions between severity levels. Here the custom CNN struggled, achieving a mean macro F1 of only 46.1 percent, while the Vision Transformer and ResNet reached 68.7 and 67.9 percent respectively. The framework adapted, and its uncertainty behavior tracked clinical reality: severe diabetic retinopathy, characterized by massive hemorrhages and extensive ischemia, elicited the lowest median uncertainty, while proliferative disease with its ambiguous, newly forming vascular anomalies produced the highest. Ablation studies across all three datasets confirmed that progressive Gaussian blur, which destroys anatomical structure, caused mean fused uncertainty to rise monotonically, demonstrating that the framework&#8217;s ignorance estimates genuinely track epistemic uncertainty arising from missing structural information.</p>
<p>Beyond the maps themselves, selective prediction risk-coverage analysis showed that UbiQVision provides superior uncertainty calibration compared with deep ensemble variance, Monte Carlo dropout, and integrated gradients baselines. On the malaria dataset, the framework maintained a residual error rate of zero up to roughly 35 percent coverage, while baseline methods exhibited dangerous overconfidence spikes at lower coverage levels. The framework is entirely post-hoc and model-agnostic at the ensemble level, requiring no modification to validated training pipelines, which distinguishes it from evidential deep learning approaches that demand specialized loss functions. The authors acknowledge real limitations: computational cost is substantial, with inference times of 0.55 to 1.03 seconds per image and peak memory demands of 7.5 to 7.7 gigabytes, and image resolution was constrained to 128 by 128 pixels for most models due to the memory requirements of pixel-wise SHAP computation. Shared blind spots among models trained on identical data could also undermine the uncertainty estimates under adversarial conditions.</p>
<p>Even so, the implications for safety-critical medical AI are considerable. By making the unknown unknowns visible, the framework allows clinical workflows to route high-confidence predictions for expedited validation while directing uncertain or contested cases to expert review, a distinction directly relevant to regulatory requirements under the EU AI Act, which mandates transparency, robustness, and explainability in high-risk medical systems. The researchers envision extending the evidential fusion to multi-modal and longitudinal settings, tracking belief and ignorance at the patient level over time, and using the uncertainty outputs to drive active learning. The code is publicly available on GitHub, and the framework&#8217;s deeper contribution may be conceptual: it reframes medical AI from a binary classifier that masquerades confidence as certainty into a risk assessment tool that communicates, pixel by pixel, exactly how much it knows, how much it doubts, and where it is simply guessing.</p>
<p><strong>Subject of Research:</strong> Uncertainty-aware explainable AI framework for reliable deep learning ensembles in medical imaging</p>
<p><strong>Article Title:</strong> UbiQVision: Spatial Dempster-Shafer fusion of XAI attributions for reliable deep vision ensembles</p>
<p><strong>Article References:</strong> Dubey, A., Anžel, A., İlgen, B., &amp; Hattab, G. (2026). UbiQVision: Spatial Dempster–Shafer fusion of XAI attributions for reliable deep vision ensembles. <em>Machine Learning with Applications, 25</em>, Article 101000. <a href="https://doi.org/10.1016/j.mlwa.2026.101000" rel="noopener noreferrer">https://doi.org/10.1016/j.mlwa.2026.101000</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1016/j.mlwa.2026.101000" rel="noopener noreferrer">10.1016/j.mlwa.2026.101000</a></p>
<p><strong>Keywords:</strong> explainable AI, uncertainty quantification, Dempster–Shafer theory, medical imaging, deep learning ensembles, SHAP, Bayesian meta-learning, malaria detection, Alzheimer&#x27;s disease, diabetic retinopathy, Vision Transformers, clinical decision support</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">197428</post-id>	</item>
	</channel>
</rss>
