IRAIJan 28

MALLOC: Benchmarking the Memory-aware Long Sequence Compression for Large Sequential Recommendation

arXiv:2601.20234v22 citationsh-index: 9Has Code
Originality Synthesis-oriented
AI Analysis

This addresses memory efficiency challenges for real-world recommendation systems with billions of users, but it is incremental as it benchmarks existing techniques rather than proposing a new method.

The paper tackles the high computational and memory costs in large-scale sequential recommendation systems by introducing MALLOC, a benchmark for memory-aware long sequence compression, which integrates memory management techniques into state-of-the-art recommenders and demonstrates holistic reliability through extensive experiments.

The scaling law, which indicates that model performance improves with increasing dataset and model capacity, has fueled a growing trend in expanding recommendation models in both industry and academia. However, the advent of large-scale recommenders also brings significantly higher computational costs, particularly under the long-sequence dependencies inherent in the user intent of recommendation systems. Current approaches often rely on pre-storing the intermediate states of the past behavior for each user, thereby reducing the quadratic re-computation cost for the following requests. Despite their effectiveness, these methods often treat memory merely as a medium for acceleration, without adequately considering the space overhead it introduces. This presents a critical challenge in real-world recommendation systems with billions of users, each of whom might initiate thousands of interactions and require massive memory for state storage. Fortunately, there have been several memory management strategies examined for compression in LLM, while most have not been evaluated on the recommendation task. To mitigate this gap, we introduce MALLOC, a comprehensive benchmark for memory-aware long sequence compression. MALLOC presents a comprehensive investigation and systematic classification of memory management techniques applicable to large sequential recommendations. These techniques are integrated into state-of-the-art recommenders, enabling a reproducible and accessible evaluation platform. Through extensive experiments across accuracy, efficiency, and complexity, we demonstrate the holistic reliability of MALLOC in advancing large-scale recommendation. Code is available at https://anonymous.4open.science/r/MALLOC.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes