<?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>personalized federated learning &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/personalized-federated-learning/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Wed, 09 Sep 2026 22:59:09 +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>personalized federated learning &#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>Fisher-guided personalized federated learning using efficient packed homomorphic aggregation</title>
		<link>https://scienmag.com/fisher-guided-personalized-federated-learning-using-efficient-packed-homomorphic-aggregation/</link>
		
		<dc:creator><![CDATA[Veronica Carney]]></dc:creator>
		<pubDate>Wed, 09 Sep 2026 22:59:06 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[collaborative AI on sensitive data]]></category>
		<category><![CDATA[efficient cryptographic protocols for AI]]></category>
		<category><![CDATA[efficient packed homomorphic encryption]]></category>
		<category><![CDATA[encrypted data sharing in AI]]></category>
		<category><![CDATA[encrypted model aggregation]]></category>
		<category><![CDATA[federated learning]]></category>
		<category><![CDATA[federated learning for healthcare data]]></category>
		<category><![CDATA[federated learning privacy challenges]]></category>
		<category><![CDATA[federated learning with sensitive industrial data]]></category>
		<category><![CDATA[FedFIHE framework]]></category>
		<category><![CDATA[Fisher-guided federated learning methods]]></category>
		<category><![CDATA[homomorphic encryption for federated learning]]></category>
		<category><![CDATA[homomorphic encryption in federated learning]]></category>
		<category><![CDATA[model personalization in federated learning]]></category>
		<category><![CDATA[model update privacy in federated learning]]></category>
		<category><![CDATA[personalized federated learning]]></category>
		<category><![CDATA[privacy gap in federated systems]]></category>
		<category><![CDATA[privacy-preserving federated learning]]></category>
		<category><![CDATA[privacy-preserving machine learning]]></category>
		<category><![CDATA[secure model aggregation]]></category>
		<category><![CDATA[secure model update sharing]]></category>
		<guid isPermaLink="false">https://scienmag.com/fisher-guided-personalized-federated-learning-using-efficient-packed-homomorphic-aggregation/</guid>

					<description><![CDATA[Artificial intelligence systems are increasingly trained on data that never leaves the devices where it is created—hospital servers holding sensitive patient scans, smartphones carrying private photos, and industrial sensors capturing proprietary information. This approach, known as federated learning, promises collaboration without exposure: a central server coordinates a shared model while each participant keeps its raw [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Artificial intelligence systems are increasingly trained on data that never leaves the devices where it is created—hospital servers holding sensitive patient scans, smartphones carrying private photos, and industrial sensors capturing proprietary information. This approach, known as federated learning, promises collaboration without exposure: a central server coordinates a shared model while each participant keeps its raw data at home. But researchers have long known that the guarantee is weaker than it sounds. An &#8220;honest-but-curious&#8221; server that inspects the model updates flowing toward it can often reconstruct glimpses of the underlying private data. A new study published in Complex &amp; Intelligent Systems tackles this privacy gap head-on, presenting a framework called FedFIHE that pairs a mathematically principled method for deciding what to share with an encryption scheme efficient enough to run in practice.</p>
<p>The work, led by Zijian Yao of Hangzhou Normal University together with collaborators at Westlake University, including Qiqi Liu and corresponding author Xiumei Li, addresses a tension that has stymied privacy-preserving federated learning for years. Personalized federated learning, or PFL, allows each client to adapt a model to its own local data distribution—for example, a hospital whose patients differ demographically from those of every other hospital. Typical PFL methods split the model into two parts: a subset of parameters that is sent to the server for global aggregation, and the rest that stays local for personalization. The trouble is that the choice of what to share is usually made heuristically, and the shared portion can still leak private information. Moreover, if one tries to hide the shared parameters using homomorphic encryption—a cryptographic technique that allows computation directly on encrypted values—the communication and computation costs can balloon to the point of being unusable, particularly when different clients choose to share different parts of the model.</p>
<p>FedFIHE attacks both problems simultaneously, and the first half of its solution draws on a classical concept from information theory and statistical learning: Fisher information. The Fisher information matrix measures how sensitive a model&#8217;s likelihood is to changes in each of its parameters. In practical terms, a parameter with high Fisher information is one the model relies on heavily to fit the data; disturbing it would sharply change performance. Conversely, parameters with low Fisher information contribute less to the model&#8217;s fit on any particular client&#8217;s data. The researchers exploit this by having each client compute Fisher-information scores across its network and use them to adaptively partition the model. Parameters deemed most informative in a global sense become candidates for sharing and aggregation, while the remainder are retained locally for personalization. Because the partitioning is guided by the data&#8217;s actual statistical structure rather than arbitrary rules, the shared subset tends to carry the generalizable knowledge that benefits all clients while the private, idiosyncratic details stay behind.</p>
<p>This Fisher-guided partitioning does more than improve accuracy under heterogeneous data—it also reduces the surface area for privacy attacks. Since the parameters most strongly tied to any individual client&#8217;s private data distribution are preferentially kept local, an inquisitive server sees a filtered version of each model that carries less identifying signal. The team reports that this design effectively mitigates privacy leakage compared with approaches in which clients share large or arbitrarily chosen portions of their models, while still delivering personalized performance that is better than or comparable to strong baseline methods.</p>
<p>The second half of the framework confronts the encryption bottleneck directly. Homomorphic encryption schemes, such as the lattice-based methods commonly used in privacy-preserving machine learning, allow a server to add ciphertexts together—which is exactly what federated averaging requires—without ever decrypting them. The catch is that encrypted values are bulky and expensive to process. If clients could agree on a single shared set of parameters, encrypting just that subset would be manageable. But in personalized federated learning, each client&#8217;s Fisher-guided selection may differ, and the union of many clients&#8217; selections can approach the whole model. Naively, the server would have to encrypt and aggregate nearly everything, destroying the efficiency gains the partitioning was supposed to provide.</p>
<p>FedFIHE&#8217;s answer is a packet-level selective encrypted aggregation scheme with a clever twist of voting. Each client first packs its model parameters into fixed-size packets—containers that bundle many individual weights together. The client then applies a binary mask indicating which packets contain parameters selected for sharing, ranks the packets, and uploads only the top-κ packets by its selection score, along with those binary masks. When the packets arrive, the server performs what the authors call mask voting: it tallies, across all clients, which packet positions were most frequently selected. Only those consensus positions—the packets that a sufficient number of clients chose—are aggregated in ciphertext and broadcast back. The rest are simply never touched by the encrypted pipeline.</p>
<p>The elegance of this design lies in how it handles disagreement. In previous selective-sharing approaches, inconsistent sparse selections across clients meant that the union of selected positions grew with the number of participants, and the server&#8217;s encrypted workload grew with it. Mask voting caps this cost by construction: no matter how differently the clients choose, only the most popular packet positions enter the encrypted aggregation, so the server&#8217;s workload stays bounded and predictable. The binary masks themselves are lightweight to transmit, and packing many parameters per packet amortizes the overhead of ciphertext expansion over hundreds or thousands of individual weights. The result, according to the authors, is encrypted training that remains efficient even under high sparsity—situations where clients share only a small fraction of their model—precisely the regime where naive schemes become prohibitively expensive.</p>
<p>The research team validated FedFIHE through extensive experiments on both natural image benchmarks and medical datasets, a deliberate choice reflecting the framework&#8217;s target use cases. Healthcare is arguably the most compelling arena for federated learning: hospitals cannot pool patient records, yet diagnostic models would benefit enormously from learning across institutions. The medical data experiments showed that FedFIHE preserves its privacy and efficiency advantages on realistic clinical distributions, where data heterogeneity between clients is typically severe. Across the evaluation suite, the method mitigated privacy leakage while achieving personalized accuracy that matched or exceeded strong baselines, and it retained its robustness even when the degree of selective sharing was pushed to high sparsity levels.</p>
<p>The significance of the work extends beyond any single benchmark. Federated learning has been deployed at scale by major technology companies for mobile keyboard prediction and other on-device applications, and national health initiatives have explored cross-institutional model training for rare-disease detection. In all of these settings, the honest-but-curious threat model is not hypothetical: gradient-inversion attacks have demonstrated that raw training data can sometimes be reconstructed from shared updates with startling fidelity. Privacy researchers have responded with a toolbox of defenses—differential privacy adds calibrated noise, secure multi-party computation distributes trust, and homomorphic encryption hides values entirely—but each carries costs in accuracy, coordination complexity, or computational overhead. FedFIHE&#8217;s contribution is to show that a statistically principled sharing policy can shrink the encrypted workload enough to make homomorphic encryption practical for personalized models, rather than treating privacy and utility as a simple trade-off.</p>
<p>The technical machinery is worth appreciating in its own right. Fisher information has historically served as the foundation for natural gradient optimization and for understanding which weights matter most when pruning neural networks. Repurposing it as a privacy-aware routing mechanism—deciding which parameters travel to the server and which stay home—is a novel application of a decades-old tool. Meanwhile, the mask-voting protocol echoes ideas from consensus systems: instead of forcing clients to agree in advance on what to share, the system tolerates disagreement and resolves it after the fact, cheaply, in the clear. Only the agreed-upon ciphertext positions incur the heavy cost of homomorphic computation. The combination means the strongest cryptographic protection is applied where the most clients have converged, and the sparser, more personal corners of each model remain local by design.</p>
<p>The authors are candid that the framework is aimed at privacy-sensitive applications such as healthcare, and the experimental evidence on medical datasets supports that positioning. Because FedFIHE is compatible with heterogeneous data—each client personalizes its own model after receiving the aggregated global portion—it does not require the unrealistic assumption that all participants draw from the same distribution. That flexibility, combined with bounded communication costs, makes the approach a candidate for real deployments where hospitals, research consortia, or mobile networks must cooperate without exposing patient or user data to the coordinating server.</p>
<p>The study was supported in part by the China-Croatia bilateral science and technology cooperation project, the Hangzhou Joint Fund of the Zhejiang Provincial Natural Science Foundation of China, and the Xinmiao Talent Program of Zhejiang Province. Published open access, the research is available to any institution weighing whether privacy-preserving collaborative learning is ready to leave the laboratory. For a field that has spent a decade watching the gap between cryptographic promises and practical constraints, FedFIHE offers evidence that the gap can be narrowed—parameter by parameter, packet by packet, and vote by vote.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Privacy-preserving personalized federated learning, combining Fisher-information-guided adaptive parameter partitioning with an efficient packed homomorphic encryption aggregation scheme to prevent privacy leakage under an honest-but-curious server.</p>
<p><strong>Article Title:</strong> Fisher-guided personalized federated learning with efficient packed homomorphic aggregation</p>
<p><strong>Article References:</strong> Yao, Z., Liu, Q., Li, X., Zhang, H., Sun, J., &amp; Jin, Y. (2026). Fisher-guided personalized federated learning with efficient packed homomorphic aggregation. <em>Complex &amp; Intelligent Systems</em>. <a href="https://doi.org/10.1007/s40747-026-02473-3" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s40747-026-02473-3</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s40747-026-02473-3" target="_blank" rel="noopener noreferrer">10.1007/s40747-026-02473-3</a></p>
<p><strong>Keywords:</strong> Personalized federated learning, Privacy preservation, Fisher information, Homomorphic encryption, Selective encrypted aggregation, Mask voting, Data heterogeneity, Healthcare machine learning, Encrypted aggregation, Communication efficiency</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">191106</post-id>	</item>
		<item>
		<title>Long-horizon local optimization and regularized knowledge improve personalized federated recommendation</title>
		<link>https://scienmag.com/long-horizon-local-optimization-and-regularized-knowledge-improve-personalized-federated-recommendation/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sun, 30 Aug 2026 03:42:29 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[collaborative filtering]]></category>
		<category><![CDATA[collaborative filtering in federated learning]]></category>
		<category><![CDATA[distributed machine learning]]></category>
		<category><![CDATA[distributed machine learning algorithms]]></category>
		<category><![CDATA[federated learning algorithms]]></category>
		<category><![CDATA[federated learning optimization]]></category>
		<category><![CDATA[federated recommendation accuracy improvement]]></category>
		<category><![CDATA[federated recommendation systems]]></category>
		<category><![CDATA[global knowledge injection in federated learning]]></category>
		<category><![CDATA[knowledge regularization techniques]]></category>
		<category><![CDATA[lightweight personalization techniques]]></category>
		<category><![CDATA[local model synchronization]]></category>
		<category><![CDATA[long-horizon local optimization]]></category>
		<category><![CDATA[long-horizon local optimization in federated learning]]></category>
		<category><![CDATA[long-horizon local training]]></category>
		<category><![CDATA[model-agnostic federated recommendation]]></category>
		<category><![CDATA[personalized federated learning]]></category>
		<category><![CDATA[personalized machine learning]]></category>
		<category><![CDATA[privacy-preserving data analysis]]></category>
		<category><![CDATA[privacy-preserving recommender systems]]></category>
		<category><![CDATA[recommendation accuracy enhancement]]></category>
		<category><![CDATA[regularized knowledge guidance]]></category>
		<category><![CDATA[regularized knowledge transfer]]></category>
		<category><![CDATA[scalable federated AI]]></category>
		<category><![CDATA[user-specific item representations]]></category>
		<category><![CDATA[user-specific recommendation models]]></category>
		<guid isPermaLink="false">https://scienmag.com/long-horizon-local-optimization-and-regularized-knowledge-improve-personalized-federated-recommendation/</guid>

					<description><![CDATA[Recommender systems trained across users&#039; own devices promise to keep private interaction histories off central servers, but a persistent tension has limited their usefulness: the more a model is personalized to an individual, the more]]></description>
										<content:encoded><![CDATA[<p>Recommender systems trained across users&#039; own devices promise to keep private interaction histories off central servers, but a persistent tension has limited their usefulness: the more a model is personalized to an individual, the more memory, computation, and communication it tends to demand. A new study published in the Journal of Intelligent Information Systems argues that much of this tension is self-inflicted by the way federated recommenders synchronize, and that a simple change of perspective—treating the length of local training as the primary lever of personalization—can deliver better accuracy with a lighter footprint.</p>
<p>The work, by Jaehyung Lim, Wonbin Kweon, Woojoo Kim, Junyoung Kim, Dongha Kim, and Hwanjo Yu, introduces FedRKG, short for Federated Recommendation with Regularized Knowledge Guidance. The framework is model-agnostic, meaning it can wrap around existing federated recommendation architectures rather than requiring a new model design. Its central claim, backed by both empirical analysis and a formal argument, is that user-specific item representations can form naturally when clients are allowed to train locally for long stretches of time, and that global knowledge should then be injected softly and intermittently rather than written over the local model.</p>
<p>Federated recommendation, or FedRec, emerged from federated learning, the training paradigm introduced by McMahan and colleagues in which a server coordinates models trained on distributed devices without collecting raw data. Privacy regulations such as the GDPR and CCPA have made this approach attractive for services that rely on sensitive behavioral records. But recommendation differs from generic federated tasks in an important way: the same item can mean different things to different users, and each client&#039;s interaction history is heavily non-IID. A single shared item embedding table, the kind a centralized matrix factorization model learns, forces one representation to reconcile conflicting preference signals across the whole population.</p>
<p>Early FedRec systems simply ported centralized models like matrix factorization and neural collaborative filtering into the federated setting. Later work split into two camps. Single-knowledge methods keep one persistent item embedding per client and try to add personalization through server-side machinery—user-relation graphs, preference-based grouping, item-similarity exchange, or personalized aggregation schemes. Dual-knowledge methods instead maintain separate local and global item representations on each device, doubling the item-embedding parameters from md to 2md, where m is the number of items and d the embedding dimension, and incurring further overhead when the split is implemented at the module level, as in variational autoencoder architectures. The authors note that both camps carry costs: server-side relational signals can indirectly reveal how clients or items are related, while persistent dual representations burden resource-constrained devices.</p>
<p>What neither camp examined closely, the team argues, is the local optimization horizon itself—how many rounds a client trains before the server intervenes. In most prior FedRec studies, synchronization happens after only one, two, or ten local rounds. The researchers&#039; motivational experiments, run on the Amazon-Video and LastFM-2K benchmarks with a federated matrix factorization backbone, show why this matters. As the synchronization interval grows, hit rate at rank ten improves during local training, indicating that client-side item embeddings gradually capture user-specific preference structures. But abrupt performance drops appear around synchronization rounds: replacing locally optimized embeddings with the server&#039;s global model destroys the personalization that has accumulated.</p>
<p>Visualization made the point concrete. Using t-SNE projections of item embeddings for individual LastFM-2K users, the authors compared frequent synchronization with an interval of one round against a longer horizon of fifty rounds. Under frequent synchronization, a user&#039;s interacted items were scattered and hard to distinguish from non-interacted ones; with the longer horizon, interacted items formed compact, separable clusters. Personalized structure, in other words, is something local training can build on its own—no server-side graph construction required.</p>
<p>A second set of experiments compared four synchronization strategies: full replacement with frequent aggregation, full replacement with intermittent aggregation, purely local training, and knowledge guidance. Full replacement performed poorly under both schedules, confirming that overwriting local embeddings is destructive. Local-only training preserved personalization but eventually plateaued, since it never benefits from shared collaborative trends. Knowledge guidance—softly pulling local embeddings toward a common global reference—achieved the best final performance and showed step-wise gains at each guidance round. A third analysis swept the guidance interval from one to two hundred rounds and found a sweet spot: performance improved up to moderate intervals around one hundred rounds, but very long intervals hurt, as clients over-specialized to local interactions while receiving stale global information.</p>
<p>These observations shaped FedRKG&#039;s design. In ordinary rounds, each client trains its personalized item embedding matrix, a private user embedding, and, if needed, a user-specific scoring function, minimizing a binary cross-entropy loss over positive interactions and sampled negatives. The user embedding and scoring function never leave the device; only item embeddings are exchanged. At every T_int rounds—more than fifty in practice, and one hundred in the main experiments—the server aggregates client item embeddings into a common global matrix using plain FedAvg-style averaging, with no client-specific personalization on the server side.</p>
<p>The synchronization itself is cast as a regularized optimization problem. Rather than replacing the local embedding, the client solves for a new embedding that minimizes a weighted sum of two discrepancy terms: distance from its own personalized state and distance from the global reference, balanced by a coefficient lambda. The global embedding thus acts as a soft anchor rather than a reset. The authors instantiate the discrepancy as squared Frobenius distance, which makes the solution a convex combination of the local and global matrices.</p>
<p>Because a single global anchor may not suit every user–item interaction equally, FedRKG adds Adaptive Guidance. A lightweight per-client gating network takes the local item embedding, the global embedding, and their difference, and outputs a gate value for each item. The gate scales the global anchor item by item: a neutral gate of 0.5 recovers the original global vector, while smaller or larger values attenuate or amplify it. The gate parameters are trained through truncated bi-level optimization. At a guidance round, the recommender&#039;s states are frozen via stop-gradient copies, and only the gate is optimized for a few inner steps to minimize the recommendation loss that would result after applying the guidance operator. The optimized gate is then used once to update the actual, unfrozen local embedding, which seeds the next long-horizon training phase. The temporary guided embedding used in the inner loop is never stored as the client&#039;s representation.</p>
<p>The paper also offers a theoretical rationale. Under mild assumptions—a nonnegative discrepancy measure and a local objective that is L-smooth and near-stationary after long local training—the authors prove that the regularized guidance target is no farther from the personalized local state than full replacement is, and no farther from the global reference than leaving the local state unchanged. A corollary quantifies the shock: with squared Frobenius discrepancy, replacement perturbs the local gradient by the full distance between local and global states, while guidance perturbs it by only a fraction lambda over one plus lambda of that distance. This formalizes why abrupt degradation follows naive synchronization even after long local training, and why guidance behaves as a bounded correction.</p>
<p>Evaluation covered four widely used benchmarks—Amazon-Video, FilmTrust, LastFM-2K, and MovieLens-1M—preprocessed with the same filtering thresholds as prior work (at least twenty interactions per user for ML-1M, ten for the others) and converted to implicit feedback. Interactions were split chronologically, with the most recent item for testing, the second most recent for validation, and the rest for training. Notably, the team ranked each test item against the entire set of unobserved items rather than the 99 sampled negatives used in much prior work, a stricter protocol that avoids inflating scores against an easy candidate pool. All methods shared an embedding dimension of 32, a batch size of 256, SGD updates, four sampled negatives per positive, and early stopping with patience of one hundred epochs. Results were averaged over five runs.</p>
<p>FedRKG outperformed centralized MF and NeuMF, a gap the authors attribute not to federated training being inherently better but to personalization capacity: client-specific item tables let the same item carry different meanings for different users. It also beat most single-knowledge baselines, including relation-graph, grouping, and similarity-exchange methods, and outperformed dual-knowledge models such as FedRAP, FedIAR, and the VAE-based FedAe in most cases—despite never persistently storing separate local and global embeddings. Ablations on Amazon-Video and LastFM-2K showed that removing long-horizon local optimization caused the largest degradation, with normalized discounted cumulative gain at rank five collapsing from 14.85 to under one when guidance operated without well-formed local structures. Setting lambda to infinity—full replacement—performed poorly, while lambda of zero, local-only training, was better but still inferior to the full framework. Dropping adaptive guidance left the model competitive but consistently worse.</p>
<p>Efficiency analysis reinforces the practical appeal. In typical rounds, each client stores (m+4)d+1 parameters—essentially one item embedding table plus small private vectors—roughly half the persistent footprint of dual-knowledge methods and far below FedCIA, which exchanges item-similarity matrices with quadratic O(m²) storage. Peak storage during a guidance round rises to (2m+4)d+1, still linear in items. Communication cost falls by a factor of T_int compared with methods that exchange embeddings every round, since transfers occur only once per guidance interval. Under partial participation, the authors show FedRKG is more communication-efficient than per-round baselines unless the client sampling ratio falls below roughly one over T_int—under two percent for typical intervals, an uncommon operating point.</p>
<p>Further analyses probed the guidance mechanism&#039;s behavior. Splitting Amazon-Video users into &quot;followers,&quot; who interact heavily with popular items, and &quot;distinct&quot; users with idiosyncratic tastes, the authors measured performance changes immediately after guidance rounds. Distinct users sometimes dipped slightly under plain knowledge guidance, while followers consistently improved; adaptive guidance shrank the dips for distinct users and amplified gains for followers, and a larger fraction of users improved overall. The guidance paradigm also proved model-agnostic in practice, consistently improving three different backbones—FedMF, FedNCF, and PFedRec—when integrated into them, supporting the claim that the mechanism is not tied to any particular architecture.</p>
<p>The authors address residual privacy concerns directly. Although raw interactions never leave devices, transmitted item-embedding updates can still encode preference information; a curious server that knows the previous embedding, the global reference, and lambda could reconstruct a client&#039;s accumulated local update. To counter this, they show FedRKG can be combined with local differential privacy: updates are clipped to a bounded norm and perturbed with Gaussian noise calibrated to the sensitivity and a target (epsilon, delta) budget, and the server aggregates only the privatized updates, with aggregation acting as post-processing that preserves the guarantee. Empirical results confirm utility and convergence under this mechanism.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Technology and Engineering</p>
<p><strong>Article Title:</strong> Long-horizon local optimization and regularized knowledge improve personalized federated recommendation</p>
<p><strong>Article References:</strong> Lim, J., Kweon, W., Kim, W., Kim, J., Kim, D., &amp; Yu, H. (2026). Personalized federated recommendation via long-horizon local optimization and regularized knowledge guidance. <em>Journal of Intelligent Information Systems</em>. <a href="https://doi.org/10.1007/s10844-026-01089-w" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s10844-026-01089-w</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10844-026-01089-w" target="_blank" rel="noopener noreferrer">10.1007/s10844-026-01089-w</a></p>
<p><strong>Keywords:</strong> collaborative filtering, distributed machine learning, federated learning algorithms, federated recommendation systems, knowledge regularization techniques, long-horizon local optimization, personalized machine learning, privacy-preserving data analysis, recommendation accuracy enhancement, regularized knowledge transfer, scalable federated AI, user-specific recommendation models</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">185148</post-id>	</item>
	</channel>
</rss>
