arXiv:2601.09306cs.IRcs.AI2026-01

让大模型在手机上高效做推荐,不丢精度还省空间。

On-Device Large Language Models for Sequential Recommendation

  • 用低秩分解+分词归一化压缩模型,减少冗余参数。
  • 压缩后模型体积减半,推荐效果与原版无差别。
  • 适合隐私敏感、离线可用的实时推荐场景。

设备端推荐对执行延迟、用户隐私和网络不稳定场景至关重要。尽管大语言模型(LLMs)在序列推荐任务中表现优异,但其庞大的内存占用和计算开销使其在资源受限设备上部署风险极高。本文提出OD-LLM,首个专为序列推荐设计的任务自适应压缩框架。该框架融合两种互补压缩策略:基于奇异值分解(SVD)的低秩结构压缩,显著降低模型参数冗余;以及新型分词归一化技术,更好配合低秩分解。此外,为避免高压缩比下的性能下降,引入渐进对齐算法,逐层迭代优化目标模型参数。在序列推荐基准上的实证评估表明,当部署模型大小减半时,OD-LLM的推荐效果与原始模型无差异。这些结果证明了OD-LLM的有效性与可扩展性,使其成为替代昂贵远程执行的本地化实时推荐方案的实用选择。

原文摘要 · Abstract (English)

On-device recommendation is critical for a number of real-world applications, especially in scenarios that have agreements on execution latency, user privacy, and robust functionality when internet connectivity is unstable or even impossible. While large language models (LLMs) can now provide exceptional capabilities that model user behavior for sequential recommendation tasks, their substantial memory footprint and computational overhead make the deployment on resource-constrained devices a high risk proposition. In this paper, we propose OD-LLM, the first task-adaptive compression framework explicitly designed to provide efficient and accurate on-device deployment of LLMs for sequential recommendation tasks. OD-LLM uniquely integrates two complementary compression strategies: a low-rank structural compression algorithm which uses Singular Value Decomposition (SVD) to significantly reduce parameter redundancy in the model, and a novel tokenization normalization technique that better complements the low-rank decomposition process being used. Additionally, to minimize any potential performance degradation when using higher compression ratios, a novel progressive alignment algorithm is used to iteratively refine the parameters required layerwise in the target model. Empirical evaluations conducted on sequential recommendation benchmarks show that OD-LLM exhibits no loss in effectiveness when compared to the original recommendation model, when the deployed model size is halved. These promising results demonstrate the efficacy and scalability of OD-LLM, making this novel solution a practical alternative for real-time, on-device solutions wishing to replace expensive, remotely executed LLMs.

大模型压缩序列推荐设备端推理

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。