Towards Lightweight Cross-domain Sequential Recommendation via External Attention-enhanced Graph Convolution Network
Jinyu Zhang, Huichuan Duan, Lei Guo, Liancheng Xu, Xinhua Wang

TL;DR
This paper proposes LEA-GCN, a lightweight and efficient cross-domain sequential recommendation framework that enhances graph convolutional networks with external attention, achieving comparable accuracy with less training time.
Contribution
The paper introduces a novel lightweight GCN framework with external attention for cross-domain recommendation, reducing complexity and training time while maintaining accuracy.
Findings
LEA-GCN outperforms state-of-the-art methods in efficiency.
It requires less training data and time.
Maintains high recommendation accuracy.
Abstract
Cross-domain Sequential Recommendation (CSR) is an emerging yet challenging task that depicts the evolution of behavior patterns for overlapped users by modeling their interactions from multiple domains. Existing studies on CSR mainly focus on using composite or in-depth structures that achieve significant improvement in accuracy but bring a huge burden to the model training. Moreover, to learn the user-specific sequence representations, existing works usually adopt the global relevance weighting strategy (e.g., self-attention mechanism), which has quadratic computational complexity. In this work, we introduce a lightweight external attention-enhanced GCN-based framework to solve the above challenges, namely LEA-GCN. Specifically, by only keeping the neighborhood aggregation component and using the Single-Layer Aggregating Protocol (SLAP), our lightweight GCN encoder performs more…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Mental Health via Writing · Advanced Graph Neural Networks
MethodsGraph Convolutional Network
