Aug 2026· International journal of computer information systems and industrial management applications· 0 citations
TL;DR
A federated learning, which is merged with GNN to allow decentralised training whilst maintaining the relational structure of data in terms of interaction, is proposed, which demonstrates the usefulness of federated graph-based learning in order to have secure and accurate recommendation systems.
Abstract
Recommender systems are common in today's online platforms to give personalised recommendations RS depending on the interaction of the users. Nevertheless, the conventional centralised recommendation methods demand gathering user information in central servers, which poses a serious privacy risk and a higher risk of information leakage. Concurrently, most of the traditional models do not reflect the structural relations that exist between the user and item interactions. In order to resolve these problems, this paper will suggest a FGNN framework, in which privacy-preserving recommendation is provided. The method proposed is a federated learning, which is merged with GNN to allow decentralised training whilst maintaining the relational structure of data in terms of interaction. All the clients build a local user-item graph and learn GNN-based embedding without distributing raw data. The aggregating server receives updates on the model by a federated averaging mechanism in order to construct a global model. The experimental results with Amazon review data indicate that the proposed federated GNN has a correlation of 0.9176, RMSE of 0.4021, and MAE of 0.2135, which is better than multiple centralised and base methods. Full privacy is also guaranteed by the model since the user data is not transferred to any other clients. These findings demonstrate the usefulness of federated graph-based learning in order to have secure and accurate recommendation systems.
Federated recommendation (FedRec) allows training recommender systems without collecting user data centrally[3]. However, in these settings, particularly in cross-device scenarios where each client corresponds to a single user, only local interaction histories are available. Consequently, the learning process relies on partial, fragmented, and sparse signals. This, in turn, makes collaboration between users indirect, with only a subset of users participating in each training round. In practice, this means the model is trained on incomplete and potentially biased data. Standard Federated Learning (FL) methods assume that simply averaging updates is enough, but in this setting, that is not sufficient to recover meaningful collaborative patterns. This thesis studies the following question: "How do federated constraints influence the propagation of collaborative signals in recommendation systems, and how can key mechanisms be redesigned to improve performance, fairness, and cross-domain transfer under realistic cross-device conditions? " To address this question, the thesis is structured around four interconnected research directions: Similarity-aware aggregation for personalized representations: Standard federated aggregation usually combines client updates uniformly or by data size, even when user representations reflect very different behavioral contexts. This can dilute useful personalization signals and amplify mismatched updates. This direction proposes distance-based aggregation, where user-specific parameters are weighted by representation similarity, with the goal of improving the performance of graph FedRec systems[2]. Controlled User Expansion and eligibility-aware client sampling : User expansion is a common method used in graph FedRec systems to leverage high order interactions and counteract the small local interaction graph each client has access to [4]. However, existing methods often rely on trusted third-party servers and introduce uncontrolled replication. This direction proposes a nearest neighbor based user expansion, and pairs it with a client selection strategy that account for both direct participation and indirect influence. The goal is to reduce over-representation of frequently selected clients and improve participation fairness. Bias and Fairness Analysis in FedRec : Fairness in centralized recommendation has been studied extensively, but it is less clear how FL settings change bias dynamics. Intermittent participation, non-IID data, and limited access to sensitive attributes may alter how disparities emerge and evolve. This direction compares centralized and FedRecs under aligned architectures and evaluation protocols to isolate the effect of FL on bias in recommendation. It also adapts fairness-aware training (based on [1]) so that group-level statistics can be estimated securely, without exposing sensitive information centrally. Structural bridging for cross-domain FedRec : Cross-domain recommendation in FL settings is especially difficult when overlap between domains is sparse [5]. In such cases, natural transfer paths are weak and knowledge sharing depends on very limited shared structure. In this direction we plan to explore synthetic bridge construction from semantic item representations to create additional cross-domain connections while preserving privacy. By selectively activating useful bridges and pruning harmful ones, the work aims to improve transfer in low-overlap regimes while keeping negative transfer low.
Aymen Rayane Khouas· Annual International ACM SIG...· 0 citations
This study implemented a comprehensive experimental framework for analysing FL performance using standard FL aggregation protocols FedAvg, FedProx, and SCAFFOLD in conjunction with Differential Privacy mechanisms; specifically, the Gaussian noise mechanism with Rényi Differential Privacy (RDP) accountants.
CanonFedRec is proposed, a novel framework that achieves superior performance while reducing memory costs by up to 40× compared to the best FedRec approach and treats item-wise variance as a proxy for client-side cognitive divergence, and dynamically adapting optimization objectives via elastic decision boundaries.
Yunqi Mi, Zeyu Hao, Guoshuai Zhao et al.· Proceedings of the 32nd ACM...· 1 citation
An in-depth analysis of federated learning methods and paying special attention to the issue of privacy is provided, which examines new developments, concerns and tradeoffs connected with privacy, effectiveness of communication, model noise, and scalability of systems.
Aarav Mehta· International Journal of App...· 0 citations
Federated learning is a decentralised machine-learning approach in which several clients jointly build a shared model without moving their raw data to one location. Rising concerns around privacy, tightening regulation, and restrictions on how data may be owned or shared have made this approach increasingly attractive in practice. Although federated learning lowers privacy exposure relative to centralised training, deploying it in practice is complicated by clients whose data are unevenly distributed and non-identically distributed, by clients that participate inconsistently, and by training that can converge unpredictably. To obtain global models that train reliably and consistently even when client data are heterogeneous, this work puts forward a federated learning system built around privacy preservation. The design follows a client–server pattern in which a coordinating server aggregates updates from local models using weights that account for imbalance among participants. The behaviour of the resulting system is examined methodically across several data-distribution regimes — IID, mildly non-IID, and severely non-IID. The experiments show that the framework converges reliably and delivers predictive accuracy that holds up well, especially in the more difficult non-IID cases. Compared with conventional federated learning baselines, the approach shows greater robustness and steadier performance across successive training rounds. Because it is simple to implement, repeatable, and built with real deployment in mind, the architecture suits privacy-sensitive, decentralised use cases such as distributed intelligent systems, industrial monitoring, and healthcare analytics.
Shyam Patel, S. Khan· 2026 International Conferenc...· 0 citations
FedSTAR is proposed, a privacy-preserving cross-border recommendation framework that integrates spatio-temporal dynamic modeling with federated graph neural networks and delivers both high accuracy and strong robustness, offering a secure and practically viable solution for cross-border recommendation.