paper-with-me

Papers

SIGMA: Selective Gated Mamba for Sequential Recommendation

2024-08-21 · Ziwei Liu, Qidong Liu, Yejing Wang, Wanyu Wang, Pengyue Jia, Maolin Wang, Zitao Liu, Yi Chang, Xiangyu Zhao

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 the subsequent item within a sequence. Nevertheless, the quadratic computational complexity inherent in these models often leads to inefficiencies, hindering the achievement of real-time recommendations. Mamba, a recent advancement, has exhibited exceptional performance in time series prediction, significantly enhancing both efficiency and accuracy. However, integrating Mamba directly into SRS poses several challenges. Its inherently unidirectional nature may constrain the model's capacity to capture the full context of user-item interactions, while its instability in state estimation can compromise its ability to detect short-term patterns within interaction sequences. To overcome these issues, we introduce a new framework named Selective Gated Mamba (SIGMA) for Sequential Recommendation. This framework leverages a Partially Flipped Mamba (PF-Mamba) to construct a bidirectional architecture specifically tailored to improve contextual modeling. Additionally, an input-sensitive Dense Selective Gate (DS Gate) is employed to optimize directional weights and enhance the processing of sequential information in PF-Mamba. For short sequence modeling, we have also developed a Feature Extract GRU (FE-GRU) to efficiently capture short-term dependencies. Empirical results indicate that SIGMA outperforms current models on five real-world datasets. Our implementation code is available at https://github.com/ziwliu-cityu/SIMGA to ease reproducibility.

📄 PDF Abstract BibTeX arXiv:2408.11451

Code (2)

Applied-Machine-Learning-Lab/SIMGA 공식 구현 pytorch
ziwliu-cityu/simga 공식 구현 pytorch

Tasks

MambaRecommendation SystemsSequential RecommendationState EstimationTime Series Prediction

Methods 이 논문이 사용한 방법론

Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…
SRS Sticker Response Selector, or SRS, is a model for multi-turn dialog that automatically selects a sticker response. SRS first employs a convolutional based sticker image…

Similar Papers 제목 키워드 기반

Mamba4Rec: Towards Efficient Sequential Recommendation with Selective State Space Models

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

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 recommenda…

MambaRecommendation SystemsSequential RecommendationState Space Models

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

MLSA4Rec: Mamba Combined with Low-Rank Decomposed Self-Attention for Sequential Recommendation

2024-07-18 · Jinzhao Su, Zhenhua Huang

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 mo…

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