Cross-domain sequential recommendation via interest-guided knowledge migration.
Where this comes from
- Record sourced from PubMed, PMID 42190583.
- Also identified by DOI 10.1016/j.neunet.2026.109158.
- No licence information is recorded for this record.
- Because redistribution is not established, this page shows the abstract only. Follow the links below for the full text.
Abstract
Cross-domain sequence recommendation (CDSR) has gained widespread attention through leveraging information from auxiliary domains to alleviate data sparsity issues in the target domain. However, most existing CDSR methods fail to effectively integrate domain-invariant knowledge into domain-specific models. Additionally, they often overlook the diversity and domain-specificity of user interests in cross-domain scenarios, which may lead to negative transfer. To address these challenges, we propose a cross-domain sequential recommendation framework based on interest-guided knowledge migration (IGKM). First, we introduce the L<sup>2</sup>oME mechanism, which combines Low-Rank Adaptation (LoRA) with a Mixture-of-Experts (MoE) architecture and dynamically refines user domain-specific representations through layer-wise ensemble operations. Then, we design the domain-shared multi-interest extraction module to capture fine-grained user interest representations from cross-domain shared sequences. Next, we utilize these interest representations as interest-guided conditions and integrate them with the cross-domain bridge transformer module, enabling selective knowledge migration and personalized recommendation. Experimental results on three datasets demonstrate that the IGKM framework outperforms state-of-the-art cross-domain recommendation methods by effectively suppressing negative transfer and improving recommendation accuracy. The source code is publicly available at https://github.com/userLi2001/IGKM.git.