Table of Contents
Fetching ...

Learning Partially Aligned Item Representation for Cross-Domain Sequential Recommendation

Mingjia Yin, Hao Wang, Wei Guo, Yong Liu, Zhi Li, Sirui Zhao, Zhen Wang, Defu Lian, Enhong Chen

TL;DR

This work addresses misaligned item representations in cross-domain sequential recommendation by proposing CA-CDSR, a model-agnostic framework that combines sequence-aware item representation generation with adaptive partial alignment. It introduces SAFA to fuse collaborative and sequential signals and ASF to implement spectrum-aware, partial cross-domain alignment, followed by a graph-enhanced sequential encoder and annealed multi-task optimization. Empirical results on three CDSR benchmarks show robust gains over state-of-the-art baselines, especially in sparse settings, with ablations confirming the necessity of each component. The approach improves cross-domain knowledge transfer while mitigating negative transfer, offering practical benefits for multi-domain recommender systems.

Abstract

Cross-domain sequential recommendation (CDSR) aims to uncover and transfer users' sequential preferences across multiple recommendation domains. While significant endeavors have been made, they primarily concentrated on developing advanced transfer modules and aligning user representations using self-supervised learning techniques. However, the problem of aligning item representations has received limited attention, and misaligned item representations can potentially lead to sub-optimal sequential modeling and user representation alignment. To this end, we propose a model-agnostic framework called \textbf{C}ross-domain item representation \textbf{A}lignment for \textbf{C}ross-\textbf{D}omain \textbf{S}equential \textbf{R}ecommendation (\textbf{CA-CDSR}), which achieves sequence-aware generation and adaptively partial alignment for item representations. Specifically, we first develop a sequence-aware feature augmentation strategy, which captures both collaborative and sequential item correlations, thus facilitating holistic item representation generation. Next, we conduct an empirical study to investigate the partial representation alignment problem from a spectrum perspective. It motivates us to devise an adaptive spectrum filter, achieving partial alignment adaptively. Furthermore, the aligned item representations can be fed into different sequential encoders to obtain user representations. The entire framework is optimized in a multi-task learning paradigm with an annealing strategy. Extensive experiments have demonstrated that CA-CDSR can surpass state-of-the-art baselines by a significant margin and can effectively align items in representation spaces to enhance performance.

Learning Partially Aligned Item Representation for Cross-Domain Sequential Recommendation

TL;DR

This work addresses misaligned item representations in cross-domain sequential recommendation by proposing CA-CDSR, a model-agnostic framework that combines sequence-aware item representation generation with adaptive partial alignment. It introduces SAFA to fuse collaborative and sequential signals and ASF to implement spectrum-aware, partial cross-domain alignment, followed by a graph-enhanced sequential encoder and annealed multi-task optimization. Empirical results on three CDSR benchmarks show robust gains over state-of-the-art baselines, especially in sparse settings, with ablations confirming the necessity of each component. The approach improves cross-domain knowledge transfer while mitigating negative transfer, offering practical benefits for multi-domain recommender systems.

Abstract

Cross-domain sequential recommendation (CDSR) aims to uncover and transfer users' sequential preferences across multiple recommendation domains. While significant endeavors have been made, they primarily concentrated on developing advanced transfer modules and aligning user representations using self-supervised learning techniques. However, the problem of aligning item representations has received limited attention, and misaligned item representations can potentially lead to sub-optimal sequential modeling and user representation alignment. To this end, we propose a model-agnostic framework called \textbf{C}ross-domain item representation \textbf{A}lignment for \textbf{C}ross-\textbf{D}omain \textbf{S}equential \textbf{R}ecommendation (\textbf{CA-CDSR}), which achieves sequence-aware generation and adaptively partial alignment for item representations. Specifically, we first develop a sequence-aware feature augmentation strategy, which captures both collaborative and sequential item correlations, thus facilitating holistic item representation generation. Next, we conduct an empirical study to investigate the partial representation alignment problem from a spectrum perspective. It motivates us to devise an adaptive spectrum filter, achieving partial alignment adaptively. Furthermore, the aligned item representations can be fed into different sequential encoders to obtain user representations. The entire framework is optimized in a multi-task learning paradigm with an annealing strategy. Extensive experiments have demonstrated that CA-CDSR can surpass state-of-the-art baselines by a significant margin and can effectively align items in representation spaces to enhance performance.
Paper Structure (27 sections, 13 equations, 5 figures, 5 tables)

This paper contains 27 sections, 13 equations, 5 figures, 5 tables.

Figures (5)

  • Figure 1: A toy CDSR scenario in Book and Movie domains.
  • Figure 2: The framework of the proposed CA-CDSR model. We use domain $\mathbf{X}$ as an example for domain-specific modules.
  • Figure 3: The empirical study on manipulating the spectrum of global item representation $\hat{\mathbf{e}}_i$ on the Food-Kitchen dataset. Specifically, we focused on the top 10 largest singular values, dividing them into two groups: top 1-5 and top 6-10. We reduced the singular values in each group by multiplying a coefficient. This can be viewed as a manual filtering operation that selectively removes a portion of the information.
  • Figure 4: Recommendation performance (%) w.r.t $\lambda_1$.
  • Figure 5: Recommendation performance (%) w.r.t $\lambda_2$.

Theorems & Definitions (2)

  • definition 1
  • definition 2