<?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>medical imaging computational efficiency &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/medical-imaging-computational-efficiency/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Mon, 21 Sep 2026 00:00:18 +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>medical imaging computational efficiency &#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>U-Net Transformer Speeds Up Magnetic Resonance Elastography Reconstruction</title>
		<link>https://scienmag.com/u-net-transformer-speeds-up-magnetic-resonance-elastography-reconstruction/</link>
		
		<dc:creator><![CDATA[Ophelia Keating]]></dc:creator>
		<pubDate>Mon, 21 Sep 2026 00:00:18 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[AI-driven image reconstruction]]></category>
		<category><![CDATA[clinical decision support]]></category>
		<category><![CDATA[Fourier Neural Operator]]></category>
		<category><![CDATA[hybrid neural network models]]></category>
		<category><![CDATA[LiTS dataset]]></category>
		<category><![CDATA[Liver fibrosis]]></category>
		<category><![CDATA[magnetic resonance elastography]]></category>
		<category><![CDATA[Medical Imaging]]></category>
		<category><![CDATA[medical imaging computational efficiency]]></category>
		<category><![CDATA[MRI biomechanical imaging]]></category>
		<category><![CDATA[neural operator]]></category>
		<category><![CDATA[noise sensitivity in elastography]]></category>
		<category><![CDATA[non-invasive liver fibrosis diagnosis]]></category>
		<category><![CDATA[open-access radiology research]]></category>
		<category><![CDATA[physics-informed deep learning]]></category>
		<category><![CDATA[rapid stiffness map generation]]></category>
		<category><![CDATA[shear modulus]]></category>
		<category><![CDATA[shear wave imaging]]></category>
		<category><![CDATA[synthetic data generation]]></category>
		<category><![CDATA[tissue elasticity reconstruction]]></category>
		<category><![CDATA[tissue stiffness measurement]]></category>
		<category><![CDATA[U-Net Transformer]]></category>
		<category><![CDATA[U-Net Transformer architecture]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=204288</guid>

					<description><![CDATA[Researchers have developed a hybrid U-Net Transformer neural operator and an open-source simulation framework that significantly improves the speed and accuracy of magnetic resonance elastography reconstructions.]]></description>
										<content:encoded><![CDATA[<p>Magnetic resonance elastography, or MRE, has long promised radiologists something remarkable: a non-invasive way to measure how stiff human tissue actually is, without ever inserting a needle. By vibrating tissue at a known frequency and capturing the resulting shear waves with an MRI scanner, MRE converts patterns of mechanical displacement into quantitative maps of elasticity. That information is invaluable for diagnosing liver fibrosis, tracking non-alcoholic fatty liver disease, and probing biomechanical changes in organs such as the brain. Yet despite its clinical promise, the technique has remained confined largely to specialized imaging centers, in part because the computational step that turns raw wave data into stiffness maps is slow, fragile, and highly sensitive to noise. A new open-access study published in the International Journal of Computer Assisted Radiology and Surgery argues that a carefully engineered hybrid artificial intelligence architecture can break through that bottleneck, delivering accurate stiffness reconstructions at a fraction of the traditional cost.</p>
<p>The research, led by Weiheng Zhong and Hadi Meidani of the University of Illinois at Urbana-Champaign together with Matthew W. Urban of the Mayo Clinic, introduces a neural architecture called the U-Net Transformer, or UNT. The core insight behind the design is that the two dominant families of machine learning models each capture only half of what MRE inversion demands. Convolutional U-Net models, borrowed from image segmentation, are excellent at extracting fine local spatial details because their filters encode a strong prior about how neighboring pixels relate. Transformer models, which power much of modern language and vision research, excel instead at modeling long-range dependencies, allowing information to flow between any two points in an image through attention mechanisms. For elastography, both capabilities matter: stiffness boundaries between tumor and healthy tissue are sharp and local, while wave interference patterns span the entire organ and demand global context.</p>
<p>Technically, the UNT pipeline works in three stages. The input, a two-dimensional complex-valued displacement field containing the real and imaginary components of tissue motion in two directions, first passes through a U-Net-style encoder that progressively downsamples the data, building hierarchical feature representations at multiple spatial scales. The lowest-resolution, most information-rich feature map is then flattened and pushed through multiple multi-head attention layers, letting every spatial location exchange information with every other at modest computational expense. Finally, a decoder progressively upsamples the attended features back to full resolution, refining them with skip connections, before a final projection maps the reconstructed features to the physical quantity of interest: the shear modulus of the tissue. The authors report that this hybrid design cuts mean relative reconstruction error by 8 to 14 percent compared with the widely used Fourier Neural Operator baseline, while also producing predictions whose variability across random initializations is 5 to 8 percent lower, a sign of greater architectural stability.</p>
<p>One of the most consequential contributions of the work, however, is not the model itself but the data infrastructure surrounding it. Machine learning for MRE has been starved of training material: most public datasets contain only one to five paired examples of displacement fields and ground-truth stiffness maps, far too few for data-hungry deep networks, and the larger alternatives often derive their ground truth from the very traditional inversion algorithms the field hopes to replace, risking the propagation of latent inaccuracies. To fill this gap, the team built an open-source physics-based simulation framework that pairs realistic liver and tumor geometries from the Liver Tumor Segmentation Benchmark, or LiTS, dataset with clinically informed stiffness priors drawn from studies of non-alcoholic fatty liver disease. Stiffness distributions were modeled as a combination of two Gaussian processes with different length scales, capturing both broad regional stiffening and abrupt small-scale changes, with storage moduli scaled across ranges representing healthy livers, early-stage fibrosis, and advanced cirrhosis.</p>
<p>The physics embedded in the simulator is deliberately faithful to MRE practice. Tissue is treated as a linear elastic medium vibrating harmonically at approximately 60 hertz, governed by the equations of motion for linear elasticity, with the shear modulus and the first Lamé parameter linked through a Poisson&#8217;s ratio sampled from a Gaussian process to reflect the water-rich, nearly incompressible nature of healthy liver tissue. Boundary conditions mimic a mechanical driver: a prescribed wave displacement on one edge of a 20 by 20 centimeter domain and free conditions elsewhere. Tumor regions were assigned a fixed stiffness of 5 kilopascals against a background of 2 kilopascals. The framework generated more than 1,000 realistic liver stiffness profiles across two- and three-dimensional settings, with 2D simulations at 1-millimeter resolution and 3D simulations at reduced 3-millimeter resolution to balance fidelity against computational cost. Crucially, the synthetic displacement patterns were validated against an external experimental dataset, the BIOQIC benchmark, to ensure they resemble real measurements.</p>
<p>With this benchmark in hand, the team ran a systematic comparison of neural operator architectures: the Fourier Neural Operator, which captures global information through spectral transforms; the Wavelet Neural Operator, which blends global and local features through wavelet decompositions; a standard U-Net; and the hybrid U-FNO. Each was trained under two paradigms. Data-driven training uses the simulator&#8217;s paired displacement and stiffness maps in a conventional supervised loss. Physics-informed training instead embeds the governing partial differential equations directly into the loss, penalizing predictions that violate the elastodynamic wave equation, an approach requiring no ground-truth labels but demanding accurate modeling assumptions. The result was unambiguous: data-driven training consistently outperformed physics-informed training in prediction accuracy, particularly for homogeneous, incompressible cases where the physics loss failed to provide stable gradients. The authors suggest this finding carries a clinical warning, since direct inversion methods relying on similar incompressibility assumptions may themselves be prone to error.</p>
<p>Noise robustness emerged as another decisive differentiator. Because direct inversion algorithms rely on second-order spatial differentiation of the displacement field, they inherently amplify measurement noise, producing severe artifacts at tissue boundaries and material interfaces. In the experiments, adding 5 percent spatially correlated Gaussian noise raised errors across all machine learning models by roughly 5 to 10 percent, but the AI models retained a clear advantage over direct inversion under noisy conditions. The gap widened at higher noise levels: when noise climbed from 5 to 10 percent and then 20 percent, data-driven models degraded gracefully, gaining only about 2 to 4 percentage points of error, whereas physics-informed models deteriorated sharply, with errors rising by roughly 18 percentage points at the highest noise level. Qualitative visualizations reinforced the quantitative story: the data-driven UNT reproduced smooth, well-defined high-stiffness inclusions with high fidelity, while physics-informed counterparts produced mottled, oscillatory predictions near organ edges and stiffness contrasts.</p>
<p>The team also confronted one of the thorniest realities of clinical deployment: real patient data are scarce and unlabeled. In sparse-data experiments training on only 50, 100, or 150 samples, accuracy degraded predictably, and the physics-informed variant proved especially fragile, with errors on the homogeneous dataset spiking to nearly 48 percent at the smallest training size. As a remedy, the researchers tested a physics-informed fine-tuning strategy in which a model pretrained on synthetic data is adapted to individual patient displacement fields using only the governing equations, with no ground-truth stiffness required. The fine-tuned model showed better localization of high-contrast stiffness regions, though the authors are candid that the overall gains were modest and broader spatial patterns remained largely unchanged. They frame the result not as a finished solution but as evidence for a pragmatic hybrid pathway: physics-informed pre-training followed by rapid, patient-specific fine-tuning offers the most viable route under data-limited conditions.</p>
<p>The study closes with a clear-eyed assessment of what stands between this work and the radiology suite. The simulations, while rigorously constructed, rest on simplified linear elastic physics; extending to viscoelastic and anisotropic material behavior, and to patient-specific boundary conditions, will be essential to capture the full complexity of living tissue. The model has not yet been validated on real-patient MRE data, and computational constraints limited the 3D experiments to downsampled volumes. Yet the resolution-invariant design of the framework points toward future zero-shot super-resolution and transfer learning, and the researchers demonstrated that their accuracy held steady, a test error of 14.7 percent versus 14.8 percent, even when the simulated waves were made substantially more realistic, with longer wavelengths, stronger damping, and compression-wave contamination. By releasing the simulator, the benchmark datasets on Harvard Dataverse, and the source code publicly on GitHub, the team has established a standardized foundation for AI-driven MRE inversion, offering the field a rigorous baseline against which the next generation of neural operators, and ultimately real-time clinical decision support, can be measured.</p>
<p><strong>Subject of Research:</strong> Deep learning-based inversion for magnetic resonance elastography tissue stiffness reconstruction</p>
<p><strong>Article Title:</strong> A U-Net Transformer for magnetic resonance elastography</p>
<p><strong>Article References:</strong> Zhong, W., Urban, M. W., &amp; Meidani, H. (2026). A U-Net Transformer for magnetic resonance elastography. <em>International Journal of Computer Assisted Radiology and Surgery</em>. <a href="https://doi.org/10.1007/s11548-026-03790-1" rel="noopener noreferrer">https://doi.org/10.1007/s11548-026-03790-1</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11548-026-03790-1" rel="noopener noreferrer">10.1007/s11548-026-03790-1</a></p>
<p><strong>Keywords:</strong> magnetic resonance elastography, U-Net Transformer, neural operator, physics-informed deep learning, tissue elasticity reconstruction, liver fibrosis, medical imaging, shear modulus, LiTS dataset, Fourier Neural Operator, synthetic data generation, clinical decision support</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">204288</post-id>	</item>
	</channel>
</rss>
