paper-with-me

홈 › Papers

Secure Federated Graph-Filtering for Recommender Systems

2025-01-28 · Julien Nicolas, César Sabater, Mohamed Maouche, Sonia Ben Mokhtar, Mark Coates

Recommender systems often rely on graph-based filters, such as normalized item-item adjacency matrices and low-pass filters. While effective, the centralized computation of these components raises concerns about privacy, security, and the ethical use of user data. This work proposes two decentralized frameworks for securely computing these critical graph components without centralizing sensitive information. The first approach leverages lightweight Multi-Party Computation and distributed singular vector computations to privately compute key graph filters. The second extends this framework by incorporating low-rank approximations, enabling a trade-off between communication efficiency and predictive performance. Empirical evaluations on benchmark datasets demonstrate that the proposed methods achieve comparable accuracy to centralized state-of-the-art systems while ensuring data confidentiality and maintaining low communication costs. Our results highlight the potential for privacy-preserving decentralized architectures to bridge the gap between utility and user data protection in modern recommender systems.

📄 PDF Abstract BibTeX arXiv:2501.16888

Code (0)

등록된 구현이 없습니다.

Tasks

Privacy PreservingRecommendation Systems

Similar Papers 제목 키워드 기반

Practical and Secure Federated Recommendation with Personalized Masks

2021-08-18 · Liu Yang, Junxue Zhang, Di Chai, Leye Wang 외

Federated recommendation addresses the data silo and privacy problems altogether for recommender systems. Current federated recommender systems mainly utilize cryptographic or obfuscation methods to protect the original …

Federated LearningRecommendation Systems

Recommending Users: Whom to Follow on Federated Social Networks

2018-11-22 · Trienes Jan, Cano Andrés Torres, Hiemstra Djoerd

To foster an active and engaged community, social networks employ recommendation algorithms that filter large amounts of contents and provide a user with personalized views of the network. Popular social networks such as…

Collaborative FilteringRecommendation Systems

Low-pass Personalized Subgraph Federated Recommendation

2026-03-20 · Wooseok Sim, Hogun Park arxiv

Federated Recommender Systems (FRS) preserve privacy by training decentralized models on client-specific user-item subgraphs without sharing raw data. However, FRS faces a unique challenge: subgraph structural imbalance,…

Meta Matrix Factorization for Federated Rating Predictions

2019-10-22 · Yujie Lin, Pengjie Ren, Zhumin Chen, Zhaochun Ren 외

Federated recommender systems have distinct advantages in terms of privacy protection over traditional recommender systems that are centralized at a data center. However, previous work on federated recommender systems do…

Collaborative FilteringFederated LearningRecommendation Systems

Secure Byzantine-Robust Distributed Learning via Clustering

2021-10-06 · Raj Kiriti Velicheti, Derek Xia, Oluwasanmi Koyejo

Federated learning systems that jointly preserve Byzantine robustness and privacy have remained an open problem. Robust aggregation, the standard defense for Byzantine attacks, generally requires server access to individ…

ClusteringFederated LearningPrivacy Preserving