FedRec: Federated Recommendation—recommendation systems trained across decentralized devices to preserve privacy
Item Embedding: A vector representation of an item (e.g., a movie) learned by the model; in this paper, it is used as a proxy for user preference when shared
User-Relation Graph: A graph where nodes are users and edges represent similarity in preferences or behavior
Graph-Guided Aggregation: A mechanism where the server updates a client's model parameters by aggregating parameters from correlated 'neighbor' clients rather than the global average
GCN: Graph Convolution Network—a neural network architecture that aggregates information from a node's neighbors in a graph
Differential Privacy: A technique to maximize data utility while limiting the impact of any single individual's data on the output, often achieved by adding noise
BCE: Binary Cross-Entropy—a loss function used for binary classification tasks (e.g., interacted vs. not interacted)