Kunlun: Establishing Scaling Laws for Massive-Scale Recommendation Systems through Unified Architecture Design
Bojian Hou, Xiaolong Liu, Xiaoyi Liu, Jiaqi Xu, Yasmine Badr, Mengyue Hang, Sudhanshu Chanpuriya, Junqing Zhou, Yuhang Yang, Han Xu, Qiuling Suo, Laming Chen, Yuxi Hu, Jiasheng Zhang, Huaqing Xiong, Yuzhen Huang, Chao Chen, Yue Dong, Yi Yang, Shuo Chang, Xiaorui Gan, Wenlin Chen, Santanu Kolay, Darren Liu, Jade Nie, Chunzhi Yang, Jiyan Yang, Huayu Li
TL;DR
Kunlun addresses the challenge of establishing predictable scaling laws for massive-scale recommender systems that jointly model sequential user behavior and heterogeneous context features. It achieves this through a two-level model-efficiency co-design: low-level optimizations (Generalized Dot-Product Attention, Hierarchical Seed Pooling, Sliding Window Attention) and high-level computation reallocation (Computation Skip, Event-Level Personalization, Mixture of Wukong Experts). The approach yields substantial efficiency and scaling gains, elevating Model FLOPs Utilization from 17% to 37% on NVIDIA B200 GPUs and delivering approximately 2× scaling efficiency over prior methods, with production deployment in Meta Ads showing measurable topline impact. By demonstrating predictable power-law scaling for joint sequence-context modeling and validating it with large-scale experiments and production results, the work provides a practical framework for scaling outbound CTR models at industrial scale.
Abstract
Deriving predictable scaling laws that govern the relationship between model performance and computational investment is crucial for designing and allocating resources in massive-scale recommendation systems. While such laws are established for large language models, they remain challenging for recommendation systems, especially those processing both user history and context features. We identify poor scaling efficiency as the main barrier to predictable power-law scaling, stemming from inefficient modules with low Model FLOPs Utilization (MFU) and suboptimal resource allocation. We introduce Kunlun, a scalable architecture that systematically improves model efficiency and resource allocation. Our low-level optimizations include Generalized Dot-Product Attention (GDPA), Hierarchical Seed Pooling (HSP), and Sliding Window Attention. Our high-level innovations feature Computation Skip (CompSkip) and Event-level Personalization. These advances increase MFU from 17% to 37% on NVIDIA B200 GPUs and double scaling efficiency over state-of-the-art methods. Kunlun is now deployed in major Meta Ads models, delivering significant production impact.
