FedRecSys: Federated Recommender Systems—recommendation architectures adapted to train across decentralized devices without sharing raw user data
Non-IID: Non-Independent and Identically Distributed—statistical property where data on different clients follows different distributions (e.g., different users like vastly different movies)
Homomorphic Encryption: A cryptographic method allowing computations to be performed on encrypted data without decrypting it first
Differential Privacy: A technique that adds noise to data or model parameters to prevent the leakage of specific user information while maintaining aggregate utility
Matrix Factorization: A technique decomposing a user-item interaction matrix into lower-dimensional user and item embeddings
LLM: Large Language Model—advanced AI models trained on vast text data, proposed here as foundation models to enhance user profiling in FedRecSys
Model Segmentation: Splitting a model so parts reside on the server and parts on the client, often to reduce communication costs or protect privacy