<?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>federated learning in healthcare &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/federated-learning-in-healthcare/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Thu, 10 Sep 2026 23:50:00 +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>federated learning in healthcare &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Fractional tangent search-enhanced SqueezeNet monitors post-COVID heart health via federated learning</title>
		<link>https://scienmag.com/fractional-tangent-search-enhanced-squeezenet-monitors-post-covid-heart-health-via-federated-learning/</link>
		
		<dc:creator><![CDATA[Veronica Carney]]></dc:creator>
		<pubDate>Thu, 10 Sep 2026 23:49:56 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI-based cardiac health assessment]]></category>
		<category><![CDATA[AI-powered cardiac health assessment]]></category>
		<category><![CDATA[COVID-19 heart complication detection]]></category>
		<category><![CDATA[COVID-19 heart damage detection]]></category>
		<category><![CDATA[distributed machine learning in hospitals]]></category>
		<category><![CDATA[distributed training for heart health diagnostics]]></category>
		<category><![CDATA[early detection of myocarditis and arrhythmias]]></category>
		<category><![CDATA[ECG monitoring automation]]></category>
		<category><![CDATA[electrocardiogram analysis automation]]></category>
		<category><![CDATA[federated learning in healthcare]]></category>
		<category><![CDATA[fractional calculus optimization]]></category>
		<category><![CDATA[post-COVID cardiac complications]]></category>
		<category><![CDATA[post-COVID myocarditis monitoring]]></category>
		<category><![CDATA[post-pandemic cardiovascular health tracking]]></category>
		<category><![CDATA[privacy-preserving machine learning]]></category>
		<category><![CDATA[privacy-preserving medical data analysis]]></category>
		<category><![CDATA[remote monitoring of post-COVID patients]]></category>
		<category><![CDATA[scalable cardiac arrhythmia detection]]></category>
		<category><![CDATA[SqueezeNet deep learning architecture]]></category>
		<category><![CDATA[SqueezeNet deep learning model]]></category>
		<category><![CDATA[synthetic data generation for ECG]]></category>
		<category><![CDATA[synthetic data generation for medical imaging]]></category>
		<guid isPermaLink="false">https://scienmag.com/fractional-tangent-search-enhanced-squeezenet-monitors-post-covid-heart-health-via-federated-learning/</guid>

					<description><![CDATA[Millions of people who recovered from COVID-19 are discovering that the virus may have left behind an unwelcome souvenir: lasting damage to the heart. Studies conducted since the peak of the pandemic have documented elevated rates of arrhythmias, myocarditis, and disturbed heart rate variability in post-COVID patients, even among those whose initial infections were mild. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Millions of people who recovered from COVID-19 are discovering that the virus may have left behind an unwelcome souvenir: lasting damage to the heart. Studies conducted since the peak of the pandemic have documented elevated rates of arrhythmias, myocarditis, and disturbed heart rate variability in post-COVID patients, even among those whose initial infections were mild. Detecting these complications early requires frequent, careful analysis of electrocardiogram (ECG) recordings, a task that quickly overwhelms clinicians when scaled to entire populations. Now, a team of researchers in India has unveiled an artificial intelligence framework that promises to automate this monitoring while keeping sensitive patient data exactly where it belongs—inside the hospitals and clinics that collected it.</p>
<p>The study, published in the International Journal of Intelligent Robotics and Applications, was led by Mohammed Abdul Basith Ali Khan and Deepak Chamarthi of Acharya Nagarjuna University, together with Edara Sreenivasa Reddy of VIT-AP University. Their system, called FTSHO-SqueezeNet, combines a remarkably compact deep learning architecture, a novel optimization algorithm rooted in fractional calculus, synthetic data generation, and federated learning—a distributed training paradigm that allows multiple institutions to build a shared diagnostic model without ever exchanging raw patient records. The reported results are striking: the framework achieved an accuracy of 92.348 percent, a sensitivity of 96.657 percent, and a specificity of 93.956 percent, with a root mean square error of 0.296 and a loss value of just 0.077.</p>
<p>At the architectural core of the system sits SqueezeNet, a convolutional neural network first introduced in 2016 as a radical exercise in efficiency. Where classic image-recognition networks such as AlexNet contained tens of millions of parameters, SqueezeNet delivered comparable accuracy with roughly fifty times fewer parameters, packing into a model smaller than half a megabyte. The researchers chose this lean architecture deliberately. Continuous heart health monitoring implies deployment on resource-constrained devices—wearable sensors, bedside monitors, edge servers in rural clinics—where memory, bandwidth, and battery power are all at a premium. A model that can classify cardiac abnormalities without draining hardware budgets is far more likely to reach the patients who need it.</p>
<p>But raw computational efficiency is only part of the story. Training any neural network well requires finding the right settings for its internal weights, and this is where the team&#8217;s second innovation enters. Rather than relying on standard gradient-based training alone, they employed the Fractional Tangent Search Hiking Optimization, or FTSHO—a hybrid metaheuristic the authors constructed by blending the tangent search algorithm, a mathematical optimization technique published in Neural Computing and Applications, with the hiking optimization algorithm, a human-inspired metaheuristic introduced in Knowledge-Based Systems in 2024. The hiking algorithm metaphorically mimics climbers choosing among alternate trails to reach a summit, balancing exploration of new regions of the search space with exploitation of promising ones. By infusing this process with fractional calculus—a branch of mathematics dealing with derivatives and integrals of non-integer order, long used to add memory-like dynamics to optimization procedures—the researchers obtained a search mechanism capable of escaping the local minima that often trap conventional optimizers in high-dimensional parameter landscapes.</p>
<p>The result is a SqueezeNet whose training is steered by FTSHO, tuning hyperparameters and weights in a way that the authors say enhances both training efficiency and prediction performance. Their pipeline applies this optimized network within a two-stage classification strategy. In the first stage, an FTSHO-trained SqueezeNet performs a rapid screen of each incoming ECG recording, flagging anything that looks potentially abnormal. Only recordings that pass through this first filter as suspicious proceed to the second stage, where a second, more detailed classification pass—again using SqueezeNet under FTSHO training—assigns a specific diagnostic category. This cascading design mirrors the way a clinician might work: a quick glance to decide whether a tracing deserves closer scrutiny, followed by careful analysis of the concerning cases. By reserving the expensive detailed classification for abnormal recordings, the system cuts average computational load, an essential property for real-time monitoring at scale.</p>
<p>Getting the data into a form the network can digest involves its own preprocessing pipeline. Raw ECG signals are first converted into binary images, a transformation that suppresses noise and accentuates the essential cardiac features—the P waves, QRS complexes, and T waves that encode the heart&#8217;s electrical rhythm. This image-based representation also connects naturally to the datasets the team used: the ECG Images dataset of Cardiac Patients and PTB-XL, the large publicly available electrocardiography archive maintained on PhysioNet. Because real-world ECG data suffer from class imbalance—abnormal rhythms are far rarer than normal ones, yet precisely the cases that matter most for early detection—the researchers augmented their training set with a generative adversarial network called CycleGAN. The generative model synthesizes realistic ECG images for underrepresented classes, enlarging the effective dataset and rebalancing the class distribution while, according to the authors, preserving the key morphological features that define each cardiac condition.</p>
<p>Perhaps the most consequential design decision, however, is the framework&#8217;s commitment to federated learning. In a conventional machine learning pipeline, data from many hospitals would be pooled on a central server for training—a practice that raises formidable privacy, legal, and logistical barriers in healthcare. Federated learning inverts the model. Instead of shipping data to the model, the model travels to the data. Each participating site trains a local model on its own ECG records, and only the resulting parameter updates—mathematical summaries, not patient data—are transmitted to a central server, where they are aggregated into a global model that is then redistributed to all nodes. This local-and-global training loop repeats until the shared model converges. The approach means a small clinic in one region and a large hospital in another can jointly benefit from a powerful diagnostic model without either ever seeing the other&#8217;s raw records, satisfying regulatory constraints on sensitive health information while democratizing access to high-quality AI.</p>
<p>The clinical motivation behind this work is grounded in a growing body of post-pandemic research. Prior studies have documented impaired heart rate variability and cardiac autonomic dysfunction in patients recovering from COVID-19, and systematic reviews have found that the virus&#8217;s impact on autonomic regulation can persist long after acute infection resolves. Machine learning studies have explored whether a person&#8217;s post-COVID state can be inferred from heart rhythm data, and interpretable deep learning models such as ECG-iCOVIDNet have demonstrated that post-COVID subjects exhibit detectable changes in their ECG signals. Federated learning itself has already been applied to cardiology in multinational collaborations, including efforts to train ECG and echocardiogram models for hypertrophic cardiomyopathy detection across borders. The new work extends this lineage by targeting the specific, growing population of post-COVID patients who need sustained surveillance.</p>
<p>The researchers evaluated their pipeline rigorously, reporting that FTSHO-SqueezeNet attained a loss function value of 0.077 and an RMSE of 0.296 alongside its accuracy, sensitivity, and specificity figures. The high sensitivity—nearly 97 percent—is particularly meaningful in a screening context, since it indicates the system rarely misses genuinely abnormal rhythms, the costliest error in cardiac monitoring. The solid specificity suggests it does not flood clinicians with false alarms, a failure mode that would otherwise erode trust in automated alerts. The low loss and error values point to a model that is not merely accurate on average but consistently reliable across the classification task.</p>
<p>The broader implications extend well beyond post-COVID care. A lightweight, privacy-preserving ECG classifier could be integrated into the growing ecosystem of wearable medical devices, some of which are already being paired with 5G connectivity for real-time cardiovascular monitoring of vulnerable patients. Hospitals could deploy the federated framework across their networks of clinics, allowing the shared model to improve continuously as more sites contribute training updates. And the optimization technique itself—the fractional tangent search hiking hybrid—may find applications in other deep learning problems where standard training struggles, from medical imaging to embedded systems.</p>
<p>Challenges remain before such systems reach everyday clinical practice. Federated learning must contend with statistical heterogeneity, since different hospitals see different patient populations and distribution shifts that can complicate model aggregation. Synthetic data, however realistic, must be validated to ensure that generated ECG images do not subtly distort the diagnostic features clinicians depend on. And regulatory approval for AI-driven diagnostic tools demands extensive prospective validation in real clinical environments. Still, the study offers a compelling blueprint: combine compact architectures, smarter optimization, generative augmentation, and privacy-first distributed training, and continuous cardiac monitoring for the millions living with post-COVID heart effects becomes not just feasible, but scalable. For patients whose hearts have not returned to normal after recovery, that combination could mean the difference between a complication caught early and one discovered too late.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Privacy-preserving, federated deep learning for automated ECG-based heart health monitoring in post-COVID-19 patients, using an FTSHO-optimized SqueezeNet with two-stage classification and CycleGAN data augmentation.</p>
<p><strong>Article Title:</strong> Fractional Tangent Search Hiking optimization enabled Squeezenet for post-COVID heart health monitoring in Federated Learning</p>
<p><strong>Article References:</strong> Khan, M. A. B. A., Chamarthi, D., &amp; Reddy, E. S. (2026). Fractional Tangent Search Hiking optimization enabled Squeezenet for post-COVID heart health monitoring in Federated Learning. <em>International Journal of Intelligent Robotics and Applications</em>. <a href="https://doi.org/10.1007/s41315-026-00558-3" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s41315-026-00558-3</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s41315-026-00558-3" target="_blank" rel="noopener noreferrer">10.1007/s41315-026-00558-3</a></p>
<p><strong>Keywords:</strong> Federated Learning, Heart health monitoring, Post-COVID-19, ECG classification, SqueezeNet, Fractional Tangent Search Hiking Optimization, CycleGAN data augmentation, Binary image conversion, Myocarditis, Arrhythmia detection, Privacy-preserving AI, Fractional calculus</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">192042</post-id>	</item>
		<item>
		<title>Federated AI Clusters Patient Health Risks Without Sharing Data</title>
		<link>https://scienmag.com/federated-ai-clusters-patient-health-risks-without-sharing-data/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sun, 30 Aug 2026 10:57:41 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI-based health risk prediction without data sharing]]></category>
		<category><![CDATA[decentralized medical data analysis]]></category>
		<category><![CDATA[distributed machine learning in hospitals]]></category>
		<category><![CDATA[federated AI clusters for patient safety]]></category>
		<category><![CDATA[federated learning for healthcare]]></category>
		<category><![CDATA[federated learning in healthcare]]></category>
		<category><![CDATA[fuzzy clustering for patient risk stratification]]></category>
		<category><![CDATA[fuzzy clustering in health risk assessment]]></category>
		<category><![CDATA[healthcare machine learning frameworks]]></category>
		<category><![CDATA[improved clinical risk grouping]]></category>
		<category><![CDATA[integrated AI systems for clinical risk management]]></category>
		<category><![CDATA[machine learning benchmarks in medical research]]></category>
		<category><![CDATA[medical data compression techniques]]></category>
		<category><![CDATA[neural autoencoder for health risk assessment]]></category>
		<category><![CDATA[neural autoencoder for patient data]]></category>
		<category><![CDATA[patient data privacy in AI]]></category>
		<category><![CDATA[privacy-first AI models in medicine]]></category>
		<category><![CDATA[privacy-first health data analytics]]></category>
		<category><![CDATA[privacy-preserving AI for medical data]]></category>
		<category><![CDATA[privacy-preserving AI in medicine]]></category>
		<category><![CDATA[risk stratification using federated AI]]></category>
		<category><![CDATA[scalable healthcare data analysis]]></category>
		<category><![CDATA[telemedicine data clustering]]></category>
		<category><![CDATA[wearable sensor data analysis]]></category>
		<guid isPermaLink="false">https://scienmag.com/federated-ai-clusters-patient-health-risks-without-sharing-data/</guid>

					<description><![CDATA[Imagine hospitals scattered across a country jointly teaching a single artificial intelligence to spot hidden health-risk patterns — without a single weight measurement, meal log, or exercise record ever leaving the building where it was collected. That is the promise behind a new study from researchers at Manipal Institute of Technology Bengaluru, part of Manipal [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Imagine hospitals scattered across a country jointly teaching a single artificial intelligence to spot hidden health-risk patterns — without a single weight measurement, meal log, or exercise record ever leaving the building where it was collected. That is the promise behind a new study from researchers at Manipal Institute of Technology Bengaluru, part of Manipal Academy of Higher Education in India, published in the open-access journal Neural Processing Letters. Engineers Raghavendra M. Devadas and T. Sowmya have assembled a machine-learning framework that welds together three ideas: federated learning, a privacy-first recipe for training AI across scattered data sources; a neural autoencoder that compresses tangled lifestyle data into a compact mathematical map; and fuzzy clustering, a technique that lets a patient belong to several risk groups at once, in graduated degrees. Tested against simulated clinics holding deliberately mismatched patient populations, their system drew cleaner and more clinically meaningful risk strata than standard clustering pipelines — often by a factor of two or more on widely used clustering benchmarks.</p>
<p>The study confronts one of the defining tensions of modern medicine. Health data has never been more abundant — electronic medical records, wearable sensor streams, telemedicine platforms — and machine learning thrives on large, pooled datasets. Yet privacy law, ethics boards, and institutional caution keep that data locked in local silos, and for good reason. Federated learning, first formalized by McMahan and colleagues in 2017, flips the usual arrangement: instead of shipping data to a central server, the server ships the model to the data. Each participating site — a hospital, a clinic, a personal device — trains the shared model on its own records and transmits back only parameter updates. A coordinator averages those updates using the now-standard Federated Averaging scheme and broadcasts the improved model for the next round of local training. The Manipal implementation follows this choreography faithfully: even the mean and standard deviation used to standardize each site&#8217;s features are computed from local data alone and never shared, closing off a subtle channel through which distributional information could leak.</p>
<p>But federated learning conceals a statistical trap: hospitals are not identical twins. A rural health center, an urban specialty clinic, and a student health service see profoundly different populations — different age structures, diets, activity levels, and disease mixes. In machine-learning language, their datasets are non-independent and identically distributed, or non-IID, and this heterogeneity is notorious for degrading accuracy and provoking client drift, in which individual sites drag the shared model in conflicting directions. Although a substantial literature attacks non-IID data for supervised tasks such as diagnosis prediction, unsupervised learning — clustering unlabelled patients into risk groups — has barely been probed under these conditions, and the new study is among the first to fuse autoencoder-based representation learning with fuzzy clustering inside a federated, non-IID framework. Earlier federated clustering efforts, from federated fuzzy C-Means protocols to GAN-based deep clustering and recursive fuzzy schemes, concentrated on federated optimization or client grouping rather than on learning rich nonlinear representations of health data. The gap matters: clustering is how researchers surface hidden risk groups that no one thought to look for.</p>
<p>The framework&#8217;s first ingredient is an autoencoder — a two-part neural network trained to reproduce its own input. The encoder compresses each high-dimensional patient record into a much smaller latent code; the decoder attempts to reconstruct the original record from that code. Because the bottleneck in between is narrow, the network is forced to keep only the most informative structure, filtering out noise and redundancy while taming the curse of dimensionality that degrades clustering in high-dimensional spaces. Unlike principal component analysis, the classical linear workhorse of dimensionality reduction, an autoencoder learns nonlinear relationships — the tangled ways body weight, vegetable consumption, water intake, physical activity, and technology use interact to shape metabolic risk. Here the autoencoder was deliberately shallow, with two hidden layers of sixteen and eight neurons, ReLU activations, and Adam-optimizer training for up to 800 iterations to minimize reconstruction error, and it condensed every record into just two latent dimensions — a choice made so that the resulting risk landscape could be visualized, inspected, and interpreted directly rather than buried in an opaque high-dimensional embedding.</p>
<p>On top of that learned map sits the second ingredient: Fuzzy C-Means clustering. Ordinary K-Means hands down a hard verdict — every point belongs to exactly one cluster — which ill suits healthcare, where risk categories shade into one another and comorbidities overlap. FCM instead grants every patient a membership degree to every cluster, with the degrees for each individual summing to one. A patient might belong 0.8 to a high-risk group and 0.2 to a moderate-risk group — a numerically exact way of saying &#8220;predominantly high risk, with a creeping tendency the clinic should monitor.&#8221; Mathematically, FCM alternates two updates until convergence: memberships are recomputed from the relative Euclidean distances between each latent point and every cluster center, so points sitting near one centroid earn high membership there, while each centroid is then recomputed as a membership-weighted average of all points, with the strongest members pulling hardest. A fuzziness exponent m, fixed at the standard value of two, controls the softness of those assignments; as m approaches one, the method collapses into hard K-Means, while larger values dissolve clusters into mutual ambiguity.</p>
<p>The third ingredient is what makes the entire system federated. Rather than pooling latent codes from all sites on a central server, the framework runs the fuzzy clustering loop as a distributed choreography. In each iteration, the server broadcasts the current cluster centroids to every client; each client then computes membership values for its own patients using nothing but its own data. It transmits only two anonymous partial quantities per cluster — a weighted sum of its latent vectors and a total fuzzy weight — and the server adds these contributions across all sites to compute the updated global centroids. No raw records, and not even the latent codes themselves, ever cross a client&#8217;s boundary. The cycle repeats until the largest centroid movement falls below a tolerance of 0.00001, and in practice the algorithm settled in fewer than one hundred iterations. The design mirrors the classic division between a local membership step and a global centroid step, and converges, at minimum, to a local optimum of the fuzzy objective function.</p>
<p>To stress-test the pipeline, the researchers built a synthetic dataset of 500 samples modeled on the UCI Machine Learning Repository&#8217;s obesity dataset, capturing age, height, weight, frequency of vegetable consumption, number of daily main meals, daily water intake, physical activity frequency, and time spent using technology. The data were deliberately carved into five federated clients according to body-mass-index quantiles, so that each site received a skewed, statistically distinct slice of the population — a faithful miniature of real-world hospital heterogeneity. Four clusters were sought, corresponding to four BMI-linked health strata: underweight, normal, overweight, and obese. Tellingly, BMI itself was never fed into the clustering process. A post-hoc association analysis later found broadly similar BMI distributions across the discovered clusters, indicating that the system was reading structure out of the lifestyle variables — diet, hydration, exercise, and technology habits — rather than merely rediscovering weight categories it was never shown. Visualizations of the two-dimensional latent space made the soft structure tangible: markers sized by membership confidence showed dense, well-separated groupings with graded boundaries at the edges, where genuine uncertainty about a patient&#8217;s stratum lives.</p>
<p>The benchmark results were striking. On the Silhouette score, a standard measure between -1 and 1 that rewards tight, well-separated clusters, the autoencoder-plus-FCM framework reached 0.600, against 0.327 for PCA combined with K-Means, 0.299 for PCA with FCM, and a near-useless 0.028 for fuzzy clustering applied to the raw, uncompressed features. On the Davies–Bouldin Index, where lower values indicate better compactness-to-separation, the framework scored 0.549 — roughly half the 0.909 posted by PCA plus K-Means and the 0.954 by PCA plus FCM, and far ahead of the 2.545 recorded on raw features. The Calinski–Harabasz Index, which rewards large between-cluster dispersion relative to within-cluster compactness, hit 1182.0 — nearly four times the PCA-based pipelines and more than thirty-seven times the raw-feature baseline. Just as important, the quality held everywhere: per-client Silhouette values ranged only from 0.573 to 0.659 across all five non-IID sites, with average fuzzy membership strengths near 0.44 to 0.46, evidence that no clinic&#8217;s patients were being poorly served by the shared model.</p>
<p>A battery of robustness checks reinforced the headline numbers. Sweeping the fuzzifier confirmed m = 2 as the sweet spot: at m = 1.5 memberships turn overly crisp, with a partition coefficient near 0.78, sacrificing the soft boundaries that make fuzzy clustering useful, while at m = 3.0 assignments dissolve into ambiguity, with the partition coefficient dropping to about 0.35 and partition entropy climbing to roughly 1.20. Varying the latent dimension showed that two latent dimensions outperform four or eight, because higher-dimensional spaces inject variability that dilutes cluster compactness. An ablation test found that deepening the autoencoder from a (16, 8) architecture to (32, 16, 8) neurons bought almost nothing — a Silhouette gain from 0.395 to 0.398 — so the shallow design stands on merit. Euclidean distance narrowly beat cosine distance in the latent space, 0.399 to 0.386, consistent with the network&#8217;s Euclidean reconstruction loss; re-running the pipeline across different random seeds shifted scores by only about ±0.010; convergence tolerance had negligible effect; and when clients were instead partitioned by age and activity profiles rather than BMI, clustering quality remained comparable, at 0.40 versus 0.36.</p>
<p>The framework also speaks a language clinicians can read. Feeding each discovered centroid backward through the decoder yields a prototype patient — a synthetic &#8220;typical member&#8221; whose profile characterizes the cluster — while summary statistics of real high-membership members flesh out each stratum&#8217;s behavioral fingerprint across diet, hydration, and exercise. The authors are candid about limits. The current system preserves data locality but does not yet add formal privacy guarantees such as differential privacy or secure aggregation, which would put cryptographic teeth behind the architecture; the evaluation rests on a synthetic 500-sample stand-in rather than real clinical records; and the shallow autoencoder is a demonstration-grade design whose clusters still require validation by clinical experts against genuine risk categories. Next on the agenda, the researchers report, are tests on large real-world datasets such as UCI Obesity and MIMIC-III, deeper and variational autoencoders, explainability tools such as SHAP and LIME to open the latent space to inspection, and hybrid federated pipelines that couple clustering with downstream prediction. The destination is a healthcare AI that learns from everyone&#8217;s data while seeing no one&#8217;s — a vision that, if this study is any guide, is moving measurably closer.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Privacy-preserving health risk stratification using federated autoencoder-enhanced Fuzzy C-Means clustering under non-IID client data distributions.</p>
<p><strong>Article Title:</strong> Federated Autoencoder-Enhanced Fuzzy Clustering for Health Risk Stratification: A Non-IID Client-Aware Unsupervised Framework</p>
<p><strong>Article References:</strong> Devadas, R. M., &amp; Sowmya, T. (2026). Federated Autoencoder-Enhanced Fuzzy Clustering for Health Risk Stratification: A Non-IID Client-Aware Unsupervised Framework. <em>Neural Processing Letters, 58</em>(4), Article 50. <a href="https://doi.org/10.1007/s11063-026-11858-x" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s11063-026-11858-x</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11063-026-11858-x" target="_blank" rel="noopener noreferrer">10.1007/s11063-026-11858-x</a></p>
<p><strong>Keywords:</strong> Federated learning, Autoencoder, Fuzzy C-Means, Non-IID data, Health risk stratification, Unsupervised clustering, Privacy-preserving machine learning, Latent space representation</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">185440</post-id>	</item>
		<item>
		<title>Federated Learning Enhances Alzheimer&#8217;s Imaging Assessment</title>
		<link>https://scienmag.com/federated-learning-enhances-alzheimers-imaging-assessment/</link>
		
		<dc:creator><![CDATA[Veronica Carney]]></dc:creator>
		<pubDate>Wed, 28 Jan 2026 10:08:27 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[advancements in Alzheimer's diagnostics]]></category>
		<category><![CDATA[Alzheimer's disease imaging assessment]]></category>
		<category><![CDATA[collaborative medical data analysis]]></category>
		<category><![CDATA[decentralized data storage in medicine]]></category>
		<category><![CDATA[ethical considerations in medical data]]></category>
		<category><![CDATA[federated learning in healthcare]]></category>
		<category><![CDATA[HIPAA compliance in healthcare technology]]></category>
		<category><![CDATA[innovative imaging techniques for Alzheimer's]]></category>
		<category><![CDATA[intelligent models in medical research]]></category>
		<category><![CDATA[machine learning for neuroimaging]]></category>
		<category><![CDATA[patient data security in research]]></category>
		<category><![CDATA[privacy-preserving AI models]]></category>
		<guid isPermaLink="false">https://scienmag.com/federated-learning-enhances-alzheimers-imaging-assessment/</guid>

					<description><![CDATA[In a groundbreaking study, researcher Jing Yao has unveiled an innovative intelligent model aimed at transforming the landscape of Alzheimer’s disease imaging assessment through the application of federated learning. This remarkable research, set to be published in 2026 in the journal Discov Artif Intell, introduces a paradigm shift in how medical imaging data is utilized, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In a groundbreaking study, researcher Jing Yao has unveiled an innovative intelligent model aimed at transforming the landscape of Alzheimer’s disease imaging assessment through the application of federated learning. This remarkable research, set to be published in 2026 in the journal <em>Discov Artif Intell</em>, introduces a paradigm shift in how medical imaging data is utilized, promising not only enhanced accuracy in diagnostics but also addressing some of the ethical and privacy concerns surrounding patient data.</p>
<p>At the heart of this study is the recognition of the vast amounts of imaging data generated from various medical imaging modalities. Traditionally, analyzing such data necessitates centralized storage, which raises both security and privacy issues. However, Yao’s proposed federated learning model tackles these challenges head-on. By allowing institutions to collaboratively train algorithms on decentralized data, sensitive patient information remains secure while still contributing to the collective intelligence of the model. This approach fosters an environment where data privacy laws, such as HIPAA in the United States, are respected while advancing the field of neuroimaging.</p>
<p>Crucially, the intelligent model integrates advanced machine learning techniques to enhance the accuracy of Alzheimer’s disease assessments. Conventional imaging assessments often present challenges, as they can vary significantly based on the equipment used, the method of analysis, and the expertise of the interpreting physician. Yao’s model mitigates these discrepancies by employing standardized algorithms that learn from diverse datasets, extracting patterns that enhance diagnostic precision across various demographics and imaging modalities.</p>
<p>Additionally, the model is designed to adapt over time. As it processes more decentralized imaging data from different healthcare institutions, it becomes increasingly robust. Continuous learning in federated setups allows the model not only to improve its assessments but also to stay up-to-date with advancements in imaging technologies and best practices in clinical settings. This responsive evolution is critical in fields like Alzheimer&#8217;s research, where new biomarkers and imaging techniques are regularly introduced.</p>
<p>One of the most compelling aspects of this intelligent model lies in its potential for early diagnosis. Research consistently shows that early intervention is crucial in managing Alzheimer&#8217;s disease. However, the variability in current assessment methods can often result in delayed or inaccurate diagnoses. Yao’s intelligent model aims to streamline this process, utilizing comprehensive data analytics to highlight subtle imaging changes often overlooked in traditional assessments, thus providing healthcare professionals with timely and actionable insights.</p>
<p>Yao’s federated learning model also opens the door to new research avenues. By creating an environment where multiple institutions can securely share insights derived from their imaging data, collaborative research efforts can thrive. This is particularly vital in Alzheimer’s studies, which often require large sample sizes to achieve statistical significance. Such collaboration could lead to faster discoveries in treatment methodologies and a deeper understanding of the disease’s progression.</p>
<p>Moreover, this model emphasizes the temporary use of data. Unlike traditional centralized approaches where data retention poses ethical dilemmas, federated learning ensures that data is not permanently stored in one location. This adds an extra layer of security and aligns with increasing calls for responsible data management practices within healthcare. As medical institutions grapple with the complexities of data ethics, Yao’s work provides a framework that prioritizes patient rights while facilitating groundbreaking research.</p>
<p>The broader implications of Yao’s intelligent model extend into healthcare inequalities as well. Federated learning makes it feasible for under-resourced institutions to contribute to significant studies without the need for a massive investment in data storage and processing capabilities. This inclusivity can enhance the representative diversity of data used in training, ultimately leading to more equitable healthcare solutions for populations that are often underrepresented in Alzheimer’s research.</p>
<p>In evaluating the potential impacts of this research, it is indispensable to consider the ethical ramifications of AI in healthcare. While the benefits of improved diagnostic tools are profound, the medical community must remain vigilant about the implications of algorithmic bias. Yao’s model is constructed with a framework intended to mitigate these biases by emphasizing a broad range of input data from various sources. This approach aims to minimize the risk of perpetuating health disparities through algorithmic outcomes.</p>
<p>As Yao’s work gains traction, the scientific community eagerly anticipates the practical applications of the intelligent model for Alzheimer’s disease imaging assessment. Doctors and researchers alike hope that this technology could lead to substantial improvements in communication between multidisciplinary teams, allowing for more cohesive patient care strategies. Improved imaging assessments could pave the way for more concise treatment pathways, improving the quality of life for patients living with Alzheimer’s.</p>
<p>The influx of interest in Yao&#8217;s research cannot be understated, as healthcare systems and research institutions worldwide are already looking to adopt these innovative practices. With the medical community recognizing the urgency of combating Alzheimer’s disease, the collaborative nature of Yao&#8217;s federated learning model offers a beacon of hope for effective diagnostics and timely interventions.</p>
<p>As this study prepares for publication, healthcare practitioners, technologists, and researchers alike should closely monitor its developments. The ramifications of Yao’s research could significantly alter the diagnostic landscape for Alzheimer’s disease, illustrating a powerful convergence of artificial intelligence and medical imaging aimed at addressing one of the most pressing health crises of our time. With this intelligent model, the future of Alzheimer’s diagnostics is not just promising; it is poised for transformation.</p>
<p>This innovative approach represents a noteworthy addition to the arsenal of tools in the fight against Alzheimer’s disease. Bridging the technological divide with practical applications emphasizes the poignant necessity of adopting progressive methodologies in medical research. The future of diagnosing and understanding Alzheimer’s could very well hinge on the development of intelligent models like those proposed by Jing Yao, marking a pivotal point in healthcare innovation.</p>
<p>As researchers and practitioners harness these developments, the hope remains that enhanced imaging assessments will not only pave the way for improved patient outcomes but also stimulate a broader conversation about the role of AI in healthcare. In an age where technology and medicine are increasingly intertwined, Yao&#8217;s federated learning model exemplifies how innovation can be a driving force for positive change in patient care and neurological research.</p>
<p>With the ever-evolving landscape of Alzheimer’s research, Yao’s contributions will undoubtedly create a lasting impact, reinforcing the importance of collaboration, technology, and ethical considerations in healthcare. As we look toward the future, the integration of intelligent models in Alzheimer’s disease imaging assessment seems not only possible but inevitable. It signifies a stride toward a future where early detection and effective management of Alzheimer’s could change lives for the better.</p>
<p>In conclusion, Jing Yao&#8217;s intelligent model and its federated learning approach herald exciting prospects for Alzheimer’s disease imaging assessments, showcasing a path forward that respects patient privacy while fostering critical advancements in the medical field. As this research unfolds, it will undoubtedly inspire further innovations, pushing the boundaries of what is possible in understanding and treating Alzheimer’s disease in the years to come.</p>
<p><strong>Subject of Research</strong>: Alzheimer’s Disease Imaging Assessment using Federated Learning</p>
<p><strong>Article Title</strong>: Intelligent Model for Alzheimer&#8217;s Disease Imaging Assessment Based on Federated Learning</p>
<p><strong>Article References</strong>:</p>
<p class="c-bibliographic-information__citation">Yao, J. Intelligent model for Alzheimer&#8217;s disease imaging assessment based on federated learning.<br />
                    <i>Discov Artif Intell</i>  (2026). https://doi.org/10.1007/s44163-026-00868-2</p>
<p><strong>Image Credits</strong>: AI Generated</p>
<p><strong>DOI</strong>: 10.1007/s44163-026-00868-2</p>
<p><strong>Keywords</strong>: Alzheimer&#8217;s disease, Imaging assessment, Federated learning, Artificial Intelligence, Ethics in healthcare, Early diagnosis, Collaborative research.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">131955</post-id>	</item>
		<item>
		<title>Cross-Vendor Diagnostic Imaging Revolutionized by Federated Learning</title>
		<link>https://scienmag.com/cross-vendor-diagnostic-imaging-revolutionized-by-federated-learning/</link>
		
		<dc:creator><![CDATA[Ophelia Keating]]></dc:creator>
		<pubDate>Sat, 09 Aug 2025 19:00:55 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[artificial intelligence in medical diagnostics]]></category>
		<category><![CDATA[challenges in AI model training]]></category>
		<category><![CDATA[clinical data sharing regulations]]></category>
		<category><![CDATA[cross-vendor collaboration in medical imaging]]></category>
		<category><![CDATA[data privacy in diagnostic imaging]]></category>
		<category><![CDATA[decentralized machine learning in healthcare]]></category>
		<category><![CDATA[ethical considerations in AI healthcare applications]]></category>
		<category><![CDATA[federated learning in healthcare]]></category>
		<category><![CDATA[imaging device heterogeneity]]></category>
		<category><![CDATA[improving accuracy in diagnostic models]]></category>
		<category><![CDATA[server-rotating federated machine learning]]></category>
		<category><![CDATA[transformative approaches to medical imaging]]></category>
		<guid isPermaLink="false">https://scienmag.com/cross-vendor-diagnostic-imaging-revolutionized-by-federated-learning/</guid>

					<description><![CDATA[In an era where artificial intelligence increasingly intersects with healthcare, a groundbreaking study published in 2025 introduces a transformative approach to medical imaging. Wang, Zhang, Ren, and colleagues have unveiled a novel framework that addresses two major challenges plaguing the deployment of federated learning in diagnostic imaging: cross-vendor collaboration and data privacy preservation. Their pioneering [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In an era where artificial intelligence increasingly intersects with healthcare, a groundbreaking study published in 2025 introduces a transformative approach to medical imaging. Wang, Zhang, Ren, and colleagues have unveiled a novel framework that addresses two major challenges plaguing the deployment of federated learning in diagnostic imaging: cross-vendor collaboration and data privacy preservation. Their pioneering technique, described as &#8220;server-rotating federated machine learning,&#8221; promises to unite disparate data sources from different medical device manufacturers without compromising patient confidentiality or data security.</p>
<p>Medical imaging forms a cornerstone of modern diagnostics, underpinning critical decisions in oncology, cardiology, neurology, and more. Yet, the vast heterogeneity of imaging devices—ranging from MRI scanners to CT machines, produced by multiple vendors—presents formidable obstacles to the development and generalization of AI diagnostic models. Traditionally, AI models require data centralization for training, but stringent regulations and ethical considerations prohibit the easy sharing of clinical imaging data across institutions, much less across device providers. This friction has left AI applications reliant on fragmented datasets, compromising both their accuracy and robustness.</p>
<p>Enter federated learning, a decentralized machine learning paradigm designed to allow collaborative model training without exchanging raw data. Although promising, implementing federated learning at scale across vendors remains riddled with technical challenges. Existing federated systems often depend on a single centralized server to coordinate training, raising concerns about single points of failure, potential breaches, and trust issues between collaborating entities. The innovation introduced by Wang et al. disrupts this paradigm by proposing a rotating server structure that dynamically transfers coordination responsibilities among participants, thereby enhancing system resilience, fairness, and security.</p>
<p>The core concept of server-rotating federated machine learning is deceptively simple yet powerful. Instead of funneling encrypted gradients or model updates through a fixed server, the coordinating role moves cyclically through a network of participating institutions or vendors. This method ensures no single party monopolizes control or bears the brunt of responsibility, effectively democratizing the federated learning process. Crucially, this design mitigates risks associated with centralized point attacks and promotes mutual trust because each participant alternately acts as the server, establishing a balanced collaborative environment conducive to sensitive clinical data processing.</p>
<p>From a technical standpoint, the study meticulously examines the protocol for model update aggregation during each server rotation phase, leveraging cryptographic safeguards and advanced consensus mechanisms. The researchers employ differential privacy techniques, ensuring that even the transmitted model parameters cannot be reverse-engineered to expose identifiable patient information. Furthermore, security audits within their computational framework have demonstrated robust resistance to attempts at gradient inversion attacks, routine in other federated learning deployments, underscoring the practical viability of their approach.</p>
<p>The proposed framework excels in handling the pervasive heterogeneity of imaging data, a persistent challenge widely acknowledged in federated medical AI. Wang et al.’s approach incorporates adaptive normalization layers that account for vendor-specific imaging artifacts and scanner discrepancies without requiring data harmonization prior to training. This allows AI models to learn generalized diagnostic features that maintain predictive accuracy when deployed across institutions with diverse imaging hardware. Such adaptability is a major leap forward, potentially enabling a truly universal diagnostic model accessible to clinicians worldwide.</p>
<p>Critically, the researchers validated their method using a large-scale, multi-center imaging dataset encompassing various modalities, including MRI, CT, and digital X-rays, sourced from multiple device manufacturers. The experimental results reveal that their server-rotating federated model not only matched but frequently exceeded the performance of traditional centralized and conventional federated approaches. This outcome evidences how eliminating the dominance of a central server while preserving rigorous privacy constraints can synergistically enhance model quality and robustness.</p>
<p>The implications for clinical practice are profound. Diagnostic imaging centers often rely on proprietary AI algorithms tailored to specific devices or facilities, limiting the broader utility of AI tools. By dismantling barriers imposed by vendor silos and institutional policies, Wang and colleagues’ method fosters an ecosystem where diagnostic intelligence can be rapidly disseminated, refined, and scaled globally. This opens the door to more equitable healthcare delivery, particularly for under-resourced institutions that may not have access to comprehensive AI solutions yet can benefit from shared federated knowledge.</p>
<p>Moreover, the privacy-preserving nature of this server rotation strategy aligns seamlessly with increasing regulatory scrutiny around medical data protection. Laws such as the EU’s GDPR and HIPAA in the United States place stringent demands on patient data security, often hindering collaborative machine learning initiatives. The demonstrated ability of the proposed system to share model insights without disclosing raw images could herald a new standard for compliant data exchange protocols in digital health innovation.</p>
<p>The scalability of server-rotating federated learning also addresses a frequently cited bottleneck in current healthcare AI research. Traditional centralized servers face limitations in computational capacity and network bandwidth as datasets grow exponentially. By distributing the workload evenly among participants, this framework optimizes resource utilization while maintaining parallelized training processes. This efficiency gain could stimulate larger consortia to adopt federated learning, accelerating the pace of AI development in medicine.</p>
<p>Beyond healthcare, the principles established in this research have broader applications wherever sensitive data must remain localized yet contribute to collective intelligence. For industries such as finance, defense, and autonomous systems, implementing a rotating coordination server offers a blueprint for enhancing collaborative machine learning while mitigating single points of failure and maintaining stringent security protocols. Thus, the impact of this work transcends medical imaging, contributing to the foundational evolution of federated machine learning architecture.</p>
<p>The publication also delves into the ethical and operational dimensions of cross-vendor collaboration, a topic often overlooked in technical discourses. The authors recognize the complex landscape of competitive interests, trust deficits, and intellectual property concerns that typically constrain data sharing between device manufacturers. By demonstrating a practical, trustworthy mechanism that respects proprietary boundaries and patient privacy, this approach may catalyze shifts in institutional attitudes toward open data collaboration in healthcare.</p>
<p>On a more granular level, the research introduces innovative techniques to handle asynchronous updates and communication delays, common pitfalls in distributed machine learning networks. Employing a combination of gradient buffering strategies and deadline-aware synchronization protocols, the system accommodates variability in computational resources and network stability across participating sites. Such robustness ensures the system’s operational feasibility in the heterogeneous and often unpredictable environments intrinsic to hospital IT infrastructures.</p>
<p>The authors have also prioritized interpretability in their federated models, integrating explainability modules that enable clinicians to understand AI-driven diagnostic recommendations despite the complexity of aggregated cross-vendor data. This focus addresses the critical need to build clinician trust and facilitate the integration of AI into clinical workflows, a prerequisite for real-world impact.</p>
<p>Looking forward, Wang and colleagues propose several extensions of their framework, including dynamic participant onboarding mechanisms and adaptive privacy budget allocation, which could further enhance the flexibility and security of federated diagnostic AI. The groundwork laid by this study establishes a foundation ripe for subsequent innovations in AI governance, collaborative learning strategies, and cross-disciplinary integration.</p>
<p>In summary, the advent of server-rotating federated machine learning represents a paradigm shift in the field of medical imaging AI. By reconciling the conflicting demands of collaboration, privacy, and cross-vendor heterogeneity, this approach transcends technical barriers that have long hampered federated learning deployment. Its potential to democratize access to cutting-edge diagnostic tools while safeguarding patient confidentiality heralds a new chapter in precision medicine and data-driven healthcare transformation.</p>
<p>As healthcare systems worldwide continue to grapple with challenges related to data fragmentation, privacy regulations, and interoperability, innovative frameworks such as this offer a promising path to harnessing AI’s full potential. With further validation, clinical integration, and policy support, server-rotating federated learning may soon become a cornerstone technology driving equitable, secure, and high-quality medical imaging diagnostics around the globe.</p>
<hr />
<p><strong>Subject of Research:</strong> Collaborative and privacy-preserving federated machine learning for cross-vendor diagnostic imaging.</p>
<p><strong>Article Title:</strong> Collaborative and privacy-preserving cross-vendor united diagnostic imaging via server-rotating federated machine learning.</p>
<p><strong>Article References:</strong><br />
Wang, H., Zhang, X., Ren, X. et al. Collaborative and privacy-preserving cross-vendor united diagnostic imaging via server-rotating federated machine learning. <em>Commun Eng</em> 4, 148 (2025). <a href="https://doi.org/10.1038/s44172-025-00485-4">https://doi.org/10.1038/s44172-025-00485-4</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64077</post-id>	</item>
	</channel>
</rss>
