paper-with-me

Papers

Mamba4Rec: Towards Efficient Sequential Recommendation with Selective State Space Models

2024-03-06 · Chengkai Liu, Jianghao Lin, Jianling Wang, Hanzhou Liu, James Caverlee

Sequential recommendation aims to estimate the dynamic user preferences and sequential dependencies among historical user behaviors. Although Transformer-based models have proven to be effective for sequential recommendation, they suffer from the inference inefficiency problem stemming from the quadratic computational complexity of attention operators, especially for long behavior sequences. Inspired by the recent success of state space models (SSMs), we propose Mamba4Rec, which is the first work to explore the potential of selective SSMs for efficient sequential recommendation. Built upon the basic Mamba block which is a selective SSM with an efficient hardware-aware parallel algorithm, we design a series of sequential modeling techniques to further promote model performance while maintaining inference efficiency. Through experiments on public datasets, we demonstrate how Mamba4Rec effectively tackles the effectiveness-efficiency dilemma, outperforming both RNN- and attention-based baselines in terms of both effectiveness and efficiency. The code is available at https://github.com/chengkai-liu/Mamba4Rec.

📄 PDF Abstract BibTeX arXiv:2403.03900

Code (2)

chengkai-liu/mamba4rec 공식 구현 pytorch
AlwaysFHao/Mamba4RecWithoutRecbole pytorch

Tasks

MambaRecommendation SystemsSequential RecommendationState Space Models

Similar Papers 제목 키워드 기반

Uncovering Selective State Space Model's Capabilities in Lifelong Sequential Recommendation

2024-03-25 · Jiyuan Yang, Yuanzi Li, Jingyu Zhao, Hanbing Wang 외

Sequential Recommenders have been widely applied in various online services, aiming to model users' dynamic interests from their sequential interactions. With users increasingly engaging with online platforms, vast amoun…

2kMambaSequential Recommendation

HMamba: Hyperbolic Mamba for Sequential Recommendation

2025-05-14 · Qianru Zhang, Honggang Wen, Wei Yuan, Crystal Chen 외

Sequential recommendation systems have become a cornerstone of personalized services, adept at modeling the temporal evolution of user preferences by capturing dynamic interaction sequences. Existing approaches predomina…

MambaRecommendation SystemsSequential Recommendation

Scalable Sequential Recommendation under Latency and Memory Constraints

2026-01-13 · Adithya Parthasarathy, Aswathnarayan Muthukrishnan Kirubakaran, Vinoth Punniyamoorthy, Nachiappan Chockalingam 외 arxiv

Sequential recommender systems must model long-range user behavior while operating under strict memory and latency constraints. Transformer-based approaches achieve strong accuracy but suffer from quadratic attention com…

Sequential Recommendation

SIGMA: Selective Gated Mamba for Sequential Recommendation

2024-08-21 · Ziwei Liu, Qidong Liu, Yejing Wang, Wanyu Wang 외

In various domains, Sequential Recommender Systems (SRS) have become essential due to their superior capability to discern intricate user preferences. Typically, SRS utilize transformer-based architectures to forecast th…

MambaRecommendation SystemsSequential RecommendationState Estimation+1

VMamba: Visual State Space Model

2024-01-18 · Yue Liu, Yunjie Tian, Yuzhong Zhao, Hongtian Yu 외

Designing computationally efficient network architectures remains an ongoing necessity in computer vision. In this paper, we adapt Mamba, a state-space language model, into VMamba, a vision backbone with linear time comp…

Computational EfficiencyLanguage ModelingLanguage ModellingMamba+2