<?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>lesion characterization &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/lesion-characterization/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 15:34:57 +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>lesion characterization &#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 Framework Aligns Scanning Medical Images by Separating Motion From Contrast Flow</title>
		<link>https://scienmag.com/ai-framework-aligns-scanning-medical-images-by-separating-motion-from-contrast-flow/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 15:34:57 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI framework for medical image processing]]></category>
		<category><![CDATA[DCE imaging]]></category>
		<category><![CDATA[DCE-CT]]></category>
		<category><![CDATA[DCE-MRI]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[deep learning for medical image stabilization]]></category>
		<category><![CDATA[dynamic contrast-enhanced imaging]]></category>
		<category><![CDATA[image registration]]></category>
		<category><![CDATA[lesion characterization]]></category>
		<category><![CDATA[lesion localization in medical imaging]]></category>
		<category><![CDATA[Medical image alignment]]></category>
		<category><![CDATA[Medical Imaging]]></category>
		<category><![CDATA[motion artifact removal in medical scans]]></category>
		<category><![CDATA[multi-institutional research on AI in medical diagnostics]]></category>
		<category><![CDATA[NCF-ViT AI model for medical imaging]]></category>
		<category><![CDATA[perfusion imaging]]></category>
		<category><![CDATA[pharmacokinetic analysis]]></category>
		<category><![CDATA[pharmacokinetic measurement accuracy]]></category>
		<category><![CDATA[robust principal component analysis]]></category>
		<category><![CDATA[separating motion from contrast flow in imaging]]></category>
		<category><![CDATA[spatial accuracy in dynamic imaging]]></category>
		<category><![CDATA[temporal fidelity in MRI and CT scans]]></category>
		<category><![CDATA[time-intensity curve]]></category>
		<category><![CDATA[vision transformer]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=195967</guid>

					<description><![CDATA[Researchers have developed a coarse-to-fine vision transformer framework that disentangles patient motion from contrast agent dynamics to improve the accuracy of dynamic contrast-enhanced image registration.]]></description>
										<content:encoded><![CDATA[<p>Every few seconds inside a scanning suite, a quiet race unfolds between two forces that pull a medical image apart. On one side is the patient, whose breathing, heartbeat and small involuntary shifts blur the geometry of each frame. On the other is the contrast agent itself, flooding through vessels and tissues, brightening some regions and dimming others as it washes in and out. For decades, clinicians and researchers have struggled to align the frames of dynamic contrast-enhanced imaging without confusing these two effects, and the consequences of getting it wrong are far from academic: pharmacokinetic measurements can be skewed, lesions can be misplaced or mischaracterized, and treatment decisions can rest on distorted data. A new study published in the Journal of Big Data now proposes an artificial intelligence framework designed to handle both problems at once, and its results suggest that the long-standing trade-off between spatial accuracy and temporal fidelity may be far less inevitable than previously assumed.</p>
<p>The research, led by Lei Lei of Jiaxing University together with colleagues at the University of Surrey, Nanjing University of Science and Technology and the Affiliated Drum Tower Hospital of Nanjing University Medical School, introduces a framework called NCF-ViT, a coarse-to-fine Vision Transformer architecture built specifically for registering dynamic contrast-enhanced images. Registration, in the language of medical imaging, is the task of geometrically aligning two or more images so that the same anatomical location in the body corresponds to the same pixel position in each frame. In static imaging this is already a solved problem in most practical settings. In dynamic contrast-enhanced imaging, however, the target itself keeps changing, because the very signal clinicians want to measure, the uptake and washout of the contrast agent, alters pixel intensities from frame to frame in ways that have nothing to do with movement of the body.</p>
<p>This dual challenge has haunted conventional registration methods. Classical algorithms generally assume that corresponding structures in two images should look similar, so when a tumor brightens dramatically over the course of a scan because contrast is pooling inside it, the algorithm may interpret that intensity change as evidence of misalignment and distort the image to compensate. Conversely, if the algorithm suppresses all intensity differences to achieve clean alignment, it risks erasing the contrast kinetics that quantitative perfusion analysis depends on. The temporal fidelity of those kinetics, captured in what radiologists call time-intensity curves, is the foundation for estimating physiological parameters such as blood flow, permeability and tissue volume, and for reliably distinguishing benign from malignant lesions. A registration method that destroys the very signal it is supposed to preserve undermines the entire purpose of the scan.</p>
<p>The core insight of the new work is that motion and enhancement, although entangled in the raw image data, follow fundamentally different statistical patterns, and that a neural network can be taught to pull them apart. To accomplish this, the researchers incorporated a deep unfolded robust principal component analysis network, often abbreviated as RPCA. Robust principal component analysis is a mathematical technique that decomposes a matrix into a low-rank component and a sparse component, and in the context of DCE imaging, the low-rank part captures the relatively stable, motion-related structure of the anatomy while the sparse part isolates the abrupt, localized intensity changes produced by contrast enhancement. Unfolding refers to the practice of taking the iterative steps of the classical RPCA optimization algorithm and converting them into layers of a neural network, so that the decomposition is learned end to end, adapts to real data and runs efficiently on modern hardware. The result is a network that explicitly separates the physiologically meaningful dynamics of contrast flow from the geometric corruption introduced by patient motion, rather than forcing a downstream module to cope with both at once.</p>
<p>On top of this disentangling stage, the team added a second physiological safeguard: a time-series regularization constraint based on the smoothness of time-intensity curves. Because contrast agents are injected and cleared through well-understood circulatory and pharmacological processes, the intensity of a given tissue over time should follow a physically plausible trajectory rather than jittering erratically from frame to frame. By penalizing registrations that produce jagged, non-smooth time-intensity curves, the framework enforces temporal coherence across the image sequence, ensuring that the aligned data remain consistent with the underlying physiology of perfusion. This constraint acts as a bridge between pure image processing and the clinical meaning of the measurements, effectively telling the network that a registration solution which looks geometrically tidy but produces physiologically implausible kinetics is not a valid solution at all.</p>
<p>The spatial alignment itself is handled by a hierarchical Vision Transformer, the family of neural architectures that has transformed computer vision since it was adapted from natural language processing. Unlike convolutional networks, which process images through local filters and build up context layer by layer, transformers use self-attention mechanisms that allow every part of an image to exchange information with every other part directly, making them exceptionally good at capturing long-range correspondences, such as matching a structure that has shifted substantially between frames. The coarse-to-fine design of NCF-ViT mirrors the way experienced human analysts work: it first estimates a rough global alignment at reduced resolution, capturing large displacements and gross deformations, and then progressively refines the registration at finer resolutions, resolving small local mismatches with high precision. This hierarchy reduces computational burden while improving robustness, because errors made at the coarse stage are corrected before they can propagate to the detailed levels.</p>
<p>The framework was evaluated on four distinct datasets, spanning brain DCE-MRI, brain DCE-CT, liver DCE-MRI and multi-modal brain imaging, a breadth of testing that addresses one of the most common criticisms of deep learning approaches in medical imaging, namely that many models perform well only on a single dataset or modality. Across all four settings, the authors report that NCF-ViT achieved improved performance in both temporal fidelity and spatial registration accuracy compared with state-of-the-art methods. Crucially, the improvements carried through to clinically meaningful endpoints: the better alignment led to more accurate downstream lesion delineation and more reliable estimation of pharmacokinetic parameters, the quantitative measures that clinicians actually use when interpreting perfusion studies. Demonstrating gains at the level of lesion segmentation and parameter estimation, rather than only at the level of abstract similarity metrics, is what elevates the work from an interesting technical exercise to a potentially practical clinical tool.</p>
<p>The clinical implications extend across several areas of diagnostic medicine. Dynamic contrast-enhanced MRI is a mainstay of oncology, used to characterize tumors in the breast, prostate, liver and brain, and increasingly in neurology to study blood-brain barrier disruption and perfusion deficits. DCE-CT plays a complementary role where MRI is unavailable or unsuitable. The multi-modal component of the evaluation is particularly significant, because modern clinical practice often combines imaging modalities, and a registration framework that can align data across modalities while preserving kinetic information addresses a genuine gap in existing toolchains. If the framework can be integrated into routine pipelines, radiologists could obtain more trustworthy perfusion maps with fewer manual corrections, potentially shortening reporting times and reducing variability between centers, a persistent problem in quantitative imaging.</p>
<p>The study also reflects a broader trend in artificial intelligence research: the marriage of classical mathematical models with deep learning, sometimes called algorithm unrolling. Rather than treating neural networks as opaque black boxes that must discover everything from scratch, unfolded approaches embed known structure, in this case the low-rank and sparse decomposition of RPCA, directly into the network architecture. This typically improves data efficiency, interpretability and generalization, because the network does not need to learn principles that mathematics and physics have already established. Combined with the physiological prior encoded in the time-intensity curve constraint, NCF-ViT exemplifies how embedding domain knowledge into AI systems can produce models that are not only more accurate but more trustworthy, a quality that matters enormously in medicine.</p>
<p>The research was supported by the Zhejiang Provincial Natural Science Foundation of China under Grant No. ZCLQN26F0206 and the Jiaxing Public Welfare Project (2023AY11052), with data provided by Nanjing Drum Tower Hospital and DCE calculation support from FISCA Healthcare, and it builds on initial algorithmic work by Tony C. W. Mok. The authors emphasize that the findings highlight the potential of NCF-ViT as a robust and clinically applicable solution for high-fidelity DCE image registration and quantitative perfusion analysis. As imaging plays an ever larger role in personalized medicine, where treatment decisions increasingly hinge on quantitative measurements rather than visual impressions alone, tools that safeguard the integrity of the underlying data become indispensable. By teaching a Vision Transformer to respect both the geometry of the body and the chemistry of contrast flow, this work offers a template for how artificial intelligence can be engineered to serve the physics and physiology of medicine rather than override them, and it signals that the next generation of imaging algorithms may finally be designed around the full complexity of living, breathing, contrast-filled patients.</p>
<p><strong>Subject of Research:</strong> Vision transformer-based registration of dynamic contrast-enhanced medical images using unfolded robust principal component analysis and temporal intensity modeling.</p>
<p><strong>Article Title:</strong> DCE image registration via unfolded RPCA and temporal intensity modeling with vision transformers</p>
<p><strong>Article References:</strong> DCE image registration via unfolded RPCA and temporal intensity modeling with vision transformers. (n.d.). <a href="https://doi.org/10.1186/s40537-026-01545-y" rel="noopener noreferrer">https://doi.org/10.1186/s40537-026-01545-y</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1186/s40537-026-01545-y" rel="noopener noreferrer">10.1186/s40537-026-01545-y</a></p>
<p><strong>Keywords:</strong> DCE imaging, image registration, vision transformer, robust principal component analysis, DCE-MRI, DCE-CT, pharmacokinetic analysis, perfusion imaging, time-intensity curve, deep learning, medical imaging, lesion characterization</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">195967</post-id>	</item>
	</channel>
</rss>
