ResearchPod Summary
Modern recommender systems are typically domain-bound, meaning they require retraining or fine-tuning when applied to new product categories or catalogues. The authors investigate whether a single, frozen recommendation model can be trained on multiple heterogeneous source domains to generalize effectively to entirely unseen domains—a setting they term Recommendation Domain Generalization (RDG). Unlike cross-domain recommendation, which assumes the target domain is available during training, RDG requires the model to perform zero-shot inference without any parameter updates.
To achieve this, the authors introduce ATLAS, a framework that constructs a unified user-item retrieval space using three key mechanisms:
ATLAS was trained on five Amazon domains and tested on ten unseen domains. It consistently outperformed state-of-the-art baselines, including sequential, graph-based, and LLM-based recommenders, achieving an average relative gain of 24% in HitRate. The authors also identified a "source-domain diversity effect," where increasing the heterogeneity of the training data significantly improved the model's ability to generalize to new, unseen environments.
This work demonstrates that transferable recommendation behavior can emerge directly from diverse interaction environments. By eliminating the need for target-domain adaptation or large-scale generative pretraining, ATLAS offers a more efficient and scalable paradigm for deploying recommendation systems across varied, unseen markets.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.