<?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>diabetic retinopathy biomarkers &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/diabetic-retinopathy-biomarkers/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Thu, 27 Aug 2026 17:52:29 +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>diabetic retinopathy biomarkers &#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 Network Sharpens Retinal Vessel Mapping and Biomarker Analysis Across Scales</title>
		<link>https://scienmag.com/ai-network-sharpens-retinal-vessel-mapping-and-biomarker-analysis-across-scales/</link>
		
		<dc:creator><![CDATA[Ophelia Keating]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 17:52:26 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[AI system for eye disease diagnostics]]></category>
		<category><![CDATA[AI system for ocular imaging]]></category>
		<category><![CDATA[AI-based diagnosis of diabetic retinopathy]]></category>
		<category><![CDATA[AI-based retinal image analysis]]></category>
		<category><![CDATA[automated blood vessel segmentation in eye images]]></category>
		<category><![CDATA[automated retinal vessel detection]]></category>
		<category><![CDATA[deep learning for retinal vessel structure preservation]]></category>
		<category><![CDATA[detecting tiny blood vessel branches in fundus photos]]></category>
		<category><![CDATA[diabetic retinopathy biomarkers]]></category>
		<category><![CDATA[eye disease diagnostics]]></category>
		<category><![CDATA[high-resolution retinal imaging]]></category>
		<category><![CDATA[high-resolution retinal imaging with AI]]></category>
		<category><![CDATA[improving accuracy of retinal vessel visualization]]></category>
		<category><![CDATA[microcirculation analysis with artificial intelligence]]></category>
		<category><![CDATA[microcirculation imaging]]></category>
		<category><![CDATA[non-invasive eye microvasculature assessment]]></category>
		<category><![CDATA[quantitative analysis of retinal circulation]]></category>
		<category><![CDATA[retinal biomarker analysis]]></category>
		<category><![CDATA[retinal biomarker detection for vascular diseases]]></category>
		<category><![CDATA[retinal blood vessel segmentation]]></category>
		<category><![CDATA[retinal vascular health assessment]]></category>
		<category><![CDATA[retinal vessel mapping]]></category>
		<category><![CDATA[Retinal vessel mapping using AI]]></category>
		<category><![CDATA[vascular damage detection in retina]]></category>
		<guid isPermaLink="false">https://scienmag.com/ai-network-sharpens-retinal-vessel-mapping-and-biomarker-analysis-across-scales/</guid>

					<description><![CDATA[An AI Network Maps the Eye’s Tiny Blood Vessels to Reveal Hidden Signs of Disease A new artificial-intelligence system could turn the branching blood vessels visible at the back of the eye into a more precise source of medical information. Called MATHFI, the system analyzes retinal photographs and separates blood vessels from surrounding tissue, including [&#8230;]]]></description>
										<content:encoded><![CDATA[<h1>An AI Network Maps the Eye’s Tiny Blood Vessels to Reveal Hidden Signs of Disease</h1>
<p>A new artificial-intelligence system could turn the branching blood vessels visible at the back of the eye into a more precise source of medical information. Called MATHFI, the system analyzes retinal photographs and separates blood vessels from surrounding tissue, including the finest branches that are often difficult for automated methods to detect. In a study published in the <em>Journal of Medical and Biological Engineering</em>, researchers report that the network preserved the structure and continuity of retinal vessels while reducing false signals caused by the optic disc, bright lesions, uneven illumination, and other anatomical features. The goal is not simply to create a cleaner image. By producing a more faithful map of the retinal circulation, MATHFI is designed to support quantitative measurements that may help characterize diabetic retinopathy and other disorders linked to vascular damage.</p>
<p>The retina offers a rare view of the body’s microcirculation without the need for surgery. Light entering the eye is focused onto a layer of neural tissue supplied by a dense network of arteries, veins, and capillaries. In a standard fundus photograph, these vessels appear as dark, branching structures against a brighter background. Their arrangement, width, curvature, density, and branching complexity can change with disease. Yet extracting those features computationally is challenging. Thin vessels may occupy only a few pixels, contrast can vary across an image, and lesions or anatomical boundaries may resemble vessel segments. A model that incorrectly fills in background regions or breaks a vessel into disconnected pieces can distort downstream measurements, potentially making a healthy vascular network appear abnormal or masking a real change.</p>
<p>MATHFI addresses the problem by combining several image-processing and deep-learning strategies in one pipeline. Its name refers to Multi-scale Adaptive Thresholding with Hierarchical Feature Integration. Adaptive thresholding estimates whether a pixel belongs to a vessel relative to its local surroundings rather than applying one fixed brightness cutoff to the entire photograph. This is important because illumination is rarely uniform across a fundus image. The network also examines information at multiple spatial scales, allowing it to recognize both broad vessels and narrow peripheral branches. In effect, the model must solve two related problems at once: identifying the local visual signature of a vessel and understanding whether that candidate segment fits into the larger vascular architecture.</p>
<p>The system’s neural architecture uses attention-guided feature modulation, hierarchical skip fusion, multi-scale subtraction, adaptive selective fusion, and a final refinement stage. These terms describe ways of preserving useful information as an image passes through the network. In an encoder-decoder model, the encoder progressively compresses an image to learn increasingly abstract features, while the decoder reconstructs a pixel-level segmentation map. Skip connections transfer high-resolution details from early layers to later reconstruction stages, helping recover vessel boundaries that might otherwise be lost. MATHFI’s hierarchical fusion combines features from different depths rather than treating them as interchangeable. Attention mechanisms further assign greater weight to image regions and features that appear relevant to vessels, while suppressing patterns more likely to represent background anatomy or imaging artifacts.</p>
<p>Topology is central to the researchers’ approach. A vessel map is not merely a collection of correctly labeled pixels; it is also a network of connected paths. If a narrow vessel is interrupted by even a small gap, measurements of branching, tortuosity, or network density can change substantially. To assess this structural property, the study used clDice, a topology-aware metric that evaluates the overlap between the predicted and reference vessel skeletons as well as their regions. Conventional measures such as sensitivity and specificity count correctly classified pixels, but they may not adequately penalize a model that produces a visually plausible yet disconnected network. By emphasizing centerline continuity, clDice is better suited to the biological geometry of vessels, where connectivity matters for both interpretation and quantitative analysis.</p>
<p>The researchers trained and evaluated MATHFI on three publicly available retinal image datasets: DRIVE, CHASE-DB1, and STARE. These collections differ in image characteristics and acquisition conditions, making them useful benchmarks for testing whether a model can cope with variation beyond a single source. Using Monte Carlo cross-validation, the team repeatedly divided the data for training and evaluation rather than relying on one fixed split. On DRIVE, MATHFI achieved a sensitivity of 83.06 ± 0.92, a specificity of 98.09 ± 0.13, and a clDice score of 81.81 ± 0.36. On CHASE-DB1, the reported values were 85.00 ± 1.89 for sensitivity, 98.59 ± 0.24 for specificity, and 84.60 ± 0.66 for clDice. On STARE, the system reached 80.68 ± 8.49 sensitivity, 98.32 ± 0.61 specificity, and 82.65 ± 3.69 clDice. The variation in the results is itself informative: performance was less consistent on STARE, suggesting that image diversity remains a meaningful challenge.</p>
<p>The study then used MATHFI-generated vessel masks for a separate analysis of diabetic retinopathy. The researchers examined images from the APTOS 2019 Blindness Detection dataset, which includes five severity groups: no diabetic retinopathy, mild, moderate, severe, and proliferative disease. Rather than limiting the analysis to whether a vessel was present, they calculated four vascular biomarkers: fractal dimension, vascular density, tortuosity, and caliber. Fractal dimension is a mathematical description of how completely a branching pattern occupies space; in retinal imaging, it can capture aspects of the complexity of the vascular tree. Vascular density estimates the proportion or amount of vessel structure in a defined region. Tortuosity measures how much vessels deviate from a straighter course, while caliber describes their apparent width. Each measure provides a different view of retinal architecture, and each can be evaluated globally, within rings around the optic disc, or across the superior, inferior, nasal, and temporal regions represented by ISNT quadrants.</p>
<p>Across the diabetic retinopathy groups, the researchers found significant differences in all four biomarkers using one-way analysis of variance, with p values below 0.001. The reported global pattern included declining fractal dimension and vascular density as disease severity increased. Such a trend is biologically plausible because progressive retinal damage can involve capillary loss, nonperfusion, and remodeling of the vascular network, although the exact appearance of disease may differ between patients and anatomical regions. Changes in tortuosity and caliber can reflect vessel stress, abnormal remodeling, or altered blood flow, but these measurements are sensitive to image quality and segmentation errors. The researchers therefore present the biomarker results as evidence that the segmentation framework can enable quantitative analysis, not as proof that MATHFI alone can diagnose or stage an individual patient.</p>
<p>That distinction is important as artificial intelligence moves from experimental image analysis toward clinical decision support. A high-performing segmentation model does not automatically become a validated screening tool. It must be tested on diverse populations, cameras, image resolutions, ethnic groups, disease profiles, and real-world clinical workflows. It also needs to be compared with expert graders and evaluated for failure modes, including poor focus, media opacity, unusual anatomy, hemorrhages, exudates, and images captured outside the training distribution. The MATHFI study used established public datasets and reported an ablation analysis to examine the contributions of its major components, but the abstract does not establish prospective clinical performance or demonstrate that the system improves patient outcomes. Its immediate contribution is more foundational: a method for generating vessel maps that retain fine structures and support reproducible measurements.</p>
<p>If the approach withstands broader validation, its potential reach could extend beyond diabetic retinopathy. Retinal vascular patterns have been investigated in connection with hypertension, glaucoma, choroidal disease, and systemic vascular conditions. A reliable segmentation layer could allow researchers to measure subtle changes over time, compare vascular regions within the same eye, and combine vessel-derived features with lesion detection or other clinical signals. It could also make automated analysis more useful in settings where specialist graders are scarce, provided that appropriate safeguards and human oversight are maintained. For now, MATHFI is best understood as an enabling technology rather than a replacement for ophthalmic expertise. By treating the retina’s vessels as a connected biological network instead of a set of isolated dark pixels, the system points toward a future in which a routine eye photograph yields a richer, more quantitative portrait of disease.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Artificial-intelligence retinal vessel segmentation and quantitative retinal vascular biomarker analysis</p>
<p><strong>Article Title:</strong> MATHFI: A Multi-scale Adaptive Thresholding and Hierarchical Feature Integration Network for Retinal Vessel Segmentation and Quantitative Biomarker Analysis</p>
<p><strong>Article References:</strong> MATHFI: A Multi-scale Adaptive Thresholding and Hierarchical Feature Integration Network for Retinal Vessel Segmentation and Quantitative Biomarker Analysis — <a href="https://link.springer.com/article/10.1007/s40846-026-01052-8">Springer Nature article</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s40846-026-01052-8" target="_blank" rel="noopener noreferrer">10.1007/s40846-026-01052-8</a></p>
<p><strong>Keywords:</strong> retinal vessel segmentation, fundus imaging, artificial intelligence, diabetic retinopathy, quantitative biomarkers, topology preservation, vascular density, fractal dimension</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">182987</post-id>	</item>
		<item>
		<title>New Biomarkers Unveiled in Diabetic Retinopathy Research</title>
		<link>https://scienmag.com/new-biomarkers-unveiled-in-diabetic-retinopathy-research/</link>
		
		<dc:creator><![CDATA[Ophelia Keating]]></dc:creator>
		<pubDate>Tue, 30 Dec 2025 18:15:28 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[cytokine influence on macrophages]]></category>
		<category><![CDATA[diabetic eye disease research]]></category>
		<category><![CDATA[diabetic retinopathy biomarkers]]></category>
		<category><![CDATA[immune cells and diabetic retinopathy]]></category>
		<category><![CDATA[inflammatory responses in diabetic retinopathy]]></category>
		<category><![CDATA[Journal of Translational Medicine findings]]></category>
		<category><![CDATA[macrophage polarization in diabetes]]></category>
		<category><![CDATA[metabolic disturbances in diabetic patients]]></category>
		<category><![CDATA[mitochondrial function in eye disease]]></category>
		<category><![CDATA[pro-inflammatory macrophages in DR]]></category>
		<category><![CDATA[therapeutic targets for retinal damage]]></category>
		<category><![CDATA[vision loss from diabetes complications]]></category>
		<guid isPermaLink="false">https://scienmag.com/new-biomarkers-unveiled-in-diabetic-retinopathy-research/</guid>

					<description><![CDATA[In a groundbreaking commentary published in the Journal of Translational Medicine, researchers Deng and Xu examined the intricate connection between macrophage polarization and mitochondrial-related biomarkers in diabetic retinopathy (DR). This form of eye disease, a prevalent complication of diabetes mellitus, represents a significant challenge in clinical ophthalmology due to its potential to lead to severe [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In a groundbreaking commentary published in the Journal of Translational Medicine, researchers Deng and Xu examined the intricate connection between macrophage polarization and mitochondrial-related biomarkers in diabetic retinopathy (DR). This form of eye disease, a prevalent complication of diabetes mellitus, represents a significant challenge in clinical ophthalmology due to its potential to lead to severe vision loss or total blindness. The authors argue, through their analytical framework, that recognizing the roles of immune cell behavior and mitochondrial function is pivotal for advancing therapeutic approaches designed to combat this debilitating condition.</p>
<p>The study&#8217;s thrust revolves around the dynamic interplay of immune cells, particularly macrophages, which are known for their responsiveness to various cytokines and their pivotal roles in mediating inflammatory responses. The activation of macrophages can skew towards pro-inflammatory or anti-inflammatory states, a process termed polarization. In the context of DR, the balance of these states can profoundly influence the progression of retinal damage and may serve as potential therapeutic targets.</p>
<p>In their analysis, Deng and Xu highlight that conditions such as diabetes induce metabolic disturbances that provoke alterations in macrophage behavior. It’s well-documented that high glucose levels can force macrophages into a hyper-inflammatory state, exacerbating retinal injury. Here, mitochondria become critical players as they supply the energy necessary for metabolic processes and contribute to the regulation of cell fate. Dysregulation of mitochondrial dynamics—specifically fission and fusion—has been proposed as a significant factor that alters macrophage function during diabetes.</p>
<p>The authors once again underscore the necessity of elucidating key mitochondrial-derived signals, particularly those that might dictate macrophage activation and polarization. They suggest that mitochondrial reactive oxygen species (ROS) may play an instrumental role not only as signaling molecules that influence macrophage activity but may also implicate them in the retinal damage observed in DR. By mapping these interactions, researchers hope to unveil potential biomarkers that could allow for early identification of DR and facilitate individualized treatment strategies.</p>
<p>In pursuit of better diagnostic and therapeutic methods, they further discuss novel insights into mitochondrial biogenesis in macrophages. The process of generating new mitochondria may prove crucial in restoring effective macrophage functioning, potentially ameliorating the inflammatory responses typically associated with DR. This angle of research is gaining momentum in the scientific community, evidenced by a growing interest in targeting mitochondrial pathways as a therapeutic strategy in various diseases, including diabetes-related complications.</p>
<p>Additionally, Deng and Xu play an important role in bringing attention to the significance of the retinal microenvironment, which is marked by the interplay between neurons, glial cells, and immune components. It is proposed that, against the backdrop of diabetes, the retinal environment becomes increasingly hostile, prompting a maladaptive inflammatory response predominantly driven by aberrant macrophage activity. Understanding these microenvironment dynamics will be critical in contextualizing how macrophages respond under diabetic conditions and how their behavior changes over time.</p>
<p>The commentary concludes with a clarion call for more comprehensive studies to definitively characterize the role of mitochondria in macrophage function within the diabetic retina. The authors assert that while current methodologies have provided significant insights, further exploration into the signaling pathways involved could unravel new therapeutic avenues. Unpacking the relationship between macrophage polarization and mitochondrial health could hold the key to developing innovative, targeted therapies capable of reversing or mitigating the effects of diabetic retinopathy.</p>
<p>Furthermore, the authors stress that interdisciplinary collaboration is crucial in driving this line of research forward. Partnerships among endocrinologists, immunologists, and ophthalmologists could lead to holistic approaches that address not just the end-stage consequences of diabetes, but intervene much earlier in its course. By fostering such collaborations, the scientific community can enhance its understanding of the multifaceted mechanisms underlying diabetic complications, including DR.</p>
<p>The researchers advocate for the creation of diagnostic platforms that profile mitochondrial function and macrophage states as key components in clinical settings. The goal is to establish a comprehensive biomarker panel capable of predicting the onset of diabetic retinopathy before substantial damage occurs. If successful, this initiative could radically change the landscape of diabetic care, offering patients a greater chance of preserving their vision for life.</p>
<p>Ultimately, the work of Deng and Xu represents a significant contribution to the understanding of diabetic retinopathy, proposing that the focus on macrophage polarization and mitochondrial health may unlock new possibilities for treatment. As research continues to evolve, their insights may well establish a framework for future studies aimed at unraveling the complexities of inflammation in diabetes, providing not only new hope for patients but a fresh perspective on managing one of the most pressing health challenges of our time.</p>
<p>In summary, the commentary sheds light on the essential roles played by macrophages and mitochondria in diabetic retinopathy, advocating for a concerted research effort to explore these interactions further. It is with continued inquiry and innovation that the scientific community can aim to thwart the effects of diabetes on vision, offering insights that transcend basic science to touch the lives of millions globally.</p>
<hr />
<p><strong>Subject of Research</strong>: The interplay between macrophage polarization and mitochondrial-related biomarkers in diabetic retinopathy.</p>
<p><strong>Article Title</strong>: Comment on: “Identification of macrophage polarisation and mitochondrial-related biomarkers in diabetic retinopathy”.</p>
<p><strong>Article References</strong>:</p>
<p class="c-bibliographic-information__citation">Deng, J., Xu, D. Comment on: “Identification of macrophage polarisation and mitochondrial-related biomarkers in diabetic retinopathy”.<br />
                    <i>J Transl Med</i> <b>23</b>, 1435 (2025). https://doi.org/10.1186/s12967-025-07457-4</p>
<p><strong>Image Credits</strong>: AI Generated</p>
<p><strong>DOI</strong>: <span class="c-bibliographic-information__value">https://doi.org/10.1186/s12967-025-07457-4</span></p>
<p><strong>Keywords</strong>: Diabetic retinopathy, macrophage polarization, mitochondrial function, biomarkers, inflammation, diabetes, vision loss.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">122113</post-id>	</item>
	</channel>
</rss>
