Federated Learning: A machine learning technique where multiple decentralized edge devices training a model without exchanging local data samples
Item Embedding: Vector representations of items in a latent space, typically shared across users in standard collaborative filtering
Score Function: A function (often a neural network or dot product) that predicts a user's preference score for an item based on embeddings
Dual Personalization: The proposed mechanism that personalizes both the user's decision logic (score function) and their view of items (item embeddings)
Post-tuning: The strategy of fine-tuning the item embeddings locally on a client's data after updating the score function, generating a personalized item representation
HR@10: Hit Ratio at 10βthe percentage of test cases where the target item is present in the top-10 recommendations
NDCG@10: Normalized Discounted Cumulative Gain at 10βa measure of ranking quality that accounts for the position of the hit in the top-10 list
Local Differential Privacy (LDP): A privacy standard where noise is added to individual data (here, embeddings) before it leaves the client device