paper-with-me

Papers

A Novel Mamba-based Sequential Recommendation Method

2025-04-10 · Jun Yuan

Sequential recommendation (SR), which encodes user activity to predict the next action, has emerged as a widely adopted strategy in developing commercial personalized recommendation systems. Although Transformer-based models have proven effective for sequential recommendation, the complexity of the self-attention module in Transformers scales quadratically with the sequence length. Controlling model complexity is essential for large-scale recommendation systems, as these systems may need to handle billion-scale vocabularies that evolve continuously, as well as user behavior sequences that can exceed tens of thousands in length. In this paper, we propose a novel multi-head latent Mamba architecture, which employs multiple low-dimensional Mamba layers and fully connected layers coupled with positional encoding to simultaneously capture historical and item information within each latent subspace. Our proposed method not only enables scaling up to large-scale parameters but also extends to multi-domain recommendation by integrating and fine-tuning LLMs. Through extensive experiments on public datasets, we demonstrate how Hydra effectively addresses the effectiveness-efficiency dilemma, outperforming state-of-the-art sequential recommendation baselines with significantly fewer parameters and reduced training time.

📄 PDF Abstract BibTeX arXiv:2504.07398

Code (0)

등록된 구현이 없습니다.

Tasks

MambaRecommendation SystemsSequential Recommendation

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.…
Hydra 설명 없음

Similar Papers 제목 키워드 기반

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

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

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

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

M2Rec: Multi-scale Mamba for Efficient Sequential Recommendation

2025-05-07 · Qianru Zhang, Liang Qu, Honggang Wen, Dong Huang 외

Sequential recommendation systems aim to predict users' next preferences based on their interaction histories, but existing approaches face critical limitations in efficiency and multi-scale pattern recognition. While Tr…

MambaRecommendation SystemsSequential Recommendation