<?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 accuracy in radiology &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/ai-accuracy-in-radiology/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Thu, 24 Sep 2026 00:10:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.2</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>AI accuracy in radiology &#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 Reads Chest X-Rays With Near-Perfect Accuracy, Then Stumbles in the Real World</title>
		<link>https://scienmag.com/ai-reads-chest-x-rays-with-near-perfect-accuracy-then-stumbles-in-the-real-world/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 00:10:26 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI accuracy in radiology]]></category>
		<category><![CDATA[AI performance in real-world medical settings]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[challenges of AI deployment in medicine]]></category>
		<category><![CDATA[chest X-ray]]></category>
		<category><![CDATA[chest X-ray AI diagnosis]]></category>
		<category><![CDATA[convolutional neural networks]]></category>
		<category><![CDATA[convolutional neural networks in radiography]]></category>
		<category><![CDATA[COVID-19]]></category>
		<category><![CDATA[COVID-19 and pneumonia detection AI]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[deep learning for lung disease]]></category>
		<category><![CDATA[domain generalization]]></category>
		<category><![CDATA[ensemble learning]]></category>
		<category><![CDATA[explainable AI]]></category>
		<category><![CDATA[limitations of AI in clinical practice]]></category>
		<category><![CDATA[lung cancer]]></category>
		<category><![CDATA[medical imaging machine learning]]></category>
		<category><![CDATA[pneumonia detection]]></category>
		<category><![CDATA[pulmonary disease detection AI]]></category>
		<category><![CDATA[systematic analysis of AI chest X-ray studies]]></category>
		<category><![CDATA[systematic review of AI in healthcare]]></category>
		<category><![CDATA[transfer learning]]></category>
		<category><![CDATA[tuberculosis]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=211534</guid>

					<description><![CDATA[A new systematic review of 121 studies finds that AI models reading chest X-rays reach 96 to 99 percent accuracy on benchmarks but degrade sharply under external validation, exposing domain shift, dataset bias, and black-box interpretability as the key barriers to clinical deployment.]]></description>
										<content:encoded><![CDATA[<p>Artificial intelligence systems that read chest X-rays have spent the past half-decade posting eye-watering performance numbers, routinely claiming accuracy figures above 96 percent and, in some studies, pushing toward 99. A new systematic review has now taken a hard, quantitative look at that entire literature, and its verdict is a fascinating mix of triumph and caution. The review, published in the journal Multimedia Tools and Applications by Yosra Didi, Ahlem Walha, and Ali Wali of the National Engineering School of Sfax in Tunisia, synthesizes 121 peer-reviewed studies published between 2020 and 2025, all aimed at automating the detection and classification of four major pulmonary threats: pneumonia, COVID-19, tuberculosis, and lung cancer. The authors followed the PRISMA reporting guidelines for systematic reviews, screening an initial pool of 300 candidate studies and filtering them down through rigid inclusion and exclusion criteria drawn from nine major electronic databases, including IEEE Xplore, ScienceDirect, SpringerLink, PubMed, the ACM Digital Library, Elsevier, MDPI, Wiley, and Google Scholar. What emerges is the most detailed map yet of where machine learning in chest radiography genuinely stands, and where its laboratory sheen begins to crack.</p>
<p>The headline technical finding concerns architecture. Across the 121 studies, convolutional neural network backbones remain the undisputed workhorses of chest X-ray analysis. ResNet variants, with their residual skip connections that let gradients flow through very deep stacks of layers, appear again and again as the feature extractor of choice. DenseNet, which connects each layer to every subsequent layer so that features are reused rather than relearned, and EfficientNet, which scales network depth, width, and input resolution in a balanced, compound fashion, round out the most widely adopted trio. These designs, largely inherited from the ImageNet natural-image lineage that stretches back through VGG and GoogleNet to AlexNet in 2012, excel at converting a grayscale radiograph into a hierarchy of visual features, from edges and textures to the diffuse opacities and consolidations that radiologists associate with infection or malignancy. The review shows that when these backbones are coupled with transfer learning, the practice of initializing a network with weights pre-trained on millions of natural images before fine-tuning it on medical data, the resulting models dominate the standard benchmarks used in the field.</p>
<p>Ensemble methods add a second layer of dominance. Rather than trusting a single network, many of the highest-performing studies combine predictions from multiple architectures, for example fusing Xception with ResNet50V2, or blending parallel Visual Geometry Group networks with classical machine learning classifiers such as support vector machines and random forests. The logic is statistical: individual networks make partly uncorrelated errors, and averaging or voting across them cancels out idiosyncratic mistakes. The review&#8217;s quantitative synthesis confirms that transfer learning paradigms and multi-model ensemble configurations consistently top the leaderboards, with reported classification accuracies clustering in the 96 to 99 percent range for pneumonia, COVID-19, and tuberculosis screening tasks. Attention-based designs have also entered the mainstream, including dense attention mechanisms, masked neural networks, and, more recently, vision transformers, whose self-attention blocks model long-range dependencies across the entire radiograph rather than being confined to a local receptive field.</p>
<p>Beneath the algorithmic layer, the review devotes careful attention to preprocessing pipelines, which it treats as a first-class variable in the literature it categorizes. Chest radiographs are notoriously variable in contrast and exposure, and techniques such as contrast-limited adaptive histogram equalization, known as CLAHE, appear repeatedly as a standard remedy, redistributing pixel intensities locally to reveal subtle opacities without amplifying noise. Other studies apply morphological contrast enhancement with optimized structuring elements, unsharp masking derived from anisotropic diffusion models, multi-level enhancement operations, and denoising schemes built on multi-resolution parallel residual CNNs. Data augmentation plays an equally prominent role: synthetic minority oversampling, or SMOTE, to counteract imbalanced class distributions, Gabor-filter-based augmentation to inject texture diversity, three-dimensional rotational augmentation to mimic projection variability, and generative adversarial networks that synthesize additional training images. Several COVID-era studies combined deep convolutional features with discrete wavelet transforms before handing the vectors to classical classifiers, illustrating the hybrid pipelines that the field increasingly favors.</p>
<p>Yet the review&#8217;s most consequential contribution is its cross-reading of the evaluation literature, and here the picture darkens considerably. When the authors examined how these high internal metrics behave under rigorous external validation, testing a model trained at one institution on data from a different hospital, scanner, or population, they found systematic performance degradation. Models that appear virtually perfect on their own held-out test sets routinely lose several points of accuracy, and sometimes far more, when confronted with images from an unfamiliar workflow. The culprit is domain shift: differences in acquisition devices, dose levels, patient positioning, demographic composition, and even the subtle visual fingerprint of a hospital&#8217;s imaging protocol. A convolutional network, optimizing purely for pixel statistics, can latch onto shortcuts, such as lateral markers, text annotations, or institution-specific artifacts, that vanish or change outside the training domain. The review identifies this as a severe domain generalization bottleneck and ties it to deep-seated dataset biases running through the field&#8217;s standard benchmarks, from ChestX-ray8 and CheXpert to MIMIC-CXR, PadChest, VinDr-CXR, and the many COVID-specific collections assembled in haste during the pandemic.</p>
<p>Compounding the problem is the sheer unevenness of available data. The review isolates acute data scarcity and demographic imbalance as the first of three mutually reinforcing obstacles to clinical translation. Rare pathologies, pediatric cases, and underrepresented populations are thinly sampled in public datasets, which skews models toward the majority distribution and hides clinically meaningful failures, a phenomenon researchers have described as hidden stratification. The second obstacle is the uninterpretable black-box nature of deep neural networks. A model may flag a region as pneumonia-like, but without a mechanism that connects the decision to radiologically coherent evidence, clinicians cannot verify its reasoning, and regulators and patients cannot trust it. Explainable AI methods, including segmentation-based heatmaps and attention visualizations embedded directly into classification pipelines, have grown rapidly in response, and the review catalogues this trend, while noting that saliency maps themselves can be misleading if not anchored in causal understanding.</p>
<p>The third obstacle is performance degradation across heterogeneous institutional workflows, the operational face of the domain-shift problem. Even a model validated externally may fail silently when embedded into a live clinical pipeline whose image sizes, label conventions, comorbidity profiles, and referral patterns differ from anything seen in training. A 2022 study cited in the review documented a measurable generalization gap for convolutional networks on COVID-19 X-ray classification, and the broader literature on external validation of radiologic deep learning, also surveyed by the authors, echoes the same pattern across modalities. The review is explicit that the gap between laboratory performance and real-world reliability is not a rounding error but a structural feature of how these systems are currently built and evaluated.</p>
<p>In response, the authors chart an actionable research roadmap organized around three converging technologies. Federated learning, demonstrated experimentally in the literature with COVID-19 chest X-ray data, allows hospitals to train a shared model by exchanging gradient updates rather than patient images, preserving privacy while widening the demographic and institutional diversity of the training distribution. Vision-language models, which couple image encoders with text encoders trained on paired radiology reports, offer a path to richer supervision: free-text reports contain information that categorical labels discard, and alignment between the two modalities may teach models radiological semantics rather than dataset-specific shortcuts. Causality-driven explainable AI completes the triad, aiming to move explanation from post-hoc visualizations to models that learn features with a genuine causal relationship to disease, which should, in principle, survive the shift between domains far better than correlational features do.</p>
<p>The stakes of getting this right are enormous. Chest X-ray is one of the most common diagnostic examinations on Earth, cheap, fast, and often the first line of defense against diseases that kill millions annually, from tuberculosis to lung cancer. An automated reader that genuinely generalizes could bring expert-level triage to clinics without radiologists, accelerate screening in high-burden regions, and serve as a tireless second opinion in emergency departments. The review&#8217;s synthesis suggests the raw predictive power already exists, captured in networks trained by transfer learning and hardened by ensembles, and the remaining challenge is less about squeezing out another decimal point of benchmark accuracy than about engineering for robustness: honest external validation, bias-aware dataset curation, uncertainty quantification, and explanations that a clinician can interrogate. That reframing, from leaderboard competition to trustworthy deployment, is arguably the review&#8217;s most valuable contribution, and it arrives at exactly the moment the field needs to make it.</p>
<p>For readers watching the broader trajectory of AI in medicine, the study lands as a sober but ultimately optimistic data point. It confirms that the algorithmic toolkit, from residual CNNs and EfficientNets to transformers, attention ensembles, and GAN-based augmentation, is mature enough to match expert performance on curated benchmarks. It simultaneously demonstrates, with systematic evidence rather than anecdote, why 99 percent on a Kaggle challenge does not translate into a 99 percent clinical tool. The three-way prescription of federated training, vision-language understanding, and causal explainability gives researchers a concrete agenda for the next five years. If the field follows it, the promise that has energized medical AI since CheXNet first claimed radiologist-level pneumonia detection in 2017 may finally survive contact with the messy, heterogeneous, and profoundly human reality of the clinic, and the chest X-ray, a technology that has barely changed in a century, could become the proving ground for trustworthy diagnostic intelligence.</p>
<p><strong>Subject of Research:</strong> Deep learning and machine learning approaches for classifying lung diseases from chest X-ray images</p>
<p><strong>Article Title:</strong> A comprehensive review of AI-based approaches for lung disease classification using chest X-ray images</p>
<p><strong>Article References:</strong> Didi, Y., Walha, A., &amp; Wali, A. (2026). A comprehensive review of AI-based approaches for lung disease classification using chest X-ray images. <em>Multimedia Tools and Applications, 85</em>(10), Article 774. <a href="https://doi.org/10.1007/s11042-026-21915-1" rel="noopener noreferrer">https://doi.org/10.1007/s11042-026-21915-1</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11042-026-21915-1" rel="noopener noreferrer">10.1007/s11042-026-21915-1</a></p>
<p><strong>Keywords:</strong> artificial intelligence, deep learning, chest X-ray, pneumonia detection, COVID-19, tuberculosis, lung cancer, convolutional neural networks, transfer learning, ensemble learning, domain generalization, explainable AI</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">211534</post-id>	</item>
	</channel>
</rss>
