<?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>Face2Gene &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/face2gene/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Thu, 24 Sep 2026 01:25:35 +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>Face2Gene &#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 Newborn Faces to Spot Prader-Willi Syndrome Earlier Than Ever</title>
		<link>https://scienmag.com/ai-reads-newborn-faces-to-spot-prader-willi-syndrome-earlier-than-ever/</link>
		
		<dc:creator><![CDATA[Harold Sullivan]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 01:25:35 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI-based newborn screening tools]]></category>
		<category><![CDATA[AI-powered clinical tools for neonatal health]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[chromosome 15 genetic abnormalities detection]]></category>
		<category><![CDATA[developmental delay early detection methods]]></category>
		<category><![CDATA[dysmorphism]]></category>
		<category><![CDATA[early diagnosis]]></category>
		<category><![CDATA[early diagnosis of rare genetic conditions]]></category>
		<category><![CDATA[Face2Gene]]></category>
		<category><![CDATA[facial phenotype]]></category>
		<category><![CDATA[genetic diagnosis]]></category>
		<category><![CDATA[genetic disorder screening in newborns]]></category>
		<category><![CDATA[infancy obesity risk identification]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning facial analysis for genetic disorders]]></category>
		<category><![CDATA[neonatal facial recognition technology]]></category>
		<category><![CDATA[newborn screening]]></category>
		<category><![CDATA[pediatric AI diagnostic advancements]]></category>
		<category><![CDATA[pediatric research]]></category>
		<category><![CDATA[Prader-Willi syndrome early detection]]></category>
		<category><![CDATA[Prader–Willi syndrome]]></category>
		<category><![CDATA[Random Forest]]></category>
		<category><![CDATA[rare disease]]></category>
		<category><![CDATA[subtle neonatal facial features in genetic syndromes]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=211946</guid>

					<description><![CDATA[Researchers in Shanghai trained a machine learning model on children's facial features that successfully identified Prader-Willi syndrome in newborns with higher specificity than a leading commercial tool.]]></description>
										<content:encoded><![CDATA[<p>Every newborn footprint gets recorded, every hearing screen logged, and every heel-prick blood sample sent for testing. Yet one of the most consequential rare diseases a baby can be born with often slips through the first weeks of life unnoticed. Prader-Willi syndrome, a genetic disorder that eventually causes insatiable hunger, severe obesity, and profound developmental challenges, presents in newborns with signs so subtle that even experienced clinicians can miss them. Now, a research team at Children&#8217;s Hospital of Fudan University in Shanghai reports that a machine learning model trained to read the geometry of a child&#8217;s face can flag the condition in neonates with striking accuracy, potentially opening a window for intervention at the very start of life.</p>
<p>Prader-Willi syndrome arises from errors in the expression of paternally inherited genes on chromosome 15, affecting roughly one in ten thousand to one in thirty thousand births. Infants with the condition typically show weak muscle tone, a poor suck that makes feeding difficult, and mild facial differences such as a narrow forehead, almond-shaped eyes, and a downturned mouth. As childhood progresses, the picture changes dramatically: an unrelenting drive to eat emerges, leading to life-threatening obesity if not managed, alongside cognitive and behavioral difficulties. Early recognition matters enormously, because growth hormone therapy, feeding support, and structured developmental care initiated soon after birth can measurably improve outcomes. The catch is that the neonatal facial phenotype, the very signal clinicians might rely on, is faint and easily overlooked in a squirming, sleeping infant.</p>
<p>The Fudan team, led by Yunqian Zhu and Wenhao Zhou, set out to build a diagnostic aid that works precisely where existing tools falter. Their strategy rested on a pragmatic observation: photographs of older children with the syndrome are relatively abundant, while images of newborns are scarce and expensive to collect. Could a model trained on the faces of older children still detect the syndrome in newborns whose facial features are far less pronounced? To find out, the researchers assembled a training cohort of 113 children drawn from a public platform, of whom 21 carried confirmed diagnoses of Prader-Willi syndrome, and a separate validation cohort of newborns at their own hospital consisting of ten affected infants and thirteen controls.</p>
<p>The technical approach combined multiple feature sets and learning algorithms. The team extracted a detailed panel of facial measurements, including distances, angles, and shape descriptors capturing everything from eye spacing to lip contour, alongside age. They then trained six different classification algorithms, spanning from logistic regression to Random Forests and AdaBoost ensembles, on three versions of the feature set: the complete panel, a top-ten subset of the most informative features, and a clinically selected subset chosen for relevance to the syndrome. Performance was judged using the area under the precision-recall curve, a metric well suited to datasets where positive cases, like rare diseases, are outnumbered by controls. Across all feature sets, the Random Forest and AdaBoost models emerged as the strongest performers.</p>
<p>The headline result came from the Random Forest trained on the complete feature set. In cross-validated testing on the training cohort, it achieved a mean sensitivity of 0.97, with a 95 percent confidence interval stretching from 0.84 to 1.00, and a specificity of 0.95, correctly identifying nearly every child with the syndrome while rejecting nearly all children without it. The model was also well calibrated, meaning its predicted probabilities tracked actual likelihoods rather than being systematically overconfident or timid, a property the researchers emphasize as essential for any tool intended to support real clinical decisions rather than inflate benchmark scores.</p>
<p>Peering inside the model revealed a face in numbers. Age, face width, and features of the upper lip carried the greatest predictive weight, consistent with the well-described dysmorphic profile of the syndrome. More intriguingly, the analysis surfaced four facial features not previously reported in the context of Prader-Willi syndrome: jaw symmetry, chin shape, nose width, and jaw width. A sensitivity analysis showed that 26 facial features contributed more to classification than age alone, suggesting that the model was genuinely reading facial structure rather than simply learning that children with the condition tend to be photographed at certain ages. These newly identified dimensions of the syndrome&#8217;s facial signature could inform clinicians and researchers alike, expanding what is understood about how a single genetic lesion reshapes craniofacial development.</p>
<p>The decisive test, however, was neonatal. When the researchers applied their child-trained model to the newborn validation cohort, they first had to adjust the decision threshold, because the probability scores that fit older children needed recalibration for the subtler neonatal face. After this re-estimation, the Random Forest model detected 80 percent of affected newborns while correctly clearing 77 percent of controls. To benchmark this performance, the team compared it against Face2Gene, a widely used commercial facial analysis app for genetic syndromes. On the same newborn images, Face2Gene achieved only 70 percent sensitivity and a mere 15 percent specificity, meaning it flagged almost every baby as suspect. At a false positive rate of 0.25 or less, the Fudan model delivered comparable sensitivity but dramatically higher specificity, a distinction that matters in a screening context where alarmingly frequent false alarms would erode trust and swamp follow-up genetic testing capacity.</p>
<p>Beyond the immediate clinical promise, the study carries a broader methodological message for the field of computational phenotyping. Artificial intelligence tools for rare disease detection, including deep learning systems such as DeepGestalt and GestaltMatcher, have demonstrated impressive diagnostic power in clinics and genetic consultation settings, but their training data overwhelmingly feature older children and adults. Newborns, with their rounded faces, abundant subcutaneous fat, and physiologically underdeveloped craniofacial structures, represent a distribution shift that most models handle poorly. The Fudan results suggest a practical workaround: rather than waiting years to accrue a newborn dataset of sufficient size, researchers can train on pediatric data and transfer the learned phenotype knowledge to neonates through careful threshold adjustment. That could accelerate screening tools for a whole family of genetic conditions where the newborn window of intervention is narrow and the data pipeline begins nearly empty.</p>
<p>Caveats remain, and the authors are candid about them. The validation cohort numbered just 23 newborns, a pilot sample sufficient to demonstrate feasibility but far short of what a population-level screening program would demand. The control group&#8217;s size and composition limit how confidently the specificity estimates can be generalized, and the model must eventually prove itself across diverse ethnic populations, camera conditions, and gestational ages. The researchers also note that facial analysis is intended as a triage tool, not a replacement for the methylation testing that definitively diagnoses the syndrome. A positive screen would simply channel scarce genetic testing resources toward the babies most likely to benefit, shortening what can otherwise be a diagnostic odyssey measured in months or years.</p>
<p>Still, the trajectory of the work is hard to ignore. With a new drug recently approved to treat hyperphagia in older patients and advances such as hypothalamic organoids offering laboratory models of the underlying biology, the therapeutic landscape for Prader-Willi syndrome is shifting, and the value of catching the condition at birth rises in step. A camera and an algorithm cannot replace a pediatric geneticist, but they can stand watch over every delivery ward, quietly and cheaply, flagging the one baby in ten thousand whose face holds a message that human eyes, on their own, too often miss. If larger prospective studies replicate the Shanghai results, facial phenotype screening could become the first step of a standard newborn pathway, ensuring that children with Prader-Willi syndrome receive growth hormone, feeding support, and early intervention before the syndrome&#8217;s most damaging consequences take root.</p>
<p><strong>Subject of Research:</strong> Machine learning-based facial phenotype screening for early detection of Prader-Willi syndrome in newborns</p>
<p><strong>Article Title:</strong> Early identification of Prader-Willi syndrome in newborns using facial phenotype-based machine learning</p>
<p><strong>Article References:</strong> Zhu, Y., Chen, H., Chen, J., Yang, L., Dong, X., Ni, Q., &amp; Zhou, W. (2026). Early identification of Prader-Willi syndrome in newborns using facial phenotype-based machine learning. <em>Pediatric Research</em>. <a href="https://doi.org/10.1038/s41390-026-05491-6" rel="noopener noreferrer">https://doi.org/10.1038/s41390-026-05491-6</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1038/s41390-026-05491-6" rel="noopener noreferrer">10.1038/s41390-026-05491-6</a></p>
<p><strong>Keywords:</strong> Prader-Willi syndrome, machine learning, facial phenotype, newborn screening, rare disease, random forest, Face2Gene, genetic diagnosis, dysmorphism, pediatric research, artificial intelligence, early diagnosis</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">211946</post-id>	</item>
	</channel>
</rss>
