<?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>calcifications &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/calcifications/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 Sep 2026 15:45:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>calcifications &#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 Learns to Generate Realistic Heart Anatomy for Virtual Clinical Trials</title>
		<link>https://scienmag.com/ai-learns-to-generate-realistic-heart-anatomy-for-virtual-clinical-trials/</link>
		
		<dc:creator><![CDATA[Ophelia Keating]]></dc:creator>
		<pubDate>Tue, 22 Sep 2026 15:45:54 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[addressing patient data scarcity in cardiology]]></category>
		<category><![CDATA[advancements in in-silico cardiovascular research]]></category>
		<category><![CDATA[AI in clinical trial simulation]]></category>
		<category><![CDATA[AI-driven anatomical modeling]]></category>
		<category><![CDATA[aortic root]]></category>
		<category><![CDATA[aortic stenosis]]></category>
		<category><![CDATA[applications of neural networks in cardiology]]></category>
		<category><![CDATA[calcifications]]></category>
		<category><![CDATA[cardiovascular modeling]]></category>
		<category><![CDATA[computational cardiology]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[deep learning for medical imaging]]></category>
		<category><![CDATA[especially with realistic heart anatomies]]></category>
		<category><![CDATA[implicit neural representations]]></category>
		<category><![CDATA[improving data diversity and transparency in medical simulations]]></category>
		<category><![CDATA[in-silico trials]]></category>
		<category><![CDATA[is critical for accurate in-silico trials]]></category>
		<category><![CDATA[signed distance field]]></category>
		<category><![CDATA[statistical shape models]]></category>
		<category><![CDATA[synthetic cardiovascular geometry generation]]></category>
		<category><![CDATA[synthetic data generation]]></category>
		<category><![CDATA[TAVI]]></category>
		<category><![CDATA[virtual heart valve testing]]></category>
		<category><![CDATA[virtual patient population]]></category>
		<category><![CDATA[virtual patients]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=206535</guid>

					<description><![CDATA[Researchers have developed a deep learning framework that generates anatomically accurate synthetic aortic geometries with realistic calcifications, enabling large virtual patient cohorts for cardiovascular in-silico trials.]]></description>
										<content:encoded><![CDATA[<p>Imagine testing a new heart valve device on thousands of patients before a single person enters the operating room. This is the promise of in-silico trials, computational simulations that evaluate medical devices and treatments on virtual patient populations. Now, researchers Andrei Gasparovici and Alex Serban, affiliated with Siemens SRL in Brașov and Babeș-Bolyai University in Cluj-Napoca, Romania, have unveiled a deep learning framework that can generate anatomically accurate synthetic cardiovascular geometries, bringing that promise considerably closer to routine clinical reality. Their work, published in Neural Computing and Applications, demonstrates how artificial intelligence can synthesize aortic root shapes complete with realistic calcifications, addressing one of the most stubborn bottlenecks in computational cardiology: the scarcity of patient data.</p>
<p>In-silico trials have already proven their utility across a remarkable range of cardiovascular applications, from planning Fontan surgeries for congenital heart defects to optimizing drug delivery, stent placement, and transcatheter aortic valve implantation, widely known as TAVI. Yet the field suffers from persistent methodological weaknesses. Clinical datasets used to seed these simulations are often small, demographics are inconsistently represented, uncertainty is poorly quantified, and data transparency remains limited. A virtual trial is only as trustworthy as the population it simulates, and building a convincing virtual population requires access to hundreds or thousands of detailed anatomical models that real hospitals simply cannot provide at scale. Synthetic data generation has emerged as the most practical remedy, and machine learning methods have proven the most effective among the available techniques.</p>
<p>Until now, the dominant tool for statistical shape analysis in this domain has been the statistical shape model, or SSM, typically built on principal component analysis. These classical models rest on two restrictive assumptions: that shape variation is essentially linear, and that every shape can be described through point-to-point correspondence with every other shape in the dataset. Both assumptions break down when confronted with the complex, nonlinear deformations of real cardiovascular anatomy, and establishing point correspondence across patient meshes is labor-intensive and error-prone. Nonlinear extensions using kernel methods and manifold learning have partially relaxed these constraints, but they introduce heavy computational overhead and generalize poorly.</p>
<p>The Romanian team&#8217;s framework sidesteps these limitations entirely by adopting implicit neural representations, a family of techniques that encode three-dimensional shapes as continuous mathematical functions rather than discrete collections of points or voxels. At the heart of the approach lies a signed distance field, or SDF, a function that assigns to every point in space its distance to the object&#8217;s surface, with the sign indicating whether the point lies inside or outside. The surface itself is implicitly defined as the zero-level set of this field. Because a neural SDF is continuous and resolution-independent, it avoids the discretization biases of voxel grids, the memory overhead of volumetric representations, and the topological information loss that plagues point-cloud decoders. Unlike classical mesh-based models, it is also topology-agnostic, meaning the same architecture can represent wildly different anatomical structures.</p>
<p>A key technical innovation concerns how the network is trained. The seminal DeepSDF method of Park and colleagues required ground truth signed distance values, which are only well-defined for watertight surfaces with unambiguous interiors. Real aortic geometries, being open tubular structures reconstructed from cardiac CT scans, are anything but watertight. The researchers instead employed implicit geometric regularization, an approach introduced by Gropp and colleagues that exploits the fact that a true signed distance function satisfies the Eikonal partial differential equation, meaning the gradient of the field has unit magnitude everywhere. By penalizing deviations from this condition at randomly sampled points in space, and by combining it with zero-level constraints on surface points and alignment with surface normal vectors, the network learns a faithful distance field from surface samples alone, with no ground truth distance values required.</p>
<p>Handling non-watertight geometry demanded one further component. When the network&#8217;s zero-level set is extracted from an open surface, it produces a closed shape that includes extraneous regions beyond the anatomy of interest. To solve this, the team trained an auxiliary boundary classifier that labels each point as belonging to the inlet, the outlet, or the remaining surface. Fitted planes through the classified inlet and outlet points allow the reconstructed mesh to be precisely truncated, isolating the aortic root. The complete pipeline operates as an autodecoder: each training shape receives a trainable latent vector of 128 dimensions, and a network of roughly 1.7 million parameters, organized in eight fully connected layers with softplus activations and a skip connection, maps these latent codes and spatial coordinates to distance values. At inference, new shapes are decoded through the Marching Cubes algorithm on a 256-cubed grid, then truncated and rescaled to physical dimensions.</p>
<p>The framework was trained on 73 peak-systole aortic surface meshes reconstructed from cardiac CT images of patients scheduled for TAVI procedures, each clinically validated by expert cardiologists. Calcifications were represented as separate meshes, and a second, conditioned implicit network was trained to generate calcium deposits attached to a given aortic shape by receiving the aortic latent vector as an additional input. Reconstruction fidelity was measured with symmetric Chamfer distance, achieving a mean of just 0.135 square millimeters for aortic roots, evidence of high-fidelity geometric representation. New synthetic patients were produced by linearly interpolating between pairs of learned latent vectors, and from this process the team generated a validation cohort of 2,500 synthetic patients stratified by gender.</p>
<p>The critical question is whether these synthetic hearts pass clinical muster, and the answer appears to be yes. The researchers extracted diagnostically relevant features from both real and synthetic cohorts by slicing each mesh at half-millimeter intervals along the blood flow direction, identifying four anatomically significant cross-sections: the aortic annulus, the left ventricular outflow tract, the sino-tubular junction, and the aortic sinus. They also computed aortic valve area using a custom iterative ray-casting algorithm that converged in roughly five iterations and matched ground truth CT measurements with a mean absolute error of 0.092 square centimeters. Synthetic annulus diameters averaged 24.31 plus or minus 1.65 millimeters, closely matching the 24.6 plus or minus 2.4 millimeters reported in clinical literature for aortic stenosis populations. Statistical tests, including the Mann-Whitney U test and Welch&#8217;s t-test, found no significant differences in distribution or mean for any feature, and the distribution of aortic stenosis severity, classified as mild, moderate, or severe according to valve area thresholds, aligned well between real and synthetic cohorts.</p>
<p>The calcification results are perhaps the most striking. Generated calcium deposits localized to regions of mechanical stress and geometric irregularity within the conditioned aortic shape, exactly where aortic stenosis pathology develops in real patients. The deposits exhibited realistic size, morphology, and density variations that correlated with stenosis severity, and histogram analysis of 500 synthetic calcifications per shape showed spatial distributions closely matching real ground truth patterns. One acknowledged trade-off is a modest reduction in variance across most anatomical measurements, an expected consequence of latent vector interpolation when generating far more shapes than the original dataset contained. The aortic valve area, notably, preserved its variability, suggesting the primary clinical indicator remains statistically intact. The authors anticipate that clinicians will eventually generate shapes from curated samples representing specific pathological conditions rather than through random interpolation, which should further attenuate the smoothing effect.</p>
<p>The implications extend well beyond the aortic root. The modular architecture generalizes to other cardiovascular structures, including watertight geometries such as heart chambers, where boundary classification becomes unnecessary. The learned latent vectors can serve as compact low-dimensional representations of patient anatomy, conditioning physics-informed surrogate models that predict hemodynamic quantities like transvalvular pressure gradients, paravalvular leakage flow, and wall shear stress across entire synthetic cohorts without running full-scale fluid simulations for each geometry. This could accelerate TAVI in-silico trials, where device performance is acutely sensitive to annulus diameter, sino-tubular junction dimensions, and calcification distribution. Funded by the European Union&#8217;s Horizon 2020 program under the SIMCor project, the work points toward a future where virtual patient populations, assembled on demand and tailored to specific study designs, become a standard pillar of cardiovascular device development, reducing the cost, duration, and ethical burden of bringing life-saving technologies to patients.</p>
<p><strong>Subject of Research:</strong> Generative deep learning modeling of cardiovascular geometries for in-silico clinical trials</p>
<p><strong>Article Title:</strong> Generative modelling of cardiovascular geometries for in-silico trials</p>
<p><strong>Article References:</strong> Gasparovici, A., &amp; Serban, A. (2026). Generative modelling of cardiovascular geometries for in-silico trials. <em>Neural Computing and Applications, 38</em>(18), Article 745. <a href="https://doi.org/10.1007/s00521-026-12463-8" rel="noopener noreferrer">https://doi.org/10.1007/s00521-026-12463-8</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s00521-026-12463-8" rel="noopener noreferrer">10.1007/s00521-026-12463-8</a></p>
<p><strong>Keywords:</strong> implicit neural representations, signed distance field, in-silico trials, cardiovascular modeling, aortic root, synthetic data generation, TAVI, aortic stenosis, statistical shape models, calcifications, deep learning, virtual patients</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">206535</post-id>	</item>
	</channel>
</rss>
