SlimPer: Make Personalization Model Slim and Smart
Abstract
Transformer-style architectures are increasingly adopted for industrial recommendation systems, yet they inherit a design premise misaligned with the task: generative models rely on per-token autoregressive prediction, which justifies maintaining large intermediate tensors that scale with sequence length. In contrast, recommendation systems produce a single set of relevance scores for each <user, item> pair without token-level supervision. Leveraging this observation, we propose SlimPer, which reformulates personalized ranking as iterative refinement of a compact, unified <user, item> knowledge base. At each layer, the model selectively queries raw multi-modal user-side tokens, computes explicit relevance matching scores, and refines the knowledge base, all in O(N) per-layer cost with a fixed-size intermediate representation. As a result, model depth is decoupled from user history length, enabling deeper relevance understanding without proportional growth in compute or memory; request-only optimization further trims memory by sharing a single copy of user-side tokens across all candidate items. SlimPer unifies sparse, dense, and sequence features within a single backbone and provides inherent interpretability through its attention mechanism. Deployed on Instagram Reels and Feed, SlimPer yields measurable improvements in user engagement while streamlining the overall system and enabling effective modeling of 10k+ fine-grained user history events.
Cite
@article{arxiv.2607.12281,
title = {SlimPer: Make Personalization Model Slim and Smart},
author = {Siqi Wang and Xianjie Chen and Shaofeng Deng and Albert Chen and Romil Shah and Jiawei Huang and Zhaoqin Wang and Zhang Zhang and Yiqun Liu and Meilei Jiang and Anish Dubey and Moyan Mei and Tongxin Wang and Nathan Berrebbi and Misael Manjarres and Armand Sauzay and Shardul Kothapalli and Aryaman Vinchhi and Kevin Johnstone and Juheon Lee and Gufan Yin and Ziheng Huang and Justin Lin and Mert Terzihan and Yilin Qi and Cynthia Yang and Colin Peppler and Qi Ding and Ruohan Sun and Ge Song and Litao Deng and Parichay Kapoor and Matt Ma and Huihui Cheng and Jiyuan Zhang and Yanli Zhao and Yiping Han and Fangqiu Han and Ning Yao and Arun Singh and Jordan Edwards and Zhengyu Su and Abhishek Kumar and Guangdeng Liao and Ankit Asthana},
journal= {arXiv preprint arXiv:2607.12281},
year = {2026}
}