SSD4Rec: A Structured State Space Duality Model for Efficient Sequential Recommendation
Haohao Qu, Yifeng Zhang, Liangbo Ning, Wenqi Fan, Qing Li

TL;DR
SSD4Rec introduces a novel, efficient sequential recommendation model leveraging structured state space duality, enabling superior long-sequence modeling and scalability, outperforming existing methods on benchmark datasets.
Contribution
The paper adapts the Mamba architecture with structured state space duality for sequential recommendation, achieving state-of-the-art results with efficient long-sequence handling.
Findings
Achieves state-of-the-art performance on four benchmark datasets.
Maintains near-linear scalability with sequence length.
Effectively models variable-length and long-range user behavior sequences.
Abstract
Sequential recommendation methods are crucial in modern recommender systems for their remarkable capability to understand a user's changing interests based on past interactions. However, a significant challenge faced by current methods (e.g., RNN- or Transformer-based models) is to effectively and efficiently capture users' preferences by modeling long behavior sequences, which impedes their various applications like short video platforms where user interactions are numerous. Recently, an emerging architecture named Mamba, built on state space models (SSM) with efficient hardware-aware designs, has showcased the tremendous potential for sequence modeling, presenting a compelling avenue for addressing the challenge effectively. Inspired by this, we propose a novel generic and efficient sequential recommendation backbone, SSD4Rec, which explores the seamless adaptation of Mamba for…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Customer churn and segmentation · Image Retrieval and Classification Techniques
MethodsMamba: Linear-Time Sequence Modeling with Selective State Spaces
