MEGA Hub

ROCS: Request-Oriented Compute Sharing for Efficient Large-Scale Recommendation

Authors

Do you know Yuxin Chen?You can claim authorship or link another user.Do you know Liang Luo?You can claim authorship or link another user.Do you know Buyun Zhang?You can claim authorship or link another user.Do you know Jian Jiao?You can claim authorship or link another user.Do you know Boda Li?You can claim authorship or link another user.Do you know Haoyu Wang?You can claim authorship or link another user.Do you know Tongyi Tang?You can claim authorship or link another user.Do you know Ao Cai?You can claim authorship or link another user.Do you know Zijian Shen?You can claim authorship or link another user.Do you know Zhengkai Zhang?You can claim authorship or link another user.Do you know Wenyi Xie?You can claim authorship or link another user.Do you know Ryan Dick?You can claim authorship or link another user.Do you know Han Liu?You can claim authorship or link another user.Do you know Neng Shi?You can claim authorship or link another user.Do you know Bin Yu?You can claim authorship or link another user.Do you know Jianbo Xiao?You can claim authorship or link another user.Do you know Shuyao Bi?You can claim authorship or link another user.Do you know Hongtao Yu?You can claim authorship or link another user.Do you know Yuanwei Fang?You can claim authorship or link another user.Do you know Zhuoran Zhao?You can claim authorship or link another user.Do you know Sijia Chen?You can claim authorship or link another user.Do you know Yang Chen?You can claim authorship or link another user.Do you know Shuqi Yang?You can claim authorship or link another user.Do you know Qianru Li?You can claim authorship or link another user.Do you know Zikun Liu?You can claim authorship or link another user.Do you know Wei Ling?You can claim authorship or link another user.Do you know Sihan Zeng?You can claim authorship or link another user.Do you know Longhao Jin?You can claim authorship or link another user.Do you know Jiaxin Lu?You can claim authorship or link another user.Do you know Yinbin Ma?You can claim authorship or link another user.Do you know Jiawei Li?You can claim authorship or link another user.Do you know Yichen Ruan?You can claim authorship or link another user.Do you know Yong Ler Lee?You can claim authorship or link another user.Do you know Birmingham Guan?You can claim authorship or link another user.Do you know Zijian Li?You can claim authorship or link another user.Do you know Jianbo Sun?You can claim authorship or link another user.Do you know Zhengyu Zhang?You can claim authorship or link another user.Do you know Zeliang Chen?You can claim authorship or link another user.Do you know Xiaohan Wei?You can claim authorship or link another user.Do you know Yuchen Hao?You can claim authorship or link another user.Do you know GP Musumeci?You can claim authorship or link another user.Do you know Venkatesh Ranganathan?You can claim authorship or link another user.Do you know Yantao Yao?You can claim authorship or link another user.Do you know Chunqiang Tang?You can claim authorship or link another user.Do you know Wenlin Chen?You can claim authorship or link another user.Do you know Santanu Kolay?You can claim authorship or link another user.Do you know Ellie Dingqiao Wen?You can claim authorship or link another user.

Abstract

Modern recommendation models gain prediction quality by scaling feature-interaction and sequence modules, but production cost constraints cap how far systems can scale. In this work, we propose Request-Oriented Compute Sharing (ROCS), a modeling and inference paradigm that exploits a unique property of recommendation inference: each user request is evaluated against many candidates, while request-side features are shared across candidates. ROCS defers request-candidate interactions as late as possible, isolates candidate-dependent representations, and evaluates substantial portions of the model once per request rather than once per candidate, significantly improving inference efficiency while maintaining or improving prediction quality. To realize this paradigm, we develop Generalized Layer Masking (GLM) to enforce candidate isolation in feature-interaction architectures, and Deep Cross Attention (DCA) to extend request-oriented sharing to sequence architectures. To support efficient GPU deployment, we co-design In-Kernel Broadcast Optimization (IKBO) that significantly accelerates ROCS model execution. Experiments on public benchmarks show that ROCS consistently improves the quality-efficiency tradeoff across recommendation backbones. On production-scale workloads, ROCS achieves up to a 3x QPS improvement on retrieval models without quality degradation and a 0.5% relative LogLoss improvement with a 50% QPS gain on a short-form video ranking model. ROCS has been deployed across large-scale recommendation systems spanning ads and organic surfaces, retrieval and ranking stages, and more than two orders of magnitude in inference complexity, delivering significant online gains at reduced infrastructure cost.

Community

00