<?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>detecting pneumothorax in preterm infants &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/detecting-pneumothorax-in-preterm-infants/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 14:57:27 +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>detecting pneumothorax in preterm infants &#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 Model Spots Dangerous Lung Collapse in Newborns With Unprecedented Accuracy</title>
		<link>https://scienmag.com/ai-model-spots-dangerous-lung-collapse-in-newborns-with-unprecedented-accuracy/</link>
		
		<dc:creator><![CDATA[Harold Sullivan]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 14:57:27 +0000</pubDate>
				<category><![CDATA[Cancer]]></category>
		<category><![CDATA[AI accuracy in lung injury detection]]></category>
		<category><![CDATA[AI in neonatal intensive care]]></category>
		<category><![CDATA[AI-assisted neonatal patient management]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[chest radiograph analysis for infants]]></category>
		<category><![CDATA[chest radiography]]></category>
		<category><![CDATA[computer-aided diagnosis]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[deep learning model for lung collapse]]></category>
		<category><![CDATA[deep learning performance in medical imaging]]></category>
		<category><![CDATA[detecting pneumothorax in preterm infants]]></category>
		<category><![CDATA[early diagnosis of neonatal respiratory distress]]></category>
		<category><![CDATA[Grad-CAM]]></category>
		<category><![CDATA[knowledge distillation]]></category>
		<category><![CDATA[machine learning in neonatal health]]></category>
		<category><![CDATA[neonatal critical care imaging]]></category>
		<category><![CDATA[neonatal pneumothorax]]></category>
		<category><![CDATA[neonatal pneumothorax detection]]></category>
		<category><![CDATA[neonatology]]></category>
		<category><![CDATA[NICU]]></category>
		<category><![CDATA[pediatric radiology]]></category>
		<category><![CDATA[pneumothorax diagnosis in newborns]]></category>
		<category><![CDATA[ResNet-18]]></category>
		<category><![CDATA[transient tachypnea of the newborn]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=195591</guid>

					<description><![CDATA[Japanese researchers have built a deep learning model that detects neonatal pneumothorax on chest X-rays with an AUC of 0.975, matching expert clinician performance.]]></description>
										<content:encoded><![CDATA[<p>A quiet revolution is unfolding inside the neonatal intensive care unit, and it arrives not through a new drug or ventilator, but through an algorithm trained to see what even experienced eyes can miss. Researchers in Japan have developed and rigorously evaluated a deep learning model capable of detecting pneumothorax, a potentially life-threatening accumulation of air around the lung, on supine chest radiographs of newborns. The study, led by Yohei Sanmoto of University of Tsukuba Hospital and colleagues at the Institute of Science Tokyo, achieved an area under the receiver operating characteristic curve of 0.975 on an independent held-out test set, a level of performance that places the model squarely in the range of expert clinician interpretation of the same imaging modality. For fragile infants with almost no physiological reserve, where minutes can separate a stable baby from one in crisis, that margin of reliability could matter enormously.</p>
<p>Neonatal pneumothorax is a deceptively difficult diagnostic target. It occurs in roughly 0.05 to 2 percent of all newborns and in as many as 9.2 percent of very preterm infants who require respiratory support. While many cases resolve on their own, others deteriorate rapidly into hypoxemia or hemodynamic instability demanding urgent intervention. The standard screening tool, a supine anteroposterior chest X-ray, is far from perfect. A recent meta-analysis reported pooled sensitivity of 82 percent and specificity of 96 percent for physician-interpreted supine neonatal chest radiography. The fundamental problem is geometric: when a baby lies on its back, free air collects anteriorly or medially in the chest rather than at the lung apex, exactly where radiologists are trained to look in upright adults. Combine that with a tiny thoracic volume, mediastinal overlap, poor inspiration, and often coexisting lung disease, and even skilled readers can overlook a clinically significant air leak.</p>
<p>Existing artificial intelligence tools do not simply transfer to this population. When software approved for adults was applied to pediatric chest radiographs, diagnostic performance varied sharply by age, and children aged two years or younger accounted for 81.5 percent of the incorrect predictions. That sobering statistic motivated the research team to build a model designed specifically for the youngest patients. Their approach relied on a ResNet-18 convolutional neural network, initialized with ImageNet weights and then further pre-trained in a self-supervised manner on 1,802 publicly available normal adult chest radiographs, allowing the encoder to learn general radiographic features such as lung-field structure, rib and soft-tissue contrast, and texture before ever encountering a neonatal image.</p>
<p>The training pipeline was architecturally sophisticated. After self-supervised pre-training, the researchers fine-tuned a teacher model on neonatal radiographs, then trained a student model of identical architecture using knowledge distillation, a technique in which the student learns not only from hard binary labels but also from the softened probability distributions produced by the teacher. The team reports that the full configuration, combining adult-chest pre-training with distillation, outperformed both plain ImageNet initialization and adult pre-training without distillation on the test set. Each radiograph was preprocessed into a three-channel image containing original, lighter, and darker versions, a clever trick to simulate the brightness variability of real bedside imaging and force the model to learn exposure-insensitive features.</p>
<p>The dataset itself was formidable. Drawing on fourteen years of records, from January 2011 to December 2024, at a single tertiary university hospital, the researchers assembled 648 pneumothorax radiographs from 288 neonates and 5,511 control radiographs from 3,377 neonates who never developed the condition. A pediatric surgeon and a neonatologist, each with more than a decade of clinical experience, jointly reviewed every image to establish reference labels, recording laterality and anatomical distribution of the air collections. Data were split at the patient level into training, validation, and test sets in a 7:1:2 ratio, ensuring that no infant&#8217;s images leaked across partitions. An eight-fold cross-validation procedure then fixed the decision threshold at 0.06, selected to maximize specificity while keeping sensitivity at or above 90 percent, a prespecified constraint reflecting the model&#8217;s intended role as a screening and decision-support tool where missed cases are the costliest errors.</p>
<p>On the held-out test set of 1,231 images, the model delivered an AUC of 0.975, with sensitivity of 87.6 percent, specificity of 95.3 percent, accuracy of 94.5 percent, and a negative predictive value of 98.5 percent, meaning a negative result was highly trustworthy. Patient-level analyses, whether using the earliest radiograph per neonate or averaging probabilities across all of a baby&#8217;s films, yielded nearly identical AUCs of 0.976 and 0.977. The Brier score of 0.0309 indicated reasonable calibration, although the calibration curve showed some deviation in the intermediate and high probability ranges where few observations existed. The positive predictive value of 68.5 percent, however, means roughly one in three positive alerts was a false positive, which the authors caution could burden clinicians with unnecessary urgent reviews if the model were deployed naively as a standalone rule-in test.</p>
<p>Interpretability analysis added an intriguing wrinkle. Using gradient-weighted class activation mapping, or Grad-CAM, the team examined whether the model&#8217;s visual attention landed on the correct lung. Among 163 lung-level evaluations, activation matched the clinically determined side in 91.3 percent of right-lung instances but only 67.6 percent of left-lung instances, a statistically significant disparity. The researchers attribute this asymmetry partly to the greater radiographic complexity of the left hemithorax, where overlap from the cardiac silhouette and mediastinal structures obscures pleural air, and partly to dataset imbalance: right-sided pneumothoraces appeared in 80.7 percent of the positive films versus 64.8 percent for the left side, leaving the model with fewer examples of left-sided patterns, particularly lateral lesions, to learn from.</p>
<p>Perhaps the most clinically revealing finding came from logistic regression of misclassification factors. Transient tachypnea of the newborn, a common condition marked by perihilar congestion and delayed clearance of fetal lung fluid, was independently associated with model error, with an odds ratio of 1.88, while gestational age also contributed modestly with an odds ratio of 1.10 per week. Transient tachypnea appeared in 32.7 percent of false positives and fully half of all false negatives. The interpretation is that deep networks read the whole image rather than isolated signs, so background pulmonary abnormalities can either mimic pneumothorax patterns or camouflage true ones. The model, in other words, is sensitive not just to the pathology itself but to the radiographic context in which it sits, a lesson likely to generalize across pediatric AI systems.</p>
<p>The authors are careful about scope. The study is retrospective and single-center, the reference standard rested on consensus radiograph review rather than ultrasound or CT confirmation, no pediatric radiologist participated in annotation, and no direct comparison with physician readers was performed. External and prospective validation is explicitly warranted before any clinical implementation. Yet the trajectory is clear and exciting. The performance achieved here is comparable to or better than adult pneumothorax AI models, which typically report AUCs between 0.87 and 0.98, and it slightly exceeds NeoCLIP, a recent self-supervised neonatal foundation model that achieved an AUC of 0.93 for pneumothorax across multiple findings. Positioned as a screening adjunct rather than an autonomous diagnostician, with positive outputs always paired with clinical judgment, this neonate-specific model suggests that age-tailored AI can finally give the smallest and most vulnerable patients the diagnostic safety net their adult counterparts have begun to enjoy.</p>
<p><strong>Subject of Research:</strong> Development of a deep learning model for detecting pneumothorax on supine chest radiographs of newborns</p>
<p><strong>Article Title:</strong> Development and evaluation of a deep learning model for computer-aided diagnosis of neonatal pneumothorax on chest radiographs</p>
<p><strong>Article References:</strong> Sanmoto, Y., Gao, Q., Hitaka, D., Zhu, X., &amp; Masumoto, K. (2026). Development and evaluation of a deep learning model for computer-aided diagnosis of neonatal pneumothorax on chest radiographs. <em>Pediatric Radiology</em>. <a href="https://doi.org/10.1007/s00247-026-06778-w" rel="noopener noreferrer">https://doi.org/10.1007/s00247-026-06778-w</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s00247-026-06778-w" rel="noopener noreferrer">10.1007/s00247-026-06778-w</a></p>
<p><strong>Keywords:</strong> artificial intelligence, deep learning, neonatal pneumothorax, chest radiography, neonatology, ResNet-18, knowledge distillation, Grad-CAM, computer-aided diagnosis, pediatric radiology, transient tachypnea of the newborn, NICU</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">195591</post-id>	</item>
	</channel>
</rss>
