FedCGR is a federated learning framework designed to improve cross-domain recommendation (CDR) by treating it as a generative task. It addresses the challenge of aligning item spaces across different platforms without sharing private user interaction data. By using a shared, stable vocabulary of item descriptions, the framework allows multiple domains to collaborate on training a recommendation model while keeping sensitive behavioral data local to each client.
Solving the Federated Alignment Problem
Traditional CDR methods often rely on sharing user interactions or aligning continuous item embeddings, which is difficult in federated settings where data is siloed and privacy is a priority. FedCGR avoids this by representing items as discrete Semantic ID (SID) sequences derived from public metadata. Because these SIDs are generated from a shared vocabulary, they provide a common language for items across different domains, removing the need to exchange private interaction signals to achieve alignment.
The FedCGR Architecture
The framework relies on two primary mechanisms to ensure effective knowledge transfer:
Reliability-Aware Semantic Interface: Each client uses a fixed SID tokenizer to represent items. To account for domain-specific preferences, clients extract local collaborative filtering (CF) evidence from their private data. This evidence is injected into the model as a residual signal, weighted by an item-level reliability score that prioritizes high-confidence interactions and suppresses noisy, long-tail data.
Prototype-Personalized Generator: The recommendation model uses a shared-private Mixture-of-Experts (MoE) architecture. While some model parameters are shared across all domains, others remain local. The server aggregates shared parameters based on "domain prototypes"—compact summaries of domain behavior—ensuring that knowledge is transferred more strongly between domains that are behaviorally similar.
Performance and Evaluation
The authors evaluated FedCGR across six Amazon cross-domain scenarios. The results indicate that the framework consistently outperforms existing federated generative baselines. Furthermore, it achieves competitive performance against established sequential and federated CDR methods under both full-ranking and sampled evaluation protocols. The researchers note that the effectiveness of the model depends on the balance between CF enrichment and personalized aggregation, which varies depending on how closely related the domains are.
Key Considerations
While FedCGR provides a way to align item spaces, it operates under specific design constraints. The SID tokenizer must remain fixed after initial training to maintain consistency across clients, which creates a "semantic-only" bottleneck that the framework attempts to mitigate through local CF injection. Additionally, the authors clarify that while the framework protects raw interaction sequences, it does not inherently provide formal differential privacy; however, they note that standard privacy-preserving techniques like secure aggregation could be integrated with the system.
Comments (0)
to join the discussion
No comments yet
Be the first to share your thoughts!