Gated Rotary-Enhanced Linear Attention with Rank Modulation for Long-term Sequential Recommendation
Juntao Hu, Wei Zhou, Haini Cai, Xiao Du, Huayi Shen, and Junhao Wen

TL;DR
This paper introduces RecGRELA, a novel long-term sequential recommendation model that combines rotary-enhanced linear attention with adaptive rank modulation to efficiently capture both long-term and short-term user preferences, outperforming existing methods.
Contribution
The paper proposes a new linear attention mechanism with rotary encodings and adaptive rank modulation to better model long-term dependencies and local preferences in sequential recommendation systems.
Findings
RecGRELA achieves state-of-the-art performance on four benchmark datasets.
It maintains low memory overhead while improving recommendation accuracy.
The model effectively balances stable and transient user interests.
Abstract
In Sequential Recommendation Systems (SRSs), Transformer models have demonstrated remarkable performance but face computational and memory cost challenges, especially when modeling long-term user behavior sequences. Due to its quadratic complexity, the dot-product attention mechanism in Transformers becomes expensive for processing long sequences. By approximating the dot-product attention using elaborate mapping functions, linear attention provides a more efficient option with linear complexity. However, existing linear attention methods face three limitations: 1) they often use learnable position encodings, which incur extra computational costs in long-term sequence scenarios, 2) limited by the low-rank deficiency, they may not sufficiently account for user's fine-grained local preferences (short-lived burst of interest), and 3) they try to capture some temporary activities, but often…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Bandit Algorithms Research · Sentiment Analysis and Opinion Mining
