Multi-domain Recommendation with Embedding Disentangling and Domain Alignment
arXiv:2308.05508 · doi:10.1145/3583780.3614977
Abstract
Multi-domain recommendation (MDR) aims to provide recommendations for different domains (e.g., types of products) with overlapping users/items and is common for platforms such as Amazon, Facebook, and LinkedIn that host multiple services. Existing MDR models face two challenges: First, it is difficult to disentangle knowledge that generalizes across domains (e.g., a user likes cheap items) and knowledge specific to a single domain (e.g., a user likes blue clothing but not blue cars). Second, they have limited ability to transfer knowledge across domains with small overlaps. We propose a new MDR method named EDDA with two key components, i.e., embedding disentangling recommender and domain alignment, to tackle the two challenges respectively. In particular, the embedding disentangling recommender separates both the model and embedding for the inter-domain part and the intra-domain part, while most existing MDR methods only focus on model-level disentangling. The domain alignment leverages random walks from graph processing to identify similar user/item pairs from different domains and encourages similar user/item pairs to have similar embeddings, enhancing knowledge transfer. We compare EDDA with 12 state-of-the-art baselines on 3 real datasets. The results show that EDDA consistently outperforms the baselines on all datasets and domains. All datasets and codes are available at https://github.com/Stevenn9981/EDDA.
Accepted by CIKM'23 as a Long paper
References in corpus (11)
- Semi-Supervised Classification with Graph Convolutional Networks
- BPR: Bayesian Personalized Ranking from Implicit Feedback
- KGAT: Knowledge Graph Attention Network for Recommendation
- One for All, All for One: Learning and Transferring User Embeddings for Cross-Domain Recommendation
- Detecting Arbitrary Order Beneficial Feature Interactions for Recommender Systems
- AFEC: Active Forgetting of Negative Transfer in Continual Learning
- Multi-Graph based Multi-Scenario Recommendation in Large-scale Online Video Services
- User-specific Adaptive Fine-tuning for Cross-domain Recommendations
- Cross-domain recommendation via user interest alignment
- Exploiting Graph Structured Cross-Domain Representation for Multi-Domain Recommendation
- Neural Node Matching for Multi-Target Cross Domain Recommendation