English

MergeRec: Model Merging for Data-Isolated Cross-Domain Sequential Recommendation

Information Retrieval 2026-01-06 v1 Artificial Intelligence

Abstract

Modern recommender systems trained on domain-specific data often struggle to generalize across multiple domains. Cross-domain sequential recommendation has emerged as a promising research direction to address this challenge; however, existing approaches face fundamental limitations, such as reliance on overlapping users or items across domains, or unrealistic assumptions that ignore privacy constraints. In this work, we propose a new framework, MergeRec, based on model merging under a new and realistic problem setting termed data-isolated cross-domain sequential recommendation, where raw user interaction data cannot be shared across domains. MergeRec consists of three key components: (1) merging initialization, (2) pseudo-user data construction, and (3) collaborative merging optimization. First, we initialize a merged model using training-free merging techniques. Next, we construct pseudo-user data by treating each item as a virtual sequence in each domain, enabling the synthesis of meaningful training samples without relying on real user interactions. Finally, we optimize domain-specific merging weights through a joint objective that combines a recommendation loss, which encourages the merged model to identify relevant items, and a distillation loss, which transfers collaborative filtering signals from the fine-tuned source models. Extensive experiments demonstrate that MergeRec not only preserves the strengths of the original models but also significantly enhances generalizability to unseen domains. Compared to conventional model merging methods, MergeRec consistently achieves superior performance, with average improvements of up to 17.21% in Recall@10, highlighting the potential of model merging as a scalable and effective approach for building universal recommender systems. The source code is available at https://github.com/DIALLab-SKKU/MergeRec.

Keywords

Cite

@article{arxiv.2601.01753,
  title  = {MergeRec: Model Merging for Data-Isolated Cross-Domain Sequential Recommendation},
  author = {Hyunsoo Kim and Jaewan Moon and Seongmin Park and Jongwuk Lee},
  journal= {arXiv preprint arXiv:2601.01753},
  year   = {2026}
}

Comments

Accepted by KDD 2026

R2 v1 2026-07-01T08:50:17.407Z