TiM4Rec: An Efficient Sequential Recommendation Model Based on Time-Aware Structured State Space Duality Model
Hao Fan, Mengyi Zhu, Yanrong Hu, Hailin Feng, Zhijie He, Hongjiu Liu, Qingyang Liu

TL;DR
TiM4Rec introduces a novel time-aware enhancement for the Mamba architecture in sequential recommendation, effectively addressing low-dimensional performance issues while maintaining computational efficiency, validated by extensive experiments.
Contribution
This paper presents the first time-aware method specifically designed for the Mamba architecture, integrating a structured mask to improve low-dimensional SSD performance.
Findings
Outperforms existing models on three real-world datasets.
Effectively mitigates low-dimensional SSD performance degradation.
Maintains computational efficiency with the proposed method.
Abstract
The Sequential Recommendation modeling paradigm is shifting from Transformer to Mamba architecture, which comprises two generations: Mamba1, based on the State Space Model (SSM), and Mamba2, based on State Space Duality (SSD). Although SSD offers superior computational efficiency compared to SSM, it suffers performance degradation in sequential recommendation tasks, especially in low-dimensional scenarios that are critical for these tasks. Considering that time-aware enhancement methods are commonly employed to mitigate performance loss, our analysis reveals that the performance decline of SSD can similarly be fundamentally compensated by leveraging mechanisms in time-aware methods. Thus, we propose integrating time-awareness into the SSD framework to address these performance issues. However, integrating current time-aware methods, modeled after TiSASRec, into SSD faces the following…
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 · Topic Modeling · Sentiment Analysis and Opinion Mining
MethodsAttention Is All You Need · Linear Layer · Position-Wise Feed-Forward Layer · Convolution · Label Smoothing · Non Maximum Suppression · Byte Pair Encoding · Absolute Position Encodings · Softmax · Layer Normalization
