<?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>Science</title>
	<atom:link href="https://scienmag.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Thu, 10 Sep 2026 23:26:07 +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>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>Adaptive Fisher dictionary learning tailored to category-specific dictionaries</title>
		<link>https://scienmag.com/adaptive-fisher-dictionary-learning-tailored-to-category-specific-dictionaries/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Thu, 10 Sep 2026 23:26:04 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[adaptive dictionary learning techniques]]></category>
		<category><![CDATA[adaptive image classification]]></category>
		<category><![CDATA[category-adaptive machine learning models]]></category>
		<category><![CDATA[category-specific dictionaries]]></category>
		<category><![CDATA[class-specific basis atoms]]></category>
		<category><![CDATA[computational efficiency in dictionary learning]]></category>
		<category><![CDATA[discriminative dictionary learning optimization]]></category>
		<category><![CDATA[discriminative dictionary models]]></category>
		<category><![CDATA[face recognition dictionary models]]></category>
		<category><![CDATA[face recognition machine learning]]></category>
		<category><![CDATA[Fisher discriminant dictionary learning]]></category>
		<category><![CDATA[image classification with limited data]]></category>
		<category><![CDATA[limited training data solutions]]></category>
		<category><![CDATA[machine learning in medical imaging]]></category>
		<category><![CDATA[medical image classification]]></category>
		<category><![CDATA[sparse coding for image recognition]]></category>
		<category><![CDATA[sparse coding optimization]]></category>
		<category><![CDATA[sparse representation-based classification]]></category>
		<category><![CDATA[supervised dictionary learning]]></category>
		<guid isPermaLink="false">https://scienmag.com/adaptive-fisher-dictionary-learning-tailored-to-category-specific-dictionaries/</guid>

					<description><![CDATA[A team of machine learning researchers in China has unveiled a new supervised dictionary learning model that promises faster image classification in scenarios where training data is scarce, a persistent challenge in fields ranging from medical imaging to face recognition. The method, called Dictionary Category-Adaptive Fisher Discriminant Dictionary Learning, or DCAFDDL, was developed by Lei [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>A team of machine learning researchers in China has unveiled a new supervised dictionary learning model that promises faster image classification in scenarios where training data is scarce, a persistent challenge in fields ranging from medical imaging to face recognition. The method, called Dictionary Category-Adaptive Fisher Discriminant Dictionary Learning, or DCAFDDL, was developed by Lei Zhou, Ji Liu, Zhousheng Yang and Baoqing Yang of Yangzhou University&#8217;s School of Computer Science and Engineering, together with Jingchuan Chen of Xi&#8217;an Jiaotong-Liverpool University. In a paper published in the International Journal of Machine Learning and Cybernetics, the authors describe how their approach overcomes two long-standing computational bottlenecks in discriminative dictionary learning: the slow iterative optimization of sparse codes and the heuristic assignment of dictionary atoms to classes.</p>
<p>Dictionary learning, at its core, is the task of finding a set of basis elements, called atoms, that can be combined to reconstruct images efficiently. In a classification setting, the dictionary is not merely a compression tool; it becomes a discriminative instrument, arranged so that the coefficients a test image produces point unambiguously toward its correct category. The paradigm traces back to sparse representation-based classification, in which an unlabeled image is expressed as a sparse linear combination of training samples, and class labels are inferred from which subset of samples does the reconstructive work. Landmark algorithms such as K-SVD and Fisher Discriminant Dictionary Learning, or FDDL, embedded classification-aware regularization directly into the learning objective, dramatically improving small-sample image recognition compared with generic sparse coding.</p>
<p>Yet the classical formulations carry a steep computational price. FDDL and its relatives typically enforce sparsity with the l1 norm, which requires iterative procedures, each of which involves repeated thresholding or gradient steps, to estimate the coding coefficients of every training image. On large or high-dimensional datasets, this iterative l1 machinery becomes the dominant cost of training. The Yangzhou team sidestepped this by replacing the main coding stage&#8217;s l1 regularization with an l2 penalty. Because the l2-regularized least-squares problem has a closed-form solution, the coefficient update becomes analytic: instead of iterating toward a sparse code, DCAFDDL computes it in a single matrix operation. This substitution trades the strict sparsity of l1 for the computational tractability of l2, a trade-off that the authors show yields competitive accuracy while substantially accelerating online coding, the phase where a trained model must classify new images.</p>
<p>The second innovation concerns how dictionary atoms are tied to classes. In FDDL, each class owns a dedicated sub-dictionary, an arrangement that sharpens discrimination but constrains the model&#8217;s expressiveness. In Label-Driven Dictionary Learning, or LDL, atoms are dynamically associated with classes, but those associations are updated through iterative projection steps that can behave heuristically and slow convergence. DCAFDDL introduces a category-adaptive atom-weight matrix in which each atom receives a vector of weights expressing its affinity to every class. Crucially, these weights are not updated by projection heuristics but by solving a Karush-Kuhn-Tucker, or KKT, system, which gives the optimal weights analytically under the model&#8217;s constraints. The result is a more principled refinement of atom-class associations: shared atoms can serve multiple categories with graded responsibility, while the optimization remains efficient and well behaved.</p>
<p>The mathematics underlying the coefficient update is elegant in its structure. The authors derive the coding objective for each class, which combines reconstruction error, weighted reconstruction through the atom-weight matrix, penalized contributions of other classes&#8217; weighted sub-dictionaries, an l2 regularization term, and a Fisher-discriminative term that encourages within-class coefficients to cluster tightly while pushing between-class coefficient means apart. After expansion and differentiation, this nontrivial objective collapses into a Sylvester equation of the form L X + X R = Q, a classical matrix equation that can be solved exactly. Vectorizing the equation converts it into a standard linear system involving Kronecker products, whose inverse yields the optimal coefficient matrix in closed form. The authors further prove that the system matrix is positive definite provided the regularization parameters satisfy a simple inequality relating lambda1 and lambda2, guaranteeing a unique, stable solution for every coding subproblem.</p>
<p>This analytic machinery is what differentiates DCAFDDL from its predecessors. Where FDDL demands iterative l1 solvers inside every outer loop, and LDL relies on iterative projections to maintain its label-driven structure, DCAFDDL solves both of its core subproblems, the coefficients and the category weights, in one analytical pass each. The consequence is a model whose offline training may cost more in terms of forming and inverting large system matrices, but whose online behavior, the classification of a new sample, is markedly faster and more deterministic. For deployment scenarios where a model is trained once and queried continuously, this shift of cost from inference to training is precisely the direction practitioners want.</p>
<p>The experimental case for the method rests on four widely used benchmarks: Extended Yale B, a face recognition dataset with dramatic illumination variation; the AR Face Database, which probes robustness to occlusion and expression; Oxford Flowers-17, a fine-grained object categorization challenge; and Caltech-101, a broad multi-class object recognition suite. Across these datasets, DCAFDDL achieved competitive classification accuracy against representative discriminative dictionary learning baselines, including recent methods based on sparse subset selection and dictionary pair learning. The comparisons were not confined to a single regime; the authors pitted their model against both classic formulations, such as FDDL and label-consistent K-SVD descendants, and contemporary entries in the International Journal of Machine Learning and Cybernetics and adjacent venues, ensuring that the gains are measured against the current state of the art rather than historical strawmen.</p>
<p>Beyond headline accuracy, the paper contributes an unusually thorough set of analyses on Extended Yale B designed to illuminate why the method works and where it is fragile. An ablation study disentangles the contributions of the Fisher-discriminative coefficient regularization and the category-adaptive atom-weight matrix, confirming that both components are necessary for the observed performance. Runtime measurements quantify the efficiency advantage of the l2-based analytic coding over iterative l1 alternatives. Convergence analysis demonstrates that the alternating optimization stabilizes reliably. Random-split experiments, in which the training and test partitions are repeatedly redrawn, show that the reported accuracies are stable rather than artifacts of a favorable split. Noise robustness tests subject the classifier to corrupted inputs, and class-imbalance evaluations probe performance when some categories have far fewer training samples than others, a condition common in real-world deployments and one where the small-sample strengths of dictionary learning matter most.</p>
<p>The significance of this work lies in its positioning within a broader tension in computer vision. Deep convolutional networks and vision transformers dominate large-scale image classification, but they typically require abundant labeled data, considerable hardware, and careful hyperparameter tuning. In small-sample regimes, where only a handful of examples per class exist, discriminative dictionary learning remains a formidable and interpretable alternative, and it has retained a devoted following in face recognition, hyperspectral image analysis, and PolSAR remote sensing. By making the learning procedure more efficient without sacrificing discriminative power, DCAFDDL strengthens the case that classical sparse-representation methods can keep pace with modern demands, particularly in applications where transparency, low inference cost, and robustness to limited data outweigh raw scalability.</p>
<p>The authors are candid about the trade-offs. The analytic solutions that accelerate coding come at the cost of higher offline training expense: constructing and inverting the Kronecker-structured linear systems for every class during each outer iteration consumes memory and computation that iterative l1 methods avoid in a different way. This makes DCAFDDL best suited to settings in which the training corpus is modest but inference must be fast and repeated, such as embedded face verification, on-device scene classification, or any deployment where the model is trained centrally and deployed broadly. The paper also acknowledges that the l2 relaxation forgoes the exact sparsity that gives sparse coding some of its noise-rejection character, which the noise robustness experiments partially but not completely allay.</p>
<p>What emerges from the study is a carefully engineered middle path in dictionary learning research: keep the Fisher discriminative geometry that made FDDL powerful, keep the flexible atom-class structure that made LDL adaptive, but replace both of the expensive iterative inner loops with closed-form solutions grounded in convex optimization theory. The KKT-based weight update and the Sylvester-equation coding update are not merely implementation shortcuts; they represent a reformulation of the discriminative dictionary learning objective so that its optima are reachable exactly rather than asymptotically. For a field in which heuristic updates and convergence tuning have long been accepted costs, the demonstration that a principled analytical alternative achieves competitive accuracy on Extended Yale B, AR, Flowers-17 and Caltech-101 is a quiet but consequential result.</p>
<p>The research, conducted without external funding, was published as an original article in Volume 17 of the International Journal of Machine Learning and Cybernetics, with Lei Zhou and Ji Liu contributing equally as lead authors and Baoqing Yang serving as corresponding author. The authors note that all datasets used are publicly available benchmarks and that implementation code is available from the corresponding author upon reasonable request. As small-sample image classification continues to matter in domains where data collection is expensive or privacy-constrained, methods like DCAFDDL suggest that the future of the field may lie not only in ever-larger neural architectures but also in the sharper mathematical formulation of the older, more interpretable tools that helped start it all.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Supervised discriminative dictionary learning for small-sample image classification, combining Fisher-discriminative coefficient regularization with a category-adaptive atom-weight matrix solved via KKT conditions and analytic l2-based coding.</p>
<p><strong>Article Title:</strong> Dictionary category-adaptive fisher discriminant dictionary learning</p>
<p><strong>Article References:</strong> Zhou, L., Liu, J., Yang, Z., Chen, J., &amp; Yang, B. (2026). Dictionary category-adaptive fisher discriminant dictionary learning. <em>International Journal of Machine Learning and Cybernetics, 17</em>(9), Article 449. <a href="https://doi.org/10.1007/s13042-026-03285-0" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s13042-026-03285-0</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s13042-026-03285-0" target="_blank" rel="noopener noreferrer">10.1007/s13042-026-03285-0</a></p>
<p><strong>Keywords:</strong> Dictionary learning, Fisher criterion, Dictionary category adaptation, Image classification, Sparse representation, Discriminative dictionary learning, Small-sample learning, KKT optimization, Face recognition, Machine learning</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">192009</post-id>	</item>
		<item>
		<title>Graphlet-based edge weights enhance community detection in complex networks</title>
		<link>https://scienmag.com/graphlet-based-edge-weights-enhance-community-detection-in-complex-networks/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Thu, 10 Sep 2026 23:21:16 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[applications in social and transportation networks]]></category>
		<category><![CDATA[community detection in complex networks]]></category>
		<category><![CDATA[complex network analysis]]></category>
		<category><![CDATA[detecting hidden communities in social and biological networks]]></category>
		<category><![CDATA[enhancing clustering accuracy with graphlets]]></category>
		<category><![CDATA[enhancing community detection algorithms]]></category>
		<category><![CDATA[graphlet influence on network partitioning]]></category>
		<category><![CDATA[graphlet motifs in network science]]></category>
		<category><![CDATA[Graphlet-based edge weighting]]></category>
		<category><![CDATA[Graphlet-based edge weighting in community detection]]></category>
		<category><![CDATA[impact of local network structures on community detection]]></category>
		<category><![CDATA[limitations of universal network motifs]]></category>
		<category><![CDATA[local graphlet motifs for network clustering]]></category>
		<category><![CDATA[network architecture and hidden communities]]></category>
		<category><![CDATA[network architecture visualization]]></category>
		<category><![CDATA[network community detection algorithms]]></category>
		<category><![CDATA[protein interaction network analysis]]></category>
		<category><![CDATA[small recurring network patterns]]></category>
		<category><![CDATA[small recurring structural patterns in network analysis]]></category>
		<category><![CDATA[stock market network clustering]]></category>
		<category><![CDATA[structural patterns in network analysis]]></category>
		<category><![CDATA[structural patterns in network communities]]></category>
		<category><![CDATA[weighted network analysis techniques]]></category>
		<guid isPermaLink="false">https://scienmag.com/graphlet-based-edge-weights-enhance-community-detection-in-complex-networks/</guid>

					<description><![CDATA[Hidden beneath the surface of every complex network—from friendship circles and protein interactions to flight routes and stock markets—lies a hidden architecture of communities, dense clusters of nodes that belong together for reasons that are not always visible in the simple web of connections between them. Researchers at the University of Primorska and the Jožef [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Hidden beneath the surface of every complex network—from friendship circles and protein interactions to flight routes and stock markets—lies a hidden architecture of communities, dense clusters of nodes that belong together for reasons that are not always visible in the simple web of connections between them. Researchers at the University of Primorska and the Jožef Stefan Institute in Slovenia have now shown that a carefully chosen way of weighting the edges of a network, based on small recurring structural patterns known as graphlets, can significantly sharpen the ability of standard algorithms to find those hidden communities. Their study, published in the Journal of Intelligent Information Systems, also delivers a surprising twist: there is no universal motif that works best everywhere, and even the humblest patterns can sometimes outperform the celebrated clique.</p>
<p>Community detection has long been one of the central problems in network science. Whether the nodes represent people, proteins, airports or stocks, analysts want to partition the network into groups whose members interact more intensely with each other than with the rest of the system. Communities in social networks form around shared interests, locations or professions; in transportation networks they correspond to regions of high traffic density and airport hubs; in financial markets they capture groups of stocks whose prices move together under the influence of macroeconomic events; and in protein-protein interaction networks they reveal biological processes such as signal transduction, gene regulation and cellular metabolism. Getting this partitioning right is therefore not merely an abstract exercise in graph theory—it shapes how scientists understand the functional organization of complex systems.</p>
<p>The most widely used community detection algorithms, however, share a common limitation: they are built almost entirely on pairwise interactions. Modularity-based methods such as the Louvain algorithm group nodes by maximizing the density of connections within groups relative to a random null model. Random-walk methods such as Walktrap exploit the intuition that a random walker tends to stay trapped inside densely connected regions. Spectral methods, stochastic block models and information-theoretic approaches like Infomap all differ in their mathematical machinery, but they all ultimately reason about lower-order connectivity—the direct edges between pairs of nodes. In recent years, researchers have begun to argue that this pairwise view misses something essential: the higher-order patterns, small recurring subgraphs involving three or more nodes, that encode interactions no pair of edges can describe.</p>
<p>The Slovenian team, Anastasiia Dziuba and Jure Pražnikar, approached this problem through the language of graphlets. Graphlets are small, connected, non-isomorphic induced subgraphs—distinct shapes that a group of nodes can form—ranging from a simple pair of connected nodes through paths, stars and triangles up to four-node cliques. Graphlet-based analysis has already proven its worth in biology, where graphlet degree vectors capture the higher-order wiring patterns of individual nodes and allow researchers to compare networks or identify structurally similar proteins. Earlier work had also shown that transforming a network so that only edges participating in certain motifs are retained can restrict random walks to within communities and reveal biologically meaningful groupings. But that approach creates a sparser graph, and sparsity carries a danger: severe fragmentation, with many isolated nodes that no algorithm can place sensibly. Similar fragmentation troubles have plagued hypergraph-based methods, which researchers have tried to fix through edge enhancement and micro-unit techniques—though those fixes have focused almost exclusively on triangles.</p>
<p>The new framework takes a different path. Rather than discarding edges to build a sparse motif network, it transforms an unweighted graph into a weighted one. For each graphlet type, the researchers construct a graphlet adjacency matrix in which each entry records how many times a given pair of nodes co-occurs within instances of that graphlet. Two nodes that repeatedly find themselves together in the same small structural pattern acquire a strong higher-order relationship, even if that relationship is not directly visible in the original edge list. The graphlet adjacency matrix is then normalized so its values fall between zero and one, and added to the original unweighted adjacency matrix, which acts as a baseline that preserves every original edge. The result is a weighted network in which a value of two signals a direct edge plus maximal shared motif participation, a value of one signals either a plain edge or maximal co-participation without an edge, and intermediate values blend the two contributions. Crucially, this enrichment is not tied to existing edges alone—weights can be assigned to node pairs that were never directly connected, capturing co-occurrence within higher-order structures while never losing the connectivity of the original graph.</p>
<p>The researchers also explored two refinements of this scheme. In an adaptive combination, a mixing parameter controls the balance between direct edge-based connectivity and graphlet-derived topology, allowing the network representation to slide continuously from purely edge-based to purely motif-based. And in a no-rewiring variant, graphlet-derived weights are applied only to edges that already exist, using an element-wise mask that preserves the original sparsity pattern while still enriching each edge with higher-order information.</p>
<p>To test whether this weighting genuinely helps, the team ran three fundamentally different community detection algorithms—Louvain, Fast Greedy and Walktrap—on both the raw unweighted networks and the graphlet-weighted versions. The point was not to rank the algorithms themselves but to ask whether higher-order enrichment improves performance independently of the algorithmic engine underneath. Performance was measured with Normalized Mutual Information, which quantifies the agreement between detected communities and ground truth, and with node-level classification accuracy computed after optimally aligning labels using the Hungarian algorithm. The evaluation spanned synthetic LFR benchmark networks—ranging from 300 to 10,000 nodes, with average degrees of 15, 25 and 50 and mixing parameters sweeping from well-separated to nearly dissolved community structure—as well as six real-world networks with known community labels: the American College Football network, the Karate Club, the Dolphins social network, Political Books, LastFM and Email-EU.</p>
<p>The synthetic results were striking. Several graphlet-based weighting schemes—particularly those associated with triangle-like motifs and four-node cliques—consistently outperformed the unweighted baseline across network sizes, and the effect proved robust to scaling. Networks with higher average degree resisted the erosion of community structure as the mixing parameter increased, with the transition point between high and low detection quality shifting upward as density grew. In sparser networks the differences among graphlet types were most pronounced: triangle-motif-based weightings yielded higher accuracy and lower variance, while simple path-based graphlets lagged behind. Extending the analysis to networks of 2,500, 5,000 and 10,000 nodes confirmed that these trends do not fade with size.</p>
<p>The real-world results told a more nuanced and ultimately more interesting story. The LastFM and Email-EU networks barely responded to graphlet weighting, with only marginal improvements in mutual information. The Dolphins and Political Books networks showed moderate gains. But the Football and Karate networks responded dramatically. On the Football network, weighting by the graphlets corresponding to triangles and four-node cliques lifted the NMI score from roughly 0.70 to 0.84 under the Fast Greedy algorithm. On the Karate network, one particular four-node motif achieved perfect clustering—an NMI of exactly one—under both the matrix-addition and no-rewiring schemes. Comparisons against the Motif-Aware Weighted Label Propagation algorithm, a triangle-based baseline, showed the graphlet-adjacency approach generally producing higher NMI scores across the board, and with far less sensitivity to parameter choice.</p>
<p>Beneath these results lies the study&#8217;s most consequential finding: no single motif is universally best. The same graphlet that boosts accuracy in one network can actively degrade it in another. On the Karate network, weighting by one motif raised accuracy from 70 to 85 percent; applying the four-node clique to the same network slightly reduced it. On the Football network, that same clique lifted accuracy from 57 to 79 percent, while a different motif sent performance crashing to 35 percent. To understand why, the researchers turned to graphlet frequency analysis, comparing the abundance of each motif in a network against its abundance in random Erdős-Rényi graphs with identical node and edge counts. The pattern was clear: motif enrichment and depletion directly predict the effectiveness of motif-based weighting. The Football network is overrepresented in triangle and clique structures, mirroring synthetic networks with strong, well-separated communities, and it is precisely the clique-based weightings that excel there. The Karate network shows the opposite profile—triangle and clique motifs are depleted while a particular path-like graphlet is enriched—and it is that graphlet which unlocks perfect clustering.</p>
<p>The lesson is that the structural relevance of a motif is not an intrinsic property of the motif itself, but of the fit between the motif and the network&#8217;s own topology. Relying exclusively on cliques, as much of the higher-order community detection literature has tended to do, may overlook critical connectivity patterns that simpler structures capture better. The practical implication is that practitioners should probe a diverse repertoire of small motifs rather than defaulting to triangles, and the authors argue that future work should focus on adaptive methods that select motifs automatically based on a network&#8217;s graphlet frequency signature. Given that the underlying computational machinery—the enumeration of higher-order adjacency matrices derived from the GRADCO framework—remains feasible for networks of up to 20,000 nodes with runtimes under ten minutes, such adaptive strategies are within practical reach.</p>
<p>For a field that has spent two decades refining how to carve networks into their natural parts, this study reframes the question. The communities of a complex network are not defined solely by who connects to whom, but by the small shapes those connections trace together—and reading those shapes correctly, motif by motif, network by network, may be the key to seeing what the edges alone cannot show.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Graphlet-based edge weighting for community detection in complex networks</p>
<p><strong>Article Title:</strong> Graphlet-based edge weighting for improved community detection in complex networks</p>
<p><strong>Article References:</strong> Dziuba, A., &amp; Pražnikar, J. (2026). Graphlet-based edge weighting for improved community detection in complex networks. <em>Journal of Intelligent Information Systems</em>. <a href="https://doi.org/10.1007/s10844-026-01073-4" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s10844-026-01073-4</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10844-026-01073-4" target="_blank" rel="noopener noreferrer">10.1007/s10844-026-01073-4</a></p>
<p><strong>Keywords:</strong> community detection, complex networks, graphlets, network motifs, higher-order structures, edge weighting, Louvain algorithm, Walktrap, LFR benchmark, graphlet adjacency, motif enrichment, network topology</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">192006</post-id>	</item>
		<item>
		<title>Optimization-Based Method Boosts Sentiment Classification of Text Data</title>
		<link>https://scienmag.com/optimization-based-method-boosts-sentiment-classification-of-text-data/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Thu, 10 Sep 2026 23:15:42 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[customer review sentiment interpretation]]></category>
		<category><![CDATA[data-efficient sentiment classification methods]]></category>
		<category><![CDATA[data-efficient sentiment tagging methods]]></category>
		<category><![CDATA[EDGT-ST sentiment framework]]></category>
		<category><![CDATA[evaluation based on distance from average solution]]></category>
		<category><![CDATA[game theory in sentiment analysis]]></category>
		<category><![CDATA[industry adoption of sentiment analysis technologies]]></category>
		<category><![CDATA[lightweight sentiment classification]]></category>
		<category><![CDATA[lightweight sentiment classification framework]]></category>
		<category><![CDATA[mathematical optimization for text data]]></category>
		<category><![CDATA[mathematical optimization for text sentiment]]></category>
		<category><![CDATA[neural network alternatives for sentiment analysis]]></category>
		<category><![CDATA[neural network-free sentiment analysis]]></category>
		<category><![CDATA[open-access sentiment analysis research]]></category>
		<category><![CDATA[optimization-based natural language processing]]></category>
		<category><![CDATA[real-world sentiment analysis deployment challenges]]></category>
		<category><![CDATA[scalable sentiment classification models]]></category>
		<category><![CDATA[sentiment analysis optimization]]></category>
		<category><![CDATA[social media sentiment tagging]]></category>
		<category><![CDATA[survey response sentiment analysis]]></category>
		<category><![CDATA[survey response sentiment tagging]]></category>
		<category><![CDATA[training-free sentiment tagging]]></category>
		<guid isPermaLink="false">https://scienmag.com/optimization-based-method-boosts-sentiment-classification-of-text-data/</guid>

					<description><![CDATA[Sentiment analysis has become one of the most widely deployed technologies in the modern digital economy, quietly shaping how companies interpret millions of customer reviews, social media posts, and survey responses every day. Yet despite the dominance of massive machine learning and deep neural models in this field, a surprising number of real-world deployments continue [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Sentiment analysis has become one of the most widely deployed technologies in the modern digital economy, quietly shaping how companies interpret millions of customer reviews, social media posts, and survey responses every day. Yet despite the dominance of massive machine learning and deep neural models in this field, a surprising number of real-world deployments continue to struggle with a fundamental problem: most advanced systems demand enormous volumes of labeled data, expensive training infrastructure, and explicit rating supervision that often simply does not exist. A new study published in the journal Cognitive Computation offers a strikingly different path forward, presenting a lightweight, training-free sentiment tagging framework built not on neural networks but on mathematical optimization and game theory.</p>
<p>The framework, named the Evaluation based on Distance from Average Solution and Game Theory-Based Sentiment Tagger, or EDGT-ST, was developed by Neha Punetha and Goonjan Jain as an extension of their earlier game-theoretic tagging models, BGT-ST and TOGT-ST. Published as an open-access article on 20 May 2026 in Volume 18 of Cognitive Computation, the work arrives at a moment when sentiment analysis adoption has reached a tipping point across industries. According to industry figures cited in the paper, 54 percent of companies already use sentiment analysis to monitor customer opinions, and studies report that 70 percent experience improved customer satisfaction after adopting such solutions. Major enterprises including PayPal and T-Mobile have integrated AI-powered sentiment tools into their customer service workflows, making the reliability of these systems a matter of genuine business consequence.</p>
<p>What sets EDGT-ST apart is what it refuses to depend on. The model performs what its creators call rating-independent tertiary sentiment classification, meaning it assigns positive, negative, or neutral labels to text without ever consulting the star ratings that most existing frameworks treat as ground truth. This matters because in many real-world datasets, ratings are missing, inconsistent, or actively contradicted by the text itself. A review that reads &#8220;the headphones broke after two days&#8221; may carry four stars by clerical error or consumer generosity, and models trained to trust the rating inherit that noise. By relying exclusively on textual evidence, EDGT-ST sidesteps this fragility entirely, and because it requires no model fine-tuning or iterative training, its computational cost is dramatically lower than that of fine-tuned transformers or hybrid deep learning architectures.</p>
<p>The technical core of the framework is an elegant fusion of two classical mathematical disciplines. The first is Multi-Criteria Decision Making, or MCDM, a branch of decision science designed for choosing among alternatives when multiple, often conflicting criteria are in play. In the EDGT-ST formulation, the three sentiment classes, positive, negative, and neutral, are treated as alternatives in a decision matrix, while three extracted textual features serve as evaluation criteria: a context score, an emotion score, and a word-count score. The context score is computed using the VADER sentiment analyzer, a lexicon and rule-based tool particularly well suited to the informal, noisy character of user-generated content, because it captures negation handling as in &#8220;not good,&#8221; intensity modifiers as in &#8220;very good,&#8221; and emphasis conveyed through punctuation and capitalization as in &#8220;great!!!&#8221; or &#8220;AWFUL.&#8221; The emotion score is derived from the text2emotion library, which quantifies happiness, anger, sadness, and surprise, with the authors adding a contextual weighting scheme so that expressions of surprise are interpreted positively or negatively depending on surrounding sentiment-bearing words. The word-count score is produced by a dynamically expanded lexicon in which candidate slang terms are identified through embedding nearest neighbors of strongly polar seed words and validated by the open-source Mistral-7B-Instruct large language model, which acts as a polarity filter to prevent biased or erroneous vocabulary from entering the lexicon.</p>
<p>The second mathematical pillar is a deliberate replacement of the decision mechanism used in the authors&#8217; earlier models. Where the previous TOGT-ST framework ranked sentiment alternatives using TOPSIS, a method that measures distances to ideal and anti-ideal solutions and typically requires rating-dependent inputs, EDGT-ST employs the EDAS method, Evaluation based on Distance from Average Solution. Instead of comparing alternatives to extreme reference points, EDAS computes separate positive and negative deviations of each alternative from the average value of every criterion, then aggregates these deviations into a single appraisement score. Formally, for each criterion the framework calculates a Positive Distance from Average and a Negative Distance from Average, weighted sums of which are normalized to produce the final score for each sentiment class. This distance-from-average construction makes the ranking substantially less sensitive to outliers and extreme values, a property the authors argue is essential when the underlying criteria are noisy, partially conflicting, or nearly identical in magnitude, as they frequently are in mixed and sarcastic reviews. In their ablation experiments, the EDAS-based variant outperformed TOPSIS, VIKOR, MOORA, COPRAS, and PROMETHEE both in effectiveness and efficiency.</p>
<p>Once EDAS has produced appraisement scores for each sentiment class, the framework enters its most distinctive phase: a non-cooperative game-theoretic layer. Drawing on the tradition of von Neumann and Morgenstern&#8217;s 1944 Theory of Games and Economic Behaviour and Nash&#8217;s equilibrium concept, the authors model sentiment classification as a strategic game. Reviews act as players, the sentiment labels act as strategies, and the EDAS appraisement scores serve as payoffs in a payoff matrix. Each review plays a two-person game against every other review, and in each interaction at least one Nash equilibrium emerges, a stable state in which no player can improve its payoff by unilaterally changing strategy. Because multiple pairwise games yield multiple equilibrium-derived tags, the final label for each review is determined by majority vote, taking the mode of the tags across all its interactions and then the mode across all reviews in the text. The authors interpret this equilibrium as a mathematically justified consensus: the final sentiment tag is one that no competing textual cue, whether context, emotion, or word count, can overturn on its own.</p>
<p>To keep this iterative game-playing scalable, the framework incorporates an early stopping heuristic that halts the iterative updates once the strategy probability vector ceases to change appreciably between iterations. The authors also implement a deterministic tie-handling scheme: if two sentiment classes receive appraisement scores within a margin of 0.01, the framework prioritizes the class with the higher context score, then emotion, then word count, ensuring reproducible decisions even under near-ties in the MCDM stage. For longer reviews containing internal polarity shifts, the authors note that conflicting cues are already encoded in the aggregated feature scores, so the fixed three-by-three payoff structure preserves computational efficiency regardless of review length.</p>
<p>The empirical evaluation spans SemEval benchmarks, Twitter data, domain-specific review corpora, and, notably, a Hindi review dataset. Applying the identical, training-free configuration across English and Hindi datasets without any language-specific parameter tuning, the model demonstrated what the authors describe as language-agnostic behavior, a rare property in a field where cross-lingual transfer usually demands multilingual pretraining or elaborate adaptation pipelines. Across these benchmarks, EDGT-ST maintained competitive or improved accuracy relative to existing mathematical and learning-based baselines, and statistical analyses indicated that the EDAS-driven, rating-free mechanism yields stable sentiment tags under noisy and mixed reviews.</p>
<p>The significance of this work lies partly in its positioning against the prevailing orthodoxy. Machine learning approaches, the authors argue, depend heavily on labeled datasets and generalize poorly across domains where language patterns shift constantly. Deep learning and transformer-based models achieve high accuracy but demand heavy computational resources and offer limited interpretability. Lexicon-based methods falter on sarcasm, negation, and mixed polarity. Rating-dependent models collapse when ratings are absent or unreliable. EDGT-ST addresses all of these gaps simultaneously with a framework that is lightweight, interpretable, and robust, making it particularly attractive for real-time pipelines and large-scale deployments where GPU budgets and labeled corpora are scarce.</p>
<p>There is also a broader conceptual appeal. At a time when the field of natural language processing is increasingly defined by ever-larger models trained on ever-more data, this study is a reminder that carefully constructed decision-theoretic machinery can match or approach the performance of learned systems on specific, well-defined tasks while remaining fully transparent about how each decision is reached. Every sentiment tag produced by EDGT-ST can be traced backward through the payoff matrix, the equilibrium calculation, and the EDAS deviations, offering the kind of auditability that black-box neural classifiers cannot provide. For downstream business applications, from customer experience analytics to automated complaint triage, that transparency may prove as valuable as accuracy.</p>
<p>The authors note that future work will extend the framework further, but the immediate contribution is clear: a demonstration that game-theoretic equilibrium reasoning, coupled with a robust distance-from-average appraisal mechanism, can deliver consistent three-way sentiment classification without a single gradient update. As organizations continue to drown in unlabeled, unrated, and unreliable textual feedback, frameworks like EDGT-ST suggest that sometimes the most powerful tool for understanding human opinion is not a bigger model, but a better-posed game.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Development and evaluation of EDGT-ST, a rating-independent, training-free sentiment classification framework combining the EDAS multi-criteria decision-making method with non-cooperative game theory for positive, negative, and neutral text sentiment tagging.</p>
<p><strong>Article Title:</strong> Mathematical Optimization-Driven Approach for Enhanced Sentiment Categorization for Textual Data</p>
<p><strong>Article References:</strong> Punetha, N., &amp; Jain, G. (2026). Mathematical Optimization-Driven Approach for Enhanced Sentiment Categorization for Textual Data. <em>Cognitive Computation, 18</em>(1), Article 56. <a href="https://doi.org/10.1007/s12559-026-10592-9" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s12559-026-10592-9</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s12559-026-10592-9" target="_blank" rel="noopener noreferrer">10.1007/s12559-026-10592-9</a></p>
<p><strong>Keywords:</strong> Sentiment analysis, EDAS, game theory, Nash equilibrium, multi-criteria decision making, natural language processing, rating-independent classification, training-free framework, VADER, text2emotion</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">192003</post-id>	</item>
		<item>
		<title>Sternum photoplethysmography shows promise for tracking mixed venous oxygen saturation</title>
		<link>https://scienmag.com/sternum-photoplethysmography-shows-promise-for-tracking-mixed-venous-oxygen-saturation/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Thu, 10 Sep 2026 23:11:08 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[advances in biomedical engineering for critical care]]></category>
		<category><![CDATA[advances in critical care vital sign monitoring]]></category>
		<category><![CDATA[blood oxygen measurement through sternum]]></category>
		<category><![CDATA[innovative blood oxygen measurement techniques]]></category>
		<category><![CDATA[innovative oxygenation assessment techniques]]></category>
		<category><![CDATA[medical engineering for blood oxygen measurement]]></category>
		<category><![CDATA[minimally invasive oxygen saturation assessment]]></category>
		<category><![CDATA[minimally invasive vital sign measurement]]></category>
		<category><![CDATA[non-invasive mixed venous oxygen saturation monitoring]]></category>
		<category><![CDATA[non-invasive monitoring of mixed venous oxygen saturation]]></category>
		<category><![CDATA[novel methods for assessing tissue oxygenation]]></category>
		<category><![CDATA[optical blood flow sensing in sternum marrow]]></category>
		<category><![CDATA[optical blood flow sensing through bone marrow]]></category>
		<category><![CDATA[optical sensor for critical care]]></category>
		<category><![CDATA[optical sensors for critical care]]></category>
		<category><![CDATA[photoplethysmography in anesthetized pigs]]></category>
		<category><![CDATA[photoplethysmography in sternum]]></category>
		<category><![CDATA[potential shift in invasive oxygen saturation measurement methods]]></category>
		<category><![CDATA[real-time SvO2 tracking]]></category>
		<category><![CDATA[sternum photoplethysmography]]></category>
		<category><![CDATA[tissue oxygen extraction monitoring]]></category>
		<category><![CDATA[tracking SvO2 with optical sensors]]></category>
		<category><![CDATA[wearable optical sensors for oxygen levels]]></category>
		<guid isPermaLink="false">https://scienmag.com/sternum-photoplethysmography-shows-promise-for-tracking-mixed-venous-oxygen-saturation/</guid>

					<description><![CDATA[In a development that could reshape how clinicians track one of the most elusive vital signs in critical care medicine, researchers at Uppsala University have shown that a small optical sensor pressed against the breastbone can reliably follow changes in mixed venous oxygen saturation, a measurement that normally requires threading a catheter deep into the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In a development that could reshape how clinicians track one of the most elusive vital signs in critical care medicine, researchers at Uppsala University have shown that a small optical sensor pressed against the breastbone can reliably follow changes in mixed venous oxygen saturation, a measurement that normally requires threading a catheter deep into the heart and lungs. The proof-of-concept study, conducted in anesthetized pigs and published in Medical &amp; Biological Engineering &amp; Computing, demonstrates that photoplethysmography, the same light-based principle that powers the fingertip pulse oximeter, can be adapted to sense the oxygen content of blood flowing through the marrow of the sternum, offering a non-invasive window on the balance between oxygen delivery and oxygen consumption across the entire body.</p>
<p>Mixed venous oxygen saturation, abbreviated SvO2, is measured in blood taken from the pulmonary artery, the vessel that carries deoxygenated blood from the right side of the heart back to the lungs. Because that blood is the confluence of venous return from every tissue bed in the body, its oxygen saturation represents a weighted average of how much oxygen the whole organism has extracted from what the circulation delivered. When supply outstrips demand, SvO2 rises; when tissues are starved of perfusion or metabolically stressed, it falls. This makes SvO2 a uniquely informative parameter in conditions such as circulatory shock, sepsis, major heart surgery, and the optimization of fluid therapy and vasoactive drugs. Yet despite its clinical value, SvO2 remains a rarity at the bedside. Obtaining it demands advanced cannulation of intrathoracic vessels through a balloon-tipped pulmonary artery catheter, a procedure that carries real risks of complications, including arterial rupture, and requires equipment that many standard intensive care units do not possess.</p>
<p>The Swedish team, led by Erik Näslund together with Gunnar Strandberg, Jacob Karlsson, Stephanie Franzén and Robert Frithiof, set out to test whether this invasive gold standard could be approximated from the outside. Their approach builds on earlier work from the group showing that the oxygen saturation of blood within sternal bone marrow, a compartment they call SsO2, tracks changes in global oxygenation more closely than arterial saturation does. The sternum occupies a privileged anatomical position: it houses actively perfused red marrow, receives blood from multiple arteries, features a mixed arteriovenous flow with a sinusoidal microcirculation, and sits centrally enough that changes in whole-body oxygen balance register there quickly. It is also, crucially, easily accessible through intact skin.</p>
<p>The probe itself is a wireless device developed by the Swedish company RespiHeart AB, which loaned the hardware to the investigators but took no part in the study design, analysis, or interpretation. The sensor emits red light at 660 nanometers and infrared light at 810 nanometers into the caudal, flat surface of the sternum in reflectance mode, catching the returning photons with a photodiode positioned 22.5 millimeters away. That unusually wide separation between source and detector is deliberate: it allows light to penetrate far deeper into tissue than the geometry of a conventional fingertip pulse oximeter permits, reaching the blood-rich marrow within the bone. A start-up routine automatically adjusts light intensity and detector gain to maximize signal quality, and the 100-hertz raw signal streams over Bluetooth to a tablet, where a second-order Butterworth filter with a 0.4-hertz cutoff isolates the non-pulsatile DC component of the photoplethysmographic waveform.</p>
<p>Where a standard pulse oximeter calculates its saturation quotient from the ratio of pulsatile (AC) to steady (DC) signal components, thereby isolating the arterial pulse, the sternal probe does something different: it forms a quotient value, dubbed SQV, from the DC components of the red and infrared channels alone. This means the device measures the total light absorbance of the illuminated tissue volume, an approach that edges toward near-infrared spectroscopy methodology while retaining the pulsatile AC signal, which can be harvested separately to derive pulse and respiratory rate. Because the automatic gain adjustment made each animal&#8217;s starting quotient converge near one regardless of its actual saturation, a single population-wide calibration curve was not feasible. Instead, the researchers calibrated each subject individually, regressing SQV against SvO2 values obtained simultaneously from pulmonary artery blood samples analyzed on a porcine-calibrated ABL800 CO-oximeter. The resulting estimates of non-invasive sternal oxygen saturation, which the team named nSsO2, were computed as nSsO2 equals intercept plus slope times SQV for each animal.</p>
<p>The experimental protocol subjected fifteen Norwegian Landrace/Hampshire/Yorkshire pigs, averaging 33.1 kilograms, to two distinct physiological challenges. In the first, progressive hypoxemia was induced by incrementally enriching the inspired gas with nitrogen, driving peripheral pulse oximetry down through plateaus of 95 to 100, 85 to 90, 80 to 85, and finally 70 to 80 percent, with paired arterial and mixed venous blood samples drawn at each stage. After a recovery period, the second challenge delivered controlled hemorrhage: first a withdrawal of 20 percent of the estimated circulating blood volume of 70 milliliters per kilogram, followed by another 20 percent five minutes later. Cardiac output was measured by thermal dilution, and blood gases were sampled at baseline, immediately after each bleed, and five minutes thereafter. One animal could not complete the protocol due to hemodynamic instability; the remaining fourteen yielded 177 valid paired measurements between SQV and SvO2.</p>
<p>The statistical architecture reflected the repeated-measures nature of the data. A linear mixed-effects model treated SQV and SvO2 as fixed effects with subject-specific slopes and intercepts as random effects, yielding a conditional R-squared of 0.71, meaning that 71 percent of the variance in SvO2 was explained once between-animal differences were accounted for. The marginal R-squared, reflecting only the fixed effects, was 0.37, a figure the team attributes largely to the individualized calibration imposed by the probe&#8217;s automatic start-up routine. Ordinary least-squares regression on each animal&#8217;s raw data confirmed strong individual linear relationships, and a subanalysis revealed that when two outlier animals were excluded, the remaining subjects shared a statistically indistinguishable common slope, a finding with encouraging implications for future universal calibration curves.</p>
<p>The more clinically consequential test was whether nSsO2 could track the direction of change in SvO2, not merely correlate with it at rest. Using four-quadrant concordance analysis, the standard method for validating trend monitors, and applying a 10 percent exclusion zone derived from the known precision of the reference CO-oximetry method, the researchers found that nSsO2 moved in the same direction as SvO2 in 87 percent of qualifying data pairs (95 percent confidence interval, 79.1 to 95.0). Breaking the results down by provocation, concordance reached 90.6 percent during hypoxemia and 83.8 percent during hemorrhage. Although this fell short of the conventional 92 percent threshold for excellent trending, the pooled result approached it within statistical uncertainty, and a post hoc sensitivity analysis excluding the most severe, 40 percent blood-loss data points pushed concordance to 92.2 percent.</p>
<p>That divergence during profound hemorrhage is itself physiologically revealing. The authors argue that SvO2, as a global weighted average, responds acutely to the surge in systemic oxygen extraction triggered by rapid blood loss and the accompanying neurohumoral activation, whereas the sternal signal reflects a localized marrow compartment whose highly vascularized, slow-transit sinusoidal microcirculation, and whose preferential perfusion under sympathetic blood-flow redistribution, may buffer its oxygen saturation against rapid decline. The DC-based optical method may also lose sensitivity when local blood volume shrinks, since less hemoglobin within the sampled tissue means smaller proportional changes in the light-absorbance ratio, producing a plateau despite continued systemic desaturation. Notably, arterial saturation remained constant throughout the bleeding, so arteriovenous admixture within the bone may likewise have attenuated the sternal signal&#8217;s fall.</p>
<p>The team is careful to position the technology correctly. Sternal photoplethysmography does not measure SvO2 directly; it reflects regional tissue oxygenation in the sternum, much as cerebral near-infrared spectroscopy reflects regional brain oxygenation, and the two quantities cannot be considered interchangeable in absolute terms. But the consistency of the individual SQV–SvO2 slopes suggests that, for trend monitoring, the method captures clinically meaningful swings in global oxygen utilization. The researchers envision the probe as a parallel complement to conventional pulse oximetry: if both readings fall together, hypoxic hypoxemia is the likely culprit, but if the finger probe holds steady while the sternal signal drops, that divergence could signal rising tissue oxygen extraction, as in occult hypovolemia, potentially hours before basic circulatory monitors sound an alarm.</p>
<p>Significant hurdles remain before the sternum sensor reaches human patients. The animals were young pigs whose sternal anatomy, ossification, subcutaneous tissue thickness, and high metabolic turnover differ from adult humans, and the probe was not explicitly designed for porcine geometry; some animals even displayed chest-wall deformities resembling pectus excavatum that may have degraded light coupling. The automatic calibration that forced each subject&#8217;s starting quotient near one currently precludes comparisons between individuals, and the authors acknowledge that recreating a universal calibration curve will likely require rethinking that feature, perhaps by widening the source-detector separation further to increase penetration depth. Conditions beyond hypoxemia and hemorrhage, including early sepsis, fever, and thyroid dysfunction, have yet to be tested, and how the calibration translates to awake, unanesthetized patients remains unknown.</p>
<p>Still, the central message of the study stands: a sensor resting on intact skin over the breastbone, using nothing more exotic than two wavelengths of light and a Bluetooth link, captured the direction and rough magnitude of changes in a physiological variable that medicine has long tethered to pulmonary artery catheters. For the intensive care units, operating theaters, and trauma bays where early recognition of deteriorating oxygen balance can decide outcomes between life and death, the sternum may prove to be the most informative few square centimeters of the body, and it has been sitting in plain sight all along.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Animals; Anesthesia; Blood; Heart Disease; Shock; Trauma</p>
<p><strong>Article Title:</strong> Monitoring changes in mixed venous oxygen saturation using photoplethysmography on the sternum – a proof of concept study</p>
<p><strong>Article References:</strong> Näslund, E., Strandberg, G., Karlsson, J., Franzén, S., &amp; Frithiof, R. (2026). Monitoring changes in mixed venous oxygen saturation using photoplethysmography on the sternum – a proof of concept study. <em>Medical &amp; Biological Engineering &amp; Computing</em>. <a href="https://doi.org/10.1007/s11517-026-03648-3" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s11517-026-03648-3</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11517-026-03648-3" target="_blank" rel="noopener noreferrer">10.1007/s11517-026-03648-3</a></p>
<p><strong>Keywords:</strong> Mixed venous oxygen saturation, photoplethysmography, sternum, non-invasive monitoring, hypovolemia, hypoxemia, critical care, pulse oximetry, near-infrared spectroscopy, bone marrow oxygenation, concordance analysis, linear mixed-effects model</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">192000</post-id>	</item>
		<item>
		<title>Automated kidney injury alert system with decision support validated in hospital</title>
		<link>https://scienmag.com/automated-kidney-injury-alert-system-with-decision-support-validated-in-hospital/</link>
		
		<dc:creator><![CDATA[Ophelia Keating]]></dc:creator>
		<pubDate>Thu, 10 Sep 2026 23:04:55 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[AI-driven acute kidney injury alerts]]></category>
		<category><![CDATA[AI-driven kidney injury alert in hospitals]]></category>
		<category><![CDATA[Automated kidney injury alert system]]></category>
		<category><![CDATA[clinical validation of kidney injury detection tools]]></category>
		<category><![CDATA[decision support system for kidney injury]]></category>
		<category><![CDATA[early diagnosis of acute kidney injury]]></category>
		<category><![CDATA[early warning for acute kidney injury]]></category>
		<category><![CDATA[electronic alert for AKI in hospitalized patients]]></category>
		<category><![CDATA[electronic decision support for kidney injury]]></category>
		<category><![CDATA[high-sensitivity hospital AKI detection]]></category>
		<category><![CDATA[hospital medical alert system for kidney failure]]></category>
		<category><![CDATA[hospital-based acute kidney injury detection]]></category>
		<category><![CDATA[hospital-based AKI detection]]></category>
		<category><![CDATA[hospital-scale AKI detection technology]]></category>
		<category><![CDATA[impact of AKI detection on patient outcomes]]></category>
		<category><![CDATA[impact of automated alerts on patient outcomes]]></category>
		<category><![CDATA[inpatient kidney function monitoring tools]]></category>
		<category><![CDATA[inpatient kidney injury monitoring]]></category>
		<category><![CDATA[kidney injury risk prediction in tertiary medical centers]]></category>
		<category><![CDATA[real-world validation of AKI alert system]]></category>
		<category><![CDATA[real-world validation of AKI early warning]]></category>
		<category><![CDATA[sensitivity and accuracy of AKI alert system]]></category>
		<guid isPermaLink="false">https://scienmag.com/automated-kidney-injury-alert-system-with-decision-support-validated-in-hospital/</guid>

					<description><![CDATA[In a development that could reshape how hospitals catch one of their most silent and deadly complications, researchers in Taiwan have unveiled and validated an automated electronic alert system that detects advanced acute kidney injury in hospitalized patients with remarkable precision—achieving nearly 91 percent sensitivity and 99.65 percent accuracy in real-world deployment across a 2,768-bed [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In a development that could reshape how hospitals catch one of their most silent and deadly complications, researchers in Taiwan have unveiled and validated an automated electronic alert system that detects advanced acute kidney injury in hospitalized patients with remarkable precision—achieving nearly 91 percent sensitivity and 99.65 percent accuracy in real-world deployment across a 2,768-bed tertiary medical center. The study, published in the Journal of Medical Systems, offers one of the most detailed accounts to date of how a hospital-scale kidney injury early-warning system performs not in theory, but in the messy, high-pressure reality of everyday inpatient care.</p>
<p>Acute kidney injury, or AKI, is a sudden decline in kidney function that strikes an estimated 10 to 20 percent of hospitalized patients worldwide. It is not a disease in itself but a dangerous syndrome, often triggered by dehydration, infections, major surgery, or exposure to medications that stress the kidneys. The condition is notorious for flying under the radar: kidney function can deteriorate substantially before obvious symptoms appear, and busy clinical teams juggling dozens of acutely ill patients may miss the subtle laboratory signals. The consequences are severe—AKI is linked to increased risks of permanent kidney failure, extended hospital stays, and death. The international KDIGO guideline, short for Kidney Disease: Improving Global Outcomes, provides standardized staging of AKI based on serum creatinine levels and urine output, but translating those criteria into reliable, day-to-day clinical workflows has proven stubbornly difficult because of laboratory variability, incomplete baseline data, and the relentless competing demands of acute care.</p>
<p>Electronic alerts delivered through hospital information systems have long been proposed as a solution, and systems of this kind have been piloted around the world. Yet the evidence on whether they actually improve patient outcomes has been frustratingly mixed. Differences in study design, alert logic, delivery strategy, and what happens after an alert fires have all contributed to inconsistent results. A recurring villain in this story is alert fatigue—the numbing effect that endless pop-up notifications have on clinicians, who can quickly learn to dismiss them without reading. The Taiwanese team, led by Chien-Hao Su and Chien-Ning Hsu of Kaohsiung Chang Gung Memorial Hospital, approached this problem with a deliberately counterintuitive design choice: rather than alerting on every possible case of kidney injury, their system interrupts physicians only for moderate-to-severe AKI, corresponding to KDIGO stages 2 and 3, and leaves the milder stage 1 cases out of the interruptive channel entirely.</p>
<p>The technical logic behind the system is where the engineering elegance becomes apparent. The platform continuously evaluates verified serum creatinine measurements flowing from the laboratory information system and defines each patient&#8217;s operational baseline as the lowest creatinine value recorded within the preceding seven days. If no prior creatinine exists within that look-back window, no alert is generated at that moment; instead, subsequent measurements continue to be evaluated as fresh data arrive. The current creatinine value—the index value—is then compared against that rolling baseline to determine whether KDIGO stage 2–3 criteria are met, which corresponds to a doubling or more of creatinine from baseline. A specific exception rule handles patients whose creatinine exceeds 4.0 mg/dL: the system requires a dynamic 1.5- to 2.0-fold rise from the patient&#8217;s own baseline rather than treating the threshold as a static cutoff, a crucial distinction that prevents patients with advanced chronic kidney disease from being falsely flagged as having acute injury without a genuine acute change. This thoughtful handling reflects the reality that creatinine is an imperfect biomarker, subject to both analytical noise and biological variation, and that distinguishing chronic from acute kidney dysfunction is one of the hardest interpretive tasks in nephrology.</p>
<p>Suppressing alerts intelligently is as important as generating them. The system withholds notifications for patients who have undergone dialysis within the preceding seven days—since dialysis fundamentally changes the meaning of creatinine dynamics—and for patients being prepared for transfer or discharge, identified through a bed-number flag in the electronic health record. Rather than relying on diagnosis codes, the system identifies dialysis exposure from structured procedure, order, and billing records covering hemodialysis, peritoneal dialysis, and continuous kidney replacement therapy, a design decision that substantially improves the fidelity of the suppression logic. Alerts are not generated continuously in real time; instead, the system runs on a scheduled near-real-time cycle four times daily, at 07:00, 13:00, 19:00, and midnight, after verified laboratory results become available. This cadence balances the need for timely detection against the computational and clinical realities of hospital information systems, and the study reports an average latency of roughly 4.5 hours between laboratory result verification and alert delivery—a window that keeps the alert actionable without overwhelming the infrastructure.</p>
<p>What elevates this study above many earlier AKI alerting efforts is the dual design of the intervention itself. Each interruptive alert is paired with medication-focused clinical decision support: secure, in-hospital guidance delivered alongside the notification that helps physicians review potentially nephrotoxic drugs, adjust dosing for reduced kidney function, or reconsider renally harmful combinations. Critically, the system does not automatically place orders—it informs but does not act, preserving physician autonomy while arming clinicians with immediately useful information. This medication-stewardship angle matters enormously because a large share of hospital-acquired AKI is driven by drugs: nonsteroidal anti-inflammatory agents, certain antibiotics, contrast media, and diuretics all rank among the usual suspects. By turning each alert into a targeted prompt for medication review rather than a bare diagnostic flag, the designers aimed to convert detection directly into harm prevention.</p>
<p>To validate performance, the researchers deployed the system at Kaohsiung Chang Gung Memorial Hospital and evaluated it using electronic health record data spanning more than five years, from March 2018 to May 2023. The analytic unit was the person-hospitalization, with only the first qualifying stage 2–3 alert per admission counted to avoid inflating results through repeated notifications. As a reference standard, the team built a retrospective computerized algorithm designed to replicate the deployed alert logic exactly, then measured how well the live system matched this benchmark. The results were striking: 3,946 stage 2–3 AKI alerts were generated over the study period, with 90.94 percent sensitivity and 99.65 percent accuracy against the reference algorithm. Those accuracy figures speak to the system&#8217;s precision in operational settings, where incomplete data, changing baselines, and clinical edge cases routinely degrade the performance of clinical software.</p>
<p>Perhaps the most evocative finding is the seasonal pattern in alert rates. Alerts peaked in winter at 4.48 percent of hospitalizations and dipped to a low of 3.17 percent in summer—a rhythm that aligns with established epidemiology linking colder months to higher rates of dehydration-related and infection-associated kidney injury. In the language of clinical validation, this temporal rhythm provides &#8220;face validity&#8221;: the system behaves the way the underlying biology says it should, which is reassuring evidence that it is detecting genuine physiology rather than artifacts of the data pipeline. The researchers also described kidney recovery trajectories among alerted patients, classifying full recovery as a greater than 50 percent reduction from peak creatinine at discharge and partial recovery as a greater than 25 percent reduction, using these categories for cautious descriptive stratification rather than firm outcome claims.</p>
<p>The human side of the deployment was assessed through a hospital-wide physician survey of 78 clinicians, and here the results offer a measured endorsement. Sixty-three percent of physicians agreed that the medication guidance accompanying alerts was clinically helpful—a solid majority, though one that acknowledges the inherent friction of any interruptive notification system in clinical workflows. The study&#8217;s authors frame this as evidence that pairing alerts with targeted, actionable guidance, rather than bare warnings, may be the key to sustaining clinician engagement while limiting alert fatigue. Notably, the team excluded stage 1 AKI from interruptive alerting precisely because such alerts are far more numerous and less likely to change immediate management; stage 1 events were still tracked in descriptive analyses, but the design accepts a tradeoff in which the earliest, mildest kidney injury may escape interruptive notification in exchange for preserving the signal-to-noise ratio that keeps physicians alert to the alerts that matter.</p>
<p>The implications reach well beyond a single Taiwanese medical center. AKI remains one of the most common and costly complications of hospitalization globally, and health systems worldwide continue to struggle with delayed recognition. This study joins a growing international body of work—including recent deployments of pediatric AKI alerting and national-scale advisory efforts—that together suggest electronic surveillance of kidney function is maturing from promising concept into validated infrastructure. The Taiwanese system&#8217;s emphasis on advanced-AKI-first alerting, medication-integrated decision support, and disciplined suppression rules offers a template for hospitals seeking high performance without drowning their staff in notifications. As electronic health records grow more capable and laboratory turnaround times shrink, the vision of kidney injury surveillance that is simultaneously sensitive, specific, and humane to the clinicians who must act on it appears increasingly within reach. For the hundreds of thousands of patients each year whose AKI is caught too late, systems like this one represent a quiet but consequential advance: the kind of technology that saves kidneys, and lives, one carefully calibrated alert at a time.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Development, deployment, and validation of an automated electronic alert system for detecting KDIGO stage 2–3 acute kidney injury in hospitalized adults, integrated with medication-focused clinical decision support</p>
<p><strong>Article Title:</strong> Development and Validation of an Automated Acute Kidney Injury E-Alert System Integrated with Clinical Decision Support for Hospitalized Patients</p>
<p><strong>Article References:</strong> Su, C.-H., &amp; Hsu, C.-N. (2026). Development and Validation of an Automated Acute Kidney Injury E-Alert System Integrated with Clinical Decision Support for Hospitalized Patients. <em>Journal of Medical Systems, 50</em>(1), Article 102. <a href="https://doi.org/10.1007/s10916-026-02428-8" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s10916-026-02428-8</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10916-026-02428-8" target="_blank" rel="noopener noreferrer">10.1007/s10916-026-02428-8</a></p>
<p><strong>Keywords:</strong> Acute kidney injury, e-alert system, electronic health records, clinical decision support, KDIGO staging, serum creatinine, nephrotoxin stewardship, alert fatigue, medication safety, hospital-acquired AKI</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">191997</post-id>	</item>
		<item>
		<title>Seaweed Metabolites Could Power the Next Wave of Microbiome Medicine</title>
		<link>https://scienmag.com/seaweed-metabolites-could-power-the-next-wave-of-microbiome-medicine/</link>
		
		<dc:creator><![CDATA[Morgan Morrow]]></dc:creator>
		<pubDate>Thu, 10 Sep 2026 23:04:48 +0000</pubDate>
				<category><![CDATA[Biology]]></category>
		<category><![CDATA[and green algae]]></category>
		<category><![CDATA[Antimicrobial Resistance]]></category>
		<category><![CDATA[antimicrobial resistance solutions from seaweed]]></category>
		<category><![CDATA[carrageenan]]></category>
		<category><![CDATA[chemical diversity of seaweed metabolites]]></category>
		<category><![CDATA[fucoidan]]></category>
		<category><![CDATA[marine algae polysaccharides and therapeutic applications]]></category>
		<category><![CDATA[marine macroalgae]]></category>
		<category><![CDATA[marine macroalgae secondary metabolites]]></category>
		<category><![CDATA[microbiome modulation]]></category>
		<category><![CDATA[microecological therapeutics]]></category>
		<category><![CDATA[microecological therapeutics from seaweed]]></category>
		<category><![CDATA[nanocarriers]]></category>
		<category><![CDATA[natural products from brown]]></category>
		<category><![CDATA[phlorotannins]]></category>
		<category><![CDATA[phlorotannins and their medicinal potential]]></category>
		<category><![CDATA[prebiotics]]></category>
		<category><![CDATA[red]]></category>
		<category><![CDATA[seaweed metabolites]]></category>
		<category><![CDATA[seaweed metabolites and microbiome modulation]]></category>
		<category><![CDATA[seaweed metabolites database and bioactivity]]></category>
		<category><![CDATA[seaweed-based next-generation antibiotics]]></category>
		<category><![CDATA[seaweed-derived bioactive compounds]]></category>
		<category><![CDATA[sulfated polysaccharides]]></category>
		<category><![CDATA[synthetic biology]]></category>
		<category><![CDATA[untapped marine natural product reservoirs]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=191993</guid>

					<description><![CDATA[A comprehensive review argues that seaweed-derived compounds such as phlorotannins, sulfated polysaccharides and halogenated terpenoids could underpin next-generation antimicrobial and microbiome-targeted therapies.]]></description>
										<content:encoded><![CDATA[<p>As antimicrobial resistance continues to outpace the development of new antibiotics, scientists are turning to an unlikely and abundant source of chemical innovation: seaweed. A comprehensive new review published in Discover Biotechnology argues that the secondary metabolites produced by marine macroalgae—compounds refined by millions of years of chemical warfare in the ocean—represent one of the most promising untapped reservoirs for next-generation microecological therapeutics. Written by Aravinth Annamalai and Prabhu Kolandhasamy of the Saveetha Institute of Medical and Technical Sciences in Chennai, India, the review synthesises evidence spanning natural product chemistry, microbial ecology and translational pharmacology, and makes the case that brown, red and green algae can yield molecules that both kill drug-resistant pathogens and reshape the human microbiome in medically meaningful ways.</p>
<p>The chemical arsenal on display is remarkable in its diversity. Brown algae of the class Phaeophyceae are dominated by phlorotannins, polyphenolic polymers built from phloroglucinol units and linked through ether, phenyl and dibenzodioxin bonds. The degree of polymerisation governs both solubility and bioactivity, and roughly 220 phlorotannin entries are catalogued in the Seaweed Metabolite Database. Red algae, which show the highest fingerprint diversity in that database with 645 recorded metabolites, specialise in sulfated galactans such as carrageenans and in an extraordinary array of halogenated terpenes and acetogenins, exemplified by compounds like elatol and isolaurinterol from the genus Laurencia. Laurencia dendroidea alone has yielded more than 40 unique terpenoids, supported by 21 identified terpene synthase genes. Green algae contribute sulfated polysaccharides known as ulvans, alongside specialised peptides with emerging biomedical relevance.</p>
<p>The antimicrobial mechanisms underlying these compounds are mechanistically distinct from those of classical antibiotics, which is precisely what makes them attractive in an era of multidrug resistance. Phlorotannins act through a combination of membrane disruption, chelation of essential metal ions and the generation of oxidative stress, while simultaneously interfering with quorum sensing—the chemical communication system bacteria use to coordinate virulence factor production and biofilm formation. Studies of phlorotannins from Hizikia fusiforme, for example, demonstrated both antimicrobial and anti-quorum-sensing activity. Halogenated terpenoids from Laurencia species show potent activity against Staphylococcus aureus and Vibrio species, an effect attributed to their lipophilic and electrophilic chemical character. Sulfated polysaccharides such as carrageenan and fucoidan take a different tack, interfering with bacterial adhesion and colonisation by altering electrostatic interactions at the microbial cell surface. Because these molecules hit multiple cellular targets at once, the risk of resistance emergence may be inherently lower than for single-target drugs.</p>
<p>The antiviral and antifungal records of these metabolites are equally striking. Sulfated polysaccharides including carrageenans and agars can mimic host cell receptors, preventing enveloped viruses from attaching to and entering target cells, while phlorotannins inhibit viral proteases and polymerases by binding to key viral proteins; a phlorotannin-rich extract of Ascophyllum nodosum has been shown to inhibit influenza infection. Against fungi, phlorotannins compromise cell wall integrity and block ergosterol biosynthesis—pathways reminiscent of synthetic antifungals but potentially less prone to resistance—while elatol exerts fungicidal effects through membrane disruption and oxidative stress. Antiparasitic activity has been traced to fatty acid derivatives and phenolic compounds that interfere with parasite metabolism and membrane stability. The review notes, however, that most of this evidence remains in vitro, and that in vivo validation in relevant animal models is urgently needed before clinical deployment.</p>
<p>Beyond direct pathogen killing, the most transformative dimension of the review concerns microbiome engineering. Seaweed-derived polysaccharides such as fucoidans, laminarins and ulvans act as selective prebiotics, enriching beneficial taxa such as Bifidobacterium, Lactobacillus and Akkermansia while suppressing opportunistic members of the Bacteroidetes and Proteobacteria. In broiler chickens, dietary inclusion of 5 to 10 grams per kilogram of seaweed polysaccharides improved intestinal architecture, microbial balance and weight gain in a dose-dependent manner. In pre-weaning Holstein calves, seaweed polysaccharide supplementation increased the abundance of Prevotella and Succiniclasticum, reduced diarrhoea incidence, lowered systemic inflammatory markers including IL-18, TNF-α and IFN-γ, and elevated immune effectors such as complement C3 and IgM. These effects were linked to increased abundance of gut microbes involved in alkaloid and glucocorticoid biosynthesis, suggesting a coordinated immunometabolic mechanism.</p>
<p>The ecological sophistication of these interactions extends to the seaweeds themselves, which the authors describe as holobionts—integrated units of alga plus microbiota. Macroalgae such as Agarophyton vermiculophyllum engage in what researchers call chemically mediated microbial gardening, dynamically attracting symbiotic microbes and excluding pathogens depending on environmental conditions like salinity. Exometabolomic analyses show that macroalgae release distinctive nitrogenous and lipid-rich compounds that support microbial colonisation and nutrient cycling, and genomic surveys have identified more than 4,400 polysaccharide utilisation loci and roughly 8,800 biosynthetic gene clusters in algae-associated bacteria—clear evidence of co-evolutionary adaptation for metabolising algal substrates. Many metabolites previously credited to seaweeds are in fact synthesised or chemically modified by their associated microbiota, a realisation that reshapes how such compounds should be discovered, sourced and standardised.</p>
<p>Biotechnology is now converging to solve the longstanding problems that have kept these compounds out of the clinic. On the extraction side, green technologies—ultrasound-assisted extraction, microwave-assisted extraction, supercritical fluid extraction and enzymatic hydrolysis—are replacing crude solvent methods, improving yield, selectivity and sustainability. Natural deep eutectic solvents optimised for Fucus vesiculosus have delivered high-purity phlorotannins validated by HPLC-MS profiling. Nanotechnology offers solutions to the chronic bioavailability problem: red seaweed-derived nanoparticles provide biocompatibility and controlled release, while silver-based metal–organic frameworks embedded in κ-carrageenan hydrogels combine antibacterial action with the mechanical properties needed for wound dressings. One carrageenan–silver hydrogel composite has already entered commercial wound-healing use, and fucoidan–chitosan nanoparticles are in Phase I trials for targeted colorectal delivery of curcumin.</p>
<p>Synthetic biology is arguably the most ambitious frontier. Metagenomic mining of seaweed microbiota has illuminated vast biosynthetic potential in genera such as Pseudoalteromonas and Vibrio, and CRISPR-based editing combined with heterologous expression in fast-growing chassis like Vibrio natriegens is enabling high-yield biosynthesis of halogenated meroterpenes. The red algal lectin Griffithsin, produced by expression in Nicotiana benthamiana plants, has achieved preclinical validation as a topical antiviral microbicide, demonstrating industrial scalability. Bioinformatic platforms such as antiSMASH and BiG-SCAPE are accelerating the annotation of novel gene clusters encoding alkaloids, terpenoids and glycosides. On the regulatory side, the strongest proof of concept remains sodium oligomannate (GV-971), an oligosaccharide derived from marine algae that received conditional approval in China for Alzheimer&#8217;s disease following a 36-week Phase 3 trial—although the review stresses that broader global endorsement awaits more extensive chronic toxicity data.</p>
<p>The authors are candid about the obstacles that remain. Metabolite composition varies with season, geography, salinity, light and harvest conditions; the antimicrobial activity of Ulva lactuca extracts, remarkably, fluctuates with lunar phase at harvest. Poor oral bioavailability, low gastrointestinal stability, first-pass hepatic metabolism and batch-to-batch inconsistency in crude extracts complicate pharmacokinetic modelling and regulatory approval. Structural heterogeneity in fucoidans—where sulfation patterns and molecular weight determine bioactivity—means that harmonised analytical standards are lacking. The review calls for omics-guided bioactivity mapping, standardised extraction and assay protocols, microbiome-informed therapeutic design, and sustainable cultivation systems including land-based aquaculture and integrated multi-trophic approaches that recycle nutrients by pairing seaweed farming with fish or shellfish production. Photobioreactors and controlled tank cultures, in which salinity, light and nutrient stress can be tuned to boost production of phlorotannins, fucoidan and terpenoids, offer a path to reproducible, quality-controlled biomass.</p>
<p>Taken together, the evidence assembled in this review paints seaweed-derived secondary metabolites as far more than a curiosity of marine natural product chemistry. They are multimodal antimicrobials capable of attacking pathogens through mechanisms that bypass existing resistance determinants; they are prebiotic scaffolds that can rebuild dysbiotic microbial communities and dampen inflammation; and they are scaffolds for nanocarriers and synthetic biology platforms that are already reaching commercial and clinical milestones. What is needed now, the authors conclude, is interdisciplinary alignment—marine biotechnologists, pharmacologists, microbial ecologists and clinicians working within shared analytical frameworks—to convert a chemically extraordinary ocean resource into dependable, evidence-based medicines for the microbiome-centred era of healthcare.</p>
<p>The timing of this review reflects a broader shift in how antimicrobial research is conceptualised. Rather than seeking single molecules that sterilise microbial communities, the microecological approach emphasises selective modulation—suppressing pathogens while preserving or even enriching commensal taxa. Seaweed metabolites are unusually well suited to this paradigm because their activities span both direct antimicrobial action and substrate-level nutrition of beneficial bacteria, a dual function rarely seen in conventional small-molecule antibiotics.</p>
<p>The taxonomic partitioning of metabolite classes among algal phyla is itself scientifically informative. The distinct biosynthetic capabilities of Phaeophyceae, Rhodophyta and Chlorophyta mean that sourcing decisions can be guided by target compound class: phlorotannins from brown algae for antioxidant and anti-quorum-sensing applications, carrageenans and halogenated terpenoids from red algae for antiviral and antibacterial purposes, and ulvans from green algae for prebiotic formulations. This phylum-specific specialisation, catalogued in resources such as the Seaweed Metabolite Database, provides a rational framework for bioprospecting programmes.</p>
<p>The open-access status of the review, published as volume 3, article number 7 of Discover Biotechnology, makes the full catalogue of compound classes, mechanisms and translational case studies freely available to researchers in regions where seaweed cultivation is already an established industry. The authors&#8217; citation record, with the article already accumulating citations and thousands of accesses within weeks of publication, suggests substantial interest in microbiome-centred alternatives to conventional antibiotics. As regulatory agencies increasingly grapple with how to evaluate complex, heterogeneous natural products, the standardisation agenda outlined by Annamalai and Kolandhasamy may prove as consequential as the molecules themselves.</p>
<p><strong>Subject of Research:</strong> Bioactive secondary metabolites from marine macroalgae for antimicrobial action and microbiome modulation</p>
<p><strong>Article Title:</strong> Marine macroalgal metabolites in microbial modulation for next-generation microecological therapeutics</p>
<p><strong>Article References:</strong> Annamalai, A., &amp; Kolandhasamy, P. (2026). Marine macroalgal metabolites in microbial modulation for next-generation microecological therapeutics. <em>Discover Biotechnology, 3</em>(1), Article 7. <a href="https://doi.org/10.1007/s44340-025-00047-6" rel="noopener noreferrer">https://doi.org/10.1007/s44340-025-00047-6</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s44340-025-00047-6" rel="noopener noreferrer">10.1007/s44340-025-00047-6</a></p>
<p><strong>Keywords:</strong> marine macroalgae, seaweed metabolites, antimicrobial resistance, phlorotannins, sulfated polysaccharides, fucoidan, carrageenan, microbiome modulation, prebiotics, synthetic biology, nanocarriers, microecological therapeutics</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">191993</post-id>	</item>
		<item>
		<title>Deep learning enables task-specific multi-contrast medical image visualization</title>
		<link>https://scienmag.com/deep-learning-enables-task-specific-multi-contrast-medical-image-visualization/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Thu, 10 Sep 2026 23:00:08 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[adaptive contrast setting in medical scans]]></category>
		<category><![CDATA[AI techniques for clinical image interpretation]]></category>
		<category><![CDATA[AI-driven contrast enhancement in radiology]]></category>
		<category><![CDATA[AI-driven medical image analysis]]></category>
		<category><![CDATA[automated contrast selection in radiology]]></category>
		<category><![CDATA[automated windowing techniques]]></category>
		<category><![CDATA[biomedical engineering in medical imaging]]></category>
		<category><![CDATA[deep learning for medical imaging]]></category>
		<category><![CDATA[improvements in medical image diagnosis]]></category>
		<category><![CDATA[improving deep learning accuracy in medical diagnostics]]></category>
		<category><![CDATA[medical image contrast optimization]]></category>
		<category><![CDATA[medical image visualization]]></category>
		<category><![CDATA[medical image windowing]]></category>
		<category><![CDATA[multi-contrast medical image visualization]]></category>
		<category><![CDATA[multi-contrast windowing in CT scans]]></category>
		<category><![CDATA[neural network-based image windowing]]></category>
		<category><![CDATA[neural networks for CT scan analysis]]></category>
		<category><![CDATA[pixel intensity remapping in medical images]]></category>
		<category><![CDATA[radiology image analysis with deep learning]]></category>
		<category><![CDATA[radiology image enhancement]]></category>
		<category><![CDATA[task-specific contrast adjustment]]></category>
		<category><![CDATA[task-specific medical image processing]]></category>
		<guid isPermaLink="false">https://scienmag.com/deep-learning-enables-task-specific-multi-contrast-medical-image-visualization/</guid>

					<description><![CDATA[Medical images are rarely as straightforward as they appear on a radiology monitor. Behind every computed tomography scan lies a vast range of pixel intensities, far wider than what the human eye, or a neural network, can meaningfully digest at once. Radiologists have long dealt with this problem using windowing, a technique that remaps the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Medical images are rarely as straightforward as they appear on a radiology monitor. Behind every computed tomography scan lies a vast range of pixel intensities, far wider than what the human eye, or a neural network, can meaningfully digest at once. Radiologists have long dealt with this problem using windowing, a technique that remaps the raw pixel values of an image to a narrower display range, amplifying the contrast of the structures that matter. A liver window on a CT scan, for instance, sacrifices detail in bone and lung tissue to make hepatic lesions stand out. Yet while windowing is routine in the clinic, it has remained a curiously neglected corner of artificial intelligence research. A new study published in Biomedical Engineering Letters argues that this oversight may be quietly limiting the accuracy of deep learning systems used to analyze medical scans, and it proposes an elegant fix that lets the machine choose its own windows.</p>
<p>The research, conducted by Jangho Kwon and Kihwan Choi of the Department of Applied Artificial Intelligence at Seoul National University of Science and Technology, introduces a data-driven, multi-contrast windowing method that learns which contrast settings are most useful for a given image analysis task. Rather than relying on hand-picked window widths and levels, the approach trains a neural network module that suggests multiple windows simultaneously, each tuned to the needs of a downstream segmentation model. The result is a pipeline in which the machine not only detects pathology but also reveals, through automatically generated contrast-enhanced images, which parts of the intensity spectrum it considers important for its predictions.</p>
<p>Windowing works by adjusting two parameters: the window width, which controls the dynamic range of displayed intensities, and the window level, which sets the center of that range and therefore the overall brightness. In a CT image, where Hounsfield units span from dense bone to air, a soft-tissue window might compress the display range to roughly 50 to 350 Hounsfield units, making subtle differences within the liver or brain visible. Radiologists have known for decades that this choice is consequential. A 1999 study in Radiology demonstrated that dedicated liver window settings measurably improved the detection of hepatic lesions, and clinical practice has since accumulated an arsenal of preset windows for different organs and pathologies. In magnetic resonance imaging, the challenge is compounded by the multiplicity of pulse sequences, T1-weighted, T2-weighted, and fluid-attenuated inversion recovery images each carry different intensity distributions, and standardization of these scales remains an active research problem in its own right.</p>
<p>When deep learning entered medical imaging, many researchers simply carried over standard clinical windows, or applied simple normalization schemes such as min-max scaling or z-score standardization, without asking whether those choices were optimal for the model. Kwon and Choi argue this is a blind spot. The input transform applied to a network, including windowing, is itself a hyperparameter of the entire system, and a poor choice can obscure precisely the intensity gradients that a segmentation network needs to delineate a tumor&#8217;s boundary. Previous efforts have acknowledged the problem: some studies have trained networks on multiple fixed windows and combined their outputs, while others have proposed trainable windowing for specific tasks such as intracranial hemorrhage detection or liver CT segmentation. The new work extends this line of thinking in two significant directions.</p>
<p>The first is the multi-contrast aspect. Instead of committing to a single learned window, the method generates several windowed versions of each input image, each emphasizing a different band of intensities. These multi-contrast images are then fed to subsequent segmentation models, allowing the network to consult complementary views of the same anatomy. The idea echoes how radiologists themselves work, flipping between lung, bone, and soft-tissue windows to build a complete picture. The second contribution is interpretability. Because the learned windows are task-specific, the method can render a contrast-enhanced image that visualizes which windows the downstream model relies on most heavily for its prediction. In other words, the technique produces a kind of window-level attention map, offering clinicians a window into the machine&#8217;s decision-making that goes beyond conventional saliency methods such as Grad-CAM.</p>
<p>To achieve this, the authors construct a windowing module that can be inserted into an end-to-end training pipeline and optimized jointly with the segmentation network. The module learns to remap pixel values so that the regions of interest gain contrast at the expense of irrelevant background intensity ranges. The architecture draws on established building blocks from computer vision, including inverted residual structures familiar from MobileNetV2 and squeeze-and-excitation style channel attention, which allow the module to weigh the relative importance of different learned windows dynamically. During training, the whole system is optimized with gradient-based methods so that the windows adapt to whatever the segmentation task demands, whether that is finding a hypodense liver tumor in CT or distinguishing edema from enhancing tumor core in brain MRI.</p>
<p>The experimental evaluation covered three distinct tasks. The first was liver tumor segmentation in CT images, using data drawn from the well-known Liver Tumor Segmentation Benchmark, or LiTS, a widely used community dataset of contrast-enhanced abdominal CT volumes with expert annotations of liver parenchyma and tumors. The second was abdominal organ segmentation in MRI, assessed in the context of the CHAOS combined CT-MR challenge, which tests models on healthy abdominal structures across different modalities. The third was brain tumor segmentation in MRI, a task made notoriously difficult by the heterogeneous intensity signatures of gliomas and the interplay of multiple MRI sequences. Across these benchmarks, the authors compared their multi-contrast windowing against conventional fixed-window preprocessing and against other segmentation backbones, including attention-based U-Net variants, autoencoder-regularized 3D networks, and transformer-based architectures such as Swin UNETR.</p>
<p>The results, according to the study, show consistent gains. Segmentation models that received multi-contrast windowed inputs achieved higher accuracy than the same models fed conventionally windowed images, indicating that the learned windows were indeed capturing intensity information that fixed windows discarded. Just as importantly, the method produced interpretable visual outputs: contrast-enhanced images in which the band of intensities most critical to the model&#8217;s decision was emphasized. For a clinician, this means the AI system does not function as an opaque oracle. It effectively communicates, in the visual language of radiology, what it is looking at, an important step for building the trust needed before such systems enter routine diagnostic workflows.</p>
<p>The implications extend beyond the three tasks studied. Segmentation accuracy is a bottleneck for a wide range of clinical applications, from radiation therapy planning, where tumor boundaries determine treatment volumes, to organ-at-risk delineation, surgical navigation, and quantitative imaging biomarkers. If a simple, learnable preprocessing step can meaningfully improve performance without altering the underlying model architecture or requiring additional hardware, it represents an unusually cost-effective upgrade. The method is also modality-agnostic in principle: any imaging pipeline in which the mapping from raw intensity to display value is somewhat arbitrary, whether cone-beam CT, mammography, or microscopy, could in principle benefit from task-specific learned windowing.</p>
<p>There are also subtle scientific insights embedded in the approach. By examining the learned windows across tasks, one can ask whether a network detecting liver tumors converges on windows resembling the clinical liver window, or whether it discovers entirely different intensity bands. The study&#8217;s visualization capability makes such questions tractable, potentially informing radiology practice itself: if a machine consistently prefers a certain window for a certain task, that window might reveal contrast relationships that human observers have overlooked, or confirm decades of accumulated radiological wisdom from a new direction.</p>
<p>The work, published online on 13 May 2026 and funded by a research program of Seoul National University of Science and Technology, builds on the authors&#8217; earlier 2020 conference paper on trainable multi-contrast windowing for liver CT segmentation. In the years since, the field has moved toward ever more powerful segmentation architectures, from nnU-Net, a self-configuring framework that dominates many biomedical segmentation leaderboards, to transformer-based models. Yet the preprocessing layer, the humble transformation that determines what the network actually sees, has received comparatively little attention. This study suggests that revisiting that layer with modern deep learning tools can pay dividends that rival changes in architecture.</p>
<p>For the growing community developing AI-based diagnostic tools, the message is clear: the inputs matter as much as the models. A network is only as good as the representation it is fed, and in medical imaging, that representation is shaped long before the first convolutional filter fires. By making windowing itself a learned, task-adaptive, and interpretable component, Kwon and Choi have turned a routine display setting into a source of both accuracy and insight. As deep learning systems move closer to the clinic, techniques like this one, which improve performance while making the machine&#8217;s reasoning visually legible to the radiologists who must ultimately trust it, may prove as important as any architectural breakthrough. The study&#8217;s approach of learning multi-contrast windows jointly with segmentation models offers a template that other groups can adopt, extend, and test across new modalities, institutions, and disease targets, bringing the field one step closer to medical AI that both sees better and explains itself.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> A data-driven deep learning method that learns task-specific multi-contrast windows to improve medical image segmentation accuracy and provide interpretable contrast-enhanced visualizations for CT and MRI analysis.</p>
<p><strong>Article Title:</strong> Deep learning-based multi-contrast windowing for task-specific medical image visualization</p>
<p><strong>Article References:</strong> Kwon, J., &amp; Choi, K. (2026). Deep learning-based multi-contrast windowing for task-specific medical image visualization. <em>Biomedical Engineering Letters</em>. <a href="https://doi.org/10.1007/s13534-026-00585-w" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s13534-026-00585-w</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s13534-026-00585-w" target="_blank" rel="noopener noreferrer">10.1007/s13534-026-00585-w</a></p>
<p><strong>Keywords:</strong> Deep learning, Contrast enhancement, Windowing, Visual explanation, Liver CT image segmentation, Abdominal MRI image segmentation, Brain tumor segmentation, Medical image visualization</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">191990</post-id>	</item>
		<item>
		<title>First-Ever Cat Treated for Rare Carotid Body Tumor With Precision Radiotherapy Survives More Than Two Years</title>
		<link>https://scienmag.com/first-ever-cat-treated-for-rare-carotid-body-tumor-with-precision-radiotherapy-survives-more-than-two-years/</link>
		
		<dc:creator><![CDATA[Nathaniel Bowman]]></dc:creator>
		<pubDate>Thu, 10 Sep 2026 22:58:51 +0000</pubDate>
				<category><![CDATA[Cancer]]></category>
		<category><![CDATA[advanced head and neck cancer in pets]]></category>
		<category><![CDATA[carotid body]]></category>
		<category><![CDATA[carotid paraganglioma in animals]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[cervical mass]]></category>
		<category><![CDATA[chemodectoma]]></category>
		<category><![CDATA[feline carotid body tumor treatment]]></category>
		<category><![CDATA[high-dose radiation therapy in animals]]></category>
		<category><![CDATA[innovative cancer treatments in veterinary science]]></category>
		<category><![CDATA[long-term survival in feline cancer patients]]></category>
		<category><![CDATA[Maine Coon tumor treatment]]></category>
		<category><![CDATA[neuroendocrine tumor]]></category>
		<category><![CDATA[non-invasive cancer therapies for cats]]></category>
		<category><![CDATA[paraganglioma]]></category>
		<category><![CDATA[radiation therapy]]></category>
		<category><![CDATA[rare tumor management in cats]]></category>
		<category><![CDATA[SBRT]]></category>
		<category><![CDATA[stereotactic body radiotherapy]]></category>
		<category><![CDATA[stereotactic radiotherapy for cats]]></category>
		<category><![CDATA[TTF-1]]></category>
		<category><![CDATA[tumor control in veterinary medicine]]></category>
		<category><![CDATA[veterinary oncology]]></category>
		<category><![CDATA[veterinary oncology case study]]></category>
		<category><![CDATA[VMAT]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=191986</guid>

					<description><![CDATA[A first-in-feline-case report documents that three-fraction stereotactic body radiotherapy safely controlled a suspected carotid body paraganglioma in a cat for more than two years.]]></description>
										<content:encoded><![CDATA[<p>A 14-year-old Maine Coon cat with a massive, inoperable tumor wrapped around the carotid artery in its neck has become the first feline on record to be treated with stereotactic body radiotherapy for a suspected carotid body paraganglioma, and the outcome is remarkable. According to a case report published in the journal Veterinary Oncology, three carefully sculpted daily doses of high-dose radiation shrank the tumor rapidly, controlled the disease for more than two years, and produced almost no side effects beyond a patch of white fur. The report, led by veterinary radiation oncologist Patricia Gualtieri of Tufts University&#8217;s Cummings School of Veterinary Medicine with colleagues at Colorado State University, opens an entirely new treatment avenue for cats with advanced head and neck cancers that were previously considered untreatable.</p>
<p>The cat arrived at the Colorado State University Veterinary Teaching Hospital after its owner noticed a growing mass in the neck. Two weeks earlier, the family veterinarian had measured it at 3.7 by 2.1 centimeters, but by the time of the referral examination it had expanded to roughly 5 centimeters long and 4 centimeters wide, filling the ventral part of the neck. The owner also described six months of gradually worsening snoring noises, lethargy, and a mildly reduced appetite. On physical examination, the cat was bright and alert but showed intermittent stertor and stridor, the harsh breathing sounds produced when the upper airway is partially obstructed. A large, fixed, painless mass dominated the left side of the throat.</p>
<p>Advanced imaging revealed the true scale of the problem. A triple-phase computed tomography scan showed a lobular, strongly and heterogeneously enhancing soft tissue mass measuring 5.2 by 4.1 by 3.9 centimeters that completely enveloped the common carotid artery, the main vessel supplying the head. The mass compressed and displaced the thyroid glands, pushed the pharynx, larynx, and hyoid apparatus markedly to the right, and extended toward the skull base near the tympanic bulla. Multiple branching vessels penetrated deep into the tumor interior, a hallmark of the rich blood supply characteristic of chemoreceptor tissue. A board-certified radiologist judged the growth pattern inconsistent with thyroid carcinoma, and the differential diagnosis narrowed to a carotid body tumor, a metastatic lymph node mass, or a primary soft tissue sarcoma.</p>
<p>Fine-needle aspiration cytology of the mass showed an epithelial neoplasm with endocrine and neuroendocrine morphology: densely cohesive clusters of round to polygonal cells with scant basophilic cytoplasm, ropey chromatin, and absent nucleoli. Critically, immunocytochemical staining for Thyroid Transcription Factor-1, a marker of thyroid origin, came back negative, making a thyroid tumor far less likely. The absence of any secretory phenotype, no hyperthyroidism and no hypercalcemia on bloodwork, further separated this tumor from the functional thyroid and parathyroid carcinomas that typically arise in the feline neck. Taken together with the tumor&#8217;s location hugging the carotid bifurcation, the team concluded the mass was most consistent with a paraganglioma of the carotid body, a tumor type never before documented in a cat.</p>
<p>That diagnosis matters because carotid body paragangliomas, also called chemodectomas, arise from the chemoreceptor organs that sense oxygen and carbon dioxide in blood. They are well described in dogs and humans, in whom they are notoriously invasive, enveloping major vessels at the base of the skull and causing retropharyngeal masses, difficulty swallowing, respiratory distress, stridor, gagging, and laryngeal paralysis. This cat&#8217;s presentation, including left-sided laryngeal paralysis and bilateral tonsillar protrusion noted on a sedated oral exam, matched that pattern almost exactly. Yet in cats, paragangliomas had only ever been reported in the abdomen, around the kidneys and retroperitoneum, at the aortic body, in the heart, and in the orbit, never at the carotid body, despite the fact that cats possess these normal anatomic structures.</p>
<p>Surgery was off the table. After reviewing the imaging, a board-certified surgical oncologist judged the mass unresectable because of its extensive involvement of the carotid artery, larynx, and hyoid apparatus, and warned that any biopsy attempt risked catastrophic hemorrhage and airway-compromising swelling. The oncology team instead offered definitive-intent stereotactic body radiotherapy, a technique that delivers ablative radiation doses in a handful of fractions with submillimeter targeting. The rationale was technical as much as biological: compared with a conventional 16 to 20 fraction course, a three-fraction protocol meant only three anesthesia episodes for a cat that was already difficult to intubate, with far less cumulative acute toxicity to the pharynx and trachea.</p>
<p>The treatment plan was built on the treatment planning system using pre- and post-contrast CT sequences. The gross target volume encompassed all abnormal contrast-enhancing tissue and abnormal vasculature, including the left tonsil. A 2-millimeter planning target volume expansion accounted for setup uncertainty, but was cropped away from organs at risk, the skin, pharynx, trachea, esophagus, brain, spinal cord, and eyes, to prioritize normal tissue sparing. Two coplanar arcs of 6-megavolt photons delivered 10 Gy per day for three consecutive days, for a total of 30 Gy, using volumetric modulated arc therapy. Dosimetry was calculated with the Acuros algorithm, and quality assurance with an electronic portal imaging device achieved a gamma passing rate above 95 percent at 3 millimeters and 3 percent, confirming the planned dose distribution matched delivery.</p>
<p>The response was fast and durable. Two weeks after the final fraction, the tumor had shrunk roughly 30 percent in length and 37.5 percent in width on caliper measurement, the cat&#8217;s breathing signs had resolved, and its appetite had normalized. By three months, the mass was no longer palpable at all. Ultrasound at 15 months showed a residual soft tissue structure surrounding the left carotid artery, and a 24-month scan by a second radiologist documented a highly vascular mass measuring 3.2 by 2.2 centimeters, a persistent partial response under RECIST 1.0 criteria with no local or systemic progression for 755 days. Thyroid hormone values, which had been suppressed by euthyroid sick syndrome at presentation, returned to and remained within normal ranges through repeated monitoring.</p>
<p>Tolerability was equally striking. The only radiation-related adverse event was leukotrichia, whitening of the fur in the treatment field, graded as a mild VRTOG grade 1 late skin toxicity. A transient episode of hiding, drooling, and poor appetite after the first fraction resolved when gabapentin was stopped and an anti-nausea drug given. Later weight loss at 20 to 24 months was traced to newly diagnosed chronic kidney disease and a progressively enlarging hepatic cystadenoma, both judged unrelated to the cervical tumor or its radiation. At the time of manuscript submission, the cat was alive with no evidence of disease progression, more than two years after treatment.</p>
<p>The authors caution that without surgical histopathology, which was deliberately avoided given the hemorrhage risk, the diagnosis remains presumptive; cytology alone cannot fully exclude ectopic thyroid or parathyroid tumors, and the definitive classification would have required immunohistochemistry on tissue. Even so, the convergence of imaging, cytomorphology, TTF-1 negativity, and the non-secretory clinical picture makes carotid body origin the leading explanation. The team recommends that carotid body paraganglioma be added to the differential list for feline cervical neuroendocrine masses, and that endocrine function screening be built into both initial work-up and long-term follow-up, since radiation can induce endocrine changes, as seen in dogs. For veterinary oncologists facing cats with otherwise untreatable advanced neck tumors, the report suggests external beam radiotherapy, and stereotactic body radiotherapy in particular, can now be offered as a definitive local option rather than a palliative afterthought.</p>
<p>Beyond this single patient, the case fills a genuine gap in comparative oncology. In human medicine, carotid body paragangliomas are the most common head and neck paragangliomas, and while surgery remains the mainstay, definitive radiotherapy and stereotactic techniques are established alternatives for tumors encasing the carotid artery, where resection carries stroke risk. In dogs, these tumors are typically encountered as incidental, slowly growing masses at the heart base, and complete surgical excision is rarely achieved. The feline report suggests that the radiotherapy experience accumulated in those species may translate across species lines.</p>
<p>The diagnostic work-up also illustrates a subtlety of feline endocrinology. The cat&#8217;s low total thyroxine with inappropriately low thyroid-stimulating hormone was interpreted as euthyroid sick syndrome, a reversible suppression of thyroid hormone values caused by non-thyroidal illness, rather than true hypothyroidism. Recognizing this pattern prevented a misdiagnosis that could have steered the work-up toward thyroid disease, and the later normalization of thyroid values on follow-up confirmed the interpretation.</p>
<p>Finally, the durability of response matters for fractionation debates in veterinary radiation oncology. Ablative hypofractionated schedules trade convenience and reduced anesthesia exposure against uncertainty about late toxicity, and this report, with more than two years of follow-up and only grade 1 leukotrichia, provides early evidence that such schedules can be both effective and well tolerated in cats with deeply seated cervical disease.</p>
<p><strong>Subject of Research:</strong> First reported use of stereotactic body radiotherapy to treat a suspected feline carotid body paraganglioma</p>
<p><strong>Article Title:</strong> Locally advanced cervical neuroendocrine tumor of presumptive carotid body origin in a cat treated with stereotactic body radiotherapy (SBRT): a case report</p>
<p><strong>Article References:</strong> Gualtieri, P., Benedict, W. M., Tremolada, G., &amp; Boss, M.-K. (2026). Locally advanced cervical neuroendocrine tumor of presumptive carotid body origin in a cat treated with stereotactic body radiotherapy (SBRT): a case report. <em>Veterinary Oncology, 3</em>(1), Article 18. <a href="https://doi.org/10.1186/s44356-026-00071-6" rel="noopener noreferrer">https://doi.org/10.1186/s44356-026-00071-6</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1186/s44356-026-00071-6" rel="noopener noreferrer">10.1186/s44356-026-00071-6</a></p>
<p><strong>Keywords:</strong> cat, carotid body, paraganglioma, chemodectoma, neuroendocrine tumor, SBRT, stereotactic body radiotherapy, veterinary oncology, VMAT, cervical mass, TTF-1, radiation therapy</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">191986</post-id>	</item>
		<item>
		<title>Plasma multi-omic signatures distinguish mild cognitive impairment from pre-frailty</title>
		<link>https://scienmag.com/plasma-multi-omic-signatures-distinguish-mild-cognitive-impairment-from-pre-frailty/</link>
		
		<dc:creator><![CDATA[Beatrice Stafford]]></dc:creator>
		<pubDate>Thu, 10 Sep 2026 22:54:54 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[Aging]]></category>
		<category><![CDATA[aging and cognitive decline]]></category>
		<category><![CDATA[aging biomarkers]]></category>
		<category><![CDATA[biological distinctions in aging]]></category>
		<category><![CDATA[blood biomarkers in healthy older adults]]></category>
		<category><![CDATA[blood-based molecular signatures]]></category>
		<category><![CDATA[blood-based multi-omic signatures]]></category>
		<category><![CDATA[cognitive decline and physical health]]></category>
		<category><![CDATA[distinctions between physical frailty and cognitive decline]]></category>
		<category><![CDATA[frailty and cognitive health]]></category>
		<category><![CDATA[geroscience and aging research]]></category>
		<category><![CDATA[healthy older adults]]></category>
		<category><![CDATA[Mild Cognitive Impairment]]></category>
		<category><![CDATA[mild cognitive impairment biomarkers]]></category>
		<category><![CDATA[molecular biomarkers of aging]]></category>
		<category><![CDATA[molecular differentiation between pre-frailty and cognitive impairment]]></category>
		<category><![CDATA[molecular markers of frailty]]></category>
		<category><![CDATA[molecular signatures of aging]]></category>
		<category><![CDATA[multi-omic analysis]]></category>
		<category><![CDATA[neurodegeneration vs physical decline]]></category>
		<category><![CDATA[personalized aging interventions]]></category>
		<category><![CDATA[plasma proteomics and metabolomics]]></category>
		<category><![CDATA[pre-frailty]]></category>
		<category><![CDATA[pre-frailty biological markers]]></category>
		<guid isPermaLink="false">https://scienmag.com/plasma-multi-omic-signatures-distinguish-mild-cognitive-impairment-from-pre-frailty/</guid>

					<description><![CDATA[Aging research has long been haunted by an intuitive assumption: that when older adults grow physically weak, their minds tend to weaken too, because the two declines share a common biological root. A new study challenges that assumption at the molecular level. Researchers analyzing the blood of relatively healthy Dutch older adults found that pre-frailty [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Aging research has long been haunted by an intuitive assumption: that when older adults grow physically weak, their minds tend to weaken too, because the two declines share a common biological root. A new study challenges that assumption at the molecular level. Researchers analyzing the blood of relatively healthy Dutch older adults found that pre-frailty and mild cognitive impairment, despite frequently appearing together in the clinic, leave completely distinct fingerprints in the blood, with not a single shared molecular marker between the two conditions.</p>
<p>The study, published in GeroScience, examined 50 community-dwelling older adults with an average age of 79.9 years. Twenty-nine participants were classified as physically fit, while 21 met the criteria for pre-frailty, meaning they exhibited one or two of the five Fried frailty criteria, including unintentional weight loss, exhaustion, low physical activity, slowness, and weakness. Individuals with more than two criteria, classified as fully frail, were excluded. The researchers deliberately focused on this relatively healthy population to avoid the confounding effects of advanced multimorbidity, which often masks molecular signals in studies of older, sicker cohorts.</p>
<p>Crucially, the two conditions overlapped partially but not completely within the same individuals, allowing the team to ask a direct question within a single well-characterized cohort: do early physical weakness and early cognitive decline circulate in the blood together, or do they travel separate paths? Participants underwent cognitive testing using the Montreal Cognitive Assessment, a 30-point screening instrument covering executive function, naming, attention, language, abstraction, delayed recall, and orientation, as well as the computerized MemTrax test, which measures recognition memory and reaction time across a series of repeated images. Mild cognitive impairment was defined as a MoCA score below 24, a threshold chosen based on recent meta-analytic evidence for optimal diagnostic balance.</p>
<p>The behavioral results confirmed the expected clinical link. Pre-frail participants scored 12 percent lower on the MoCA than their fit counterparts, a difference that was statistically significant at P = 0.006. Their MemTrax accuracy was also 4 percent lower (P = 0.03), while reaction time showed a nonsignificant trend toward slowing (P = 0.09). On the surface, then, physical vulnerability and cognitive vulnerability marched together, just as decades of geriatric literature would predict.</p>
<p>But when the researchers turned to the blood, the picture fractured. Plasma samples, collected in the fasted state, were subjected to three complementary analytical platforms. Proteomic profiling used the SomaScan 11K assay, an aptamer-based technology that quantifies roughly 11,000 proteins simultaneously and reports abundance as relative fluorescence units. Metabolomic profiling used the Nightingale Health high-throughput proton nuclear magnetic resonance platform, which measures 162 individual metabolites along with 87 metabolite ratios or particle sizes, for a total of 249 lipid and metabolic parameters. A targeted liquid chromatography–tandem mass spectrometry assay quantified 26 acylcarnitine derivatives using stable isotope–labeled internal standards.</p>
<p>The proteomic results were striking. The team identified 24 differentially expressed proteins associated with pre-frailty and 21 associated with mild cognitive impairment. When the two lists were compared, the overlap was zero. Among the pre-frailty markers were fatty acid-binding protein 2 (FABP2), kininogen-1 (KNG1), and myotubularin-related protein 14 (MTMR14), all significant at P &lt; 0.01 but unchanged in the cognitive comparison. FABP2, typically associated with intestinal lipid handling and gut barrier integrity, has not previously been linked to pre-frailty and may represent a novel early marker of physical vulnerability. KNG1, a component of the coagulation cascade with pro-inflammatory potential depending on its splice variant, has been previously reported as a frailty biomarker. MTMR14, a muscle-specific inositide phosphatase, has been shown to decline with age and to accelerate skeletal muscle aging when lost, consistent with its appearance in the pre-frailty signature.</p>
<p>The MCI-associated proteins told a different story, rooted firmly in neurobiology. Amyloid beta precursor protein (APP) was elevated, while acetylcholinesterase (ACHE) and brain-specific angiogenesis inhibitor 1 (ADGRB1, also known as BAI1) were decreased. APP is central to amyloid processing and synaptic plasticity, and its dysregulation is a well-established feature of early Alzheimer&#8217;s disease pathology. ACHE is the enzymatic linchpin of cholinergic neurotransmission, and altered ACHE levels have been proposed as a marker of early cholinergic dysfunction in cognitive decline. ADGRB1 participates in astrocyte-mediated phagocytosis of excitatory synapses, implicating synaptic remodeling. None of these proteins moved in the pre-frailty comparison. Principal component analyses confirmed the separation: the MCI biomarker panel could not distinguish fit from pre-frail individuals, and the pre-frailty panel could not distinguish cognitively normal from impaired individuals.</p>
<p>The metabolomics data reinforced the same conclusion. Mild cognitive impairment was associated with ten significantly altered metabolites, including an elevated ratio of apolipoprotein B to apolipoprotein A1, increased VLDL cholesterol, and elevated cholesteryl esters in VLDL particles. Together, these changes point toward a shift in lipoprotein metabolism toward a more pro-atherogenic profile, driven by apolipoprotein B–containing and triglyceride-rich particles. This pattern aligns with growing evidence linking dyslipidemia to cognitive decline and neurodegenerative risk. Pre-frailty, in contrast, was associated with only one altered metabolite: the ratio of phospholipids to total lipids in very small VLDL particles, which was decreased. Notably, VLDL particle size itself showed no association with pre-frailty (P = 0.75), suggesting that subtle changes in lipoprotein composition or remodeling, rather than overt particle size differences, characterize early physical vulnerability. There was no overlap between the metabolic signatures of the two conditions.</p>
<p>The acylcarnitine analysis added one more piece to the puzzle. Of the 26 carnitine derivatives measured, only C18:0 acylcarnitine differed significantly between fit and pre-frail participants (P &lt; 0.05), and it was decreased, not elevated, in the pre-frail group. This finding was unexpected, because impaired mitochondrial fatty acid oxidation typically drives circulating acylcarnitine levels upward, reflecting incomplete fat breakdown. The authors note that a similar decrease in C18:0 has been reported in patients with myalgic encephalomyelitis/chronic fatigue syndrome, though the mechanism remains unclear. Intriguingly, no acylcarnitine differences emerged between the MCI and cognitively normal groups, suggesting that mitochondrial lipid metabolism may be more closely tied to early physical decline than to early cognitive impairment in this population. The researchers speculate this could relate to the dominant fuels each tissue uses: glucose for the brain, fatty acids for skeletal muscle.</p>
<p>Taken together, the results deliver a clear and somewhat counterintuitive message. The clinical co-occurrence of frailty and cognitive impairment, which is well documented and associated with heightened risks of disability, falls, hospitalization, and mortality, does not appear to arise from shared systemic molecular mechanisms, at least in the early stages captured by this study. Instead, the two conditions seem to proceed along parallel but biologically distinct pathways, one rooted in muscle, vascular, and inflammatory biology, the other in amyloid processing, cholinergic signaling, and lipoprotein metabolism.</p>
<p>The study has limitations that the authors are careful to acknowledge. The cross-sectional design cannot establish whether the observed molecular differences precede or result from either condition. The modest sample size of 50 may have limited power to detect subtle shared signals that do exist but remained below the threshold of detection. Plasma, while accessible and clinically relevant, may not fully capture tissue-specific biology, particularly brain-derived alterations relevant to cognition or muscle-specific processes relevant to frailty. The findings are also hypothesis-generating rather than definitive, given the exploratory nature of the analysis and the large number of proteins tested, and validation in independent cohorts will be essential.</p>
<p>Still, the study&#8217;s core contribution lies precisely in what it failed to find. By analyzing frailty and cognition within the same well-characterized, relatively homogeneous cohort, avoiding cross-cohort comparisons and excluding major comorbidities, the researchers produced a clean test of the shared-mechanism hypothesis, and the test came back negative. The identified biomarkers themselves are not all new; many have been reported before in separate contexts, which the authors cite as internal validation of their analytical approach. What is new is the demonstration that, within the same people, the two signatures do not intersect.</p>
<p>If the finding holds up in larger, longitudinal studies, the implications for aging medicine could be significant. Rather than searching for a unified therapy that addresses both physical frailty and cognitive decline as manifestations of a single aging process, clinicians and drug developers may need to pursue disease-specific treatments, targeting muscle and metabolic pathways for frailty and neurobiological and lipid pathways for cognitive impairment. In a field where cognitive frailty is often treated as one syndrome, this study suggests it may be more accurate to think of two distinct diseases that simply tend to arrive together.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Distinct plasma proteomic, metabolomic, and acylcarnitine signatures of pre-frailty and mild cognitive impairment in community-dwelling older adults</p>
<p><strong>Article Title:</strong> Mild cognitive impairment and pre-frailty show distinct plasma multi-omic signatures: a cross-sectional study</p>
<p><strong>Article References:</strong> de Jong, J. C. B. C., van der Hoek, M. D., Koopman, K. W. W., van den Hoek, A. M., Veeger, N. J. G. M., Kuda, O., van der Leij, F. R., Verschuren, L., Keijer, J., &amp; Nieuwenhuizen, A. G. (2026). Mild cognitive impairment and pre-frailty show distinct plasma multi-omic signatures: a cross-sectional study. <em>GeroScience</em>. <a href="https://doi.org/10.1007/s11357-026-02462-x" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s11357-026-02462-x</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11357-026-02462-x" target="_blank" rel="noopener noreferrer">10.1007/s11357-026-02462-x</a></p>
<p><strong>Keywords:</strong> frailty, pre-frailty, mild cognitive impairment, aging, multi-omics, proteomics, metabolomics, cognitive performance, acylcarnitines, GeroScience</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">191983</post-id>	</item>
		<item>
		<title>ChatGPT-4o Nearly Matches Human Examiners in Grading Finland&#8217;s Toughest Exam</title>
		<link>https://scienmag.com/chatgpt-4o-nearly-matches-human-examiners-in-grading-finlands-toughest-exam/</link>
		
		<dc:creator><![CDATA[Courtney Benton]]></dc:creator>
		<pubDate>Thu, 10 Sep 2026 22:49:54 +0000</pubDate>
				<category><![CDATA[Social Science]]></category>
		<category><![CDATA[AI grading accuracy]]></category>
		<category><![CDATA[AI in education]]></category>
		<category><![CDATA[AI in high-stakes testing]]></category>
		<category><![CDATA[AI trustworthiness in education]]></category>
		<category><![CDATA[AI vs human examiners]]></category>
		<category><![CDATA[AI-powered assessment systems]]></category>
		<category><![CDATA[automated essay scoring]]></category>
		<category><![CDATA[automated grading]]></category>
		<category><![CDATA[ChatGPT-4o]]></category>
		<category><![CDATA[ChatGPT-4o exam performance]]></category>
		<category><![CDATA[digital education benchmarking]]></category>
		<category><![CDATA[educational assessment]]></category>
		<category><![CDATA[Finnish matriculation exam]]></category>
		<category><![CDATA[Finnish matriculation examination]]></category>
		<category><![CDATA[grading open-ended written responses]]></category>
		<category><![CDATA[high-stakes examination]]></category>
		<category><![CDATA[human-AI agreement]]></category>
		<category><![CDATA[impact of AI on student evaluation]]></category>
		<category><![CDATA[large language models]]></category>
		<category><![CDATA[Large Language Models in Education]]></category>
		<category><![CDATA[large-scale AI evaluation studies]]></category>
		<category><![CDATA[low-resource languages]]></category>
		<category><![CDATA[open-ended assessment]]></category>
		<category><![CDATA[retrieval-augmented generation]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=191979</guid>

					<description><![CDATA[A University of Turku study found ChatGPT-4o, guided by a retrieval-augmented grading framework, matched human examiners' official scores on Finland's national matriculation examination in 75 percent of cases, rising to 85 percent when Finnish answers were translated into English.]]></description>
										<content:encoded><![CDATA[<p>An artificial intelligence system has come strikingly close to matching the judgment of human examiners in one of the most demanding settings imaginable: a national, high-stakes examination that helps determine students&#8217; futures. A new study from the University of Turku in Finland reports that ChatGPT-4o, when equipped with a carefully engineered grading framework, produced scores on Finland&#8217;s matriculation examination that largely tracked the official grades awarded by trained human evaluators. The findings, published in the journal Frontiers of Digital Education, offer one of the most rigorous large-scale benchmarks to date of large language models as graders of open-ended written answers, and they arrive at a moment when education systems worldwide are wrestling with whether generative AI can be trusted with consequential decisions.</p>
<p>The research team, led by Jussi S. Jauhiainen together with Agustín Garagorry Guerra, did not test the AI on toy examples or classroom quizzes. Instead, they turned to the Finnish matriculation examination, the national test that concludes upper secondary education and is enshrined in Finnish law. The dataset covered the open-ended written responses of 1,016 students, graded on the examination&#8217;s official 0-to-15 scale. This scale is narrow enough that even a two-point deviation can matter, and it demands nuanced judgment about argumentation, subject knowledge, and contextual use of concepts—precisely the qualities that have historically made automated essay scoring so difficult.</p>
<p>Technically, the researchers did not simply paste student answers into a chatbot and hope for the best. They deployed ChatGPT-4o within a reranked retrieval-augmented generation, or RAG, framework. In a RAG pipeline, the model first retrieves relevant reference material—in this case, grading criteria and model answers associated with each examination question—then reranks the retrieved content so the most pertinent information sits closest to the prompt, and finally generates its assessment grounded in that curated context. This architecture matters because it anchors the model&#8217;s judgment in the official grading instructions rather than relying purely on the statistical patterns encoded in its training data. The approach builds on the authors&#8217; earlier work applying RAG-based grading to models such as GPT-3.5, GPT-4, Claude-3, and Mistral-Large, but the new study scales the method up and subjects it to far stricter comparison against human ground truth.</p>
<p>The headline result is arresting. Measured with descriptive statistics and correlation analyses, GPT-4o&#8217;s scores landed within two points of the official human grades in 75.00 percent of cases. Severe outliers—grades that diverged so far as to raise questions about fundamental misunderstanding—accounted for only 3.00 percent of responses. For a machine assigning integer scores on a 16-point scale to free-form, argumentative prose in a national exam, that level of agreement represents a genuine milestone. Earlier automated scoring systems, from latent semantic analysis in the late 1990s to modern BERT-based essay scorers, typically required extensive task-specific training on thousands of pre-graded examples. Here, a general-purpose language model, guided by retrieved grading criteria, approached human-level agreement largely out of the box.</p>
<p>Yet the study&#8217;s second experiment may prove the most consequential for the billions of people who do not speak English natively. Finnish is a low-resource language in the world of large language models: it appears far less frequently in training corpora than English, and its rich morphology and flexible word order pose additional challenges for statistical language processing. When the researchers translated the students&#8217; Finnish responses into English and had the model grade the translations, alignment with human examiners jumped from 75.00 percent to 85.00 percent. The implication is sobering and empowering at once. The same AI system performs meaningfully better in a high-resource language than in a low-resource one, but a relatively simple translation step can recover much of the lost accuracy. For education systems in smaller language communities, that could determine whether AI-assisted grading is a dangerous shortcut or a viable supplement.</p>
<p>The study also probed a subtler question: not just whether the machine&#8217;s final scores matched human scores, but whether the machine was grading for the right reasons. The researchers examined whether GPT-4o recognized grading-relevant keywords—the technical terms and concepts that official criteria require examiners to spot. Broadly, it did. The model identified relevant keywords in the great majority of responses, which helps explain its strong score alignment. But the failures were revealing. In a minority of cases, the model misinterpreted the contextual usage of a term, registering a keyword as present when a student had used it incorrectly or in a way that did not satisfy the criterion, or occasionally overlooking legitimate conceptual content expressed in unusual phrasing. Those misreadings translated directly into grading errors, underscoring that surface-level keyword matching is not the same as genuine comprehension.</p>
<p>This distinction between matching scores and matching understanding sits at the heart of the paper&#8217;s conclusions. The authors are explicit that the findings demonstrate both the promise and the current limitations of LLM-based assessment. A model that agrees with human graders three-quarters or more of the time is a powerful tool, but the residual disagreements are not random noise; they cluster exactly where human interpretive depth matters most—irony, implicit reasoning, unconventional but valid arguments, and nuanced use of domain concepts. High-stakes examinations leave no room for such errors to be dismissed as acceptable variance when a student&#8217;s university admission or graduation certificate hangs in the balance.</p>
<p>The practical prescription that emerges is not replacement but supervision. The researchers argue that large language models hold significant potential as supplementary grading tools, particularly in high-resource languages, while cautioning that they do not yet match the consistency or interpretative depth of trained human evaluators. Deploying them responsibly, the study suggests, requires human oversight of every consequential grade, rigorous validation against official outcomes before any deployment, and careful attention to language effects—especially the systematic penalty that low-resource languages appear to suffer. The authors also frame the technology within the broader debate on trust and transparency in AI: teachers&#8217; willingness to accept AI-powered tools has been shown to depend on demonstrated reliability, and the so-called black-box problem remains a psychological and institutional barrier even when statistical performance is strong.</p>
<p>The context of the study amplifies its significance. Finland&#8217;s matriculation examination is a legally regulated national institution, with data access restricted by the Finnish National Agency for Education, which makes any benchmark against its official grades unusually authoritative. Open-ended questions on such exams have long been the last bastion of exclusively human assessment; multiple-choice testing was automated decades ago, but essays, structured arguments, and analytical responses resisted automation because grading them is an act of interpretation. If a general-purpose model with a well-designed retrieval framework can now approach human agreement on that terrain—and if translation can substantially close the gap for smaller languages—then the question facing ministries of education is no longer whether AI can grade, but under what safeguards it should be allowed to try.</p>
<p>What comes next, the researchers suggest, is continued benchmarking across subjects, question types, and languages, alongside the development of hybrid workflows in which the machine proposes and the human disposes. The vision is not an examination hall emptied of teachers, but one in which AI handles the first pass at enormous scale, flags uncertain cases, and frees human experts to focus their judgment where it counts. The Finnish results show that such workflows are technically plausible today, with measured agreement rates that would have seemed fanciful only a few years ago. They also show, with equal clarity, that the last few percentage points of agreement—the difference between a machine that assists grading and a machine that can be trusted to grade alone—remain stubbornly human territory. For now, the examiners of Finland, and everywhere else, can breathe a measured sigh of relief: the machine is close, but not close enough, and the study that proved it may shape how the world&#8217;s schools adopt AI for years to come.</p>
<p>Beyond the headline agreement rates, the study&#8217;s methodology reflects a broader shift in how automated assessment is evaluated. Rather than relying on a single aggregate statistic, the researchers combined descriptive statistics with correlation analyses and keyword-recognition checks, giving a multidimensional picture of where the model succeeded and failed. This kind of layered evaluation is increasingly seen as essential, because two grading systems can produce identical score distributions while reasoning about student answers in fundamentally different ways.</p>
<p>The translation experiment also carries implications for how multilingual capability is measured in language models. Performance gaps between high- and low-resource languages are well documented in the machine learning literature, but this study quantifies the gap in a concrete, consequential setting: a legally regulated national examination. The finding that translating responses into English improved alignment by ten percentage points suggests that language itself, not the difficulty of the exam content, was a major source of grading error.</p>
<p>For institutions considering similar deployments, the Finnish data restrictions highlight a practical constraint. Because the examination data could not be shared publicly, independent replication remains limited, reinforcing the authors&#8217; call for rigorous local validation before any AI-assisted grading system is adopted in high-stakes contexts.</p>
<p><strong>Subject of Research:</strong> Benchmarking ChatGPT-4o against human expert grading of open-ended responses in Finland&#x27;s national high-stakes matriculation examination across high- and low-resource languages</p>
<p><strong>Article Title:</strong> Evaluating Open-Ended High-Stakes Examinations with LLMs: Alignment Between ChatGPT-4o and Human Grading in High- and Low-Resource Languages</p>
<p><strong>Article References:</strong> Jauhiainen, J. S., &amp; Guerra, A. G. (2026). Evaluating Open-Ended High-Stakes Examinations with LLMs: Alignment Between ChatGPT-4o and Human Grading in High- and Low-Resource Languages. <em>Frontiers of Digital Education, 3</em>(2), Article 17. <a href="https://doi.org/10.1007/s44366-026-0091-1" rel="noopener noreferrer">https://doi.org/10.1007/s44366-026-0091-1</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s44366-026-0091-1" rel="noopener noreferrer">10.1007/s44366-026-0091-1</a></p>
<p><strong>Keywords:</strong> ChatGPT-4o, large language models, automated grading, high-stakes examination, Finnish matriculation examination, retrieval-augmented generation, open-ended assessment, low-resource languages, educational assessment, human-AI agreement, AI in education, automated essay scoring</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">191979</post-id>	</item>
	</channel>
</rss>
