MLSA4Rec: Mamba Combined with Low-Rank Decomposed Self-Attention for Sequential Recommendation
Jinzhao Su, Zhenhua Huang

TL;DR
This paper introduces MLSA4Rec, a hybrid sequential recommendation model combining Mamba and low-rank decomposed self-attention, achieving linear complexity and improved accuracy by leveraging their complementary strengths.
Contribution
It is the first to combine Mamba with self-attention in sequential recommendation, designing an efficient interaction module with linear complexity and structural bias.
Findings
MLSA4Rec outperforms existing models in recommendation accuracy.
The hybrid approach effectively captures user preferences.
Experimental results on three datasets validate the model's superiority.
Abstract
In applications such as e-commerce, online education, and streaming services, sequential recommendation systems play a critical role. Despite the excellent performance of self-attention-based sequential recommendation models in capturing dependencies between items in user interaction history, their quadratic complexity and lack of structural bias limit their applicability. Recently, some works have replaced the self-attention module in sequential recommenders with Mamba, which has linear complexity and structural bias. However, these works have not noted the complementarity between the two approaches. To address this issue, this paper proposes a new hybrid recommendation framework, Mamba combined with Low-Rank decomposed Self-Attention for Sequential Recommendation (MLSA4Rec), whose complexity is linear with respect to the length of the user's historical interaction sequence.…
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
MethodsFocus
