paper-with-me

Papers

Scalable Sequential Recommendation under Latency and Memory Constraints

2026-01-13 · Adithya Parthasarathy, Aswathnarayan Muthukrishnan Kirubakaran, Vinoth Punniyamoorthy, Nachiappan Chockalingam, Lokesh Butra, Kabilan Kannan, Abhirup Mazumder, Sumit Saha 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 complexity, forcing aggressive truncation of user histories and limiting their practicality for long-horizon modeling. This paper presents HoloMambaRec, a lightweight sequential recommendation architecture that combines holographic reduced representations for attribute-aware embedding with a selective state space encoder for linear-time sequence processing. Item and attribute information are bound using circular convolution, preserving embedding dimensionality while encoding structured metadata. A shallow selective state space backbone, inspired by recent Mamba-style models, enables efficient training and constant-time recurrent inference. Experiments on Amazon Beauty and MovieLens-1M under a 10-epoch budget show that HoloMambaRec surpasses SASRec on both datasets, attains state-of-the-art ranking on MovieLens-1M, and trails only GRU4Rec on Amazon Beauty, all while maintaining substantially lower memory complexity. The design further incorporates forward-compatible mechanisms for temporal bundling and inference-time compression, positioning HoloMambaRec as a practical and extensible alternative for scalable, metadata-aware sequential recommendation.

📄 PDF Abstract BibTeX arXiv:2601.08360

Code (0)

등록된 구현이 없습니다.

Tasks

Sequential Recommendation

Similar Papers 제목 키워드 기반

Exploring Applications of State Space Models and Advanced Training Techniques in Sequential Recommendations: A Comparative Study on Efficiency and Performance

2024-08-10 · Mark Obozov, Makar Baderko, Stepan Kulibaba, Nikolay Kutuzov 외

Recommender systems aim to estimate the dynamically changing user preferences and sequential dependencies between historical user behaviour and metadata. Although transformer-based models have proven to be effective in s…

Recommendation SystemsState Space Models

Sequential Recommendation Model for Next Purchase Prediction

2022-07-06 · Xin Chen, Alex Reibman, Sanjay Arora

Timeliness and contextual accuracy of recommendations are increasingly important when delivering contemporary digital marketing experiences. Conventional recommender systems (RS) suggest relevant but time-invariant items…

MarketingmodelPredictionRecommendation Systems+1

Learning to Decide with Just Enough: Information-Theoretic Context Summarization for CMDPs

2025-10-02 · Peidong Liu, Junjiang Lin, Shaowen Wang, Yao Xu 외 arxiv

Contextual Markov Decision Processes (CMDPs) offer a framework for sequential decision-making under external signals, but existing methods often fail to generalize in high-dimensional or unstructured contexts, resulting …

Fast Online "Next Best Offers" using Deep Learning

2019-05-31 · Rekha Singhal, Gautam Shroff, Mukund Kumar, Sharod Roy 외

In this paper, we present iPrescribe, a scalable low-latency architecture for recommending 'next-best-offers' in an online setting. The paper presents the design of iPrescribe and compares its performance for implementat…

BIG-bench Machine LearningDeep Learning

Scalable Cross-Entropy Loss for Sequential Recommendations with Large Item Catalogs

2024-09-27 · Gleb Mezentsev, Danil Gusak, Ivan Oseledets, Evgeny Frolov

Scalability issue plays a crucial role in productionizing modern recommender systems. Even lightweight architectures may suffer from high computational overload due to intermediate calculations, limiting their practicali…

GPURecommendation SystemsSequential Recommendation