M2Rec: Multi-scale Mamba for Efficient Sequential Recommendation
Qianru Zhang, Liang Qu, Honggang Wen, Dong Huang, Siu-Ming Yiu, Nguyen, Quoc Viet Hung, Hongzhi Yin

TL;DR
M2Rec introduces a multi-scale recommendation framework that combines frequency analysis, semantic embeddings, and adaptive fusion to improve efficiency and accuracy in sequential recommendation systems.
Contribution
The paper proposes M2Rec, integrating FFT, LLM embeddings, and gating mechanisms into Mamba for enhanced multi-scale pattern recognition and multimodal feature fusion.
Findings
Achieves 3.2% higher Hit Rate@10 than existing models.
Maintains 20% faster inference compared to Transformer baselines.
Demonstrates state-of-the-art performance in sequential recommendation.
Abstract
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 Transformer-based methods struggle with quadratic computational complexity, recent Mamba-based models improve efficiency but fail to capture periodic user behaviors, leverage rich semantic information, or effectively fuse multimodal features. To address these challenges, we propose \model, a novel sequential recommendation framework that integrates multi-scale Mamba with Fourier analysis, Large Language Models (LLMs), and adaptive gating. First, we enhance Mamba with Fast Fourier Transform (FFT) to explicitly model periodic patterns in the frequency domain, separating meaningful trends from noise. Second, we incorporate LLM-based text embeddings to enrich sparse…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Image Retrieval and Classification Techniques · Sentiment Analysis and Opinion Mining
MethodsLinear Layer · Multi-Head Attention · Dense Connections · Adam · Attention Is All You Need · Dropout · Layer Normalization · Position-Wise Feed-Forward Layer · Byte Pair Encoding · Mamba: Linear-Time Sequence Modeling with Selective State Spaces
